.loader {
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 99999;
	background: #fff;
}
.loader .inside { 
	position: absolute;
	top: 50%;
	left:50%;
	width: 60px;
  	margin: -30px 0 0 -30px;
}
.loader .inside  > div:nth-child(1) {
  border: 5px solid #f6c123;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  animation: outer 1s infinite linear;
}
.loader .inside  > div:nth-child(2) {
  border: 5px solid #2a3045;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  animation: inner 1s infinite linear;
  position: absolute;
  top: 10px;
  left: 15px;
}
@keyframes outer {
  0% {
    transform: rotate(160deg);
    opacity: 0;
  }
  50% {
    transform: rotate(120deg);
    opacity: 1;
  }
  100% {
    transform: rotate(-320deg);
    opacity: 0;
  }
}
@keyframes inner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2014 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *//*! normalize.css v2.1.3 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display:block
}
audio, canvas, video {
	display:inline-block
}
audio:not([controls]) {
display:none;
height:0
}
[hidden], template {
display:none
}
html {
	font-family:sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}
body {
	margin:0
}
a {
	background:0 0
}
a:active, a:hover {
	outline:0
}
h1 {
	margin:.67em 0
}
b, strong {
	font-weight:700
}
dfn {
	font-style:italic
}
hr {
	height:0;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
mark {
	color:#000;
	background:#ff0
}
code, kbd, pre, samp {
	font-size:1em
}
pre {
	white-space:pre-wrap
}
q {
	quotes:"\201C" "\201D" "\2018" "\2019"
}
sub, sup {
	position:relative;
	font-size:75%;
	line-height:0;
	vertical-align:baseline
}
sup {
	top:-.5em
}
sub {
	bottom:-.25em
}
img {
	border:0
}
svg:not(:root) {
overflow:hidden
}
figure {
	margin:0
}
button, input, select, textarea {
	margin:0
}
button, select {
	text-transform:none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	cursor:pointer;
	-webkit-appearance:button
}
button[disabled], html input[disabled] {
	cursor:default
}
input[type=checkbox], input[type=radio] {
	padding:0;
	box-sizing:border-box
}
input[type=search] {
	-webkit-appearance:textfield
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
textarea {
	overflow:auto;
	vertical-align:top
}
table {
	border-collapse:collapse;
	border-spacing:0
}
@media print {
* {
	color:#000!important;
	text-shadow:none!important;
	background:transparent!important;
	box-shadow:none!important
}
a, a:visited {
	text-decoration:underline
}
a[href]:after {
	content:" (" attr(href) ")"
}
abbr[title]:after {
	content:" (" attr(title) ")"
}
a[href^="javascript:"]:after, a[href^="#"]:after {
content:""
}
blockquote, pre {
	border:1px solid #999;
	page-break-inside:avoid
}
thead {
	display:table-header-group
}
img, tr {
	page-break-inside:avoid
}
img {
	max-width:100%!important
}
@page {
margin:2cm .5cm
}
h2, h3, p {
	orphans:3;
	widows:3
}
h2, h3 {
	page-break-after:avoid
}
select {
	background:#fff!important
}
.navbar {
	display:none
}
.table td, .table th {
	background-color:#fff!important
}
.btn>.caret, .dropup>.btn>.caret {
	border-top-color:#000!important
}
.label {
	border:1px solid #000
}
.table {
	border-collapse:collapse!important
}
.table-bordered td, .table-bordered th {
	border:1px solid #ddd!important
}
}
*, :after, :before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
html {
	font-size:62.5%;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}
body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.428571429;
	color:#333;
	background-color:#fff
}
button, input, select, textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit
}
a {
	color:#428bca;
	text-decoration:none
}
a:focus, a:hover {
	color:#2a6496;
	text-decoration:underline
}
a:focus {
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
img {
	vertical-align:middle
}
.img-responsive {
	display:block;
	height:auto;
	max-width:100%
}
.img-rounded {
	border-radius:6px
}
.img-thumbnail {
	display:inline-block;
	height:auto;
	max-width:100%;
	padding:4px;
	line-height:1.428571429;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.img-circle {
	border-radius:50%
}
hr {
	margin-top:20px;
	margin-bottom:20px;
	border:0;
	border-top:1px solid #eee
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:500;
	line-height:1.1;
	color:inherit
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight:400;
	line-height:1;
	color:#999
}
h1, h2, h3 {
	margin-top:20px;
	margin-bottom:10px
}
h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size:65%
}
h4, h5, h6 {
	margin-top:10px;
	margin-bottom:10px
}
h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size:75%
}
.h1, h1 {
	font-size:36px
}
.h2, h2 {
	font-size:30px
}
.h3, h3 {
	font-size:24px
}
.h4, h4 {
	font-size:18px
}
.h5, h5 {
	font-size:14px
}
.h6, h6 {
	font-size:12px
}
p {
	margin:0 0 10px
}
.lead {
	margin-bottom:20px;
	font-size:16px;
	font-weight:200;
	line-height:1.4
}
@media(min-width:768px) {
.lead {
font-size:21px
}
}
.small, small {
	font-size:85%
}
cite {
	font-style:normal
}
.text-muted {
	color:#999
}
.text-primary {
	color:#428bca
}
.text-primary:hover {
	color:#3071a9
}
.text-warning {
	color:#8a6d3b
}
.text-warning:hover {
	color:#66512c
}
.text-danger {
	color:#a94442
}
.text-danger:hover {
	color:#843534
}
.text-success {
	color:#3c763d
}
.text-success:hover {
	color:#2b542c
}
.text-info {
	color:#31708f
}
.text-info:hover {
	color:#245269
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
.page-header {
	padding-bottom:9px;
	margin:40px 0 20px;
	border-bottom:1px solid #eee
}
ol, ul {
	margin-top:0;
	margin-bottom:10px
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom:0
}
.list-inline, .list-unstyled {
	padding-left:0;
	list-style:none
}
.list-inline>li {
	display:inline-block;
	padding-right:5px;
	padding-left:5px
}
.list-inline>li:first-child {
	padding-left:0
}
dl {
	margin-top:0;
	margin-bottom:20px
}
dd, dt {
	line-height:1.428571429
}
dt {
	font-weight:700
}
dd {
	margin-left:0
}
@media(min-width:768px) {
.dl-horizontal dt {
float:left;
width:160px;
overflow:hidden;
clear:left;
text-align:right;
text-overflow:ellipsis;
white-space:nowrap
}
.dl-horizontal dd {
margin-left:180px
}
.dl-horizontal dd:after, .dl-horizontal dd:before {
display:table;
content:" "
}
.dl-horizontal dd:after {
clear:both
}
}
abbr[data-original-title], abbr[title] {
	cursor:help;
	border-bottom:1px dotted #999
}
.initialism {
	font-size:90%;
	text-transform:uppercase
}
blockquote {
	padding:10px 20px;
	margin:0 0 20px;
	border-left:5px solid #eee
}
blockquote p {
	font-size:17.5px;
	font-weight:300;
	line-height:1.25
}
blockquote p:last-child {
	margin-bottom:0
}
blockquote .small, blockquote small {
	display:block;
	line-height:1.428571429;
	color:#999
}
blockquote .small:before, blockquote small:before {
	content:'\2014 \00A0'
}
blockquote.pull-right {
	padding-right:15px;
	padding-left:0;
	border-right:5px solid #eee;
	border-left:0
}
blockquote.pull-right .small, blockquote.pull-right p, blockquote.pull-right small {
	text-align:right
}
blockquote.pull-right .small:before, blockquote.pull-right small:before {
	content:''
}
blockquote.pull-right .small:after, blockquote.pull-right small:after {
	content:'\00A0 \2014'
}
blockquote:after, blockquote:before {
	content:""
}
address {
	margin-bottom:20px;
	font-style:normal;
	line-height:1.428571429
}
code, kbd, pre, samp {
	font-family:Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
	padding:2px 4px;
	font-size:90%;
	color:#c7254e;
	white-space:nowrap;
	background-color:#f9f2f4;
	border-radius:4px
}
pre {
	display:block;
	padding:9.5px;
	margin:0 0 10px;
	font-size:13px;
	line-height:1.428571429;
	color:#333;
	word-break:break-all;
	word-wrap:break-word;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border-radius:4px
}
pre code {
	padding:0;
	font-size:inherit;
	color:inherit;
	white-space:pre-wrap;
	background-color:transparent;
	border-radius:0
}
.pre-scrollable {
	max-height:340px;
	overflow-y:scroll
}
.container {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
.container:after, .container:before {
	display:table;
	content:" "
}
.container:after {
	clear:both
}
@media(min-width:768px) {
.container {
width:750px
}
}
@media(min-width:992px) {
.container {
width:970px
}
}
@media(min-width:1200px) {
.container {
width:1170px
}
}
.row {
	margin-right:-15px;
	margin-left:-15px
}
.row:after, .row:before {
	display:table;
	content:" "
}
.row:after {
	clear:both
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float:left
}
.col-xs-12 {
	width:100%
}
.col-xs-11 {
	width:91.66666666666666%
}
.col-xs-10 {
	width:83.33333333333334%
}
.col-xs-9 {
	width:75%
}
.col-xs-8 {
	width:66.66666666666666%
}
.col-xs-7 {
	width:58.333333333333336%
}
.col-xs-6 {
	width:50%
}
.col-xs-5 {
	width:41.66666666666667%
}
.col-xs-4 {
	width:33.33333333333333%
}
.col-xs-3 {
	width:25%
}
.col-xs-2 {
	width:16.666666666666664%
}
.col-xs-1 {
	width:8.333333333333332%
}
.col-xs-pull-12 {
	right:100%
}
.col-xs-pull-11 {
	right:91.66666666666666%
}
.col-xs-pull-10 {
	right:83.33333333333334%
}
.col-xs-pull-9 {
	right:75%
}
.col-xs-pull-8 {
	right:66.66666666666666%
}
.col-xs-pull-7 {
	right:58.333333333333336%
}
.col-xs-pull-6 {
	right:50%
}
.col-xs-pull-5 {
	right:41.66666666666667%
}
.col-xs-pull-4 {
	right:33.33333333333333%
}
.col-xs-pull-3 {
	right:25%
}
.col-xs-pull-2 {
	right:16.666666666666664%
}
.col-xs-pull-1 {
	right:8.333333333333332%
}
.col-xs-pull-0 {
	right:0
}
.col-xs-push-12 {
	left:100%
}
.col-xs-push-11 {
	left:91.66666666666666%
}
.col-xs-push-10 {
	left:83.33333333333334%
}
.col-xs-push-9 {
	left:75%
}
.col-xs-push-8 {
	left:66.66666666666666%
}
.col-xs-push-7 {
	left:58.333333333333336%
}
.col-xs-push-6 {
	left:50%
}
.col-xs-push-5 {
	left:41.66666666666667%
}
.col-xs-push-4 {
	left:33.33333333333333%
}
.col-xs-push-3 {
	left:25%
}
.col-xs-push-2 {
	left:16.666666666666664%
}
.col-xs-push-1 {
	left:8.333333333333332%
}
.col-xs-push-0 {
	left:0
}
.col-xs-offset-12 {
	margin-left:100%
}
.col-xs-offset-11 {
	margin-left:91.66666666666666%
}
.col-xs-offset-10 {
	margin-left:83.33333333333334%
}
.col-xs-offset-9 {
	margin-left:75%
}
.col-xs-offset-8 {
	margin-left:66.66666666666666%
}
.col-xs-offset-7 {
	margin-left:58.333333333333336%
}
.col-xs-offset-6 {
	margin-left:50%
}
.col-xs-offset-5 {
	margin-left:41.66666666666667%
}
.col-xs-offset-4 {
	margin-left:33.33333333333333%
}
.col-xs-offset-3 {
	margin-left:25%
}
.col-xs-offset-2 {
	margin-left:16.666666666666664%
}
.col-xs-offset-1 {
	margin-left:8.333333333333332%
}
.col-xs-offset-0 {
	margin-left:0
}
@media(min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
float:left
}
.col-sm-12 {
width:100%
}
.col-sm-11 {
width:91.66666666666666%
}
.col-sm-10 {
width:83.33333333333334%
}
.col-sm-9 {
width:75%
}
.col-sm-8 {
width:66.66666666666666%
}
.col-sm-7 {
width:58.333333333333336%
}
.col-sm-6 {
width:50%
}
.col-sm-5 {
width:41.66666666666667%
}
.col-sm-4 {
width:33.33333333333333%
}
.col-sm-3 {
width:25%
}
.col-sm-2 {
width:16.666666666666664%
}
.col-sm-1 {
width:8.333333333333332%
}
.col-sm-pull-12 {
right:100%
}
.col-sm-pull-11 {
right:91.66666666666666%
}
.col-sm-pull-10 {
right:83.33333333333334%
}
.col-sm-pull-9 {
right:75%
}
.col-sm-pull-8 {
right:66.66666666666666%
}
.col-sm-pull-7 {
right:58.333333333333336%
}
.col-sm-pull-6 {
right:50%
}
.col-sm-pull-5 {
right:41.66666666666667%
}
.col-sm-pull-4 {
right:33.33333333333333%
}
.col-sm-pull-3 {
right:25%
}
.col-sm-pull-2 {
right:16.666666666666664%
}
.col-sm-pull-1 {
right:8.333333333333332%
}
.col-sm-pull-0 {
right:0
}
.col-sm-push-12 {
left:100%
}
.col-sm-push-11 {
left:91.66666666666666%
}
.col-sm-push-10 {
left:83.33333333333334%
}
.col-sm-push-9 {
left:75%
}
.col-sm-push-8 {
left:66.66666666666666%
}
.col-sm-push-7 {
left:58.333333333333336%
}
.col-sm-push-6 {
left:50%
}
.col-sm-push-5 {
left:41.66666666666667%
}
.col-sm-push-4 {
left:33.33333333333333%
}
.col-sm-push-3 {
left:25%
}
.col-sm-push-2 {
left:16.666666666666664%
}
.col-sm-push-1 {
left:8.333333333333332%
}
.col-sm-push-0 {
left:0
}
.col-sm-offset-12 {
margin-left:100%
}
.col-sm-offset-11 {
margin-left:91.66666666666666%
}
.col-sm-offset-10 {
margin-left:83.33333333333334%
}
.col-sm-offset-9 {
margin-left:75%
}
.col-sm-offset-8 {
margin-left:66.66666666666666%
}
.col-sm-offset-7 {
margin-left:58.333333333333336%
}
.col-sm-offset-6 {
margin-left:50%
}
.col-sm-offset-5 {
margin-left:41.66666666666667%
}
.col-sm-offset-4 {
margin-left:33.33333333333333%
}
.col-sm-offset-3 {
margin-left:25%
}
.col-sm-offset-2 {
margin-left:16.666666666666664%
}
.col-sm-offset-1 {
margin-left:8.333333333333332%
}
.col-sm-offset-0 {
margin-left:0
}
}
@media(min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
float:left
}
.col-md-12 {
width:100%
}
.col-md-11 {
width:91.66666666666666%
}
.col-md-10 {
width:83.33333333333334%
}
.col-md-9 {
width:75%
}
.col-md-8 {
width:66.66666666666666%
}
.col-md-7 {
width:58.333333333333336%
}
.col-md-6 {
width:50%
}
.col-md-5 {
width:41.66666666666667%
}
.col-md-4 {
width:33.33333333333333%
}
.col-md-3 {
width:25%
}
.col-md-2 {
width:16.666666666666664%
}
.col-md-1 {
width:8.333333333333332%
}
.col-md-pull-12 {
right:100%
}
.col-md-pull-11 {
right:91.66666666666666%
}
.col-md-pull-10 {
right:83.33333333333334%
}
.col-md-pull-9 {
right:75%
}
.col-md-pull-8 {
right:66.66666666666666%
}
.col-md-pull-7 {
right:58.333333333333336%
}
.col-md-pull-6 {
right:50%
}
.col-md-pull-5 {
right:41.66666666666667%
}
.col-md-pull-4 {
right:33.33333333333333%
}
.col-md-pull-3 {
right:25%
}
.col-md-pull-2 {
right:16.666666666666664%
}
.col-md-pull-1 {
right:8.333333333333332%
}
.col-md-pull-0 {
right:0
}
.col-md-push-12 {
left:100%
}
.col-md-push-11 {
left:91.66666666666666%
}
.col-md-push-10 {
left:83.33333333333334%
}
.col-md-push-9 {
left:75%
}
.col-md-push-8 {
left:66.66666666666666%
}
.col-md-push-7 {
left:58.333333333333336%
}
.col-md-push-6 {
left:50%
}
.col-md-push-5 {
left:41.66666666666667%
}
.col-md-push-4 {
left:33.33333333333333%
}
.col-md-push-3 {
left:25%
}
.col-md-push-2 {
left:16.666666666666664%
}
.col-md-push-1 {
left:8.333333333333332%
}
.col-md-push-0 {
left:0
}
.col-md-offset-12 {
margin-left:100%
}
.col-md-offset-11 {
margin-left:91.66666666666666%
}
.col-md-offset-10 {
margin-left:83.33333333333334%
}
.col-md-offset-9 {
margin-left:75%
}
.col-md-offset-8 {
margin-left:66.66666666666666%
}
.col-md-offset-7 {
margin-left:58.333333333333336%
}
.col-md-offset-6 {
margin-left:50%
}
.col-md-offset-5 {
margin-left:41.66666666666667%
}
.col-md-offset-4 {
margin-left:33.33333333333333%
}
.col-md-offset-3 {
margin-left:25%
}
.col-md-offset-2 {
margin-left:16.666666666666664%
}
.col-md-offset-1 {
margin-left:8.333333333333332%
}
.col-md-offset-0 {
margin-left:0
}
}
@media(min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
float:left
}
.col-lg-12 {
width:100%
}
.col-lg-11 {
width:91.66666666666666%
}
.col-lg-10 {
width:83.33333333333334%
}
.col-lg-9 {
width:75%
}
.col-lg-8 {
width:66.66666666666666%
}
.col-lg-7 {
width:58.333333333333336%
}
.col-lg-6 {
width:50%
}
.col-lg-5 {
width:41.66666666666667%
}
.col-lg-4 {
width:33.33333333333333%
}
.col-lg-3 {
width:25%
}
.col-lg-2 {
width:16.666666666666664%
}
.col-lg-1 {
width:8.333333333333332%
}
.col-lg-pull-12 {
right:100%
}
.col-lg-pull-11 {
right:91.66666666666666%
}
.col-lg-pull-10 {
right:83.33333333333334%
}
.col-lg-pull-9 {
right:75%
}
.col-lg-pull-8 {
right:66.66666666666666%
}
.col-lg-pull-7 {
right:58.333333333333336%
}
.col-lg-pull-6 {
right:50%
}
.col-lg-pull-5 {
right:41.66666666666667%
}
.col-lg-pull-4 {
right:33.33333333333333%
}
.col-lg-pull-3 {
right:25%
}
.col-lg-pull-2 {
right:16.666666666666664%
}
.col-lg-pull-1 {
right:8.333333333333332%
}
.col-lg-pull-0 {
right:0
}
.col-lg-push-12 {
left:100%
}
.col-lg-push-11 {
left:91.66666666666666%
}
.col-lg-push-10 {
left:83.33333333333334%
}
.col-lg-push-9 {
left:75%
}
.col-lg-push-8 {
left:66.66666666666666%
}
.col-lg-push-7 {
left:58.333333333333336%
}
.col-lg-push-6 {
left:50%
}
.col-lg-push-5 {
left:41.66666666666667%
}
.col-lg-push-4 {
left:33.33333333333333%
}
.col-lg-push-3 {
left:25%
}
.col-lg-push-2 {
left:16.666666666666664%
}
.col-lg-push-1 {
left:8.333333333333332%
}
.col-lg-push-0 {
left:0
}
.col-lg-offset-12 {
margin-left:100%
}
.col-lg-offset-11 {
margin-left:91.66666666666666%
}
.col-lg-offset-10 {
margin-left:83.33333333333334%
}
.col-lg-offset-9 {
margin-left:75%
}
.col-lg-offset-8 {
margin-left:66.66666666666666%
}
.col-lg-offset-7 {
margin-left:58.333333333333336%
}
.col-lg-offset-6 {
margin-left:50%
}
.col-lg-offset-5 {
margin-left:41.66666666666667%
}
.col-lg-offset-4 {
margin-left:33.33333333333333%
}
.col-lg-offset-3 {
margin-left:25%
}
.col-lg-offset-2 {
margin-left:16.666666666666664%
}
.col-lg-offset-1 {
margin-left:8.333333333333332%
}
.col-lg-offset-0 {
margin-left:0
}
}
table {
	max-width:100%;
	background-color:transparent
}
th {
	text-align:left
}
.table {
	width:100%;
	margin-bottom:20px
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding:8px;
	line-height:1.428571429;
	vertical-align:top;
	border-top:1px solid #ddd
}
.table>thead>tr>th {
	vertical-align:bottom;
	border-bottom:2px solid #ddd
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top:0
}
.table>tbody+tbody {
	border-top:2px solid #ddd
}
.table .table {
	background-color:#fff
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding:5px
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border:1px solid #ddd
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width:2px
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
background-color:#f9f9f9
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color:#f5f5f5
}
table col[class*=col-] {
position:static;
display:table-column;
float:none
}
table td[class*=col-], table th[class*=col-] {
display:table-cell;
float:none
}
.table>tbody>.active>td, .table>tbody>.active>th, .table>tbody>tr>.active, .table>tfoot>.active>td, .table>tfoot>.active>th, .table>tfoot>tr>.active, .table>thead>.active>td, .table>thead>.active>th, .table>thead>tr>.active {
	background-color:#f5f5f5
}
.table-hover>tbody>.active:hover>td, .table-hover>tbody>.active:hover>th, .table-hover>tbody>tr>.active:hover {
	background-color:#e8e8e8
}
.table>tbody>.success>td, .table>tbody>.success>th, .table>tbody>tr>.success, .table>tfoot>.success>td, .table>tfoot>.success>th, .table>tfoot>tr>.success, .table>thead>.success>td, .table>thead>.success>th, .table>thead>tr>.success {
	background-color:#dff0d8
}
.table-hover>tbody>.success:hover>td, .table-hover>tbody>.success:hover>th, .table-hover>tbody>tr>.success:hover {
	background-color:#d0e9c6
}
.table>tbody>.danger>td, .table>tbody>.danger>th, .table>tbody>tr>.danger, .table>tfoot>.danger>td, .table>tfoot>.danger>th, .table>tfoot>tr>.danger, .table>thead>.danger>td, .table>thead>.danger>th, .table>thead>tr>.danger {
	background-color:#f2dede
}
.table-hover>tbody>.danger:hover>td, .table-hover>tbody>.danger:hover>th, .table-hover>tbody>tr>.danger:hover {
	background-color:#ebcccc
}
.table>tbody>.warning>td, .table>tbody>.warning>th, .table>tbody>tr>.warning, .table>tfoot>.warning>td, .table>tfoot>.warning>th, .table>tfoot>tr>.warning, .table>thead>.warning>td, .table>thead>.warning>th, .table>thead>tr>.warning {
	background-color:#fcf8e3
}
.table-hover>tbody>.warning:hover>td, .table-hover>tbody>.warning:hover>th, .table-hover>tbody>tr>.warning:hover {
	background-color:#faf2cc
}
@media(max-width:767px) {
.table-responsive {
width:100%;
margin-bottom:15px;
overflow-x:scroll;
overflow-y:hidden;
border:1px solid #ddd;
-ms-overflow-style:-ms-autohiding-scrollbar;
-webkit-overflow-scrolling:touch
}
.table-responsive>.table {
margin-bottom:0
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
white-space:nowrap
}
.table-responsive>.table-bordered {
border:0
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
border-left:0
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
border-right:0
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
border-bottom:0
}
}
fieldset {
	padding:0;
	margin:0;
	border:0
}
legend {
	display:block;
	width:100%;
	padding:0;
	margin-bottom:20px;
	font-size:21px;
	line-height:inherit;
	color:#333;
	border:0;
	border-bottom:1px solid #e5e5e5
}
label {
	display:inline-block;
	margin-bottom:5px;
	font-weight:700
}
input[type=search] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
input[type=checkbox], input[type=radio] {
	margin:4px 0 0;
	margin-top:1px \9;
	line-height:normal
}
input[type=file] {
	display:block
}
select[multiple], select[size] {
	height:auto
}
select optgroup {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
output {
	display:block;
	padding-top:7px;
	font-size:14px;
	line-height:1.428571429;
	color:#555;
	vertical-align:middle
}
.form-control {
	display:block;
	width:100%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.428571429;
	color:#555;
	vertical-align:middle;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control:-moz-placeholder {
color:#999
}
.form-control::-moz-placeholder {
color:#999;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor:not-allowed;
	background-color:#eee
}
textarea.form-control {
	height:auto
}
.form-group {
	margin-bottom:15px
}
.checkbox, .radio {
	display:block;
	min-height:20px;
	padding-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	vertical-align:middle
}
.checkbox label, .radio label {
	display:inline;
	margin-bottom:0;
	font-weight:400;
	cursor:pointer
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	float:left;
	margin-left:-20px
}
.checkbox+.checkbox, .radio+.radio {
	margin-top:-5px
}
.checkbox-inline, .radio-inline {
	display:inline-block;
	padding-left:20px;
	margin-bottom:0;
	font-weight:400;
	vertical-align:middle;
	cursor:pointer
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top:0;
	margin-left:10px
}
.checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
	cursor:not-allowed
}
.input-sm {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
select.input-sm {
	height:30px;
	line-height:30px
}
textarea.input-sm {
	height:auto
}
/* .input-lg {
	height:46px;
	padding:10px 16px;
	font-size:18px;
	line-height:1.33;
	border-radius:6px
} */
select.input-lg {
	height:46px;
	line-height:46px
}
textarea.input-lg {
	height:auto
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
	color:#8a6d3b
}
.has-warning .form-control {
	border-color:#8a6d3b;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
	border-color:#66512c;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#8a6d3b
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
	color:#a94442
}
.has-error .form-control {
	border-color:#a94442;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
	border-color:#843534;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
	color:#a94442;
	background-color:#f2dede;
	border-color:#a94442
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
	color:#3c763d
}
.has-success .form-control {
	border-color:#3c763d;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
	border-color:#2b542c;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#3c763d
}
.form-control-static {
	margin-bottom:0
}
.help-block {
	display:block;
	margin-top:5px;
	margin-bottom:10px;
	color:#737373
}
@media(min-width:768px) {
.form-inline .form-group {
display:inline-block;
margin-bottom:0;
vertical-align:middle
}
.form-inline .form-control {
display:inline-block
}
.form-inline select.form-control {
width:auto
}
.form-inline .checkbox, .form-inline .radio {
display:inline-block;
padding-left:0;
margin-top:0;
margin-bottom:0
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
float:none;
margin-left:0
}
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top:7px;
	margin-top:0;
	margin-bottom:0
}
.form-horizontal .checkbox, .form-horizontal .radio {
	min-height:27px
}
.form-horizontal .form-group {
	margin-right:-15px;
	margin-left:-15px
}
.form-horizontal .form-group:after, .form-horizontal .form-group:before {
	display:table;
	content:" "
}
.form-horizontal .form-group:after {
	clear:both
}
.form-horizontal .form-control-static {
	padding-top:7px
}
@media(min-width:768px) {
.form-horizontal .control-label {
text-align:right
}
}
.btn {
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.428571429;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none
}
.btn:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
.btn:focus, .btn:hover {
	color:#333;
	text-decoration:none
}
.btn.active, .btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events:none;
	cursor:not-allowed;
	opacity:.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none
}
.btn-default {
	color:#333;
	background-color:#fff;
	border-color:#ccc
}
.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
	color:#333;
	background-color:#ebebeb;
	border-color:#adadad
}
.btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
	background-image:none
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color:#fff;
	border-color:#ccc
}
.btn-default .badge {
	color:#fff;
	background-color:#fff
}
.btn-primary {
	color:#fff;
	background-color:#428bca;
	border-color:#357ebd
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
	color:#fff;
	background-color:#3276b1;
	border-color:#285e8e
}
.btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
	background-image:none
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color:#428bca;
	border-color:#357ebd
}
.btn-primary .badge {
	color:#428bca;
	background-color:#fff
}
.btn-warning {
	color:#fff;
	background-color:#f0ad4e;
	border-color:#eea236
}
.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
	color:#fff;
	background-color:#ed9c28;
	border-color:#d58512
}
.btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
	background-image:none
}
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color:#f0ad4e;
	border-color:#eea236
}
.btn-warning .badge {
	color:#f0ad4e;
	background-color:#fff
}
.btn-danger {
	color:#fff;
	background-color:#d9534f;
	border-color:#d43f3a
}
.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
	color:#fff;
	background-color:#d2322d;
	border-color:#ac2925
}
.btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
	background-image:none
}
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color:#d9534f;
	border-color:#d43f3a
}
.btn-danger .badge {
	color:#d9534f;
	background-color:#fff
}
.btn-success {
	color:#fff;
	background-color:#5cb85c;
	border-color:#4cae4c
}
.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
	color:#fff;
	background-color:#47a447;
	border-color:#398439
}
.btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
	background-image:none
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color:#5cb85c;
	border-color:#4cae4c
}
.btn-success .badge {
	color:#5cb85c;
	background-color:#fff
}
.btn-info {
	color:#fff;
	background-color:#5bc0de;
	border-color:#46b8da
}
.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
	color:#fff;
	background-color:#39b3d7;
	border-color:#269abc
}
.btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
	background-image:none
}
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color:#5bc0de;
	border-color:#46b8da
}
.btn-info .badge {
	color:#5bc0de;
	background-color:#fff
}
.btn-link {
	font-weight:400;
	color:#428bca;
	cursor:pointer;
	border-radius:0
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color:transparent
}
.btn-link:focus, .btn-link:hover {
	color:#2a6496;
	text-decoration:underline;
	background-color:transparent
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color:#999;
	text-decoration:none
}
.btn-lg {
	padding:10px 16px;
	font-size:18px;
	line-height:1.33;
	border-radius:6px
}
.btn-sm {
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.btn-xs {
	padding:1px 5px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.btn-block {
	display:block;
	width:100%;
	padding-right:0;
	padding-left:0
}
/* .btn-block+.btn-block {
	margin-top:5px
} */
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width:100%
}
.fade {
	opacity:0;
-webkit-transition:opacity .15s linear;
transition:opacity .15s linear
}
.fade.in {
	opacity:1
}
.collapse {
	display:none
}
.collapse.in {
	display:block
}
.collapsing {
	position:relative;
	height:0;
	overflow:hidden;
-webkit-transition:height .35s ease;
transition:height .35s ease
}
@font-face {
font-family:'Glyphicons Halflings';
src:url(../fonts/glyphicons-halflings-regular.eot);
src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')
}
.glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	-webkit-font-smoothing:antialiased;
	font-style:normal;
	font-weight:400;
	line-height:1;
	-moz-osx-font-smoothing:grayscale
}
.glyphicon:empty {
	width:1em
}
.glyphicon-asterisk:before {
	content:"\2a"
}
.glyphicon-plus:before {
	content:"\2b"
}
.glyphicon-euro:before {
	content:"\20ac"
}
.glyphicon-minus:before {
	content:"\2212"
}
.glyphicon-cloud:before {
	content:"\2601"
}
.glyphicon-envelope:before {
	content:"\2709"
}
.glyphicon-pencil:before {
	content:"\270f"
}
.glyphicon-glass:before {
	content:"\e001"
}
.glyphicon-music:before {
	content:"\e002"
}
.glyphicon-search:before {
	content:"\e003"
}
.glyphicon-heart:before {
	content:"\e005"
}
.glyphicon-star:before {
	content:"\e006"
}
.glyphicon-star-empty:before {
	content:"\e007"
}
.glyphicon-user:before {
	content:"\e008"
}
.glyphicon-film:before {
	content:"\e009"
}
.glyphicon-th-large:before {
	content:"\e010"
}
.glyphicon-th:before {
	content:"\e011"
}
.glyphicon-th-list:before {
	content:"\e012"
}
.glyphicon-ok:before {
	content:"\e013"
}
.glyphicon-remove:before {
	content:"\e014"
}
.glyphicon-zoom-in:before {
	content:"\e015"
}
.glyphicon-zoom-out:before {
	content:"\e016"
}
.glyphicon-off:before {
	content:"\e017"
}
.glyphicon-signal:before {
	content:"\e018"
}
.glyphicon-cog:before {
	content:"\e019"
}
.glyphicon-trash:before {
	content:"\e020"
}
.glyphicon-home:before {
	content:"\e021"
}
.glyphicon-file:before {
	content:"\e022"
}
.glyphicon-time:before {
	content:"\e023"
}
.glyphicon-road:before {
	content:"\e024"
}
.glyphicon-download-alt:before {
	content:"\e025"
}
.glyphicon-download:before {
	content:"\e026"
}
.glyphicon-upload:before {
	content:"\e027"
}
.glyphicon-inbox:before {
	content:"\e028"
}
.glyphicon-play-circle:before {
	content:"\e029"
}
.glyphicon-repeat:before {
	content:"\e030"
}
.glyphicon-refresh:before {
	content:"\e031"
}
.glyphicon-list-alt:before {
	content:"\e032"
}
.glyphicon-lock:before {
	content:"\e033"
}
.glyphicon-flag:before {
	content:"\e034"
}
.glyphicon-headphones:before {
	content:"\e035"
}
.glyphicon-volume-off:before {
	content:"\e036"
}
.glyphicon-volume-down:before {
	content:"\e037"
}
.glyphicon-volume-up:before {
	content:"\e038"
}
.glyphicon-qrcode:before {
	content:"\e039"
}
.glyphicon-barcode:before {
	content:"\e040"
}
.glyphicon-tag:before {
	content:"\e041"
}
.glyphicon-tags:before {
	content:"\e042"
}
.glyphicon-book:before {
	content:"\e043"
}
.glyphicon-bookmark:before {
	content:"\e044"
}
.glyphicon-print:before {
	content:"\e045"
}
.glyphicon-camera:before {
	content:"\e046"
}
.glyphicon-font:before {
	content:"\e047"
}
.glyphicon-bold:before {
	content:"\e048"
}
.glyphicon-italic:before {
	content:"\e049"
}
.glyphicon-text-height:before {
	content:"\e050"
}
.glyphicon-text-width:before {
	content:"\e051"
}
.glyphicon-align-left:before {
	content:"\e052"
}
.glyphicon-align-center:before {
	content:"\e053"
}
.glyphicon-align-right:before {
	content:"\e054"
}
.glyphicon-align-justify:before {
	content:"\e055"
}
.glyphicon-list:before {
	content:"\e056"
}
.glyphicon-indent-left:before {
	content:"\e057"
}
.glyphicon-indent-right:before {
	content:"\e058"
}
.glyphicon-facetime-video:before {
	content:"\e059"
}
.glyphicon-picture:before {
	content:"\e060"
}
.glyphicon-map-marker:before {
	content:"\e062"
}
.glyphicon-adjust:before {
	content:"\e063"
}
.glyphicon-tint:before {
	content:"\e064"
}
.glyphicon-edit:before {
	content:"\e065"
}
.glyphicon-share:before {
	content:"\e066"
}
.glyphicon-check:before {
	content:"\e067"
}
.glyphicon-move:before {
	content:"\e068"
}
.glyphicon-step-backward:before {
	content:"\e069"
}
.glyphicon-fast-backward:before {
	content:"\e070"
}
.glyphicon-backward:before {
	content:"\e071"
}
.glyphicon-play:before {
	content:"\e072"
}
.glyphicon-pause:before {
	content:"\e073"
}
.glyphicon-stop:before {
	content:"\e074"
}
.glyphicon-forward:before {
	content:"\e075"
}
.glyphicon-fast-forward:before {
	content:"\e076"
}
.glyphicon-step-forward:before {
	content:"\e077"
}
.glyphicon-eject:before {
	content:"\e078"
}
.glyphicon-chevron-left:before {
	content:"\e079"
}
.glyphicon-chevron-right:before {
	content:"\e080"
}
.glyphicon-plus-sign:before {
	content:"\e081"
}
.glyphicon-minus-sign:before {
	content:"\e082"
}
.glyphicon-remove-sign:before {
	content:"\e083"
}
.glyphicon-ok-sign:before {
	content:"\e084"
}
.glyphicon-question-sign:before {
	content:"\e085"
}
.glyphicon-info-sign:before {
	content:"\e086"
}
.glyphicon-screenshot:before {
	content:"\e087"
}
.glyphicon-remove-circle:before {
	content:"\e088"
}
.glyphicon-ok-circle:before {
	content:"\e089"
}
.glyphicon-ban-circle:before {
	content:"\e090"
}
.glyphicon-arrow-left:before {
	content:"\e091"
}
.glyphicon-arrow-right:before {
	content:"\e092"
}
.glyphicon-arrow-up:before {
	content:"\e093"
}
.glyphicon-arrow-down:before {
	content:"\e094"
}
.glyphicon-share-alt:before {
	content:"\e095"
}
.glyphicon-resize-full:before {
	content:"\e096"
}
.glyphicon-resize-small:before {
	content:"\e097"
}
.glyphicon-exclamation-sign:before {
	content:"\e101"
}
.glyphicon-gift:before {
	content:"\e102"
}
.glyphicon-leaf:before {
	content:"\e103"
}
.glyphicon-fire:before {
	content:"\e104"
}
.glyphicon-eye-open:before {
	content:"\e105"
}
.glyphicon-eye-close:before {
	content:"\e106"
}
.glyphicon-warning-sign:before {
	content:"\e107"
}
.glyphicon-plane:before {
	content:"\e108"
}
.glyphicon-calendar:before {
	content:"\e109"
}
.glyphicon-random:before {
	content:"\e110"
}
.glyphicon-comment:before {
	content:"\e111"
}
.glyphicon-magnet:before {
	content:"\e112"
}
.glyphicon-chevron-up:before {
	content:"\e113"
}
.glyphicon-chevron-down:before {
	content:"\e114"
}
.glyphicon-retweet:before {
	content:"\e115"
}
.glyphicon-shopping-cart:before {
	content:"\e116"
}
.glyphicon-folder-close:before {
	content:"\e117"
}
.glyphicon-folder-open:before {
	content:"\e118"
}
.glyphicon-resize-vertical:before {
	content:"\e119"
}
.glyphicon-resize-horizontal:before {
	content:"\e120"
}
.glyphicon-hdd:before {
	content:"\e121"
}
.glyphicon-bullhorn:before {
	content:"\e122"
}
.glyphicon-bell:before {
	content:"\e123"
}
.glyphicon-certificate:before {
	content:"\e124"
}
.glyphicon-thumbs-up:before {
	content:"\e125"
}
.glyphicon-thumbs-down:before {
	content:"\e126"
}
.glyphicon-hand-right:before {
	content:"\e127"
}
.glyphicon-hand-left:before {
	content:"\e128"
}
.glyphicon-hand-up:before {
	content:"\e129"
}
.glyphicon-hand-down:before {
	content:"\e130"
}
.glyphicon-circle-arrow-right:before {
	content:"\e131"
}
.glyphicon-circle-arrow-left:before {
	content:"\e132"
}
.glyphicon-circle-arrow-up:before {
	content:"\e133"
}
.glyphicon-circle-arrow-down:before {
	content:"\e134"
}
.glyphicon-globe:before {
	content:"\e135"
}
.glyphicon-wrench:before {
	content:"\e136"
}
.glyphicon-tasks:before {
	content:"\e137"
}
.glyphicon-filter:before {
	content:"\e138"
}
.glyphicon-briefcase:before {
	content:"\e139"
}
.glyphicon-fullscreen:before {
	content:"\e140"
}
.glyphicon-dashboard:before {
	content:"\e141"
}
.glyphicon-paperclip:before {
	content:"\e142"
}
.glyphicon-heart-empty:before {
	content:"\e143"
}
.glyphicon-link:before {
	content:"\e144"
}
.glyphicon-phone:before {
	content:"\e145"
}
.glyphicon-pushpin:before {
	content:"\e146"
}
.glyphicon-usd:before {
	content:"\e148"
}
.glyphicon-gbp:before {
	content:"\e149"
}
.glyphicon-sort:before {
	content:"\e150"
}
.glyphicon-sort-by-alphabet:before {
	content:"\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
	content:"\e152"
}
.glyphicon-sort-by-order:before {
	content:"\e153"
}
.glyphicon-sort-by-order-alt:before {
	content:"\e154"
}
.glyphicon-sort-by-attributes:before {
	content:"\e155"
}
.glyphicon-sort-by-attributes-alt:before {
	content:"\e156"
}
.glyphicon-unchecked:before {
	content:"\e157"
}
.glyphicon-expand:before {
	content:"\e158"
}
.glyphicon-collapse-down:before {
	content:"\e159"
}
.glyphicon-collapse-up:before {
	content:"\e160"
}
.glyphicon-log-in:before {
	content:"\e161"
}
.glyphicon-flash:before {
	content:"\e162"
}
.glyphicon-log-out:before {
	content:"\e163"
}
.glyphicon-new-window:before {
	content:"\e164"
}
.glyphicon-record:before {
	content:"\e165"
}
.glyphicon-save:before {
	content:"\e166"
}
.glyphicon-open:before {
	content:"\e167"
}
.glyphicon-saved:before {
	content:"\e168"
}
.glyphicon-import:before {
	content:"\e169"
}
.glyphicon-export:before {
	content:"\e170"
}
.glyphicon-send:before {
	content:"\e171"
}
.glyphicon-floppy-disk:before {
	content:"\e172"
}
.glyphicon-floppy-saved:before {
	content:"\e173"
}
.glyphicon-floppy-remove:before {
	content:"\e174"
}
.glyphicon-floppy-save:before {
	content:"\e175"
}
.glyphicon-floppy-open:before {
	content:"\e176"
}
.glyphicon-credit-card:before {
	content:"\e177"
}
.glyphicon-transfer:before {
	content:"\e178"
}
.glyphicon-cutlery:before {
	content:"\e179"
}
.glyphicon-header:before {
	content:"\e180"
}
.glyphicon-compressed:before {
	content:"\e181"
}
.glyphicon-earphone:before {
	content:"\e182"
}
.glyphicon-phone-alt:before {
	content:"\e183"
}
.glyphicon-tower:before {
	content:"\e184"
}
.glyphicon-stats:before {
	content:"\e185"
}
.glyphicon-sd-video:before {
	content:"\e186"
}
.glyphicon-hd-video:before {
	content:"\e187"
}
.glyphicon-subtitles:before {
	content:"\e188"
}
.glyphicon-sound-stereo:before {
	content:"\e189"
}
.glyphicon-sound-dolby:before {
	content:"\e190"
}
.glyphicon-sound-5-1:before {
	content:"\e191"
}
.glyphicon-sound-6-1:before {
	content:"\e192"
}
.glyphicon-sound-7-1:before {
	content:"\e193"
}
.glyphicon-copyright-mark:before {
	content:"\e194"
}
.glyphicon-registration-mark:before {
	content:"\e195"
}
.glyphicon-cloud-download:before {
	content:"\e197"
}
.glyphicon-cloud-upload:before {
	content:"\e198"
}
.glyphicon-tree-conifer:before {
	content:"\e199"
}
.glyphicon-tree-deciduous:before {
	content:"\e200"
}
.caret {
	display:inline-block;
	width:0;
	height:0;
	margin-left:2px;
	vertical-align:middle;
	border-top:4px solid;
	border-right:4px solid transparent;
	border-left:4px solid transparent
}
.dropdown {
	position:relative
}
.dropdown-toggle:focus {
	outline:0
}
.dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	padding:5px 0;
	margin:2px 0 0;
	font-size:14px;
	list-style:none;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, .15);
	border-radius:4px;
	-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175);
	box-shadow:0 6px 12px rgba(0, 0, 0, .175);
	background-clip:padding-box
}
.dropdown-menu.pull-right {
	right:0;
	left:auto
}
.dropdown-menu .divider {
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5
}
.dropdown-menu>li>a {
	display:block;
	padding:3px 20px;
	clear:both;
	font-weight:400;
	line-height:1.428571429;
	color:#333;
	white-space:nowrap
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color:#262626;
	text-decoration:none;
	background-color:#f5f5f5
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#428bca;
	outline:0
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color:#999
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration:none;
	cursor:not-allowed;
	background-color:transparent;
	background-image:none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
	display:block
}
.open>a {
	outline:0
}
.dropdown-header {
	display:block;
	padding:3px 20px;
	font-size:12px;
	line-height:1.428571429;
	color:#999
}
.dropdown-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:990
}
.pull-right>.dropdown-menu {
	right:0;
	left:auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top:0;
	border-bottom:4px solid;
	content:""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top:auto;
	bottom:100%;
	margin-bottom:1px
}
@media(min-width:768px) {
.navbar-right .dropdown-menu {
right:0;
left:auto
}
}
.btn-group, .btn-group-vertical {
	position:relative;
	display:inline-block;
	vertical-align:middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position:relative;
	float:left
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index:2
}
.btn-group-vertical>.btn:focus, .btn-group>.btn:focus {
	outline:0
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left:-1px
}
.btn-toolbar:after, .btn-toolbar:before {
	display:table;
	content:" "
}
.btn-toolbar:after {
	clear:both
}
.btn-toolbar .btn-group {
	float:left
}
.btn-toolbar>.btn+.btn, .btn-toolbar>.btn+.btn-group, .btn-toolbar>.btn-group+.btn, .btn-toolbar>.btn-group+.btn-group {
	margin-left:5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius:0
}
.btn-group>.btn:first-child {
	margin-left:0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
border-bottom-left-radius:0;
border-top-left-radius:0
}
.btn-group>.btn-group {
	float:left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius:0
}
.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
	border-top-right-radius:0;
	border-bottom-right-radius:0
}
.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius:0;
	border-top-left-radius:0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline:0
}
.btn-group-xs>.btn {
	padding:1px 5px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.btn-group-sm>.btn {
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.btn-group-lg>.btn {
	padding:10px 16px;
	font-size:18px;
	line-height:1.33;
	border-radius:6px
}
.btn-group>.btn+.dropdown-toggle {
	padding-right:8px;
	padding-left:8px
}
.btn-group>.btn-lg+.dropdown-toggle {
	padding-right:12px;
	padding-left:12px
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow:none;
	box-shadow:none
}
.btn .caret {
	margin-left:0
}
.btn-lg .caret {
	border-width:5px 5px 0;
	border-bottom-width:0
}
.dropup .btn-lg .caret {
	border-width:0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display:block;
	float:none;
	width:100%;
	max-width:100%
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before {
	display:table;
	content:" "
}
.btn-group-vertical>.btn-group:after {
	clear:both
}
.btn-group-vertical>.btn-group>.btn {
	float:none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top:-1px;
	margin-left:0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
border-radius:0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
border-top-right-radius:4px;
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
border-top-right-radius:0;
border-bottom-left-radius:4px;
border-top-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius:0
}
.btn-group-vertical>.btn-group:first-child>.btn:last-child, .btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:last-child>.btn:first-child {
	border-top-right-radius:0;
	border-top-left-radius:0
}
.btn-group-justified {
	display:table;
	width:100%;
	border-collapse:separate;
	table-layout:fixed
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	display:table-cell;
	float:none;
	width:1%
}
.btn-group-justified>.btn-group .btn {
	width:100%
}
[data-toggle=buttons]>.btn>input[type=checkbox], [data-toggle=buttons]>.btn>input[type=radio] {
display:none
}
.input-group {
	position:relative;
	display:table;
	border-collapse:separate
}
.input-group[class*=col-] {
float:none;
padding-right:0;
padding-left:0
}
.input-group .form-control {
	width:100%;
	margin-bottom:0
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height:46px;
	padding:10px 16px;
	font-size:18px;
	line-height:1.33;
	border-radius:6px
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
	height:46px;
	line-height:46px
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
	height:auto
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
	height:30px;
	line-height:30px
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
	height:auto
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display:table-cell
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
border-radius:0
}
.input-group-addon, .input-group-btn {
	width:1%;
	white-space:nowrap;
	vertical-align:middle
}
.input-group-addon {
	padding:6px 12px;
	font-size:14px;
	font-weight:400;
	line-height:1;
	color:#555;
	text-align:center;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:4px
}
.input-group-addon.input-sm {
	padding:5px 10px;
	font-size:12px;
	border-radius:3px
}
.input-group-addon.input-lg {
	padding:10px 16px;
	font-size:18px;
	border-radius:6px
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
	margin-top:0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group-addon:first-child {
	border-right:0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle {
border-bottom-left-radius:0;
border-top-left-radius:0
}
.input-group-addon:last-child {
	border-left:0
}
.input-group-btn {
	position:relative;
	white-space:nowrap
}
.input-group-btn:first-child>.btn {
	margin-right:-1px
}
.input-group-btn:last-child>.btn {
	margin-left:-1px
}
.input-group-btn>.btn {
	position:relative
}
.input-group-btn>.btn+.btn {
	margin-left:-4px
}
.input-group-btn>.btn:active, .input-group-btn>.btn:hover {
	z-index:2
}
.nav {
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.nav:after, .nav:before {
	display:table;
	content:" "
}
.nav:after {
	clear:both
}
.nav>li {
	position:relative;
	display:block
}
.nav>li>a {
	position:relative;
	display:block;
	padding:10px 15px
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration:none;
	background-color:#eee
}
.nav>li.disabled>a {
	color:#999
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color:#999;
	text-decoration:none;
	cursor:not-allowed;
	background-color:transparent
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color:#eee;
	border-color:#428bca
}
.nav .nav-divider {
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5
}
.nav>li>a>img {
	max-width:none
}
.nav-tabs {
	border-bottom:1px solid #ddd
}
.nav-tabs>li {
	float:left;
	margin-bottom:-1px
}
.nav-tabs>li>a {
	margin-right:2px;
	line-height:1.428571429;
	border:1px solid transparent;
	border-radius:4px 4px 0 0
}
.nav-tabs>li>a:hover {
	border-color:#eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color:#555;
	cursor:default;
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom-color:transparent
}
.nav-tabs.nav-justified {
	width:100%;
	border-bottom:0
}
.nav-tabs.nav-justified>li {
	float:none
}
.nav-tabs.nav-justified>li>a {
	margin-bottom:5px;
	text-align:center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top:auto;
	left:auto
}
@media(min-width:768px) {
.nav-tabs.nav-justified>li {
display:table-cell;
width:1%
}
.nav-tabs.nav-justified>li>a {
margin-bottom:0
}
}
.nav-tabs.nav-justified>li>a {
	margin-right:0;
	border-radius:4px
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border:1px solid #ddd
}
@media(min-width:768px) {
.nav-tabs.nav-justified>li>a {
border-bottom:1px solid #ddd;
border-radius:4px 4px 0 0
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
border-bottom-color:#fff
}
}
.nav-pills>li {
	float:left
}
.nav-pills>li>a {
	border-radius:4px
}
.nav-pills>li+li {
	margin-left:2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color:#fff;
	background-color:#428bca
}
.nav-stacked>li {
	float:none
}
.nav-stacked>li+li {
	margin-top:2px;
	margin-left:0
}
.nav-justified {
	width:100%
}
.nav-justified>li {
	float:none
}
.nav-justified>li>a {
	margin-bottom:5px;
	text-align:center
}
.nav-justified>.dropdown .dropdown-menu {
	top:auto;
	left:auto
}
@media(min-width:768px) {
.nav-justified>li {
display:table-cell;
width:1%
}
.nav-justified>li>a {
margin-bottom:0
}
}
.nav-tabs-justified {
	border-bottom:0
}
.nav-tabs-justified>li>a {
	margin-right:0;
	border-radius:4px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border:1px solid #ddd
}
@media(min-width:768px) {
.nav-tabs-justified>li>a {
border-bottom:1px solid #ddd;
border-radius:4px 4px 0 0
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
border-bottom-color:#fff
}
}
.tab-content>.tab-pane {
	display:none
}
.tab-content>.active {
	display:block
}
.nav-tabs .dropdown-menu {
	margin-top:-1px;
	border-top-right-radius:0;
	border-top-left-radius:0
}
.navbar {
	position:relative;
	min-height:50px;
	margin-bottom:20px;
	border:1px solid transparent
}
.navbar:after, .navbar:before {
	display:table;
	content:" "
}
.navbar:after {
	clear:both
}
@media(min-width:768px) {
.navbar {
border-radius:4px
}
}
.navbar-header:after, .navbar-header:before {
	display:table;
	content:" "
}
.navbar-header:after {
	clear:both
}
@media(min-width:768px) {
.navbar-header {
float:left
}
}
.navbar-collapse {
	max-height:340px;
	padding-right:15px;
	padding-left:15px;
	overflow-x:visible;
	border-top:1px solid transparent;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling:touch
}
.navbar-collapse:after, .navbar-collapse:before {
	display:table;
	content:" "
}
.navbar-collapse:after {
	clear:both
}
.navbar-collapse.in {
	overflow-y:auto
}
@media(min-width:768px) {
.navbar-collapse {
width:auto;
border-top:0;
box-shadow:none
}
.navbar-collapse.collapse {
display:block!important;
height:auto!important;
padding-bottom:0;
overflow:visible!important
}
.navbar-collapse.in {
overflow-y:visible
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
padding-right:0;
padding-left:0
}
}
.container>.navbar-collapse, .container>.navbar-header {
	margin-right:-15px;
	margin-left:-15px
}
@media(min-width:768px) {
.container>.navbar-collapse, .container>.navbar-header {
margin-right:0;
margin-left:0
}
}
.navbar-static-top {
	z-index:1000;
	border-width:0 0 1px
}
@media(min-width:768px) {
.navbar-static-top {
border-radius:0
}
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position:fixed;
	right:0;
	left:0;
	z-index:1030
}
@media(min-width:768px) {
.navbar-fixed-bottom, .navbar-fixed-top {
border-radius:0
}
}
.navbar-fixed-top {
	top:0;
	border-width:0 0 1px
}
.navbar-fixed-bottom {
	bottom:0;
	margin-bottom:0;
	border-width:1px 0 0
}
.navbar-brand {
	float:left;
	padding:15px;
	font-size:18px;
	line-height:20px
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration:none
}
@media(min-width:768px) {
.navbar>.container .navbar-brand {
margin-left:-15px
}
}
.navbar-toggle {
	position:relative;
	float:right;
	padding:9px 10px;
	margin-top:8px;
	margin-right:15px;
	margin-bottom:8px;
	background-color:transparent;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px
}
.navbar-toggle .icon-bar {
	display:block;
	width:22px;
	height:2px;
	border-radius:1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top:4px
}
@media(min-width:768px) {
.navbar-toggle {
display:none
}
}
.navbar-nav {
	margin:7.5px -15px
}
.navbar-nav>li>a {
	padding-top:10px;
	padding-bottom:10px;
	line-height:20px
}
@media(max-width:767px) {
.navbar-nav .open .dropdown-menu {
position:static;
float:none;
width:auto;
margin-top:0;
background-color:transparent;
border:0;
box-shadow:none
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
padding:5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
line-height:20px
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
background-image:none
}
}
@media(min-width:768px) {
.navbar-nav {
float:left;
margin:0
}
.navbar-nav>li {
float:left
}
.navbar-nav>li>a {
padding-top:15px;
padding-bottom:15px
}
.navbar-nav.navbar-right:last-child {
margin-right:-15px
}
}
@media(min-width:768px) {
.navbar-left {
float:left!important
}
.navbar-right {
float:right!important
}
}
.navbar-form {
	padding:10px 15px;
	margin-top:8px;
	margin-right:-15px;
	margin-bottom:8px;
	margin-left:-15px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}
@media(min-width:768px) {
.navbar-form .form-group {
display:inline-block;
margin-bottom:0;
vertical-align:middle
}
.navbar-form .form-control {
display:inline-block
}
.navbar-form select.form-control {
width:auto
}
.navbar-form .checkbox, .navbar-form .radio {
display:inline-block;
padding-left:0;
margin-top:0;
margin-bottom:0
}
.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
float:none;
margin-left:0
}
}
@media(max-width:767px) {
.navbar-form .form-group {
margin-bottom:5px
}
}
@media(min-width:768px) {
.navbar-form {
width:auto;
padding-top:0;
padding-bottom:0;
margin-right:0;
margin-left:0;
border:0;
-webkit-box-shadow:none;
box-shadow:none
}
.navbar-form.navbar-right:last-child {
margin-right:-15px
}
}
.navbar-nav>li>.dropdown-menu {
	margin-top:0;
	border-top-right-radius:0;
	border-top-left-radius:0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.navbar-nav.pull-right>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu.pull-right {
	right:0;
	left:auto
}
.navbar-btn {
	margin-top:8px;
	margin-bottom:8px
}
.navbar-btn.btn-sm {
	margin-top:10px;
	margin-bottom:10px
}
.navbar-btn.btn-xs {
	margin-top:14px;
	margin-bottom:14px
}
.navbar-text {
	margin-top:15px;
	margin-bottom:15px
}
@media(min-width:768px) {
.navbar-text {
float:left;
margin-right:15px;
margin-left:15px
}
.navbar-text.navbar-right:last-child {
margin-right:0
}
}
.navbar-default {
	background-color:#f8f8f8;
	border-color:#e7e7e7
}
.navbar-default .navbar-brand {
	color:#777
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color:#5e5e5e;
	background-color:transparent
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
	color:#777
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#333;
	background-color:transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color:#555;
	background-color:#e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
	color:#ccc;
	background-color:transparent
}
.navbar-default .navbar-toggle {
	border-color:#ddd
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color:#ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#ccc
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color:#e7e7e7
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color:#555;
	background-color:#e7e7e7
}
@media(max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color:#777
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
color:#333;
background-color:transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
color:#555;
background-color:#e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color:#ccc;
background-color:transparent
}
}
.navbar-default .navbar-link {
	color:#777
}
.navbar-default .navbar-link:hover {
	color:#333
}
.navbar-inverse {
	background-color:#222;
	border-color:#080808
}
.navbar-inverse .navbar-brand {
	color:#999
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color:#fff;
	background-color:transparent
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
	color:#999
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color:#fff;
	background-color:transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color:#fff;
	background-color:#080808
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
	color:#444;
	background-color:transparent
}
.navbar-inverse .navbar-toggle {
	border-color:#333
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color:#333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color:#fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color:#101010
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color:#fff;
	background-color:#080808
}
@media(max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
border-color:#080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color:#080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color:#999
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
color:#fff;
background-color:transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
color:#fff;
background-color:#080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color:#444;
background-color:transparent
}
}
.navbar-inverse .navbar-link {
	color:#999
}
.navbar-inverse .navbar-link:hover {
	color:#fff
}
.breadcrumb {
	padding:8px 15px;
	margin-bottom:20px;
	list-style:none;
	background-color:#f5f5f5;
	border-radius:4px
}
.breadcrumb>li {
	display:inline-block
}
.breadcrumb>li+li:before {
	padding:0 5px;
	color:#ccc;
	content:"/\00a0"
}
.breadcrumb>.active {
	color:#999
}
.pagination {
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px
}
.pagination>li {
	display:inline
}
.pagination>li>a, .pagination>li>span {
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.428571429;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left:0;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background-color:#eee
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index:2;
	color:#fff;
	cursor:default;
	background-color:#428bca;
	border-color:#428bca
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color:#999;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding:10px 16px;
	font-size:18px
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius:6px;
	border-top-left-radius:6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius:6px;
	border-bottom-right-radius:6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding:5px 10px;
	font-size:12px
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius:3px;
	border-top-left-radius:3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}
.pager {
	padding-left:0;
	margin:20px 0;
	text-align:center;
	list-style:none
}
.pager:after, .pager:before {
	display:table;
	content:" "
}
.pager:after {
	clear:both
}
.pager li {
	display:inline
}
.pager li>a, .pager li>span {
	display:inline-block;
	padding:5px 14px;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:15px
}
.pager li>a:focus, .pager li>a:hover {
	text-decoration:none;
	background-color:#eee
}
.pager .next>a, .pager .next>span {
	float:right
}
.pager .previous>a, .pager .previous>span {
	float:left
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	color:#999;
	cursor:not-allowed;
	background-color:#fff
}
.label {
	display:inline;
	padding:.2em .6em .3em;
	font-size:75%;
	font-weight:700;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:.25em
}
.label[href]:focus, .label[href]:hover {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
.label:empty {
	display:none
}
.btn .label {
	position:relative;
	top:-1px
}
.label-default {
	background-color:#999
}
.label-default[href]:focus, .label-default[href]:hover {
	background-color:gray
}
.label-primary {
	background-color:#428bca
}
.label-primary[href]:focus, .label-primary[href]:hover {
	background-color:#3071a9
}
.label-success {
	background-color:#5cb85c
}
.label-success[href]:focus, .label-success[href]:hover {
	background-color:#449d44
}
.label-info {
	background-color:#5bc0de
}
.label-info[href]:focus, .label-info[href]:hover {
	background-color:#31b0d5
}
.label-warning {
	background-color:#f0ad4e
}
.label-warning[href]:focus, .label-warning[href]:hover {
	background-color:#ec971f
}
.label-danger {
	background-color:#d9534f
}
.label-danger[href]:focus, .label-danger[href]:hover {
	background-color:#c9302c
}
.badge {
	display:inline-block;
	min-width:10px;
	padding:3px 7px;
	font-size:12px;
	font-weight:700;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	background-color:#999;
	border-radius:10px
}
.badge:empty {
	display:none
}
.btn .badge {
	position:relative;
	top:-1px
}
a.badge:focus, a.badge:hover {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
.nav-pills>.active>a>.badge, a.list-group-item.active>.badge {
	color:#428bca;
	background-color:#fff
}
.nav-pills>li>a>.badge {
	margin-left:3px
}
.jumbotron {
	padding:30px;
	margin-bottom:30px;
	font-size:21px;
	font-weight:200;
	line-height:2.1428571435;
	color:inherit;
	background-color:#eee
}
.jumbotron .h1, .jumbotron h1 {
	line-height:1;
	color:inherit
}
.jumbotron p {
	line-height:1.4
}
.container .jumbotron {
	border-radius:6px
}
.jumbotron .container {
	max-width:100%
}
@media screen and (min-width:768px) {
.jumbotron {
padding-top:48px;
padding-bottom:48px
}
.container .jumbotron {
padding-right:60px;
padding-left:60px
}
.jumbotron .h1, .jumbotron h1 {
font-size:63px
}
}
.thumbnail {
	display:block;
	padding:4px;
	margin-bottom:20px;
	line-height:1.428571429;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.thumbnail a>img, .thumbnail>img {
	display:block;
	height:auto;
	max-width:100%;
	margin-right:auto;
	margin-left:auto
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color:#428bca
}
.thumbnail .caption {
	padding:9px;
	color:#333
}
.alert {
	padding:15px;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:4px
}
.alert h4 {
	margin-top:0;
	color:inherit
}
.alert .alert-link {
	font-weight:700
}
.alert>p, .alert>ul {
	margin-bottom:0
}
.alert>p+p {
	margin-top:5px
}
.alert-dismissable {
	padding-right:35px
}
.alert-dismissable .close {
	position:relative;
	top:-2px;
	right:-21px;
	color:inherit
}
.alert-success {
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.alert-success hr {
	border-top-color:#c9e2b3
}
.alert-success .alert-link {
	color:#2b542c
}
.alert-info {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.alert-info hr {
	border-top-color:#a6e1ec
}
.alert-info .alert-link {
	color:#245269
}
.alert-warning {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}
.alert-warning hr {
	border-top-color:#f7e1b5
}
.alert-warning .alert-link {
	color:#66512c
}
.alert-danger {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}
.alert-danger hr {
	border-top-color:#e4b9c0
}
.alert-danger .alert-link {
	color:#843534
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position:0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position:0 0
}
}
.progress {
	height:20px;
	margin-bottom:20px;
	overflow:hidden;
	background-color:#f5f5f5;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1)
}
.progress-bar {
	float:left;
	width:0;
	height:100%;
	font-size:12px;
	line-height:20px;
	color:#fff;
	text-align:center;
	background-color:#428bca;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition:width .6s ease;
transition:width .6s ease
}
.progress-striped .progress-bar {
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
	background-size:40px 40px
}
.progress.active .progress-bar {
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	animation:progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color:#5cb85c
}
.progress-striped .progress-bar-success {
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color:#5bc0de
}
.progress-striped .progress-bar-info {
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color:#f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent)
}
.progress-bar-danger {
	background-color:#d9534f
}
.progress-striped .progress-bar-danger {
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent)
}
.media, .media-body {
	overflow:hidden;
	zoom:1
}
.media, .media .media {
	margin-top:15px
}
.media:first-child {
	margin-top:0
}
.media-object {
	display:block
}
.media-heading {
	margin:0 0 5px
}
.media>.pull-left {
	margin-right:10px
}
.media>.pull-right {
	margin-left:10px
}
.media-list {
	padding-left:0;
	list-style:none
}
.list-group {
	padding-left:0;
	margin-bottom:20px
}
.list-group-item {
	position:relative;
	display:block;
	padding:10px 15px;
	margin-bottom:-1px;
	background-color:#fff;
	border:1px solid #ddd
}
.list-group-item:first-child {
	border-top-right-radius:4px;
	border-top-left-radius:4px
}
.list-group-item:last-child {
	margin-bottom:0;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px
}
.list-group-item>.badge {
	float:right
}
.list-group-item>.badge+.badge {
	margin-right:5px
}
a.list-group-item {
	color:#555
}
a.list-group-item .list-group-item-heading {
	color:#333
}
a.list-group-item:focus, a.list-group-item:hover {
	text-decoration:none;
	background-color:#f5f5f5
}
a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
	z-index:2;
	color:#fff;
	background-color:#428bca;
	border-color:#428bca
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading {
	color:inherit
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:focus .list-group-item-text, a.list-group-item.active:hover .list-group-item-text {
	color:#e1edf7
}
.list-group-item-heading {
	margin-top:0;
	margin-bottom:5px
}
.list-group-item-text {
	margin-bottom:0;
	line-height:1.3
}
.panel {
	margin-bottom:20px;
	background-color:#fff;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, .05);
	box-shadow:0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
	padding:15px
}
.panel-body:after, .panel-body:before {
	display:table;
	content:" "
}
.panel-body:after {
	clear:both
}
.panel>.list-group {
	margin-bottom:0
}
.panel>.list-group .list-group-item {
	border-width:1px 0
}
.panel>.list-group .list-group-item:first-child {
	border-top-right-radius:0;
	border-top-left-radius:0
}
.panel>.list-group .list-group-item:last-child {
	border-bottom:0
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width:0
}
.panel>.table, .panel>.table-responsive>.table {
	margin-bottom:0
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
	border-top:1px solid #ddd
}
.panel>.table>tbody:first-child td, .panel>.table>tbody:first-child th {
	border-top:0
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border:0
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left:0
}
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right:0
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:last-child>td, .panel>.table-bordered>thead>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:last-child>td, .panel>.table-responsive>.table-bordered>thead>tr:last-child>th {
	border-bottom:0
}
.panel>.table-responsive {
	margin-bottom:0;
	border:0
}
.panel-heading {
	padding:10px 15px;
	border-bottom:1px solid transparent;
	border-top-right-radius:3px;
	border-top-left-radius:3px
}
.panel-heading>.dropdown .dropdown-toggle {
	color:inherit
}
.panel-title {
	margin-top:0;
	margin-bottom:0;
	font-size:16px;
	color:inherit
}
.panel-title>a {
	color:inherit
}
.panel-footer {
	padding:10px 15px;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel-group .panel {
	margin-bottom:0;
	overflow:hidden;
	border-radius:4px
}
.panel-group .panel+.panel {
	margin-top:5px
}
.panel-group .panel-heading {
	border-bottom:0
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top:1px solid #ddd
}
.panel-group .panel-footer {
	border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom:1px solid #ddd
}
.panel-default {
	border-color:#ddd
}
.panel-default>.panel-heading {
	color:#333;
	background-color:#f5f5f5;
	border-color:#ddd
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color:#ddd
}
.panel-default>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color:#ddd
}
.panel-primary {
	border-color:#428bca
}
.panel-primary>.panel-heading {
	color:#fff;
	background-color:#428bca;
	border-color:#428bca
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color:#428bca
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color:#428bca
}
.panel-success {
	border-color:#d6e9c6
}
.panel-success>.panel-heading {
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color:#d6e9c6
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color:#d6e9c6
}
.panel-warning {
	border-color:#faebcc
}
.panel-warning>.panel-heading {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color:#faebcc
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color:#faebcc
}
.panel-danger {
	border-color:#ebccd1
}
.panel-danger>.panel-heading {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color:#ebccd1
}
.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color:#ebccd1
}
.panel-info {
	border-color:#bce8f1
}
.panel-info>.panel-heading {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color:#bce8f1
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color:#bce8f1
}
.well {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05)
}
.well blockquote {
	border-color:#ddd;
	border-color:rgba(0, 0, 0, .15)
}
.well-lg {
	padding:24px;
	border-radius:6px
}
.well-sm {
	padding:9px;
	border-radius:3px
}
.close {
	float:right;
	font-size:21px;
	font-weight:700;
	line-height:1;
	color:#000;
	text-shadow:0 1px 0 #fff;
	opacity:.2;
	filter:alpha(opacity=20)
}
.close:focus, .close:hover {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	opacity:.5;
	filter:alpha(opacity=50)
}
button.close {
	padding:0;
	cursor:pointer;
	background:0 0;
	border:0;
	-webkit-appearance:none
}
.modal-open {
	overflow:hidden
}
.modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	display:none;
	overflow:auto;
	overflow-y:scroll
}
.modal.fade .modal-dialog {
	-webkit-transform:translate(0, -25%);
	-ms-transform:translate(0, -25%);
	transform:translate(0, -25%);
-webkit-transition:-webkit-transform .3s ease-out;
-moz-transition:-moz-transform .3s ease-out;
-o-transition:-o-transform .3s ease-out;
transition:transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0)
}
.modal-dialog {
	position:relative;
	z-index:1050;
	width:auto;
	margin:10px
}
.modal-content {
	position:relative;
	background-color:#fff;
	border:1px solid #999;
	border:1px solid rgba(0, 0, 0, .2);
	border-radius:6px;
	outline:0;
	-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);
	box-shadow:0 3px 9px rgba(0, 0, 0, .5);
	background-clip:padding-box
}
.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1030;
	background-color:#000
}
.modal-backdrop.fade {
	opacity:0;
	filter:alpha(opacity=0)
}
.modal-backdrop.in {
	opacity:.5;
	filter:alpha(opacity=50)
}
.modal-header {
	min-height:16.43px;
	padding:15px;
	border-bottom:1px solid #e5e5e5
}
.modal-header .close {
	margin-top:-2px
}
.modal-title {
	margin:0;
	line-height:1.428571429
}
.modal-body {
	position:relative;
	padding:20px
}
.modal-footer {
	padding:19px 20px 20px;
	margin-top:15px;
	text-align:right;
	border-top:1px solid #e5e5e5
}
.modal-footer:after, .modal-footer:before {
	display:table;
	content:" "
}
.modal-footer:after {
	clear:both
}
.modal-footer .btn+.btn {
	margin-bottom:0;
	margin-left:5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left:-1px
}
.modal-footer .btn-block+.btn-block {
	margin-left:0
}
@media screen and (min-width:768px) {
.modal-dialog {
width:600px;
margin:30px auto
}
.modal-content {
-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, .5);
box-shadow:0 5px 15px rgba(0, 0, 0, .5)
}
}
.tooltip {
	position:absolute;
	z-index:1030;
	display:block;
	font-size:12px;
	line-height:1.4;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:visible
}
.tooltip.in {
	opacity:.9;
	filter:alpha(opacity=90)
}
.tooltip.top {
	padding:5px 0;
	margin-top:-3px
}
.tooltip.right {
	padding:0 5px;
	margin-left:3px
}
.tooltip.bottom {
	padding:5px 0;
	margin-top:3px
}
.tooltip.left {
	padding:0 5px;
	margin-left:-3px
}
.tooltip-inner {
	max-width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background-color:#000;
	border-radius:4px
}
.tooltip-arrow {
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.tooltip.top .tooltip-arrow {
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-top-color:#000;
	border-width:5px 5px 0
}
.tooltip.top-left .tooltip-arrow {
	bottom:0;
	left:5px;
	border-top-color:#000;
	border-width:5px 5px 0
}
.tooltip.top-right .tooltip-arrow {
	right:5px;
	bottom:0;
	border-top-color:#000;
	border-width:5px 5px 0
}
.tooltip.right .tooltip-arrow {
	top:50%;
	left:0;
	margin-top:-5px;
	border-right-color:#000;
	border-width:5px 5px 5px 0
}
.tooltip.left .tooltip-arrow {
	top:50%;
	right:0;
	margin-top:-5px;
	border-left-color:#000;
	border-width:5px 0 5px 5px
}
.tooltip.bottom .tooltip-arrow {
	top:0;
	left:50%;
	margin-left:-5px;
	border-bottom-color:#000;
	border-width:0 5px 5px
}
.tooltip.bottom-left .tooltip-arrow {
	top:0;
	left:5px;
	border-bottom-color:#000;
	border-width:0 5px 5px
}
.tooltip.bottom-right .tooltip-arrow {
	top:0;
	right:5px;
	border-bottom-color:#000;
	border-width:0 5px 5px
}
.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1010;
	display:none;
	max-width:276px;
	padding:1px;
	text-align:left;
	white-space:normal;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, .2);
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, .2);
	box-shadow:0 5px 10px rgba(0, 0, 0, .2);
	background-clip:padding-box
}
.popover.top {
	margin-top:-10px
}
.popover.right {
	margin-left:10px
}
.popover.bottom {
	margin-top:10px
}
.popover.left {
	margin-left:-10px
}
.popover-title {
	padding:8px 14px;
	margin:0;
	font-size:14px;
	font-weight:400;
	line-height:18px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	border-radius:5px 5px 0 0
}
.popover-content {
	padding:9px 14px
}
.popover .arrow, .popover .arrow:after {
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.popover .arrow {
	border-width:11px
}
.popover .arrow:after {
	border-width:10px;
	content:""
}
.popover.top .arrow {
	bottom:-11px;
	left:50%;
	margin-left:-11px;
	border-top-color:#999;
	border-top-color:rgba(0, 0, 0, .25);
	border-bottom-width:0
}
.popover.top .arrow:after {
	bottom:1px;
	margin-left:-10px;
	border-top-color:#fff;
	border-bottom-width:0;
	content:" "
}
.popover.right .arrow {
	top:50%;
	left:-11px;
	margin-top:-11px;
	border-right-color:#999;
	border-right-color:rgba(0, 0, 0, .25);
	border-left-width:0
}
.popover.right .arrow:after {
	bottom:-10px;
	left:1px;
	border-right-color:#fff;
	border-left-width:0;
	content:" "
}
.popover.bottom .arrow {
	top:-11px;
	left:50%;
	margin-left:-11px;
	border-bottom-color:#999;
	border-bottom-color:rgba(0, 0, 0, .25);
	border-top-width:0
}
.popover.bottom .arrow:after {
	top:1px;
	margin-left:-10px;
	border-bottom-color:#fff;
	border-top-width:0;
	content:" "
}
.popover.left .arrow {
	top:50%;
	right:-11px;
	margin-top:-11px;
	border-left-color:#999;
	border-left-color:rgba(0, 0, 0, .25);
	border-right-width:0
}
.popover.left .arrow:after {
	right:1px;
	bottom:-10px;
	border-left-color:#fff;
	border-right-width:0;
	content:" "
}
.carousel {
	position:relative
}
.carousel-inner {
	position:relative;
	width:100%;
	overflow:hidden
}
.carousel-inner>.item {
	position:relative;
	display:none;
-webkit-transition:.6s ease-in-out left;
transition:.6s ease-in-out left
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	display:block;
	height:auto;
	max-width:100%;
	line-height:1
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display:block
}
.carousel-inner>.active {
	left:0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position:absolute;
	top:0;
	width:100%
}
.carousel-inner>.next {
	left:100%
}
.carousel-inner>.prev {
	left:-100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left:0
}
.carousel-inner>.active.left {
	left:-100%
}
.carousel-inner>.active.right {
	left:100%
}
.carousel-control {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15%;
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0, 0, 0, .6);
	opacity:.5;
	filter:alpha(opacity=50)
}
.carousel-control.left {
	background-image:-webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5)0), color-stop(rgba(0, 0, 0, .0001)100%));
	background-image:linear-gradient(to right, rgba(0, 0, 0, .5)0, rgba(0, 0, 0, .0001)100%);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
	right:0;
	left:auto;
	background-image:-webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001)0), color-stop(rgba(0, 0, 0, .5)100%));
	background-image:linear-gradient(to right, rgba(0, 0, 0, .0001)0, rgba(0, 0, 0, .5)100%);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:focus, .carousel-control:hover {
	color:#fff;
	text-decoration:none;
	outline:0;
	opacity:.9;
	filter:alpha(opacity=90)
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position:absolute;
	top:50%;
	z-index:5;
	display:inline-block
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left:50%
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right:50%
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	width:20px;
	height:20px;
	margin-top:-10px;
	margin-left:-10px;
	font-family:serif
}
.carousel-control .icon-prev:before {
	content:'\2039'
}
.carousel-control .icon-next:before {
	content:'\203a'
}
.carousel-indicators {
	position:absolute;
	bottom:10px;
	left:50%;
	z-index:15;
	width:60%;
	padding-left:0;
	margin-left:-30%;
	text-align:center;
	list-style:none
}
.carousel-indicators li {
	display:inline-block;
	width:10px;
	height:10px;
	margin:1px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#000 \9;
	background-color:rgba(0, 0, 0, 0);
	border:1px solid #fff;
	border-radius:10px
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	margin:0;
	background-color:#fff
}
.carousel-caption {
	position:absolute;
	right:15%;
	bottom:20px;
	left:15%;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
	text-shadow:none
}
@media screen and (min-width:768px) {
.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
width:30px;
height:30px;
margin-top:-15px;
margin-left:-15px;
font-size:30px
}
.carousel-caption {
right:20%;
left:20%;
padding-bottom:30px
}
.carousel-indicators {
bottom:20px
}
}
.clearfix:after, .clearfix:before {
	display:table;
	content:" "
}
.clearfix:after {
	clear:both
}
.center-block {
	display:block;
	margin-right:auto;
	margin-left:auto
}
.pull-right {
	float:right!important
}
.pull-left {
	float:left!important
}
.hide {
	display:none!important
}
.show {
	display:block!important
}
.invisible {
	visibility:hidden
}
.text-hide {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0
}
.hidden {
	display:none!important;
	visibility:hidden!important
}
.affix {
	position:fixed
}
@-ms-viewport {
width:device-width
}
.visible-lg, .visible-md, .visible-sm, .visible-xs, td.visible-lg, td.visible-md, td.visible-sm, td.visible-xs, th.visible-lg, th.visible-md, th.visible-sm, th.visible-xs, tr.visible-lg, tr.visible-md, tr.visible-sm, tr.visible-xs {
	display:none!important
}
@media(max-width:767px) {
.visible-xs {
display:block!important
}
table.visible-xs {
display:table
}
tr.visible-xs {
display:table-row!important
}
td.visible-xs, th.visible-xs {
display:table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-xs.visible-sm {
display:block!important
}
table.visible-xs.visible-sm {
display:table
}
tr.visible-xs.visible-sm {
display:table-row!important
}
td.visible-xs.visible-sm, th.visible-xs.visible-sm {
display:table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-xs.visible-md {
display:block!important
}
table.visible-xs.visible-md {
display:table
}
tr.visible-xs.visible-md {
display:table-row!important
}
td.visible-xs.visible-md, th.visible-xs.visible-md {
display:table-cell!important
}
}
@media(min-width:1200px) {
.visible-xs.visible-lg {
display:block!important
}
table.visible-xs.visible-lg {
display:table
}
tr.visible-xs.visible-lg {
display:table-row!important
}
td.visible-xs.visible-lg, th.visible-xs.visible-lg {
display:table-cell!important
}
}
@media(max-width:767px) {
.visible-sm.visible-xs {
display:block!important
}
table.visible-sm.visible-xs {
display:table
}
tr.visible-sm.visible-xs {
display:table-row!important
}
td.visible-sm.visible-xs, th.visible-sm.visible-xs {
display:table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm {
display:block!important
}
table.visible-sm {
display:table
}
tr.visible-sm {
display:table-row!important
}
td.visible-sm, th.visible-sm {
display:table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-sm.visible-md {
display:block!important
}
table.visible-sm.visible-md {
display:table
}
tr.visible-sm.visible-md {
display:table-row!important
}
td.visible-sm.visible-md, th.visible-sm.visible-md {
display:table-cell!important
}
}
@media(min-width:1200px) {
.visible-sm.visible-lg {
display:block!important
}
table.visible-sm.visible-lg {
display:table
}
tr.visible-sm.visible-lg {
display:table-row!important
}
td.visible-sm.visible-lg, th.visible-sm.visible-lg {
display:table-cell!important
}
}
@media(max-width:767px) {
.visible-md.visible-xs {
display:block!important
}
table.visible-md.visible-xs {
display:table
}
tr.visible-md.visible-xs {
display:table-row!important
}
td.visible-md.visible-xs, th.visible-md.visible-xs {
display:table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-md.visible-sm {
display:block!important
}
table.visible-md.visible-sm {
display:table
}
tr.visible-md.visible-sm {
display:table-row!important
}
td.visible-md.visible-sm, th.visible-md.visible-sm {
display:table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md {
display:block!important
}
table.visible-md {
display:table
}
tr.visible-md {
display:table-row!important
}
td.visible-md, th.visible-md {
display:table-cell!important
}
}
@media(min-width:1200px) {
.visible-md.visible-lg {
display:block!important
}
table.visible-md.visible-lg {
display:table
}
tr.visible-md.visible-lg {
display:table-row!important
}
td.visible-md.visible-lg, th.visible-md.visible-lg {
display:table-cell!important
}
}
@media(max-width:767px) {
.visible-lg.visible-xs {
display:block!important
}
table.visible-lg.visible-xs {
display:table
}
tr.visible-lg.visible-xs {
display:table-row!important
}
td.visible-lg.visible-xs, th.visible-lg.visible-xs {
display:table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-lg.visible-sm {
display:block!important
}
table.visible-lg.visible-sm {
display:table
}
tr.visible-lg.visible-sm {
display:table-row!important
}
td.visible-lg.visible-sm, th.visible-lg.visible-sm {
display:table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-lg.visible-md {
display:block!important
}
table.visible-lg.visible-md {
display:table
}
tr.visible-lg.visible-md {
display:table-row!important
}
td.visible-lg.visible-md, th.visible-lg.visible-md {
display:table-cell!important
}
}
@media(min-width:1200px) {
.visible-lg {
display:block!important
}
table.visible-lg {
display:table
}
tr.visible-lg {
display:table-row!important
}
td.visible-lg, th.visible-lg {
display:table-cell!important
}
}
.hidden-xs {
	display:block!important
}
table.hidden-xs {
	display:table
}
tr.hidden-xs {
	display:table-row!important
}
td.hidden-xs, th.hidden-xs {
	display:table-cell!important
}
@media(max-width:767px) {
.hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs {
display:none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm {
display:none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-xs.hidden-md, td.hidden-xs.hidden-md, th.hidden-xs.hidden-md, tr.hidden-xs.hidden-md {
display:none!important
}
}
@media(min-width:1200px) {
.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg {
display:none!important
}
}
.hidden-sm {
	display:block!important
}
table.hidden-sm {
	display:table
}
tr.hidden-sm {
	display:table-row!important
}
td.hidden-sm, th.hidden-sm {
	display:table-cell!important
}
@media(max-width:767px) {
.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs {
display:none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.hidden-sm, td.hidden-sm, th.hidden-sm, tr.hidden-sm {
display:none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-sm.hidden-md, td.hidden-sm.hidden-md, th.hidden-sm.hidden-md, tr.hidden-sm.hidden-md {
display:none!important
}
}
@media(min-width:1200px) {
.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg {
display:none!important
}
}
.hidden-md {
	display:block!important
}
table.hidden-md {
	display:table
}
tr.hidden-md {
	display:table-row!important
}
td.hidden-md, th.hidden-md {
	display:table-cell!important
}
@media(max-width:767px) {
.hidden-md.hidden-xs, td.hidden-md.hidden-xs, th.hidden-md.hidden-xs, tr.hidden-md.hidden-xs {
display:none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.hidden-md.hidden-sm, td.hidden-md.hidden-sm, th.hidden-md.hidden-sm, tr.hidden-md.hidden-sm {
display:none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-md, td.hidden-md, th.hidden-md, tr.hidden-md {
display:none!important
}
}
@media(min-width:1200px) {
.hidden-md.hidden-lg, td.hidden-md.hidden-lg, th.hidden-md.hidden-lg, tr.hidden-md.hidden-lg {
display:none!important
}
}
.hidden-lg {
	display:block!important
}
table.hidden-lg {
	display:table
}
tr.hidden-lg {
	display:table-row!important
}
td.hidden-lg, th.hidden-lg {
	display:table-cell!important
}
@media(max-width:767px) {
.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs {
display:none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm {
display:none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-lg.hidden-md, td.hidden-lg.hidden-md, th.hidden-lg.hidden-md, tr.hidden-lg.hidden-md {
display:none!important
}
}
@media(min-width:1200px) {
.hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg {
display:none!important
}
}
.visible-print, td.visible-print, th.visible-print, tr.visible-print {
	display:none!important
}
/*
* Records Templates Style
*/
/* Table of Content
==================================================
#Custom Fonts
#Site Styles
#Media Queries
#Animations
*/

/* #Custom Fonts

================================================== */

/* #Site Styles
================================================== */

 @font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}



html, html a {
	-webkit-font-smoothing: antialiased
}
html {
	-ms-overflow-style: scrollbar
}
html, body {
	overflow-x: hidden;
	/* height: 100%; */
}
body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #000;
	background-color: #FFF;
	margin-top: -233px;

}
a, a:active, a:focus, a:hover, a:visited {
	color: #333;
	outline: 0
}

a:active, a:focus, a:visited {
	text-decoration: none
}


.enlace {
	color: #00b6e4!important;
	text-decoration: underline;
}

.g_id_signin {
    display: flex;
    justify-content: center;
}
iframe{
	border-radius: 5px;
}
p {
	margin: 0 0 0.4em;
	padding: 0;
	line-height: 1.7em;

}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h6, h6 a {
	color: #505052 !important;
	line-height: 1.3em;
	font-weight: 600;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

h1 {
	margin: 0;
	padding: 0 0 1.3em;
	/*font-size: 1.538em;*/
}
h2 {
	margin: 0;
	font-size: 22px;
	padding: 0;
	position: relative;
	font-weight: 700;
}

h3, .h3text {
	margin: 0;
	font-size: 1.385em;
	padding: 0 0 0.8em;
	
}
h4 {
	margin: 0;
	padding: 0 0 .8em;
	font-size: 1.231em;
}
h5 {
	margin: 0;
	padding: 0 0 .8em;
	font-size: 1.077em;
}
h6 {
	margin: 0;
	padding: 0 0 .8em;
	font-size: 1.077em;
}
/* services styles */
.white {
	color:#FFF;
	font-size:48px;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.img-left {
	float: left;
	margin: 0 35px 25px 0;
}
.img-right {
	float: right;
	margin: 0 0 25px 35px;
}
.text-center .img-responsive {
	display: inline-block;
}
.upper {
	text-transform: uppercase!important;
}
.text-24 {
	font-size: 24px;
}
footer a, header a {
	text-decoration: none;
}
footer {
	margin-top: 3em;
}
.wiber-footer .rs{
	padding-top: 0.7rem;
}
.wiber-footer .fa{
	font-size: 1.6em;
}
.wiber-footer h3 {
	font-size: 1.185em;
}

.line-divider {
	border-bottom: 1px solid #eee;
	height: 20px;
	margin-bottom: 30px
}
.divider-xxs {
	margin: 0;
	height: 1px;
	line-height: 1px;
	clear: both
}
.divider-xs {
	height: 11px;
	line-height: 11px;
	clear: both
}
.divider-sm {
	height: 20px;
	clear: both
}
.divider-md {
	height: 30px;
	clear: both
}
.divider-lg {
	height: 40px;
	clear: both
}
.color, .color:hover {
	color: #00fdff
}
.underline {
	text-decoration: underline
}
.underline:hover {
	text-decoration: none
}
.icon-float-left {
	width: 115px;
	float: left;
	padding-top: 20px;
}
.text-float-right {
	display: table;
	padding-top: 20px;
}
.text-float-right .inside {
	height: 82px;
	display: table-cell;
	vertical-align: middle;
}


div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
	border-radius: 4px !important;
    background: linear-gradient(180deg, #FFF200 0%, #F7C11C 100%) !important;
    color: #00312f !important;
    font-size: 1.1rem !important;
    font-weight: bold !important;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    border: none;
}


div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){
	border: 1px solid black!important;
    background-color: white!important;
    color: black!important;
    text-decoration: none !important;
}




.phone {
	font-weight: 100!important;
	font: 1.2em 'Plus Jakarta Sans', sans-serif!important;
}
.phone.lng {
	margin-top:-9px;
}
.phone:hover {
	color: #FFF!important;
}
.logo-mob a{
	left: 0!important;
}
/* form */
label {
	font-weight: normal;
	margin-bottom: 7px
}
label .required {
	color: #ff0000
}
.bg-required {
	border: 1px solid #ff0000!important;
	background: #ffe5e5!important;
}
label.label-inline {
	display: inline-block;
	line-height: 37px
}
label.label-wiber {
	background: #51bcb8;
}
.form-control {
	height: 35px!important;
	padding: 4px 8px!important;
	margin-bottom: 8px!important;
	background-color: #fff;
	border: 1px solid #eaeaea!important;
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1em;
	line-height: 1em;
	border-radius: 3px;
}
.telefono-buscador {
	padding: 15px;
}
.telefono-buscador .fa {
	color:#51bcb8;
}
.texto-telefono {
	line-height: 25px;
	font-size: 1.3rem;
	padding-right: 0;
	padding-left: 0;
}
.telefono {
	padding-left: 0;
	padding-right: 0;
	line-height: 24px;
	font-size: 22px;
}
.altocien {
	height: 100%;
}


.form-inline .form-control {
	display: inline-block;
	width: auto;
}
.form-control::-webkit-input-placeholder {
	padding:1px 0
}
.text-lighter {
	font-weight: 100!important;
}
.hour {
	width:25%;
	height: 45px;
	border: 1px #dedcdc solid;
	background: #FFF;
	text-align: center;
	margin:0;
	display:inline;
	text-indent: 10px;
}
.nopad{
	padding:0;
}
.menu-fixed {
	position: fixed;
    top: 0;
    z-index: 40;
    width: 100%;
}

.nopadright { padding-right: 0!important}
.nopadleft { padding-left: 0!important}
.dppadr{padding-right:3px}
.input-sm {
	font-size: 1em;
	border-radius: 3px
}
.form-group-sm {
	margin-bottom: 7px;
	position: relative
}
.input-control input.form-control {
	font-size: 1em;
	width: 262px
}
input[type="text"].datetimepicker {
	margin-left: 0;
	width: 50%;
	height: 45px;
	text-align: center;
	border: 1px #dedcdc solid;
	display: inline-block;
	float: left;
}

.form__divider {
	display: flex;
	align-items: center;
	margin: 1.2rem 0 0.8rem;
}

.form__divider::before,
.form__divider::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #ccc;
}

.form__divider::before {
	margin-right: .25em;
}

.form__divider::after {
	margin-left: .25em;
}

.inside-form-divider {
	text-align: center;
	position: relative;
	background-color: white;
	padding: 0 .5em;
	z-index: 1;
}

.input-control .button {
	float: right;
	margin-left: -47px;
	background: 0 0;
	font-size: 1.5em;
	position: relative;
	bottom: 0;
	height: 47px;
	border: none;
	width: 47px;
	outline: 0;
	color: #1C2236;
}
.touch .input-control .button span {
	margin-left: -10px
}
.input-control .button:active {
	line-height: .8em
}
.touch input[type=email], .touch input[type=password], .touch input[type=search], .touch input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none
}
.checkbox, .radio {
	line-height: 20px;
	margin-top: 0;
}
.radio input[type=radio] {
	position: relative;
	display: inline;
	margin-top: 0
}
.checkbox label, .radio label {
	line-height: 1em
}
.radio {
	margin-bottom: 12px;
}
.help-block, .help-block a {
	color: #1C2236;
	font-size: 1em;
}
.form-inline.form-custom .form-group {
	position: relative;
	padding-left: 100px;
	margin-bottom: 12px;
	width: 100%;
}
.form-inline.form-custom .form-group textarea {
	height: 115px;
}
.form-inline.form-custom .text {
	line-height: 36px;
}
.form-inline.form-custom label {
	position: absolute;
	left: 0;
	font-size: 1em;
	line-height: 36px;
	min-width: 100px;
}
.form-inline.form-custom .form-control {
	width: 100%;
}
/*list*/
.styled-list {
	position: relative;
	margin: 15px 0 25px;
	padding: 0;
	list-style: none;
	line-height: 18px
}
.styled-list li {
	margin-bottom: 3px;
	padding: 0 0 0 20px;
}
.styled-list li:before {
	content: "\25CF";
	color: #333;
	width: 20px;
	margin: -3px 10px 0 -20px;
	font-size: 15px
}

/*button*/
.btn-info {
	color: #FFF!important;
}
.btn-sm, .btn-xs {
	border-radius: 3px
}
.btn {
	padding: 3px 12px;
	font-size: 1.3rem;
}
.btn-group.open .dropdown-toggle, .btn.active, .btn:active {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-default {
	background-color: #51bcb8;
	border: 2px solid #51bcb8;
	color: #fff !important;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 1.333em;
	line-height: 44px;
	padding: 0 15px;
	text-decoration: none !important;
	text-transform: none;

}
.club .btn-default {
	font-size: 18px!important;
	font-weight: 700;
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover {
	background: #418172;
	border-color: #418172;
	color: #fff !important;
}
.btn-lg {
	border-radius: 3px;
	font-size: 15px;
	padding: 10px;
}
/*dropdown*/
.dropdown-menu {
	left: auto;
	right: 0;
}

.gris {
	color: #fff;
}
.loader {
	display: none;
}
.loader-search {
	display: none;
	position: absolute;
	top: 57%;
	left: 0;
	width: 100%;
	height: 312px;
	background: rgba(255, 255, 255, 0.17);
	z-index: 2;
}
#btn-search {
	margin-top: 2.3em!important;
	width: 80%!important;
	padding:16px 0px;

}
/*back to top button*/
.back-to-top {
	bottom: 10%;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 35px;
	z-index: 10000
}
.back-to-top span.arrow-up {
	position: absolute;
	top: -6px;
	-webkit-animation: bounce 0.4s ease-in-out infinite alternate;
	animation: bounce 0.4s ease-in-out infinite alternate
}
.back-to-top span.arrow-up {
	top: -20px;
}
/*navigation*/
.navbar {
	width: 100%;
	border-radius: 0;
	position: absolute;
	top: 0;
	margin-bottom: 0;
	z-index: 999;
	border: 0!important;
}
.navbar .container {
	position: relative;
	padding: 0;
	background-color: transparent!important;
}
.navbar .background {
	z-index: 1;
	color: #393939;
	background: #fff;
}

.navbar-main-menu, .navbar-main-menu .item {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing:content-box;
}
.navbar-main-menu-outer {
	margin-top: 12px;
	box-shadow: 0px -2px 2px rgba(0, 0, 0, .1);
}
.navbar-compact .background {
	padding: 0;
	background: #fff;
}
.navbar-height-inner {
	height: 145px
}
.navbar-logo {
	position: relative;
	z-index: 11;
}
.navbar-compact .navbar-logo {
	width: 30% !important;
	padding-right: 15px;
}
.navbar-compact .navbar-logo img {
	width: 100%;
}
.navbar-search {
	clear: both;
	z-index: 1100;
	position: absolute;
	bottom: 4px;
	margin-bottom: 0;
	right: 25px;
}
.navbar-search input.form-control {
	height: 35px;
	font-size: 1em;
	line-height: 1.5em;
	width: 125px;
	float: right;
	padding-top: 8px;
	background: transparent !important;
}
.navbar-search .form-control {
	padding-right: 32px;
	background-color: transparent;
	border: none !important;
	box-shadow: none;
	color: transparent;
	transition: all 1.0s 0s ease;
	-webkit-transition: all 1.0s 0s ease;
	-moz-transition: all 1.0s 0s ease;
	-o-transition: all 1.0s 0s ease
}
.navbar-search .form-control:focus {
	width: 230px
}
.navbar-search .button {
	float: right;
	margin-left: -34px;
	background: 0 0;
	font-size: 1.31em;
	position: relative;
	bottom: -1px;
	height: 34px;
	border: none;
	width: 34px;
	outline: 0;
	color: #fff !important
}
.navbar-compact .navbar-search .button {
	color: #1C2236 !important
}
.navbar-search .button:active {
	line-height: .8em
}
.navbar-search:hover .form-control, .navbar-search .form-control:focus {
	border: 1px solid #fff !important;
	color: #fff
}
.navbar-main-menu {
	z-index: 10;
	background: #ffffffbd;
	border-radius: 0;
	display: inline-block;
	height: 64px;
	padding: 0;
	margin: 0;
	clear: both;
	list-style-type: none;
	position: relative;
	box-sizing: content-box;
	/*border-bottom: 2px solid #51bcb8;*/

}
.navbar-compact .navbar-main-menu {
	box-shadow: none;
}
.navbar-main-menu .sf-menu {
	padding: 0;
	margin: 0
}
.navbar-main-menu .sf-menu ul {
	background: #51bcb8;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	border-radius: 0;
	padding: 10px 0;
	color:#FFF;
	
	
}
.navbar-main-menu .sf-menu>li {
	height: 64px;
}
.navbar-compact .navbar-main-menu .sf-menu>li {
	height: 32px;
	margin-bottom: 10px
}
.navbar-main-menu .sf-menu>li>a {
	display: block;
	padding: 22px 25px 20px;
	height: 64px;
}
.navbar-main-menu .sf-menu ul li a {
	border-bottom: none;
	padding-top: 8px;
	padding-bottom: 8px;
	font: 1.2em 'Plus Jakarta Sans', sans-serif;
	text-transform: none;
	color: #FFF;
}
.navbar-main-menu .sf-menu ul li a:hover {
	background: #FFF;
	color: #51bcb8
}
.navbar-main-menu .item {
	float: left;
	height: 64px;
	padding: 0;
	margin: 0;
	position: relative;
}
.navbar-compact .navbar-main-menu .item {
	height: 32px;
}
.navbar-main-menu .item:hover {
	z-index: 1000000;
}
.navbar-main-menu .item:first-child {
	margin-left: -10px
}
.navbar-main-menu .item .btn-main {
	position: relative;
	display: block;
	height: 64px;
	padding: 22px 25px 20px;
}
.navbar-main-menu .item .btn-main, .navbar-main-menu .sf-menu>li>a {
	color: #fff;
	text-transform: none;
	font: 1.385em 'Plus Jakarta Sans', sans-serif;
}
.navbar-main-menu .item .btn-main:hover, .navbar-main-menu .sf-menu>li:hover>a, .navbar-main-menu .item .btn-main.active, .navbar-main-menu .sf-menu>li>a.active {
	color: #1C2236;
	background: #51bcb8;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
}
.navbar-main-menu .item .btn-main:before, .navbar-main-menu .sf-menu>li>a:before {
	position: absolute;
	top: 25px;
	left: 0;
	height: 16px;
	content: "";
	border-right: 1px solid rgba(255,255,255,0.1);
}
.navbar-main-menu .item:first-child .btn-main:before, .navbar-main-menu .item:first-child .sf-menu>li>a:before {
	border: none;
}
.navbar-main-menu .item, .navbar-main-menu .item .btn-main, .navbar-main-menu .sf-menu>li {
	height: 64px;
}
.navbar-main-menu .btn-main:hover {
	text-decoration: none
}
.navbar-main-menu .item .btn-main .icon {
	font-size: 1.12em;
	line-height: .3em;
	position: relative;
	bottom: -1px;
	margin-left: 1px
}
.navbar-main-menu .item-content {
	float: right;
	overflow: hidden;
	display: none;
	margin-left: -100%;
	width: 100%;
	margin-top: 38px!important;
	margin-bottom: -6px!important;
	background: #fff;
	position: relative
}
.navbar-compact .navbar-main-menu .item-content {
	margin-top: 28px!important;
}
.navbar-switcher {
	text-align: center;
	float: right;
	display: none;
	width: 49px;
	height: 47px;
	margin-bottom: -47px;
	margin-right: 10px;
	background: #fff!important;
	padding: 6px 7px;
	border-radius: 0 0 3px 3px;
	cursor: pointer;
	color: #fff
}
.z-depth-1, .card-panel, .card {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.navbar-switcher.active {
	background: #1C2236!important
}
.navbar-switcher .i-active, .navbar-switcher.active .i-inactive {
	display: none
}
.navbar-switcher.active .i-active {
	display: inline;
	font-size: 1.8em;
	line-height: 1.5em
}
.navbar-compact {
	top: -60px;
	position: fixed
}
.navbar-compact .compact-hidden, .navbar-compact .compact-hidden.hidden-xs {
	display: none!important
}
.navbar-compact .navbar-main-menu {
	background: none;
	clear: none;
	height: 64px;
	top: 0;
	padding: 0 15px 0;
}
.navbar-compact .navbar-search {
	top: 0;
	clear: none;
	position: relative;
	margin-top: 20px;
	margin-right: -10px
}
.navbar-compact .navbar-search:hover .form-control, .navbar-compact .navbar-search .form-control:focus {
	border-color: #1C2236 !important;
	color: #1C2236 !important;
}
.navbar-compact .navbar-search .form-control:focus {
	width: 145px;
}
.navbar-compact .navbar-switcher {
	display: block
}
.navbar-compact .navbar-main-menu {
	margin-top: 4px
}
.navbar-compact .navbar-main-menu .item .btn-main, .navbar-compact .navbar-main-menu .sf-menu>li {
	height: 64px;
	margin-bottom: 10px;
}
.navbar-compact .navbar-main-menu .item .btn-main, .navbar-compact .navbar-main-menu .sf-menu>li>a {
	padding: 22px 15px 0;
	font-size: 1.2em;
	color: #000;
}
.navbar-compact .navbar-main-menu .item .btn-main:hover, .navbar-compact .navbar-main-menu .sf-menu>li:hover>a, .navbar-compact .navbar-main-menu .item .btn-main.active, .navbar-compact .navbar-main-menu .sf-menu>li.active>a {
	color: #fff;
	background: #1C2236;
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover .btn-default.active {
	background-color: rgba(42, 48, 69, 0.82) !important;
	border: 2px solid rgba(42, 48, 69, 0.82) !important;
}
.navbar-logo {
	width: 33%;
	z-index: 11
}
.navbar-welcome {
	width: 30%;
	padding-top: 32px;
}
.navbar-secondary-menu {
	padding: 22px 0 0;
	height: 20px;
	position: relative;
	z-index: 1200
}
.navbar-secondary-menu .btn-default {
	border-radius: 0;
	border: 0;
	border: 1px solid #51bcb8;
	background: 0 0;
	box-shadow: none;
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0 8px;
	font-size: 15px;
	line-height: 32px;
	text-align: center;
	color: #aeb0b7 !important;
}
.navbar-secondary-menu .btn-default:hover {
	color: #404558 !important;
}
.navbar-compact .navbar-logo {
	width: 35%
}
.navbar-compact .navbar-main-menu {
	margin-top: 5px;
}
/*slide menu*/
#off-canvas-menu {
	    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;

	display: none
}
#off-canvas-menu, #off-canvas-menu-title {
	
	background: #FFF !important;
	border-color: #ccc !important;
	color: #333 !important;
}
#off-canvas-menu .expander-list .name {
	border-color: #a7acba !important;
}
#off-canvas-menu a {
	color: #333 !important;
}
/*white block */
.white-box {
	padding-top: 30px;
}
.white-box .inside {
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	padding: 25px 35px
}
.white-box .inside > h2 {
	margin: 0 -35px 28px;
	padding: 0 35px 22px;
}
.white-box h2:after {
	border-top-color: #fff;
}
.white-box .comment-form {
	background: #fafafa;
	margin: -30px -35px -25px;
	padding: 35px;
}
.white-row {
	background: #fff;
}

.btn-neutro {
	background-color: #fff;
}

.btn-wiber-accent {
	background-color: #51bcb8;
	color: #FFF!important;
}
.btn-new {
	font-size: 20px!important;
}
.btn-suscriber,.btn-suscriber-modal {
    color: #000!important;
	padding: 8px;
	margin-top: -2px;
	width: 70%;
	font-size: 13px!important;
	margin-left: 1%;
}


input.suscriber.dangerous {
	background-color:rgba(255, 116, 116, 0.64);
	color: #FFF;
}
input.suscriber.dangerous::placeholder {
	color: #FFF;
}

.btn-wiber-second{
	display: flex;
	padding: 12px 36px;
	justify-content: center;
	align-items: baseline;
	gap: 8px;
	color: #000!important;
	font-weight: bold;
	align-self: stretch;
	border-radius: 4px;
	border: 1px solid #1B1818;
	text-decoration: none!important;
}

.btn-wiber-second:hover{
background-color: rgb(235, 235, 235);
}

.btn-contrast {
	border-radius: 4px!important;
	background: linear-gradient(180deg, #FFF200 0%, #F7C11C 100%)!important;
	color: #00312f !important;
	font-size: 1.4rem!important;
	font-weight: bold!important;
	text-decoration: none!important;
	cursor: pointer;
	text-align: center;
	border: none;
}

.btn-contrast:hover {
	border-radius: 4px!important;
	background: #FFF200!important;
	box-shadow: 0px 6px 20px 0px rgba(165, 158, 40, 0.20)!important;
	text-decoration: none!important;
}

.btn-wiber {
	display: inline-flex;
	padding: 10px 10px!important;
	justify-content: center;
	align-items: baseline;
	gap: 8px;
	flex-shrink: 0;
	border-radius: 4px;
	background: linear-gradient(180deg, #4CB7AB 42.29%, #258C81 100%)!important;
	text-decoration: none;
	color: white !important;
	font-weight: bold!important;
	border: none!important;
	}
	
	
	.btn-wiber:hover {
		border-radius: 4px!important;
		background: #0A6560!important;
		background: linear-gradient(180deg, #3d998e 42.29%, #166159 100%)!important;
		box-shadow: 0px 6px 20px 0px rgba(0, 98, 102, 0.20)!important;
		text-decoration: none;
		}
		

		.btn-wiber-user-nav {
			display: flex;
			padding: 6px 10px;
			justify-content: center;
			align-items: center;
			gap: 8px;
			flex-shrink: 0;
			border-radius: 4px;
			background: #0A6560!important;
			text-decoration: none;
			color: white !important;
			font-weight: bold!important;
		
			}
			
			
			.btn-wiber-user-nav:hover {
				border-radius: 4px!important;
				background: #0A6560!important;
				box-shadow: 0px 6px 20px 0px rgba(0, 98, 102, 0.20)!important;
				text-decoration: none;
				}



				.btn-grey {
					background-color: #ffffff !important;
					border: 1px solid black;
					color: black !important;
					font-weight: 600;
					cursor: pointer;
				}
				
				.btn-grey:hover {
					background-color: #ffffff !important;
					color: black !important;
				}

				.muestraMas {
					background-color: #ffffff !important;
					border: 1px solid black;
					color: black !important;
					font-weight: 600;
					border-radius: 3px;
					text-align: center;
					display: flex;
					justify-content: center;
					align-items: center;
					margin: 0 auto;
					padding: 10px;
				}
				
				.muestraMas :hover{
					background-color: #ececec !important;
				}
				

#search-min {
    z-index: 1;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
	margin-left: 40px;
	border-radius: 5px!important;
}

#search-min label, .gestion-btn-resrva {
    color:#a2a2a2;
    font-weight: 800;
}

.alert-danger-new{
	display: flex;
    justify-content: center;
    gap: 5px;
    align-items: start;
	top: 0;
	left: 0;
	width: 95%;
	background: #FEF5F6!important; 
	border:1px solid #F44D5D!important;
	border-radius: 4px!important;
	color:#7e020e!important;
	z-index: 60000000000;
    font-size: 13px;
	font-weight: 700!important;
	line-height: 24px;
	padding: 1em!important;
	margin: 10px;
}

.message-margin-bottom{
	margin-bottom: 20px!important;
}

.fa-exclamation-triangle{
	padding: 1px;
    color: red !important;
    font-size: 1.9rem;
}

.alert-success-new{
	display: flex;
    justify-content: center;
    gap: 5px;
    align-items: start;
	top: 0;
	left: 0;
	width: 100%;
	background: #F5FEFA!important;
	border:1px solid #00AD83!important;
	border-radius: 4px!important;
	color:#000000!important;
	z-index: 60000000000;
    font-size: 13px;
	font-weight: 700!important;
	line-height: 24px;
	padding: 1em!important;
}


/*footer*/
footer {
	background-color: #fff;
}
footer, footer a {
	color: #606575 !important;
}
.footer-navbar {
	background-image: none;
	border: none;
}
.footer-navbar .menu, .footer-navbar .menu a {
	color: #606575
}
.footer-navbar .icon, .footer-navbar h3, .footer-navbar h4, footer h3, footer h4 {
	color: #fff
}
.footer-navbar .icon {
	font-size: .92em;
	margin-right: 7px
}
.footer-navbar .menu {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.footer-navbar .menu li {
	margin: 0;
	padding: 0 0 10px
}
.footer-navbar .content {
	padding: 38px 15px 0;
}
.footer-bottom-block {
	padding-top: 0;
	padding-bottom: 17px;
	line-height: 2em
}
footer .copyright-text {
	margin-top: -25px;
}
footer .copyright-text, footer .copyright-text a {
	color: #818389
}
.collapsed-block {
	margin-bottom: 15px
}
.collapsed-block h3 {
	padding-bottom: 5px;
}

.checkboxcontainer input {
	width: 15px;
	height: 15px;
	margin: 8px 5px 0 0;
	vertical-align: sub;
}
.picker__day {
	/*font-weight: 700!important;*/
}
select.select-hour {
	margin-left: 0;
	height: 45px;
	border: 1px #dedcdc solid;
	display: inline-block;
	float: left;
}
#topTabsClone.toptabs .form-control {
	max-width: 325px;
}
.nav-tabs {
	border: none;
	padding: 0 !important;
}
.nav-tabs>li {
	display: block;
	float: left;
}
.nav-tabs>li>a {
	border: none;
	padding: 20px;
	opacity: 0.9;
	background: url(images/bg-tab.png) repeat 0 0;
	color: #fff6db;
}
.nav-tabs>li>a, .nav-tabs>li>a:hover {
	background-color: transparent;
	border: none !important;
	font-size: 1.3rem;
	font-family: 'Plus Jakarta Sans', sans-serif!important;
	font-weight: 700;
	text-transform: none;
	line-height: 27px;
	margin: 0;
	border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: #51bcb8;
	color: #fff;
	border: none !important;
	opacity: 1;
}
.tab-content-outer .tab-content {
	border: none;
	color: #1C2236;
}
.tab-content-outer .tab-content .tab-pane {
	padding: 20px;
}

.number-text {
	overflow: hidden;
	padding-left: 60px;
}
.navbar-main-menu {
	z-index: 10;

	position:absolute;
	width: 100%;

}
.logo-btn img {
	/*margin-left: -24px;*/
	margin-top: 5px;
}
.navbar-main-menu .item .btn-main, .navbar-main-menu .sf-menu>li>a {
	color: #333;
	text-transform: none;
	font: 1.385em 'Plus Jakarta Sans', sans-serif;
}


.language {
	margin-top: -6px!important;
	vertical-align: middle;
}
.nav-destination { border-bottom: 1px solid rgba(255, 255, 255, 0.69)
}
.nav-destination > li.active > a, .nav-destination  > li.active > a:focus, .nav-destination  > li.active > a:hover { border-width: 0; }
.nav-destination  > li > a { border: none; color: #666;background: transparent!important; }
.nav-destination  > li.active > a, .nav-destination  > li > a:hover { border: none; color: #1C2236 !important; background: transparent; }
.nav-destination  > li > a::after { content: ""; background: #1C2236; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-destination  > li.active > a::after, .nav-destination  > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding: 0;}
.nopad {
	padding:0!important;
}
.img-logo {
	margin-top: 10px;
	margin-left: 11px;
}
.logo-home {color: #FFF; font-size: 40px;padding:0;letter-spacing: 1px;}
.logo-home img {vertical-align: sub; margin-right: 13px;}
.corporate {color:#ffffff7a}
.owl-item .item {text-align: center}
.logo-btn {padding: 3px 0 0 10px!important; font-size: 28px!important}
.logo-btn img{vertical-align: bottom;!important;margin-top: 2px;}
.reasons{
	padding: 1em;
	background-color: #FFF;
}

.reasons img {width: 100%}
.reasons h3 {
	margin: 0;
	font-size: 4.385em;
	padding: 0;
	color: #51bcb8;
}

.wiber-btop{border-top: 2px solid #51bcb8;}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected
{
	background: #51bcb8 !important;
}
.info-destino {
	display: none;
}
.direc {
	padding: 0 1em;
}
#modal-location .modal-body {
	padding: 1em;
}
.valoraciones {
	padding-top: 3em;
}
/*MENU HOME*/
#nav-wrapper {
	width: 100%;
	z-index: 40
}
.rentacar {
	padding-left: 3em!important;
}
.navbar-default {
	background-color: #fff;
}
.top-menu>li>a {
	line-height: 0px;
	height: 10px;
	padding-top: 0;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.nav-top-wiber {
	background: #FFF;
}

.car-icon-check-in{
    color: #B9B9B3;
    font-size: 30px;
    margin: 0px 0px 4px 0px;
}

.nombre-usuario{
    background-color: transparent!important;
    border-radius: 4px!important;
    border: 1px solid #36d6c9!important;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,0.14)!important;

    background-color: transparent!important;
    border-radius: none!important;
    border: none!important;
    box-shadow: none!important;
}

.icon-container-nav {
	color: #2b2b2b!important;
            display: flex;
            align-items: center;
        }

        .account-container-icon {
            height: 35px;
            vertical-align: middle;
            margin: 0px -10px 4px 0px;

        }

        .account-container-icon-mobile{
            height: 40px;
			vertical-align: middle;
			margin: 0px -10px 4px 0px;
        }

        .letra-nombre {
            position: relative;
            left: -16px;
			margin-top: -3px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 5px;
            color:#B9B9B3;
        }
		.letra-nombre-white{
			position: relative;
            left: -16px;
			margin-top: -3px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 5px;
            color:#ffffff;
		}
        .letra-nombre-mobile {
            position: relative;
            bottom: 44px;
            left: 4px;
            font-size: 19px;
            height: 41px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #B9B9B3;
        }
		.letra-nombre-mobile-white {
            position: relative;
            bottom: 44px;
            left: 4px;
            font-size: 22px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
        }
        
		.fa-exclamation-triangle{
			padding: 1px;
			color: red !important;
			font-size: 1.9rem;
		}
		
.ayuda-icon-home{
    color: #B9B9B3;
    font-size: 30px;
    margin: 2px;
}

.inicio-sesion-container{
	color: black!important;
	padding: 13px!important;
}
.inicio-sesion-container:hover{
	color: black!important;
}	


.show-block {
	display: block !important;
}
    
    .navbar-nav>li>a {
        padding-top: 0px;
        padding-bottom: 4px;
    }

	.navbar-inverse .navbar-nav>li>a {
		color: #999;
		display: flex!important;
		justify-content: center!important;
		align-items: center!important;
	}
    #Logotop {
        margin-top: 10px;
		margin-left: 0;
    }
    .navbar-nav {
        width:100%;
    }
    .navbar {
        width: 100%;
        border-radius: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0;
        z-index: 999;
        border: 0!important;
    }
    
    .navbar-nav li:hover, .navbar-nav .sf-menu li {
        border-bottom: 3px solid #FFF;
    }
    .navbar-nav li.hovereable:hover {
        border-bottom: 3px solid #333;
    }
    .separator {
        margin: 1em 0 0.5em 0!important;
    }
    .navbar-nav li {
        font-weight:400!important;
        font-size: 1.5rem!important;
    }
    .navbar-nav .nopad {
        padding-left:0!important;
    }
     a.dropdown-toggle:hover {
        text-decoration:none!important;
    }
    .sf-menu>li>a, .sf-menu ul li a {
        text-transform: none!important;
    }


.navbar-static-top {
/* 	margin-top: 50px;
 */	z-index: 3!important;
	border-bottom: 1px solid #CCC!important;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.14);
}
li.dropdown {
	list-style: none;
}
/* .clear-top {
	padding-top: 80px;
} */
.noupper {
	text-transform: none!important;
	color: #51bcb8!important;
}
.sf-menu ul li a {
	text-align: left;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99000000000000000;
}
#Logotop{
	margin-left:-2.6em;

}

#Logotop {
	margin-top: 10px;
	margin-left: 0;
}

.big {
	padding: 15px!important;
	font-size: 1.5rem!important;
	line-height: 27px!important;
	color: #000!important;
}
#reservas{
    margin-top: 320px;
}
.normal {
	padding: 6px!important;
	font-size: 1.3rem!important;
	color:#FFF;
}
.navbar .btn-wiber {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	color: #ffffff !important;
	padding: 8px 10px;
}
.normal a {
	color:#333;
	font-weight: 400;
}
.small-logo {
	width: 38px!important;
}
.separador { width: 120px;}
.normal a:hover {
	text-decoration: none;
}
.big-office {
	padding: 5px 11px!important;
}
.oficinas-item {
	margin-left: 20%!important;
}
.modal-dialog {
	margin-top: 5em;
}
.menu-mobile-item-header {
	background: #F3F4F6!important;
	color: #0A6560!important;
	font-weight: 700!important;
}


.icons-cont-mobile{
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: row;
gap: 5px;
}

.icons-cont-mobile p{
	margin-top: 8px;
	}


ul.list-group {
	margin-bottom: 0!important;
}
.picker__select--month, .picker__select--year
{
	padding: 0!important;
	font-size: 1.3rem;
}
.text-white, .txt-white {
	color: #FFF!important;
}
.text-primario {
	color: #4cb7ab!important;
}
.text-secundario {
	color: #0a6560!important;
}
.text-acento {
	color: #50e3c2!important;
}
.text-neutro {
	color: #b9b9b3!important;
}
.wiber-footer p, .wiber-footer a{
	font-size: 14px;
}
.wiber-footer hr {
	border-top: 1px solid #b9b9b3;
}

.wiber-footer p a {
    color: #fff !important;
    /* padding-bottom: 10em; */
}
.wiber-footer .bullet {
	text-align: justify;
}
.wiber-footer h3 {
	text-transform: none;
}
.new-label {
	position: absolute;
	top: 6px;
	right: 0;
}
.btn-tarifa {
	padding: 1em!important;
	font-weight: 600!important;
	border-radius: 10px!important;
	font-size: 21px!important;
	background-color: #4cb7ab !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#50e3c2), to(#4cb7ab));
	background-image: -webkit-linear-gradient(top, #50e3c2, #4cb7ab);
	background-image: -moz-linear-gradient(top, #50e3c2, #4cb7ab);
	background-image: -ms-linear-gradient(top, #50e3c2, #4cb7ab);
	background-image: -o-linear-gradient(top, #50e3c2, #4cb7ab);
	margin-top: 1em;
}
.btn-flat {
	background: transparent!important;
	color:#333!important;
}
.btn-flat-list {

	color:#333!important;
	box-shadow: none !important;
	box-sizing: border-box;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	white-space: nowrap;
	border-radius: .25rem;
	
	background-color: #FFF;
	border: 1.5px solid #4CB7AB;
    padding: 15px;
    border-color: #4CB7AB;
	
}
.btn-flat-list:hover {
	background-color: #ccc;
}
.btn-flat:hover {
	color:#333!important;
}

.bg-bai-hai {
	background-color: #89a3ac!important;
}
.bg-casal {
	background-color: #286361!important;
}
.bg-cape-cod {
	background-color: #303131!important;
}
.bg-stonewall {
	background-color: #93897b!important;
}
.bg-ship-cove {
	background-color: #7a9eb8!important;
}
.bg-limed-spurced {
	background-color: #374849!important;
}
.bg-secundario {
	background-color: #0A6560!important;;
}
.bg-primario {
	background-color: #4CB7AB!important;;
}
.bg-accent {
	background-color: #50E3C2!important;;
}
.bg-neutro {
	background-color: #b9b9b3!important;;
}
.bg-dark {
	background-color: #232d32!important;;
}
.bg-info {
	background-color: #5bc0de!important;;
}
.bg-contraste {
	background-color: #FFF200 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF200), to(#F7C11C));
	background-image: -webkit-linear-gradient(top, #FFF200, #F7C11C);
	background-image: -moz-linear-gradient(top, #FFF200, #F7C11C);
	background-image: -ms-linear-gradient(top, #FFF200, #F7C11C);
	background-image: -o-linear-gradient(top, #FFF200, #F7C11C);
	background-image: linear-gradient(to bottom, #FFF200, #F7C11C);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFF200, endColorstr=#F7C11C);
	color: #0A6560 !important;
}
.bg-indigo {
	background-color: #012e67!important;
}
.border-wiber-left {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.border-wiber-right {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
.info-wiber-ai {
	color: #40b7ab!important;
}
.separador-ai {
	width: 70%;
	margin-left: 15%;
	height: 2px;
	background-color: #4cb7ab;
	margin-bottom: 1em;
}
.nomargin {
	margin: 0!important;
}
.nopadding {
	padding: 0!important;
}
#modalLogin .modal-body {
	padding: 1em 2em 2em 2em;
}

img{
	border-radius: 5px;
}
 
.info-vlc {
	border-radius: 5px;
}

#modalLogin {
	overflow: auto!important;
	margin: 12px;
}
header {
	background-color: #FFF;
}
#modalLogin .modal-header {
	background: #FFF;
	border-radius: 10px 10px 0 0;
	margin: 20px 20px 0 20px;
}

#modalLogin .modal-header h2 {
	color: #FFF!important;
	padding: 0 1em!important;
}
#modalLogin .modal-header .close {
    margin-top: 0px;
    position: absolute;
    right: -14px;
    top: -10px;
	font-weight: bolder;
    float: right;
    font-size: 52px;
    line-height: 1;
    color: #4CB7AB;
    opacity: 1;
	filter: alpha(opacity=20);
	padding-right: 0.5em!important;
}
#modalLogin .btn-lg {
    font-size: 18px !important;
}
.bs-callout-info {
	border-left-color: #4CB7AB!important;
	background-color: #FFF;
}
.bs-callout {
    padding: 20px;
    margin: 1em 0;
    border: 1px solid #eee;
    border-left-width: 5px;
	border-radius: 3px;
	font-size: 14px;
}

.minimal-container {
    position: relative;
    top: 490px;
    z-index: 78;
}



.alert-danger {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgb(211, 46, 46)!important;
	border:1px solid rgb(211, 46, 46)!important;
	border-radius: 0!important;
	color:#FFF!important;
	z-index: 60000000000;
    font-size: 18px;
	line-height: 24px;
	padding: 1em!important;
}


.alert-fade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 60000000000;
    font-size: 18px;
	line-height: 24px;
	padding: 1em!important;
}

select {
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.shadow-bottom {
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.14);
}
.img-user {
	vertical-align: bottom;
}
.card {
	padding: 2em;
	border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
li .badge {
    background: transparent;
    opacity: 1;
    font-weight: lighter;
	margin-top: -10px;
	float: right;
}



.calendar_container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.badge-devolucion-buscador{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 1px 5px !important;
    background-color: #4CB7AB;
    border-radius: 10px;
    font-size: 1rem !important;
    color: white !important;
    margin-bottom: 5px;
    width: 28% !important;
}

/* .primer {
	margin-top: 47px;
} */

.alert {
	font-size: 14px!important;
	font-weight: 400!important;
}

.owl-carousel .price {
	display: none;
}

.contraseña-olvidada{
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 250px;
}
.contraseña-olvidada-centro{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.container-contraseña-olvidada{
	margin: 20px;
	background-color: #f0f0f0;
	border-radius: 5px;
}

/* Animation */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animate, .animate-delay {
	opacity: 0;
}
.touch .animate, .touch .animate-delay {
	opacity: 1!important
}
.animate-delay.animated.scale, .animate.animated.scale {
	-webkit-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
	-moz-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
	-o-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
	animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
	opacity: 1
}
.animate-delay.animated.fadeUp, .animate.animated.fadeUp {
	-webkit-animation: fadeUp .5s 1 linear;
	-moz-animation: fadeUp .5s 1 linear;
	-o-animation: fadeUp .5s 1 linear;
	animation: fadeUp .5s 1 linear;
	opacity: 1
}
.animate-move-down, .animate-scale {
	-o-transition: -o-transform 0.2s linear 0s;
	-moz-transition: -moz-transform 0.2s linear 0s;
	-webkit-transition: -webkit-transform 0.2s linear 0s;
	-ms-transition: -ms-transform 0.2s linear 0s;
	transition: transform 0.2s linear 0s;
}
.animate-scale:hover {
	-o-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}
.animate-move-down:hover {
	-o-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}
.flex-direction-nav {
	-webkit-transform: translate3d(0, 0, 0)
}
.flex-direction-nav a {
	-o-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease
}
.navbar-search input.form-control {
	-o-transition: width .5s ease;
	-moz-transition: width .5s ease;
	-webkit-transition: width .5s ease;
	transition: width .5s ease
}
.navbar-main-menu .item .btn-main, .sf-menu>li {
	-o-transition: border .1s ease;
	-moz-transition: border .1s ease;
	-webkit-transition: border .1s ease;
	transition: border .1s ease
}
.navbar-switcher {
	-o-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	transition: background .5s ease
}

/* MENU MOBILE */
.animate-hover:hover {
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}
#off-canvas-menu, #outer-canvas, .mobile-nav .nav-item a {
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
}
.flex-direction-nav {
	opacity: 0;
	-webkit-transition-duration: 500ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-duration: 500ms;
	-moz-transition-timing-function: ease-out;
	-o-transition-duration: 500ms;
	-p-transition-timing-function: ease-out;
	-ms-transform-duration: 500ms;
	-ms-transform-timing-function: ease-out
}
.touch .flex-direction-nav {
	opacity: 1
}
.flexslider:hover .flex-direction-nav {
	opacity: 1;
	-webkit-transition-duration: 500ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-duration: 500ms;
	-moz-transition-timing-function: ease-out;
	-o-transition-duration: 500ms;
	-p-transition-timing-function: ease-out;
	-ms-transform-duration: 500ms;
	-ms-transform-timing-function: ease-out
}

main {
	position: absolute;
	font-size: 64px;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-100%, -240%);
}

heart {
	animation: heart 1.0s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
	top: 50%;
	content: '';
	left: 50%;
	position: absolute;
}

.heartL {
	animation: heartL 1.0s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
	width: 1em;
	height: 1em;
	border: 1px solid #3fc1f2;
	background-color: #3fc1f2;
	content: '';
	position: absolute;
	display: block;
	transform: translate(-29px, -28px);
	border-radius: 100%;
}

.heartR {
	animation: heartR 1.0s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
	width: 1em;
	height: 1em;
	border: 1px solid #3fc1f2;
	background-color: #3fc1f2;
	content: '';
	position: absolute;
	display: block;
	transform: translate(29px, -28px);
	border-radius: 100%;
}

.square {
	animation: square 1.0s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
	width: 1em;
	height: 1em;
	border: 1px solid #3fc1f2;
	background-color: #3fc1f2;
	transform: scale(1) rotate(-45deg);
	position: relative;
	display: block;
	content: '';
}

.modal-dialog, .modal-lg{
border-radius: 10px!important;
box-shadow: 0px 2px 51px -11px rgba(0, 0, 0, 1)!important;
}

shadow {
	animation: shadow 1.0s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
	top: 100px;
	left: 50%;
	content: '';
	position: relative;
	display: block;
	bottom: -.5em;
	width: 1em;
	height: .25em;
	border-radius: 50%;
	background-color: #d7d7d7;
	border: 1px solid #d7d7d7;
}

.text-filter-reserva{
	color: #282828!important;
	font-size: 2rem;
}

.btn-filtro-reserva{
	width: 10%!important;
}

.text-check {
	color: #000;
}
.text-green {
	color: #06fc58!important;
}
.text-wiber {
	color: #51bcb8!important;
}
.text-wiber-map{
	color: #00fff5!important;

}
.text-light {
	font-weight: 100!important;
}
.text-wiber-light {
	color: #51cac3!important;
}
.modal-dialog {
	background: #FFF;
}
.modal-dialog h3 {
	padding: 0;

}
/* QUITAR BORDERS Y OUTLINES MOLESTOS EN MODALES */
.modal {
    border-radius: 10px;
    border: none;
    outline: none;
}
.modal-header .close {
	margin-top: 10px;
	position: absolute;
	right: 10px;
	top:10px;
    float: right;
    font-size: 47px;
    font-weight: 700;
    line-height: 1;
    color: #4CB7AB;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
	filter: alpha(opacity=20);
	z-index: 1042;
}

.icons-styles{
	color: #40b7ab;
}

.modal-dialog .modal-content {
	padding: 1em 2em;
	border: none;
	box-shadow: none;
}
.text-body {
	font-size: 1.3rem;
	line-height: 22px;
	font-weight: 100;
}

@media (min-width: 179px) {
	.container.club {
	  margin-top: 300px;
	}
  }
  

.forgot-password-container{
	margin-top: 220px;
	padding: 30px;
}

/* Estilo para el ícono del ojo */
#password-eye-style1 {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}
#password-eye-style2 {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}

#password-eye-style3 {
	position: absolute;
	right: 10px;
	top: 50%!important;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}

.dropdown-menu>li>a, .sf-menu ul li a{
	color: #2b2b2b!important;
}


.noFilter{
	display: none;
	background-color: #FFF;
    padding: 13px;
    border: 1px solid #d2d2d2;
    background-color: #FFF !important;
    border-radius: 10px;
    color: black !important;
}

/* #password-eye-style4 {
	position: absolute;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
} */
 


.lang-icon{
	border-radius: 2px;
}
.password-container {
	position: relative;
}

.container-cambiar-password{
	margin-top: 300px;
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 115px;
	left: 10px;
	z-index:4;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #51bcb8 url(../images/cd-top-arrow.svg) no-repeat center;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
.edad-texto {
	font-size: 1.3rem;
	font-weight: 100;
	line-height: 22px;
}

.edad{
	margin: 0!important;
}
.edad-titulo {
	font-size: 38px;
	font-weight: 100;
	width: 87%;
}
.razones {
	position: absolute!important;
	left: 7%;
	z-index: 400;
	/*top:60%;*/
	bottom: 2em;
	color: #FFF;
	padding: 1em;
	border-radius: 3px;
	background: #00000052;
	font-size: 24px;
	margin: 0.6em;
}
.razones p {
	line-height: 1.4em;
	margin: 0;
}
.razones .texto {
	padding-top: 25px;
}
.container {
	width: 87%;
}
.cdbar .cdbar-buttons {
    display: inline-block;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    padding: 1rem 0 0 0;
}
.cdbar .cdbar-text {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px!important;
    line-height: 19px;
}
footer li {
	font-size: 14px!important;
}

/* texto llamada reserva buscador fechas home */

@media (min-width: 770px) {
    .text-llamada-cotanier {
		margin-top: 5px;
        text-align: right;
    }


}

@media (max-width: 770px) {
    .text-llamada-cotanier {
		margin-top: 5px;
        text-align: left;
    }
	#reservas{
		margin-top: 0px;
	}

	
	.minimal-container {
		margin:10px!important;
	}
}

/* #Media Queries
================================================== */

@media only screen and (max-width : 1920px) {
	.container {
		width: 80%;
	}
}
@media only screen and (max-width : 1400px) {
	body{
		zoom: 0.8!important;
		-ms-zoom: 0.8!important;
		-webkit-zoom: 0.8!important;
		-moz-transform: scale(0.8,0.8)!important;
		-moz-transform-origin: center center!important;
	}
	.container {
		width: 80%!important;
	}
}

@media only screen and (max-width : 1366px) {
    
}

@media only screen and (max-width: 1280px) {
	body{
		zoom: 0.8!important;
		/* margin-top:0px!important; */
		-ms-zoom: 0.8!important;
		-webkit-zoom: 0.8!important;
		-moz-transform: scale(0.8,0.8)!important;
		-moz-transform-origin: center center!important;
	}
	
}


@media only screen and (max-width: 992px) {
	body{
		zoom: 0.8!important;
		margin-top:0px!important;
		-ms-zoom: 0.8!important;
		-webkit-zoom: 0.8!important;
		-moz-transform: scale(0.8,0.8)!important;
		-moz-transform-origin: center center!important;
	}
	
}


@media (max-width: 1280px) {
	
	.container {
		width: 95%!important;
	}

	.telefono {
		font-size: 17px;
	}
	.texto-telefono {
		font-size: 12px;
	}
	.razones {
		bottom: -6em!important;
	}
	.titulo-razon {
		font-size: 24px;
	}
}
@media (max-width:1067px) {
	#modalLogin .modal-header .close {
		top: 1px;
	}

	#search-min {
		margin-top: -228px;
		margin-left: 0px;
	}
	
	body{
		zoom: 1!important;
		-ms-zoom: 1!important;
		-webkit-zoom: 1!important;
		-moz-transform: scale(1)!important;
		-moz-transform-origin: center center!important;
	}
	footer .btn-new {
		font-size: 13px!important;
	}
	.container {
		width: 100%!important;
	}
	.btn-suscriber {
		padding: 9px;
		width: 100%;
		margin-top: -3px!important;
		font-size: 10px!important;
	}

	.confirm-btn-text-center{
		position: relative;
		z-index: 1;
		display: flex;
		justify-content: center;
	}
	.wiber-footer hr {
		margin-bottom: 2em;
	}
	.wiber-footer .bullet {
		text-align: center;
	}
	.bs-callout {
		font-size: 12px;
	}
	.container {
		width: 100%;
	}
	.form-control {
		height: 45px!important;
		padding: 10px 12px;
		margin-bottom: 10px;
		background-color: #fff;
		border: 1px solid #eaeaea;
		color: #000;
		-webkit-box-shadow: none;
		box-shadow: none;
		font-size: 14px!important;
		line-height: 1em;
		border-radius: 0!important;
	}
	#modalLogin .modal-body {
		padding: 1em;
	}
	.footer-navbar .icon, .footer-navbar h3, .footer-navbar h4, footer h3, footer h4 {
		color: #333
	}
	footer .container {
		width: 100%;
	}
	.responsive .content.nopad-xs {
		padding-top: 0;
		padding-bottom: 0
	}
	.toptabs .container .inside {
		margin-top: 0;
	}
	.language {
		margin-top: -6px!important;
		vertical-align: middle;
		margin-left: 27px;
	}
	.logo-home {
		color: #51bcb8;
		font-size: 32px;
		margin: 11px 0;
		padding: 0;
		letter-spacing: 0px;
		text-align: center;
	}
	.item-logo {
		margin-left: 23px;
		margin-top: 3px;
	}
	.btn-lg {
		font-size: 14px!important;
	}
	.banners-row{
		border-top: none;
	}
	.loader-search {
		height: 496px;
	}
	.responsive .mobile-nav .nav-item.item-02>a {
		/* margin-top:12px; */
		font-size: 31px;
		color: #B9B9B3;
	}
	.tab-pane .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
	}
	.buscador-home-nuevo .checkbox {
		padding-left: 1.5em!important;
	}
	.responsive .navbar {
		width: 100%;
		position: relative;
		margin-bottom: 0
	}
	.responsive .navbar.navbar-compact {
		position: fixed;
	}
	.responsive .navbar-logo {
		margin: 5px auto 0;
		width: 50%
	}
	.responsive .navbar-logo img {
		max-width: 100%
	}
	.responsive .navbar-height-inner {
		height: 0 !important
	}
	.responsive .navbar-secondary-menu {
		padding: 20px 0 0;
		width: 100px;
		position: relative;
		z-index: 1200;
	}
	.alert-danger {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	
		z-index: 60000000000;
		font-size: 14px!important;
		line-height: 24px;
		padding: 1em!important;
	}
	.alert {
		font-size: 14px!important;
		line-height: 20px;
	}

	.responsive .mobile-nav .nav-item:first-child {
		border: 0
	}
	.responsive .mobile-nav .nav-item.item-02>a {
		left: 72%;
		z-index: 1;
	}
	.responsive .mobile-nav .nav-item.item-04>button {
		position: relative;
        left: -29%;
        bottom: 2px;
        z-index: 1;
	}
	

	header {
        border-bottom: 2px solid #B9B9B3;
    }
	.responsive .mobile-nav .nav-item.item-03>a {
		left: 50%
	}
	.responsive .mobile-nav .nav-item.item-04>a {
		left: 75%
	}
	.responsive .mobile-nav .nav-item>a {
		height: 60px;
		width: 15%;
		float: left;
		display: block;
		z-index: 2;
		position: absolute;
		top: 0;
		right: 0;
		text-decoration: none;
		text-align: center;
		z-index: 1;
	}
	.responsive .mobile-nav .nav-item>a .icon {
		position: relative;
		font-size: 26px;
		color: #B9B9B3;
		display: block;
		padding: 2px 0 0 0
	}
	.responsive .mobile-nav .nav-item>a .icon.icon-menu {
		font-size: 30px;
	}
	.responsive .mobile-nav .nav-item .tab-content {
		z-index: 0;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: -200px;
		background: #fff;
		width: 100%;
		max-height: 0
	}
	.responsive .mobile-nav .nav-item.active .tab-content {
		top: 60px;
		max-height: 1000px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
		z-index: 1
	}
	.responsive .mobile-nav .nav-item .tab-content .form-control {
		background: #fff !important;
		border: 1px solid #1C2236 !important;
		color: #1C2236 !important;
	}
	.responsive .mobile-nav .navbar-search .button {
		color: #1C2236 !important;
	}
	.responsive #outer {

		overflow: hidden
	}
	#outer-canvas, .responsive #off-canvas-menu {
		width: 100%
	}
	#off-canvas-menu li {
		font-size: 1.3rem;
		font-weight: 100;
		line-height: 26px;
	}
	body.off-canvas-menu-open.responsive #outer-canvas {
		margin-left: 280px;
		position: relative;
		overflow: hidden
	}
	.modal-header h2 {

			font-size: 31px!important;
	
	}
	.responsive #outer-canvas:before {
		content: " ";
		position: absolute;
		z-index: -1;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background-color: #fff
	}
	.responsive #off-canvas-menu {
		position: absolute;
		display: block;
		left: -100%;
		top: 48px;
		min-height: calc(100% - 48px);
		z-index: 40001;
		width: 100%;
		background: #f5f5f5;
	}
	.responsive #off-canvas-menu .expander-list .expander {
		font-size: 1.3rem;
		margin-top: 5px
	}
	.responsive #off-canvas-menu .expander-list .name {
		padding: 10px 10px 10px 25px
	}
	.responsive #off-canvas-menu ul li span.icon {
		padding: 0 10px 0 0;
		font-size: 18px;
		line-height: 22px
	}
	.responsive #off-canvas-menu ul li li li {
		padding-left: 35px
	}
	.responsive #off-canvas-menu ul li a {
		font-size: 1.3rem;
    	border-radius: 0;
		color: #2b2b2b;
		text-decoration: none;
		border: none !important;
        outline: none !important;
	}
	.responsive #off-canvas-menu-title {
		display: block;
		background: #f5f5f5;
		border-bottom:none!important;
		font-size: 1.3rem;
		line-height: 48px;
		padding-top: 5px;
		padding-left: 65px;
	}
	.responsive #off-canvas-menu-close {
		font-size: 51px;
		font-family: 'Plus Jakarta Sans', sans-serif;
		cursor: pointer;
		float: right;
		color: #4CB7AB;
		padding: 0 16px 0 0;
		margin-top: -10px;
	}
	
	body.off-canvas-menu-open.responsive #off-canvas-menu {
		display: block;
		left: -60px;
	}
	body.off-canvas-menu-open.responsive #outer-overlay {
		display: block;
		background: none repeat scroll 0 0 #000;
		height: 100%;
		left: 0;
		min-height: 100%!important;
		position: absolute!important;
		top: 0;
		width: 100%!important;
		opacity: .5;
		z-index: 1000
	}
	.responsive #outer-overlay {
		opacity: 0;
		z-index: 0
	}
	.responsive .tab-content {
		padding: 10px;
		border: none;
	}

}
/* ipad portrait/landscape ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	.copy h3 {
		font-weight: 100!important;
		font-size: 2em !important;
	}
	.copy h4 {
		font-size: 1.8em!important;

	}
	.copy p{
		font-size: 1.3rem;
		line-height: 2em;
		font-weight: 100;
	}
	.razones {
		bottom: 3em!important;
	}
	.text-pos-1 {
		display:none;
	}
	.toptabs .container .inside {
		top: 1em;
		width: 100%;
	}
	.titulo-razon {
		font-size: 24px !important;
	}
	.razon {
		font-size: 22px;
	}
}
/* IPAD LANDSCAPE */
@media only screen and (max-width : 1024px) {
    .normal {
        padding: 15px 0!important;
        font-size: 1.1rem!important;
        color: #FFF;
	}
	.big {
        padding: 15px!important;
        font-size: 17px!important;
        line-height: 19px!important;
	}
	.big-office {
		padding: 5px 11px!important;
	}
}
@media only screen and (max-width: 1372px) {

	.btn-new {
		font-size: 20px!important;
	}
	footer .btn-new {
		font-size: 13px!important;
		margin-top: -9px;
	}
	
}
@media only screen and (min-width: 768px) {
	.cd-top {
		left: 20px;
		bottom: 20px;
	}
	
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		left: 30px;
		bottom: 30px;
	}
}
/* small displays ----------- */
@media only screen and (max-width : 768px)  {


	#search-min label, .gestion-btn-resrva  {
		color:#fff;
		font-weight: 800;
	}
	.btn-default {

		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #418172;
		-webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
		box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
	}
	h2 {
		font-size: 28px;
	}
	.modal-dialog {
		width: 100%!important;
		margin-left: 0!important;
		margin-top: 0!important;
	}
	.close {
		right: 4px;
		top: 9px;
		float: right;
		font-size: 37px;
	}
}
/* ANIMACIONES */
@keyframes square {
	50% {
		border-radius: 100%;
		transform: scale(0.5) rotate(-45deg);
	}
	100% {
		transform: scale(1) rotate(-45deg);
	}
}
@keyframes heart {
	50% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(720deg);
	}
}
@keyframes heartL {
	60% {
		transform: scale(0.4);
	}
}
@keyframes heartR {
	40% {
		transform: scale(0.4);
	}
}
@keyframes shadow {
	50% {
		transform: scale(0.5);
		border-color: #e4e4e4;
	}
}
@-webkit-keyframes bounce {
	0% {
		top:-18px
	}
	100% {
		top:-24px
	}
}
@keyframes bounce {
	0% {
		top:-18px
	}
	100% {
		top:-24px
	}
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform:scale(0.3);
		opacity:.1
	}
	100% {
		-webkit-transform:scale(1);
		opacity:1
	}
}
@-moz-keyframes scale {
	0% {
		-moz-transform:scale(0.3);
		opacity:.1
	}
	100% {
		-moz-transform:scale(1);
		opacity:1
	}
}
@-o-keyframes scale {
	0% {
		-o-transform:scale(0.3);
		opacity:.1
	}
	100% {
		-o-transform:scale(1);
		opacity:1
	}
}
@keyframes scale {
	0% {
		transform:scale(0.3);
		opacity:.1
	}
	100% {
		transform:scale(1);
		opacity:1
	}
}
@-webkit-keyframes fadeUp {
	0% {
		opacity:0;
		-webkit-transform:translateY(20px);
		transform:translateY(20px)
	}
	100% {
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes fadeUp {
	0% {
		opacity:0;
		-webkit-transform:translateY(20px);
		-ms-transform:translateY(20px);
		transform:translateY(20px)
	}
	100% {
		opacity:1;
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0)
	}
}

@media (max-width:1067px) {

	.btn-filtro-reserva{
		width: 45%!important;
	}

	.responsive .mobile-nav {
		position: relative!important;
		height: 60px!important;
		top: 0px !important;
		background: #FFF!important;
		/* top: 230px!important; */
		box-shadow: 0px 2px 51px -11px rgba(0, 0, 0, 0.33)!important;
		z-index: 10!important;
	}
}

  .ch2-theme-bar .ch2-dialog.ch2-dialog-top.ch2-visible{
	border-radius: 5px;
  }
  .container-aviso-nuevaweb{
    position: relative;
    top: 28px;
	bottom: 5px;
    height: 40px;
    padding-top: 8px;
    background-color: #4CB7AB;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.container-aviso-nuevaweb-mobile{
    position: relative;
    font-size: 11px;
    top: 5px;
	bottom: 5px;
    padding-top: 8px;
    height: 35px;
    background-color: #4CB7AB;
    text-align: center;
    color: #fff;
}
.login-form-container {
    border-left: 1px solid #e6e6e6;
  }
  .bg-login {
        padding: 1em 3em 1em 3em;
        border-radius: 15px;
        font-size: 16px;
        line-height: 24px;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
        box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    }

.alert::first-child {
    margin-top: 4em;
}

.botones-actions{
  background-color: #25d366 !important;
  height: 45px;
}
.banner-wiber h1 {
  padding: 0!important;
}
.banner-wiber-subtitulo {
  height: auto;
}
.banner-wiber-subtitulo h3 {
  padding: .5em 1em;
}
.chiller_cb {
  height: 3em!important;
}
.razones-registro {
  margin: 3em 0;
}
.form-registro {
  padding: 0 0em 1.5em 0em;
}

.registro .card {
  margin: 3em 0;
  background: #FFF;
}
.banner-wiber {
	height: auto;
	padding: 0 0 2em 0;
	margin-top: 1.3em;
	height: 90px;
}
.bg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #4CB7AB;
  border-color: #4CB7AB;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}
.input-lg {
  height: 46px !important;
}
input[type="submit"] {
  font-size: 18px;
}
.alert {
  font-size: 18px;
  line-height: 24px;
}
.ld-absolute {
  
  position: absolute;
}
.ld-spin {
  font-size: 48px;
  color: #4CB7AB!important;
}
.meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;

  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.meter[value="1"] { background: red; }
.meter[value="2"] { background: yellow; }
.meter[value="3"] { background: orange; }
.meter[value="4"] { background: #228b2280; }

.bg-white {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0;
}
.alertdiv {
  border: 2px solid red;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  float: left;
  margin-left: -20px;
  margin-right: 20px;
  
}
label a {text-decoration: underline!important}

.inputGroup {
  background-color: #fff;
  display: block;
  position: relative;
}

.inputGroup label {
  padding: 10px 8px 10px 51px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  font-size: 1rem;
  overflow: hidden;
}
.inputGroup label:before {
  width: 20px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #F3F4F6;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #333;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #4CB7AB;
  border-color: #4CB7AB;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

#google-recaptcha-checkbox, #google-recaptcha-checkbox-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

/**
 * MOBILE
 */
@media only screen and (max-width : 768px) {
  .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    width: 30px;
    height: 30px;
    margin-top: -3px;
  }
  .btn-default {
    line-height: 31px!important;
    padding: 10px 15px!important;
  }
  h1 {
    font-size: 37px!important;
    
  }banner-oferta-top 
  .banner-wiber {
    height: 74px;
  }
}

.error-edit {
  width: 80%!important;
  left: 10%;
}

.btn-contrast {
  color:#0A6560!important;
}
/* Tabletas en orientación vertical */
@media (min-width: 768px) and (max-width: 1023px) {
      .container {
        width: 100% !important;
    }
/*         .responsive #off-canvas-menu {
        position: absolute;
        display: block;
        left: -100%;
        top: 0;
        min-height: 100%;
        z-index: 40001;
        width: 100%;
        background: #f5f5f5;
    } */
  /* Estilos para tabletas */
/*     .responsive .mobile-nav {
        position: relative !important;
        height: 0px !important;
        top: 0px !important;
        background: #FFF !important;
        box-shadow: 0px 2px 51px -11px rgba(0, 0, 0, 0.33) !important;
        z-index: 10 !important;
    } */
        .responsive .mobile-nav .nav-item>a {
        height: 60px;
        width: 25%;
        float: left;
        display: block;
        z-index: 2;
        position: absolute;
        top: 0;
        right: 0;
        text-decoration: none;
        text-align: center;
        z-index: 1;
    
    }
        .responsive .mobile-nav .nav-item>a .icon {
        position: relative;
        font-size: 26px;
        color: #B9B9B3;
        display: block;
        padding: 2px 0 0 0;
    }
/*     .overlay-text {
    position: absolute;
    top: 4% !important;
    transform: translateY(-50%);
    color: white;

    text-align: center;
    text-shadow: 3px 4px 7px rgba(21, 81, 44, 0.8);
    font-size: 20px;
} */
/* .minimal-container {
    position: relative;
    top: 188px !important;
    z-index: 78;
} */
  }

/* Tabletas en orientación horizontal / pantallas pequeñas de escritorio */
@media (min-width: 1024px) and (max-width: 1279px) {
  /* Estilos para tabletas horizontales o pantallas pequeñas de escritorio */
}

/* Escritorios de tamaño estándar */
@media (min-width: 1280px) and (max-width: 1440px) {
  /* Estilos para escritorios estándar */
}/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
	outline:0
}
.flex-control-nav, .flex-direction-nav, .slides {
	margin:0;
	padding:0;
	list-style:none
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	padding:0
}
.flexslider .slides .item, .flexslider .slides>li {
/*	display:none;
*/	-webkit-backface-visibility:hidden
}
.flexslider .slides img {
	width:100%;
	display:block
}
.flex-pauseplay span {
	text-transform:capitalize
}
/* Clearfix for the .slides element */
.slides:after {
	content:"\0020";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
html[xmlns] .slides {
	display:block
}
* html .slides {
	height:1%
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin:0;
	position:relative;
	zoom:1
}
.flex-viewport {
	max-height:2000px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease
}
.loading .flex-viewport {
	max-height:300px
}
.flexslider .slides {
	zoom:1
}
.carousel li {
	margin-right:5px
}
/* Direction Nav */
.flex-direction-nav {
	position:absolute;
	right: 22px;
	bottom:-24px;
	opacity:0
}
.flexslider:hover .flex-direction-nav {
	opacity:1
}
.flex-direction-nav li {
	display:inline-block
}
.flex-direction-nav a {
	display:inline-block;
	cursor:pointer;
    margin: 0 2px;
    z-index: 100;
    width:45px;
    height: 45px;
    background: #2a3045;
	color: #fff;
}
.flex-direction-nav a:hover {
	color:#fff
}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-next:hover, .flex-direction-nav .flex-prev, .flex-direction-nav .flex-prev:hover {
	text-decoration:none
}
.flex-direction-nav .flex-disabled, .flex-direction-nav .flex-v-disabled {
	opacity:.5!important;
	filter:alpha(opacity=50);
	cursor:default;
	color:#2b2b2b!important
}
.flex-direction-nav a:before {
	display:inline-block;
	font-family: Flaticon;
	content: '\e805';
    text-indent: 0;
    font-size: 14px;
    line-height: 45px;
    width:45px;
    text-align: center;
    color:#fff;
}

.flex-direction-nav a.flex-next:before {
	content:'\e804'
}
.flexslider-thumb-vertical.min .flex-direction-nav {
	bottom:-50px;
	top:auto;
	left:16px
}
/* Pause/Play */
.flex-pauseplay a {
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	bottom:5px;
	left:10px;
	opacity:.8;
	z-index:10;
	overflow:hidden;
	cursor:pointer;
	color:#000
}
.flex-pauseplay a:hover {
	opacity:1
}
/* Control Nav */
.flex-control-nav {
	width:100%;
	position:absolute;
	bottom:-40px;
	text-align:center
}
.flex-control-nav li {
	margin:0 3px;
	display:inline-block;
	zoom:1;
*display:inline
}
.flex-control-paging li a {
	width:11px;
	height:11px;
	display:block;
	background:#272727;
	cursor:pointer;
	text-indent:-9999px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px
}
.flex-control-paging li a:hover {
	background:#ee3b27
}
.flex-control-paging li a.flex-active {
	background:#ee3b27;
	cursor:default
}
.flexslider-large .flex-control-nav {
	bottom:0
}
.flex-control-thumbs {
	margin:5px 0 0;
	position:static;
	overflow:hidden
}
.flex-control-thumbs li {
	width:25%;
	float:left;
	margin:0
}
.flex-control-thumbs img {
	width:100%;
	display:block;
	opacity:.7;
	cursor:pointer
}
.flex-control-thumbs img:hover {
	opacity:1
}
.flex-control-thumbs .flex-active {
	opacity:1;
	cursor:default
}
@media screen and (max-width:860px) {
.flex-direction-nav .flex-prev {
opacity:1;
left:10px
}
.flex-direction-nav .flex-next {
opacity:1;
right:10px
}
}
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-menu {
    z-index: 10;
    padding: 10px 0 0;
    clear: both;
    list-style-type: none;
    border-radius: 5px!important;
    position: relative
}

.sf-menu li {
    position: relative
}



.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    margin-top: 20px!important;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px!important;
    border-radius: 5px;
    padding-bottom: 5px;
}

.dropdown-menu{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px!important;
    width: auto;
    border: none!important;
    outline: none!important;
    margin-top: 12px!important;
    border-radius: 5px!important;
}

.sf-menu>li {
    float: left
}

.sf-menu li.sfHover>ul,
.sf-menu li:hover>ul {
    display: block
}

.sf-menu a {
    display: block;
    position: relative
}

.sf-menu ul ul {
    top: 0;
    left: 100%
}

.sf-menu>li {
    display: block;
    position: relative;
    padding-bottom: 18px;
    height: 40px
}
.sf-menu>ul{
    width: 13em!important;
}

.sf-menu>li>a {
    text-decoration: none;
    position: relative;
    border-left: 1px solid #e7e7e7;
    display: block;
    padding: 0 15px;
    font-size: 1.23em;
    text-transform: uppercase;
    color: #565656
}

.sf-menu>li:first-child>a {
    border-left: none;
}

.sf-menu ul {
    min-width: 12em;
    background: #fff;
    box-shadow: 0 1px 3px rgba(5, 5, 5, .1)
}

.sf-menu ul ul {
    margin-top: -1px
}

.sf-menu ul li a {
    display: block;
    border-bottom: 1px solid #f7f7f7;
    padding: 8px 20px;
    font-size: 1.077em;
    color: #2b2b2b;
    text-decoration: none
}

.sf-menu ul ul li a {
    text-transform: none
}

.sf-menu ul li a:hover {
    background: #f7f7f7
}

.offscreen_fix {
    left: -5% !important;
    top: 40px !important;
}.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  padding:0;
  margin:0;
}
.slider__item {
  height: 100%;
  float: left;
  clear: none;
  background-size: cover;
  background-position: center
}
.slider__arrows {
	position:absolute;
	bottom: 7px;
	right: 10%;
	height: 56px;
	z-index: 10000;
}
.slider__arrows-item {
  display: block;
  float:left;
  margin: 0 2px;
  cursor: pointer;
  z-index: 100;
  width:56px;
  height: 56px;
  text-indent: -5000px;
  background: #2a3045;
}

.slider__arrows-item--right {
	float:right;
	margin-right: 0;
  text-indent: -5000px;
}
.slider__arrows-item--right:before {
  display:block;
  font-family: Flaticon;
  content: '\e804';
  text-indent: 0;
  font-size: 16px;
  line-height: 56px;
  width:56px;
  text-align: center;
  color:#fff;
}
.slider__arrows-item--left:before {
  display:block;
  font-family: Flaticon;
  content: '\e805';
  text-indent: 0;
  font-size: 16px;
  line-height: 56px;
  width:56px;
  text-align: center;
  color:#fff;
}
.slider__nav {
  position: absolute;
  bottom: 30px;
}
.slider__nav-item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}
.slider__nav-item--current {
  background: #ccc;
}
.slider__nav-item:hover {
  background: #ccc;
}

.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
    font-family: 'Plus Jakarta Sans', sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
    font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
.custom140 { width:140px; }
.customFull { width:100%; }

@media screen  and (max-width: 480px) {
.custom140 { width:100%; }
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0 10px;
	position: relative;
	vertical-align: middle;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 34px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	#fff-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	#fff-space: nowrap;
}
.select2-container .select2-search--inline {
	float: left;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
}
 .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
.select2-dropdown {
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
	-webkit-box-shadow: inset 1px -1px 2px 0px rgba(0,0,0,0.15);
	box-shadow: inset 1px -1px 2px 0px rgba(0,0,0,0.15);

}
.select2-results {
	display: block;
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.select2-results__option {
	padding: 6px 8px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}
.select2-container--open .select2-dropdown {
	left: 0;
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}
 .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}
.select2-container--default .select2-selection--single {
	display: block;
	height: 35px;
	width: 100%;
	border: none;
	background: #fff;
	border-radius: 4px;
	padding: 0;
	font-size: 1em;
	line-height: 15px;
	color:#000;
	outline: none !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.15);
	box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.15);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
	border-style: solid;
	border-width: 3px 3px 0 3px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #000 transparent;
	border-width: 0 3px 3px 3px;
}
.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: transparent;
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #2a3045;
	color: #fff;
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 60px;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls .owl-buttons div:hover {
	opacity: 0.9;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0;
	top: 80px;

}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0;
	top: 80px;
}
.owl-theme .owl-controls .owl-buttons div:before {
	display:block;
    font-family: Flaticon;
    text-indent: 0;
    font-size: 16px;
    line-height: 56px;
    width:56px;
    text-align: center;
    color:#fff;
	font-size: 26px;
	font-weight: 500;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: 'ᐸ';
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: 'ᐳ';
}
/* Clickable class fix problem with hover on touch devices */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 3px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #f4b71e;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #2a3045;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}/* Generated by less 2.4.0 */
/*  
*   jquery.cookieDisclaimer.js 
*   -----------------------------------------------------------
*   A simple cookie disclaimer bar for your site
*   
*   Plugin Style
*/
/* CookieDisclaimerBar */
.cdbar {
  right: 0;
  left: 0;
  padding: 15px 0;
  text-align: center;
  z-index: 1000;
  /* Text Space */
  /* Buttons space */
}
.cdbar .cdbar-text {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
.cdbar .cdbar-buttons {
  display: inline-block;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.cdbar.fixed {
  position: fixed;
}
.cdbar.relative {
  position: relative;
}
.cdbar.absolute {
  position: absolute;
}
/* Bar Clearfix */
.cdbar:before,
.cdbar:after {
  content: "";
  display: table;
  clear: both;
}
/* POSITIONS */
/* *************************************** */
/* Bar at TOP */
.cdbar.top {
  top: 0;
  bottom: auto;
}
/* Bar at BOTTOM */
.cdbar.bottom {
  top: auto;
  bottom: 0;
}
/* Bar at MIDDLE */
.cdbar.middle {
  top: 50%;
  bottom: auto;
  padding: 30px 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cdbar.middle .cdbar-text {
  display: block;
  margin-bottom: 15px;
}
.cdbar.middle .cdbar-buttons {
  display: block;
}
/* STYLES */
/* *************************************** */
.cdbar.dark {
  color: #ffffff;
  background-color: rgba(5, 5, 5, 0.82);
}
.cdbar.light {
  color: #333333;
  background-color: #efefef;
}
/* MODALS */
/* *************************************** */
.cdmodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  z-index: 99999;
}
.cdmodal .cdmodal-box {
  position: absolute;
  width: 50%;
  max-width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cdmodal .cdmodal-box-inner {
  background: #fff;
  padding: 40px 20px;
}
.cdmodal .cdmodal-box-inner .cdmodal-text h3 {
  padding: 0;
  margin: 0 0 0.5em 0;
}
.cdmodal.top .cdmodal-box {
  top: 10%;
  bottom: auto;
}
.cdmodal.bottom .cdmodal-box {
  top: auto;
  bottom: 10%;
}
.cdmodal.middle .cdmodal-box {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* BUTTONS */
/* Generic Btn */
.cdbtn {
  display: inline-block;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  font-size: 1em;
  margin-right: 5px;
}
/* "Accept" Btn */
.cdbtn.cookie {
  color: #ffffff;
  background-color: #4CB7AB;
}
.cdbtn.cookie:hover {
  background-color: #0A6560;
}
/* "Privacy" Btn */
.cdbtn.privacy {
  color: #ffffff;
  background-color: #6e7071;
}
.cdbtn.privacy:hover {
  background-color: #8f9191;
}
.ld.reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.ld.xhalf {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.ld.x1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.ld.x2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.ld.x4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.ld.running {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.ld.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.ld.f00 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.ld.f01 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.ld.f02 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ld.f03 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.ld.f04 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ld.f05 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.ld.f06 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.ld.f07 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.ld.f08 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.ld.f09 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.ld.f10 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.ld-ball,
.ld-ring,
.ld-hourglass,
.ld-loader,
.ld-cross,
.ld-square,
.ld-pie,
.ld-spinner {
  width: 1em;
  height: 1em;
  position: relative;
  color: inherit;
  display: inline-block;
}
.ld-ball:after,
.ld-ring:after,
.ld-hourglass:after,
.ld-loader:after,
.ld-cross:after,
.ld-square:after,
.ld-pie:after,
.ld-spinner:after {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: inline-block;
  background: center center no-repeat;
  background-size: cover;
}
.ld-ball:after {
  border-radius: 50%;
  background: currentColor;
}
.ld-pie:after {
  width: 0;
  height: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.5em;
  background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent;
}
.ld-ring:after {
  border-radius: 50%;
  border-style: solid;
  border-width: 0.15em;
  background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent;
  box-sizing: border-box;
}
.ld-hourglass:after {
  width: 0;
  height: 0;
  background: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.5em;
  border-color: currentColor transparent currentColor transparent;
}
.ld-cross:after {
  width: 18%;
  height: 18%;
  background: currentColor;
  box-shadow: 0 0.18em 0 1px currentColor, 0 -0.18em 0 1px currentColor, 0.18em 0 0 1px currentColor, -0.18em 0 0 1px currentColor, 0 0.36em 0 1px currentColor, 0 -0.36em 0 1px currentColor, 0.36em 0 0 1px currentColor, -0.36em 0 0 1px currentColor;
}
.ld-square:after {
  width: 90%;
  height: 90%;
  background: currentColor;
}
.ld-spinner:after {
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background: none;
  box-shadow: 0 0.5em 0 0 currentColor,0 -.5em 0 0 currentColor,.5em 0 0 0 currentColor,-.5em 0 0 0 currentColor,.35355339059327373em .35355339059327373em 0 0 currentColor,-.35355339059327373em .35355339059327373em 0 0 currentColor,.35355339059327373em -.35355339059327373em 0 0 currentColor,-.35355339059327373em -.35355339059327373em 0 0 currentColor;
}
.ld-loader {
  background-size: cover;
}
@keyframes ld-blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ld-blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.ld.ld-blink {
  -webkit-animation: ld-blink 1s infinite linear;
  animation: ld-blink 1s infinite linear;
}
@keyframes ld-blur {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
  }
}
@-webkit-keyframes ld-blur {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
  }
}
.ld.ld-blur {
  -webkit-animation: ld-blur 1s infinite;
  animation: ld-blur 1s infinite;
}
@keyframes ld-breath {
  0% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86);
  }
  50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86);
  }
}
@-webkit-keyframes ld-breath {
  0% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86);
  }
  50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(0.86);
    transform: scale(0.86);
  }
}
.ld.ld-breath {
  -webkit-animation: ld-breath 1s infinite;
  animation: ld-breath 1s infinite;
}
@keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0,0,0,0.9);
  }
  19% {
    box-shadow: 0 0 0 2px rgba(0,0,0,0.7);
  }
  20% {
    box-shadow: 0 0 0 6px rgba(0,0,0,0.8);
  }
  39% {
    box-shadow: 0 0 0 5px rgba(0,0,0,0.6);
  }
  40% {
    box-shadow: 0 0 0 9px rgba(0,0,0,0.7);
  }
  60% {
    box-shadow: 0 0 0 8px rgba(0,0,0,0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(0,0,0,0.2);
  }
}
@-webkit-keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0,0,0,0.9);
  }
  19% {
    box-shadow: 0 0 0 2px rgba(0,0,0,0.7);
  }
  20% {
    box-shadow: 0 0 0 6px rgba(0,0,0,0.8);
  }
  39% {
    box-shadow: 0 0 0 5px rgba(0,0,0,0.6);
  }
  40% {
    box-shadow: 0 0 0 9px rgba(0,0,0,0.7);
  }
  60% {
    box-shadow: 0 0 0 8px rgba(0,0,0,0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(0,0,0,0.2);
  }
}
.ld.ld-broadcast {
  -webkit-animation: ld-broadcast 1s infinite ease-out;
  animation: ld-broadcast 1s infinite ease-out;
  border-radius: 50%;
}
@keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
  }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
  }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
  }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
  }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ld.ld-clock {
  -webkit-animation: ld-clock 9s infinite cubic-bezier(0, 0.7, 0.3, 1);
  animation: ld-clock 9s infinite cubic-bezier(0, 0.7, 0.3, 1);
}
@keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
  }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
  }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ld.ld-cycle {
  -webkit-animation: ld-cycle 1s infinite linear;
  animation: ld-cycle 1s infinite linear;
}
@keyframes ld-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ld-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ld.ld-fade {
  -webkit-animation: ld-fade 1s infinite linear;
  animation: ld-fade 1s infinite linear;
}
@keyframes ld-flip {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg);
  }
  75% {
    -webkit-transform: rotateY(0deg) rotateX(180deg);
    transform: rotateY(0deg) rotateX(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
}
@-webkit-keyframes ld-flip {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg);
  }
  75% {
    -webkit-transform: rotateY(0deg) rotateX(180deg);
    transform: rotateY(0deg) rotateX(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
}
.ld.ld-flip {
  -webkit-animation: ld-flip 2s infinite;
  animation: ld-flip 2s infinite;
}
@keyframes ld-flip-v {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0deg);
    transform: rotateX(180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
  }
}
@-webkit-keyframes ld-flip-v {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0deg);
    transform: rotateX(180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
  }
}
.ld.ld-flip-v {
  -webkit-animation: ld-flip-v 1s infinite;
  animation: ld-flip-v 1s infinite;
}
@keyframes ld-flip-h {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
}
@-webkit-keyframes ld-flip-h {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
}
.ld.ld-flip-h {
  -webkit-animation: ld-flip-h 1s infinite;
  animation: ld-flip-h 1s infinite;
}
@keyframes ld-coin-v {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg);
  }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg);
  }
}
@-webkit-keyframes ld-coin-v {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg);
  }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg);
  }
}
.ld.ld-coin-v {
  -webkit-animation: ld-coin-v 2s infinite;
  animation: ld-coin-v 2s infinite;
}
@keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
  }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg);
  }
}
@-webkit-keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
  }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg);
  }
}
.ld.ld-coin-h {
  -webkit-animation: ld-coin-h 2s infinite;
  animation: ld-coin-h 2s infinite;
}
@keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ld.ld-heartbeat {
  -webkit-animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1);
  }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1);
  }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.ld.ld-radio {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ld.ld-radio:after {
  -webkit-animation: ld-radio 1s infinite;
  animation: ld-radio 1s infinite;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #000;
  border-radius: 50%;
  background: none;
}
.ld.ld-radio.square:after {
  border-radius: 0;
}
@keyframes ld-rotate {
  0%, 33%, 66%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  16%, 50%, 83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
  }
  16% {
    -webkit-transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1);
  }
  33% {
    -webkit-transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2);
    transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2);
  }
  66% {
    -webkit-transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1);
  }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1);
  }
  100% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
  }
}
@-webkit-keyframes ld-rotate {
  0%, 33%, 66%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  16%, 50%, 83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
  }
  16% {
    -webkit-transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0deg) scaleX(1) scaleY(1);
  }
  33% {
    -webkit-transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(45deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2);
    transform: skewX(0deg) skewY(0deg) scaleX(0.5) scaleY(2);
  }
  66% {
    -webkit-transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0deg) skewY(-45deg) scaleX(1) scaleY(1);
  }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0deg) scaleX(1) scaleY(1);
  }
  100% {
    -webkit-transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
    transform: skewX(0deg) skewY(0deg) scaleX(2) scaleY(0.5);
  }
}
.ld.ld-rotate {
  -webkit-animation: ld-rotate 1s infinite;
  animation: ld-rotate 1s infinite;
}
@keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1);
  }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1);
  }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1);
  }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1);
  }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1);
  }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1);
  }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1);
  }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1);
  }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.ld.ld-rubber {
  -webkit-animation: ld-rubber 1s ease-out infinite;
  animation: ld-rubber 1s ease-out infinite;
}
@keyframes ld-shadow {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  0% {
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0,0,0,0.9);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
  }
}
@-webkit-keyframes ld-shadow {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  0% {
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0,0,0,0.9);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
  }
}
.ld.ld-shadow {
  -webkit-animation: ld-shadow 1s infinite;
  animation: ld-shadow 1s infinite;
  border-radius: 50%;
}
@keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0px 0 6px rgba(0,0,0,0.5);
  }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0,0,0,0.5);
  }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0,0,0,0.5);
  }
  25% {
    box-shadow: 0px 3px 0 6px rgba(0,0,0,0.5);
  }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0,0,0,0.5);
  }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0,0,0,0.5);
  }
  50% {
    box-shadow: -3px 0px 0 6px rgba(0,0,0,0.5);
  }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0,0,0,0.5);
  }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0,0,0,0.5);
  }
  75% {
    box-shadow: 0px -3px 0 6px rgba(0,0,0,0.5);
  }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0,0,0,0.5);
  }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0,0,0,0.5);
  }
  100% {
    box-shadow: 3px 0px 0 6px rgba(0,0,0,0.5);
  }
}
@-webkit-keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0px 0 6px rgba(0,0,0,0.5);
  }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0,0,0,0.5);
  }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0,0,0,0.5);
  }
  25% {
    box-shadow: 0px 3px 0 6px rgba(0,0,0,0.5);
  }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0,0,0,0.5);
  }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0,0,0,0.5);
  }
  50% {
    box-shadow: -3px 0px 0 6px rgba(0,0,0,0.5);
  }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0,0,0,0.5);
  }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0,0,0,0.5);
  }
  75% {
    box-shadow: 0px -3px 0 6px rgba(0,0,0,0.5);
  }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0,0,0,0.5);
  }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0,0,0,0.5);
  }
  100% {
    box-shadow: 3px 0px 0 6px rgba(0,0,0,0.5);
  }
}
.ld.ld-shadow-a {
  -webkit-animation: ld-shadow-a 0.5s infinite;
  animation: ld-shadow-a 0.5s infinite;
  box-shadow: 3px 0px 0 6px rgba(0,0,0,0.5);
  border-radius: 50%;
}
@keyframes ld-skew {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1);
  }
  25% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9);
  }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1);
  }
  75% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9);
  }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1);
  }
}
@-webkit-keyframes ld-skew {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1);
  }
  25% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9);
  }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1);
  }
  75% {
    -webkit-transform: skewX(0deg) scale(0.9);
    transform: skewX(0deg) scale(0.9);
  }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1);
  }
}
.ld.ld-skew {
  -webkit-animation: ld-skew 1s infinite;
  animation: ld-skew 1s infinite;
}
@keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ld.ld-spin {
  -webkit-animation: ld-spin 1s infinite;
  animation: ld-spin 1s infinite;
}
@keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.ld.ld-spin-fast {
  -webkit-animation: ld-spin-fast 1s infinite;
  animation: ld-spin-fast 1s infinite;
}
@keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }
}
@-webkit-keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }
}
.ld.ld-squeeze {
  -webkit-animation: ld-squeeze 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-squeeze 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0deg) scale(1);
    transform: skewX(0deg) scale(1);
  }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8);
  }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8);
  }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
}
@-webkit-keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0deg) scale(1);
    transform: skewX(0deg) scale(1);
  }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8);
  }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8);
  }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3);
  }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3);
  }
}
.ld.ld-surprise {
  -webkit-animation: ld-surprise 1s infinite linear;
  animation: ld-surprise 1s infinite linear;
}
@keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.ld.ld-tick {
  -webkit-animation: ld-tick 1s ease-out infinite;
  animation: ld-tick 1s ease-out infinite;
}
@keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0;
  }
  60% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0;
  }
  60% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ld.ld-vortex-in {
  -webkit-animation: ld-vortex-in 2s infinite;
  animation: ld-vortex-in 2s infinite;
  animation-timing-function: cubic-bezier(0.3, 0, 1, 0.7);
}
@keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0;
  }
}
.ld.ld-vortex-out {
  -webkit-animation: ld-vortex-out 2s infinite;
  animation: ld-vortex-out 2s infinite;
  animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
}
@keyframes ld-wrench {
  20%, 36%, 70%, 86% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0%, 50%, 100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes ld-wrench {
  20%, 36%, 70%, 86% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0%, 50%, 100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.ld.ld-wrench {
  -webkit-animation: ld-wrench 1s infinite;
  animation: ld-wrench 1s infinite;
}
@keyframes ld-pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  51% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes ld-pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  51% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.ld.ld-pulse {
  -webkit-animation: ld-pulse 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-pulse 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes ld-bounce {
  0%, 90% {
    animation-timing-function: linear;
  }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5);
  }
  10% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1);
  }
  50% {
    -webkit-transform: translate(0%, -37%) scaleY(1.1);
    transform: translate(0%, -37%) scaleY(1.1);
  }
  90% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1);
  }
  100% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5);
  }
}
@-webkit-keyframes ld-bounce {
  0%, 90% {
    animation-timing-function: linear;
  }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5);
  }
  10% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1);
  }
  50% {
    -webkit-transform: translate(0%, -37%) scaleY(1.1);
    transform: translate(0%, -37%) scaleY(1.1);
  }
  90% {
    -webkit-transform: translate(0%, 5%) scaleY(1.1);
    transform: translate(0%, 5%) scaleY(1.1);
  }
  100% {
    -webkit-transform: translate(0%, 30%) scaleY(0.5);
    transform: translate(0%, 30%) scaleY(0.5);
  }
}
.ld.ld-bounce {
  -webkit-animation: ld-bounce 1s infinite;
  animation: ld-bounce 1s infinite;
}
@keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%);
  }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%);
  }
  25% {
    -webkit-transform: translate(80%, 0%);
    transform: translate(80%, 0%);
  }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%);
  }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
  }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%);
  }
  75% {
    -webkit-transform: translate(-80%, 0%);
    transform: translate(-80%, 0%);
  }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%);
  }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%);
  }
}
@-webkit-keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%);
  }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%);
  }
  25% {
    -webkit-transform: translate(80%, 0%);
    transform: translate(80%, 0%);
  }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%);
  }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
  }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%);
  }
  75% {
    -webkit-transform: translate(-80%, 0%);
    transform: translate(-80%, 0%);
  }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%);
  }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%);
  }
}
.ld.ld-bounce-rtl {
  -webkit-animation: ld-bounce-rtl 1s infinite linear;
  animation: ld-bounce-rtl 1s infinite linear;
}
@keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%);
  }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%);
  }
  25% {
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
  }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%);
  }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
  }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%);
  }
  75% {
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
  }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%);
  }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%);
  }
}
@-webkit-keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%);
  }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%);
  }
  25% {
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
  }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%);
  }
  50% {
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
  }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%);
  }
  75% {
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
  }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%);
  }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%);
  }
}
.ld.ld-bounce-ltr {
  -webkit-animation: ld-bounce-ltr 1s infinite linear;
  animation: ld-bounce-ltr 1s infinite linear;
}
@keyframes ld-bounce-a-px {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%);
  }
  25% {
    -webkit-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
  }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%);
  }
  75% {
    -webkit-transform: translate(-10%, 0%);
    transform: translate(-10%, 0%);
  }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes ld-bounce-a-px {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%);
  }
  25% {
    -webkit-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
  }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%);
  }
  75% {
    -webkit-transform: translate(-10%, 0%);
    transform: translate(-10%, 0%);
  }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.ld.ld-bounce-a-px {
  -webkit-animation: ld-bounce-a-px 2s infinite;
  animation: ld-bounce-a-px 2s infinite;
}
@keyframes ld-float {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: linear;
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0,0,0,0.3);
  }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0,0,0,0.3);
  }
}
@-webkit-keyframes ld-float {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: linear;
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0,0,0,0.3);
  }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0,0,0,0.3);
  }
}
.ld.ld-float {
  -webkit-animation: ld-float 1s infinite;
  animation: ld-float 1s infinite;
}
@keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0);
  }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg);
  }
}
@-webkit-keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0);
  }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg);
  }
}
.ld.ld-hit {
  -webkit-animation: ld-hit 2s infinite;
  animation: ld-hit 2s infinite;
}
@keyframes ld-jelly {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg);
  }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg);
  }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg);
  }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg);
  }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}
@-webkit-keyframes ld-jelly {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg);
  }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg);
  }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg);
  }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg);
  }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}
.ld.ld-jelly {
  -webkit-animation: ld-jelly 1s infinite linear;
  animation: ld-jelly 1s infinite linear;
}
@keyframes ld-jump {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out;
  }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in;
  }
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%);
  }
  28% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  48% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%);
  }
  64% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%);
  }
  76% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%);
  }
  86% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  93% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes ld-jump {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out;
  }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in;
  }
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%);
  }
  28% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  48% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%);
  }
  64% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%);
  }
  76% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%);
  }
  86% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  93% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.ld.ld-jump {
  -webkit-animation: ld-jump 1.5s ease-in infinite;
  animation: ld-jump 1.5s ease-in infinite;
}
@keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0%) rotate(0deg);
    transform: translate(30%, 0%) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg);
  }
  25% {
    -webkit-transform: translate(0%, 30%) rotate(90deg);
    transform: translate(0%, 30%) rotate(90deg);
  }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg);
  }
  50% {
    -webkit-transform: translate(-30%, 0%) rotate(180deg);
    transform: translate(-30%, 0%) rotate(180deg);
  }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg);
  }
  75% {
    -webkit-transform: translate(0%, -30%) rotate(270deg);
    transform: translate(0%, -30%) rotate(270deg);
  }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg);
  }
  100% {
    -webkit-transform: translate(30%, 0%) rotate(360deg);
    transform: translate(30%, 0%) rotate(360deg);
  }
}
@-webkit-keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0%) rotate(0deg);
    transform: translate(30%, 0%) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg);
  }
  25% {
    -webkit-transform: translate(0%, 30%) rotate(90deg);
    transform: translate(0%, 30%) rotate(90deg);
  }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg);
  }
  50% {
    -webkit-transform: translate(-30%, 0%) rotate(180deg);
    transform: translate(-30%, 0%) rotate(180deg);
  }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg);
  }
  75% {
    -webkit-transform: translate(0%, -30%) rotate(270deg);
    transform: translate(0%, -30%) rotate(270deg);
  }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg);
  }
  100% {
    -webkit-transform: translate(30%, 0%) rotate(360deg);
    transform: translate(30%, 0%) rotate(360deg);
  }
}
.ld.ld-orbit {
  -webkit-animation: ld-orbit 1s infinite linear;
  animation: ld-orbit 1s infinite linear;
}
@keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg);
  }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg);
  }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg);
  }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg);
  }
}
@-webkit-keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg);
  }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg);
  }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg);
  }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg);
  }
}
.ld.ld-rush-rtl {
  -webkit-animation: ld-rush-rtl 1.5s infinite linear;
  animation: ld-rush-rtl 1.5s infinite linear;
}
@keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg);
  }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg);
  }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg);
  }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg);
  }
}
@-webkit-keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg);
  }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg);
  }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg);
  }
  80% {
    -webkit-transform: translate(0%, 0) skewX(0deg);
    transform: translate(0%, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg);
  }
}
.ld.ld-rush-ltr {
  -webkit-animation: ld-rush-ltr 1.5s infinite linear;
  animation: ld-rush-ltr 1.5s infinite linear;
}
@keyframes ld-shake {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0);
  }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0);
  }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-shake {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0);
  }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0);
  }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-shake {
  -webkit-animation: ld-shake 1s infinite linear;
  animation: ld-shake 1s infinite linear;
}
@keyframes ld-slide-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-ltr {
  -webkit-animation: ld-slide-ltr 1s infinite;
  animation: ld-slide-ltr 1s infinite;
}
@keyframes ld-slide-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-rtl {
  -webkit-animation: ld-slide-rtl 1s infinite;
  animation: ld-slide-rtl 1s infinite;
}
@keyframes ld-slide-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-btt {
  -webkit-animation: ld-slide-btt 1s infinite;
  animation: ld-slide-btt 1s infinite;
}
@keyframes ld-slide-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
  }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
  }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-ttb {
  -webkit-animation: ld-slide-ttb 1s infinite;
  animation: ld-slide-ttb 1s infinite;
}
@keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%);
  }
  5% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%);
  }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%);
  }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%);
  }
  20% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%);
  }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%);
  }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%);
  }
  35% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%);
  }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%);
  }
  45% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%);
  }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%);
  }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%);
  }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%);
  }
  65% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%);
  }
  70% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%);
  }
  75% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%);
  }
  85% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%);
  }
  90% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%);
  }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%);
  }
}
@-webkit-keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%);
  }
  5% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%);
  }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%);
  }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%);
  }
  20% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%);
  }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%);
  }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%);
  }
  35% {
    -webkit-transform: translate(0%, 1%);
    transform: translate(0%, 1%);
  }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%);
  }
  45% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%);
  }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%);
  }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%);
  }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%);
  }
  65% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%);
  }
  70% {
    -webkit-transform: translate(3%, 0%);
    transform: translate(3%, 0%);
  }
  75% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%);
  }
  85% {
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%);
  }
  90% {
    -webkit-transform: translate(0%, 2%);
    transform: translate(0%, 2%);
  }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%);
  }
}
.ld.ld-tremble {
  -webkit-animation: ld-tremble 1s infinite;
  animation: ld-tremble 1s infinite;
}
@keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0);
  }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
}
@-webkit-keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0);
  }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
  }
}
.ld.ld-wander-h {
  -webkit-animation: ld-wander-h 1s infinite ease-out;
  animation: ld-wander-h 1s infinite ease-out;
}
@keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%);
  }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }
}
@-webkit-keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%);
  }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }
}
.ld.ld-wander-v {
  -webkit-animation: ld-wander-v 1s infinite ease-out;
  animation: ld-wander-v 1s infinite ease-out;
}
@keyframes ld-jingle {
  0% {
    -webkit-transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
  }
  4% {
    -webkit-transform: translate(0, -40%) rotate(11deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(11deg) translate(0, 40%);
  }
  10% {
    -webkit-transform: translate(0, -40%) rotate(15deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(15deg) translate(0, 40%);
  }
  18% {
    -webkit-transform: translate(0, -40%) rotate(-11deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-11deg) translate(0, 40%);
  }
  20% {
    -webkit-transform: translate(0, -40%) rotate(-13deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-13deg) translate(0, 40%);
  }
  21% {
    -webkit-transform: translate(0, -40%) rotate(-12deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-12deg) translate(0, 40%);
  }
  22% {
    -webkit-transform: translate(0, -40%) rotate(-10deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-10deg) translate(0, 40%);
  }
  24% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
  }
  26% {
    -webkit-transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
  }
  28% {
    -webkit-transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
  }
  30% {
    -webkit-transform: translate(0, -40%) rotate(10deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(10deg) translate(0, 40%);
  }
  31% {
    -webkit-transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
  }
  33% {
    -webkit-transform: translate(0, -40%) rotate(5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(5deg) translate(0, 40%);
  }
  34% {
    -webkit-transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
  }
  36% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
  }
  39% {
    -webkit-transform: translate(0, -40%) rotate(-8deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-8deg) translate(0, 40%);
  }
  40% {
    -webkit-transform: translate(0, -40%) rotate(-7deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-7deg) translate(0, 40%);
  }
  44% {
    -webkit-transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
  }
  47% {
    -webkit-transform: translate(0, -40%) rotate(7deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(7deg) translate(0, 40%);
  }
  56% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
  }
  63% {
    -webkit-transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
  }
  75% {
    -webkit-transform: translate(0, -40%) rotate(-1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-1deg) translate(0, 40%);
  }
  100% {
    -webkit-transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
  }
}
@-webkit-keyframes ld-jingle {
  0% {
    -webkit-transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
  }
  4% {
    -webkit-transform: translate(0, -40%) rotate(11deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(11deg) translate(0, 40%);
  }
  10% {
    -webkit-transform: translate(0, -40%) rotate(15deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(15deg) translate(0, 40%);
  }
  18% {
    -webkit-transform: translate(0, -40%) rotate(-11deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-11deg) translate(0, 40%);
  }
  20% {
    -webkit-transform: translate(0, -40%) rotate(-13deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-13deg) translate(0, 40%);
  }
  21% {
    -webkit-transform: translate(0, -40%) rotate(-12deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-12deg) translate(0, 40%);
  }
  22% {
    -webkit-transform: translate(0, -40%) rotate(-10deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-10deg) translate(0, 40%);
  }
  24% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
  }
  26% {
    -webkit-transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
  }
  28% {
    -webkit-transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
  }
  30% {
    -webkit-transform: translate(0, -40%) rotate(10deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(10deg) translate(0, 40%);
  }
  31% {
    -webkit-transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(9deg) translate(0, 40%);
  }
  33% {
    -webkit-transform: translate(0, -40%) rotate(5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(5deg) translate(0, 40%);
  }
  34% {
    -webkit-transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
  }
  36% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
  }
  39% {
    -webkit-transform: translate(0, -40%) rotate(-8deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-8deg) translate(0, 40%);
  }
  40% {
    -webkit-transform: translate(0, -40%) rotate(-7deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-7deg) translate(0, 40%);
  }
  44% {
    -webkit-transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(3deg) translate(0, 40%);
  }
  47% {
    -webkit-transform: translate(0, -40%) rotate(7deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(7deg) translate(0, 40%);
  }
  56% {
    -webkit-transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-5deg) translate(0, 40%);
  }
  63% {
    -webkit-transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(1deg) translate(0, 40%);
  }
  75% {
    -webkit-transform: translate(0, -40%) rotate(-1deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(-1deg) translate(0, 40%);
  }
  100% {
    -webkit-transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
    transform: translate(0, -40%) rotate(0deg) translate(0, 40%);
  }
}
.ld.ld-jingle {
  -webkit-animation: ld-jingle 1s infinite;
  animation: ld-jingle 1s infinite;
}
@keyframes ld-swim {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(5%, -10%) rotate(3deg);
    transform: translate(5%, -10%) rotate(3deg);
  }
  25% {
    -webkit-transform: translate(0, -15%) rotate(6deg);
    transform: translate(0, -15%) rotate(6deg);
  }
  37.5% {
    -webkit-transform: translate(-5%, -10%) rotate(3deg);
    transform: translate(-5%, -10%) rotate(3deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  62.5% {
    -webkit-transform: translate(5%, 10%) rotate(-3deg);
    transform: translate(5%, 10%) rotate(-3deg);
  }
  75% {
    -webkit-transform: translate(0, 15%) rotate(-6deg);
    transform: translate(0, 15%) rotate(-6deg);
  }
  87.5% {
    -webkit-transform: translate(-5%, 10%) rotate(-3deg);
    transform: translate(-5%, 10%) rotate(-3deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes ld-swim {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(5%, -10%) rotate(3deg);
    transform: translate(5%, -10%) rotate(3deg);
  }
  25% {
    -webkit-transform: translate(0, -15%) rotate(6deg);
    transform: translate(0, -15%) rotate(6deg);
  }
  37.5% {
    -webkit-transform: translate(-5%, -10%) rotate(3deg);
    transform: translate(-5%, -10%) rotate(3deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  62.5% {
    -webkit-transform: translate(5%, 10%) rotate(-3deg);
    transform: translate(5%, 10%) rotate(-3deg);
  }
  75% {
    -webkit-transform: translate(0, 15%) rotate(-6deg);
    transform: translate(0, 15%) rotate(-6deg);
  }
  87.5% {
    -webkit-transform: translate(-5%, 10%) rotate(-3deg);
    transform: translate(-5%, 10%) rotate(-3deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
.ld.ld-swim {
  -webkit-animation: ld-swim 3s infinite linear;
  animation: ld-swim 3s infinite linear;
}
@keyframes ld-leaf {
  0% {
    -webkit-transform: translate(-14.7%, -117%) rotate(-0.3deg);
    transform: translate(-14.7%, -117%) rotate(-0.3deg);
  }
  1% {
    -webkit-transform: translate(-14.399999999999999%, -112.5%) rotate(-0.6deg);
    transform: translate(-14.399999999999999%, -112.5%) rotate(-0.6deg);
  }
  2% {
    -webkit-transform: translate(-13.8%, -102.00000000000001%) rotate(-1.2deg);
    transform: translate(-13.8%, -102.00000000000001%) rotate(-1.2deg);
  }
  3% {
    -webkit-transform: translate(-13.5%, -100.5%) rotate(-1.5deg);
    transform: translate(-13.5%, -100.5%) rotate(-1.5deg);
  }
  5% {
    -webkit-transform: translate(-7.199999999999999%, -87%) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999%, -87%) rotate(-7.800000000000001deg);
  }
  7% {
    -webkit-transform: translate(5.399999999999999%, -79.5%) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999%, -79.5%) rotate(-20.400000000000002deg);
  }
  10% {
    -webkit-transform: translate(12.9%, -76.5%) rotate(-27.900000000000002deg);
    transform: translate(12.9%, -76.5%) rotate(-27.900000000000002deg);
  }
  12% {
    -webkit-transform: translate(14.399999999999999%, -75%) rotate(-29.4deg);
    transform: translate(14.399999999999999%, -75%) rotate(-29.4deg);
  }
  13% {
    -webkit-transform: translate(14.7%, -75%) rotate(-29.7deg);
    transform: translate(14.7%, -75%) rotate(-29.7deg);
  }
  14% {
    -webkit-transform: translate(15%, -75%) rotate(-30deg);
    transform: translate(15%, -75%) rotate(-30deg);
  }
  15% {
    -webkit-transform: translate(14.399999999999999%, -69%) rotate(0.6deg);
    transform: translate(14.399999999999999%, -69%) rotate(0.6deg);
  }
  16% {
    -webkit-transform: translate(13.8%, -58.5%) rotate(1.2deg);
    transform: translate(13.8%, -58.5%) rotate(1.2deg);
  }
  19% {
    -webkit-transform: translate(7.199999999999999%, -45%) rotate(7.800000000000001deg);
    transform: translate(7.199999999999999%, -45%) rotate(7.800000000000001deg);
  }
  21% {
    -webkit-transform: translate(-5.399999999999999%, -37.5%) rotate(20.400000000000002deg);
    transform: translate(-5.399999999999999%, -37.5%) rotate(20.400000000000002deg);
  }
  24% {
    -webkit-transform: translate(-12.9%, -33%) rotate(27.900000000000002deg);
    transform: translate(-12.9%, -33%) rotate(27.900000000000002deg);
  }
  26% {
    -webkit-transform: translate(-14.399999999999999%, -33%) rotate(29.4deg);
    transform: translate(-14.399999999999999%, -33%) rotate(29.4deg);
  }
  27% {
    -webkit-transform: translate(-14.7%, -31.5%) rotate(29.7deg);
    transform: translate(-14.7%, -31.5%) rotate(29.7deg);
  }
  28% {
    -webkit-transform: translate(-15%, -31.5%) rotate(30deg);
    transform: translate(-15%, -31.5%) rotate(30deg);
  }
  29% {
    -webkit-transform: translate(-14.399999999999999%, -27%) rotate(-0.6deg);
    transform: translate(-14.399999999999999%, -27%) rotate(-0.6deg);
  }
  30% {
    -webkit-transform: translate(-13.8%, -16.5%) rotate(-1.2deg);
    transform: translate(-13.8%, -16.5%) rotate(-1.2deg);
  }
  31% {
    -webkit-transform: translate(-13.5%, -15%) rotate(-1.5deg);
    transform: translate(-13.5%, -15%) rotate(-1.5deg);
  }
  33% {
    -webkit-transform: translate(-7.199999999999999%, -1.5%) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999%, -1.5%) rotate(-7.800000000000001deg);
  }
  36% {
    -webkit-transform: translate(5.399999999999999%, 4.5%) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999%, 4.5%) rotate(-20.400000000000002deg);
  }
  38% {
    -webkit-transform: translate(12.9%, 9%) rotate(-27.900000000000002deg);
    transform: translate(12.9%, 9%) rotate(-27.900000000000002deg);
  }
  40% {
    -webkit-transform: translate(14.399999999999999%, 10.500000000000002%) rotate(-29.4deg);
    transform: translate(14.399999999999999%, 10.500000000000002%) rotate(-29.4deg);
  }
  41% {
    -webkit-transform: translate(14.7%, 10.500000000000002%) rotate(-29.7deg);
    transform: translate(14.7%, 10.500000000000002%) rotate(-29.7deg);
  }
  42% {
    -webkit-transform: translate(15%, 10.500000000000002%) rotate(-30deg);
    transform: translate(15%, 10.500000000000002%) rotate(-30deg);
  }
  43% {
    -webkit-transform: translate(15%, 10.500000000000002%) rotate(-30deg);
    transform: translate(15%, 10.500000000000002%) rotate(-30deg);
  }
  43% {
    -webkit-transform: translate(14.7%, 10.500000000000002%) rotate(0.3deg);
    transform: translate(14.7%, 10.500000000000002%) rotate(0.3deg);
  }
  43% {
    -webkit-transform: translate(14.399999999999999%, 16.5%) rotate(0.6deg);
    transform: translate(14.399999999999999%, 16.5%) rotate(0.6deg);
  }
  45% {
    -webkit-transform: translate(13.8%, 25.500000000000004%) rotate(1.2deg);
    transform: translate(13.8%, 25.500000000000004%) rotate(1.2deg);
  }
  45% {
    -webkit-transform: translate(13.5%, 27%) rotate(1.5deg);
    transform: translate(13.5%, 27%) rotate(1.5deg);
  }
  48% {
    -webkit-transform: translate(7.199999999999999%, 40.5%) rotate(7.800000000000001deg);
    transform: translate(7.199999999999999%, 40.5%) rotate(7.800000000000001deg);
  }
  50% {
    -webkit-transform: translate(-5.399999999999999%, 48%) rotate(20.400000000000002deg);
    transform: translate(-5.399999999999999%, 48%) rotate(20.400000000000002deg);
  }
  52% {
    -webkit-transform: translate(-12.9%, 51.00000000000001%) rotate(27.900000000000002deg);
    transform: translate(-12.9%, 51.00000000000001%) rotate(27.900000000000002deg);
  }
  54% {
    -webkit-transform: translate(-14.399999999999999%, 52.5%) rotate(29.4deg);
    transform: translate(-14.399999999999999%, 52.5%) rotate(29.4deg);
  }
  56% {
    -webkit-transform: translate(-14.7%, 54%) rotate(29.7deg);
    transform: translate(-14.7%, 54%) rotate(29.7deg);
  }
  57% {
    -webkit-transform: translate(-14.7%, 54%) rotate(-0.3deg);
    transform: translate(-14.7%, 54%) rotate(-0.3deg);
  }
  58% {
    -webkit-transform: translate(-14.399999999999999%, 58.5%) rotate(-0.6deg);
    transform: translate(-14.399999999999999%, 58.5%) rotate(-0.6deg);
  }
  59% {
    -webkit-transform: translate(-13.5%, 70.5%) rotate(-1.5deg);
    transform: translate(-13.5%, 70.5%) rotate(-1.5deg);
  }
  62% {
    -webkit-transform: translate(-7.199999999999999%, 84.00000000000001%) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999%, 84.00000000000001%) rotate(-7.800000000000001deg);
  }
  64% {
    -webkit-transform: translate(5.399999999999999%, 91.5%) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999%, 91.5%) rotate(-20.400000000000002deg);
  }
  67% {
    -webkit-transform: translate(12.9%, 94.5%) rotate(-27.900000000000002deg);
    transform: translate(12.9%, 94.5%) rotate(-27.900000000000002deg);
  }
  69% {
    -webkit-transform: translate(14.399999999999999%, 96%) rotate(-29.4deg);
    transform: translate(14.399999999999999%, 96%) rotate(-29.4deg);
  }
  70% {
    -webkit-transform: translate(14.7%, 96%) rotate(-29.7deg);
    transform: translate(14.7%, 96%) rotate(-29.7deg);
  }
  71% {
    -webkit-transform: translate(15%, 96%) rotate(-30deg);
    transform: translate(15%, 96%) rotate(-30deg);
  }
  72% {
    -webkit-transform: translate(14.399999999999999%, 102.00000000000001%) rotate(0.6deg);
    transform: translate(14.399999999999999%, 102.00000000000001%) rotate(0.6deg);
  }
  73% {
    -webkit-transform: translate(13.8%, 111%) rotate(1.2deg);
    transform: translate(13.8%, 111%) rotate(1.2deg);
  }
  74% {
    -webkit-transform: translate(13.5%, 112.5%) rotate(1.5deg);
    transform: translate(13.5%, 112.5%) rotate(1.5deg);
  }
  76% {
    -webkit-transform: translate(7.199999999999999%, 126%) rotate(7.800000000000001deg);
    transform: translate(7.199999999999999%, 126%) rotate(7.800000000000001deg);
  }
  79% {
    -webkit-transform: translate(-5.399999999999999%, 133.5%) rotate(20.400000000000002deg);
    transform: translate(-5.399999999999999%, 133.5%) rotate(20.400000000000002deg);
  }
  81% {
    -webkit-transform: translate(-12.9%, 138%) rotate(27.900000000000002deg);
    transform: translate(-12.9%, 138%) rotate(27.900000000000002deg);
  }
  83% {
    -webkit-transform: translate(-14.399999999999999%, 139.5%) rotate(29.4deg);
    transform: translate(-14.399999999999999%, 139.5%) rotate(29.4deg);
  }
  84% {
    -webkit-transform: translate(-14.7%, 139.5%) rotate(29.7deg);
    transform: translate(-14.7%, 139.5%) rotate(29.7deg);
  }
  85% {
    -webkit-transform: translate(-15%, 139.5%) rotate(30deg);
    transform: translate(-15%, 139.5%) rotate(30deg);
  }
  86% {
    -webkit-transform: translate(-14.7%, 139.5%) rotate(-0.3deg);
    transform: translate(-14.7%, 139.5%) rotate(-0.3deg);
  }
  86% {
    -webkit-transform: translate(-14.399999999999999%, 144%) rotate(-0.6deg);
    transform: translate(-14.399999999999999%, 144%) rotate(-0.6deg);
  }
  88% {
    -webkit-transform: translate(-13.5%, 156%) rotate(-1.5deg);
    transform: translate(-13.5%, 156%) rotate(-1.5deg);
  }
  90% {
    -webkit-transform: translate(-7.199999999999999%, 169.49999999999997%) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999%, 169.49999999999997%) rotate(-7.800000000000001deg);
  }
  93% {
    -webkit-transform: translate(5.399999999999999%, 177%) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999%, 177%) rotate(-20.400000000000002deg);
  }
  95% {
    -webkit-transform: translate(12.9%, 180%) rotate(-27.900000000000002deg);
    transform: translate(12.9%, 180%) rotate(-27.900000000000002deg);
  }
  97% {
    -webkit-transform: translate(14.399999999999999%, 181.5%) rotate(-29.4deg);
    transform: translate(14.399999999999999%, 181.5%) rotate(-29.4deg);
  }
  99% {
    -webkit-transform: translate(14.7%, 181.5%) rotate(-29.7deg);
    transform: translate(14.7%, 181.5%) rotate(-29.7deg);
  }
  100% {
    -webkit-transform: translate(15%, 181.5%) rotate(-30deg);
    transform: translate(15%, 181.5%) rotate(-30deg);
  }
}
@-webkit-keyframes ld-leaf {
  0% {
    -webkit-transform: translate(-14.7%, -117%) rotate(-0.3deg);
    transform: translate(-14.7%, -117%) rotate(-0.3deg);
  }
  1% {
    -webkit-transform: translate(-14.399999999999999%, -112.5%) rotate(-0.6deg);
    transform: translate(-14.399999999999999%, -112.5%) rotate(-0.6deg);
  }
  2% {
    -webkit-transform: translate(-13.8%, -102.00000000000001%) rotate(-1.2deg);
    transform: translate(-13.8%, -102.00000000000001%) rotate(-1.2deg);
  }
  3% {
    -webkit-transform: translate(-13.5%, -100.5%) rotate(-1.5deg);
    transform: translate(-13.5%, -100.5%) rotate(-1.5deg);
  }
  5% {
    -webkit-transform: translate(-7.199999999999999%, -87%) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999%, -87%) rotate(-7.800000000000001deg);
  }
  7% {
    -webkit-transform: translate(5.399999999999999%, -79.5%) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999%, -79.5%) rotate(-20.400000000000002deg);
  }
  10% {
    -webkit-transform: translate(12.9%, -76.5%) rotate(-27.900000000000002deg);
    transform: translate(12.9%, -76.5%) rotate(-27.900000000000002deg);
  }
  12% {
    -webkit-transform: translate(14.399999999999999%, -75%) rotate(-29.4deg);
    transform: translate(14.399999999999999%, -75%) rotate(-29.4deg);
  }
  13% {
    -webkit-transform: translate(14.7%, -75%) rotate(-29.7deg);
    transform: translate(14.7%, -75%) rotate(-29.7deg);
  }
  14% {
    -webkit-transform: translate(15%, -75%) rotate(-30deg);
    transform: translate(15%, -75%) rotate(-30deg);
  }
  15% {
    -webkit-transform: translate(14.399999999999999%, -69%) rotate(0.6deg);
    transform: translate(14.399999999999999%, -69%) rotate(0.6deg);
  }
  16% {
    -webkit-transform: translate(13.8%, -58.5%) rotate(1.2deg);
    transform: translate(13.8%, -58.5%) rotate(1.2deg);
  }
  19% {
    -webkit-transform: translate(7.199999999999999%, -45%) rotate(7.800000000000001deg);
    transform: translate(7.199999999999999%, -45%) rotate(7.800000000000001deg);
  }
  21% {
    -webkit-transform: translate(-5.399999999999999%, -37.5%) rotate(20.400000000000002deg);
    transform: translate(-5.399999999999999%, -37.5%) rotate(20.400000000000002deg);
  }
  24% {
    -webkit-transform: translate(-12.9%, -33%) rotate(27.900000000000002deg);
    transform: translate(-12.9%, -33%) rotate(27.900000000000002deg);
  }
  26% {
    -webkit-transform: translate(-14.399999999999999%, -33%) rotate(29.4deg);
    transform: translate(-14.399999999999999%, -33%) rotate(29.4deg);
  }
  27% {
    -webkit-transform: translate(-14.7%, -31.5%) rotate(29.7deg);
    transform: translate(-14.7%, -31.5%) rotate(29.7deg);
  }
  28% {
    -webkit-transform: translate(-15%, -31.5%) rotate(30deg);
    transform: translate(-15%, -31.5%) rotate(30deg);
  }
  29% {
    -webkit-transform: translate(-14.399999999999999%, -27%) rotate(-0.6deg);
    transform: translate(-14.399999999999999%, -27%) rotate(-0.6deg);
  }
  30% {
    -webkit-transform: translate(-13.8%, -16.5%) rotate(-1.2deg);
    transform: translate(-13.8%, -16.5%) rotate(-1.2deg);
  }
  31% {
    -webkit-transform: translate(-13.5%, -15%) rotate(-1.5deg);
    transform: translate(-13.5%, -15%) rotate(-1.5deg);
  }
  33% {
    -webkit-transform: translate(-7.199999999999999%, -1.5%) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999%, -1.5%) rotate(-7.800000000000001deg);
  }
  36% {
    -webkit-transform: translate(5.399999999999999%, 4.5%) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999%, 4.5%) rotate(-20.400000000000002deg);
  }
  38% {
    -webkit-transform: translate(12.9%, 9%) rotate(-27.900000000000002deg);
    transform: translate(12.9%, 9%) rotate(-27.900000000000002deg);
  }
  40% {
    -webkit-transform: translate(14.399999999999999%, 10.500000000000002%) rotate(-29.4deg);
    transform: translate(14.399999999999999%, 10.500000000000002%) rotate(-29.4deg);
  }
  41% {
    -webkit-transform: translate(14.7%, 10.500000000000002%) rotate(-29.7deg);
    transform: translate(14.7%, 10.500000000000002%) rotate(-29.7deg);
  }
  42% {
    -webkit-transform: translate(15%, 10.500000000000002%) rotate(-30deg);
    transform: translate(15%, 10.500000000000002%) rotate(-30deg);
  }
  43% {
    -webkit-transform: translate(15%, 10.500000000000002%) rotate(-30deg);
    transform: translate(15%, 10.500000000000002%) rotate(-30deg);
  }
  43% {
    -webkit-transform: translate(14.7%, 10.500000000000002%) rotate(0.3deg);
    transform: translate(14.7%, 10.500000000000002%) rotate(0.3deg);
  }
  43% {
    -webkit-transform: translate(14.399999999999999%, 16.5%) rotate(0.6deg);
    transform: translate(14.399999999999999%, 16.5%) rotate(0.6deg);
  }
  45% {
    -webkit-transform: translate(13.8%, 25.500000000000004%) rotate(1.2deg);
    transform: translate(13.8%, 25.500000000000004%) rotate(1.2deg);
  }
  45% {
    -webkit-transform: translate(13.5%, 27%) rotate(1.5deg);
    transform: translate(13.5%, 27%) rotate(1.5deg);
  }
  48% {
    -webkit-transform: translate(7.199999999999999%, 40.5%) rotate(7.800000000000001deg);
    transform: translate(7.199999999999999%, 40.5%) rotate(7.800000000000001deg);
  }
  50% {
    -webkit-transform: translate(-5.399999999999999%, 48%) rotate(20.400000000000002deg);
    transform: translate(-5.399999999999999%, 48%) rotate(20.400000000000002deg);
  }
  52% {
    -webkit-transform: translate(-12.9%, 51.00000000000001%) rotate(27.900000000000002deg);
    transform: translate(-12.9%, 51.00000000000001%) rotate(27.900000000000002deg);
  }
  54% {
    -webkit-transform: translate(-14.399999999999999%, 52.5%) rotate(29.4deg);
    transform: translate(-14.399999999999999%, 52.5%) rotate(29.4deg);
  }
  56% {
    -webkit-transform: translate(-14.7%, 54%) rotate(29.7deg);
    transform: translate(-14.7%, 54%) rotate(29.7deg);
  }
  57% {
    -webkit-transform: translate(-14.7%, 54%) rotate(-0.3deg);
    transform: translate(-14.7%, 54%) rotate(-0.3deg);
  }
  58% {
    -webkit-transform: translate(-14.399999999999999%, 58.5%) rotate(-0.6deg);
    transform: translate(-14.399999999999999%, 58.5%) rotate(-0.6deg);
  }
  59% {
    -webkit-transform: translate(-13.5%, 70.5%) rotate(-1.5deg);
    transform: translate(-13.5%, 70.5%) rotate(-1.5deg);
  }
  62% {
    -webkit-transform: translate(-7.199999999999999%, 84.00000000000001%) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999%, 84.00000000000001%) rotate(-7.800000000000001deg);
  }
  64% {
    -webkit-transform: translate(5.399999999999999%, 91.5%) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999%, 91.5%) rotate(-20.400000000000002deg);
  }
  67% {
    -webkit-transform: translate(12.9%, 94.5%) rotate(-27.900000000000002deg);
    transform: translate(12.9%, 94.5%) rotate(-27.900000000000002deg);
  }
  69% {
    -webkit-transform: translate(14.399999999999999%, 96%) rotate(-29.4deg);
    transform: translate(14.399999999999999%, 96%) rotate(-29.4deg);
  }
  70% {
    -webkit-transform: translate(14.7%, 96%) rotate(-29.7deg);
    transform: translate(14.7%, 96%) rotate(-29.7deg);
  }
  71% {
    -webkit-transform: translate(15%, 96%) rotate(-30deg);
    transform: translate(15%, 96%) rotate(-30deg);
  }
  72% {
    -webkit-transform: translate(14.399999999999999%, 102.00000000000001%) rotate(0.6deg);
    transform: translate(14.399999999999999%, 102.00000000000001%) rotate(0.6deg);
  }
  73% {
    -webkit-transform: translate(13.8%, 111%) rotate(1.2deg);
    transform: translate(13.8%, 111%) rotate(1.2deg);
  }
  74% {
    -webkit-transform: translate(13.5%, 112.5%) rotate(1.5deg);
    transform: translate(13.5%, 112.5%) rotate(1.5deg);
  }
  76% {
    -webkit-transform: translate(7.199999999999999%, 126%) rotate(7.800000000000001deg);
    transform: translate(7.199999999999999%, 126%) rotate(7.800000000000001deg);
  }
  79% {
    -webkit-transform: translate(-5.399999999999999%, 133.5%) rotate(20.400000000000002deg);
    transform: translate(-5.399999999999999%, 133.5%) rotate(20.400000000000002deg);
  }
  81% {
    -webkit-transform: translate(-12.9%, 138%) rotate(27.900000000000002deg);
    transform: translate(-12.9%, 138%) rotate(27.900000000000002deg);
  }
  83% {
    -webkit-transform: translate(-14.399999999999999%, 139.5%) rotate(29.4deg);
    transform: translate(-14.399999999999999%, 139.5%) rotate(29.4deg);
  }
  84% {
    -webkit-transform: translate(-14.7%, 139.5%) rotate(29.7deg);
    transform: translate(-14.7%, 139.5%) rotate(29.7deg);
  }
  85% {
    -webkit-transform: translate(-15%, 139.5%) rotate(30deg);
    transform: translate(-15%, 139.5%) rotate(30deg);
  }
  86% {
    -webkit-transform: translate(-14.7%, 139.5%) rotate(-0.3deg);
    transform: translate(-14.7%, 139.5%) rotate(-0.3deg);
  }
  86% {
    -webkit-transform: translate(-14.399999999999999%, 144%) rotate(-0.6deg);
    transform: translate(-14.399999999999999%, 144%) rotate(-0.6deg);
  }
  88% {
    -webkit-transform: translate(-13.5%, 156%) rotate(-1.5deg);
    transform: translate(-13.5%, 156%) rotate(-1.5deg);
  }
  90% {
    -webkit-transform: translate(-7.199999999999999%, 169.49999999999997%) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999%, 169.49999999999997%) rotate(-7.800000000000001deg);
  }
  93% {
    -webkit-transform: translate(5.399999999999999%, 177%) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999%, 177%) rotate(-20.400000000000002deg);
  }
  95% {
    -webkit-transform: translate(12.9%, 180%) rotate(-27.900000000000002deg);
    transform: translate(12.9%, 180%) rotate(-27.900000000000002deg);
  }
  97% {
    -webkit-transform: translate(14.399999999999999%, 181.5%) rotate(-29.4deg);
    transform: translate(14.399999999999999%, 181.5%) rotate(-29.4deg);
  }
  99% {
    -webkit-transform: translate(14.7%, 181.5%) rotate(-29.7deg);
    transform: translate(14.7%, 181.5%) rotate(-29.7deg);
  }
  100% {
    -webkit-transform: translate(15%, 181.5%) rotate(-30deg);
    transform: translate(15%, 181.5%) rotate(-30deg);
  }
}
.ld.ld-leaf {
  -webkit-animation: ld-leaf 4s infinite cubic-bezier(0.1, 0.5, 0.1, 0.5);
  animation: ld-leaf 4s infinite cubic-bezier(0.1, 0.5, 0.1, 0.5);
}
@keyframes ld-slot {
  0% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  9.09% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  9.1% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  16.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  17% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  23.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  23.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  29.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  29.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  34.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  34.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  38.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  38.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  41.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  41.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  44.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  44.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  46.29% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  46.3% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  47.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  47.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  48.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  48.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  49.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  49.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  49.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  49.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  50.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  50.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  50.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  50.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  51.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  51.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  52.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  52.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  53.690000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  53.7% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  55.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  55.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  58.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  58.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  61.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  61.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  65.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  65.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  70.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  70.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  76.19% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  76.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  82.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  83% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  90.89% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  90.9% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  99.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  100% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
}
@-webkit-keyframes ld-slot {
  0% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  9.09% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  9.1% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  16.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  17% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  23.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  23.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  29.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  29.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  34.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  34.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  38.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  38.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  41.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  41.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  44.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  44.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  46.29% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  46.3% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  47.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  47.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  48.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  48.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  49.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  49.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  49.79% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  49.8% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  49.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  50% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  50.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  50.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  50.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  50.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  51.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  51.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  52.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  52.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  53.690000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  53.7% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  55.59% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  55.6% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  58.190000000000005% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  58.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  61.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  61.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  65.49% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  65.5% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  70.39% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  70.4% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  76.19% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  76.2% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  82.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  83% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  90.89% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  90.9% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  99.99% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
  100% {
    -webkit-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
}
.ld.ld-slot {
  -webkit-animation: ld-slot 6s infinite linear;
  animation: ld-slot 6s infinite linear;
}
@keyframes ld-bounce-px {
  0%, 90% {
    animation-timing-function: linear;
  }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5);
  }
  10% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1);
  }
  50% {
    -webkit-transform: translate(0, -37px) scaleY(1.1);
    transform: translate(0, -37px) scaleY(1.1);
  }
  90% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1);
  }
  100% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5);
  }
}
@-webkit-keyframes ld-bounce-px {
  0%, 90% {
    animation-timing-function: linear;
  }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5);
  }
  10% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1);
  }
  50% {
    -webkit-transform: translate(0, -37px) scaleY(1.1);
    transform: translate(0, -37px) scaleY(1.1);
  }
  90% {
    -webkit-transform: translate(0, 5px) scaleY(1.1);
    transform: translate(0, 5px) scaleY(1.1);
  }
  100% {
    -webkit-transform: translate(0, 30px) scaleY(0.5);
    transform: translate(0, 30px) scaleY(0.5);
  }
}
.ld.ld-bounce-px {
  -webkit-animation: ld-bounce-px 1s infinite;
  animation: ld-bounce-px 1s infinite;
}
@keyframes ld-bounce-px-rtl {
  0% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px);
  }
  12.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px);
  }
  25% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  37.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px);
  }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  62.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px);
  }
  75% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  87.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px);
  }
  100% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px);
  }
}
@-webkit-keyframes ld-bounce-px-rtl {
  0% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px);
  }
  12.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px);
  }
  25% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  37.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px);
  }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  62.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px);
  }
  75% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  87.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px);
  }
  100% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px);
  }
}
.ld.ld-bounce-px-rtl {
  -webkit-animation: ld-bounce-px-rtl 1s infinite linear;
  animation: ld-bounce-px-rtl 1s infinite linear;
}
@keyframes ld-bounce-px-ltr {
  0% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px);
  }
  12.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px);
  }
  25% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  37.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px);
  }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  62.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px);
  }
  75% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  87.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px);
  }
  100% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px);
  }
}
@-webkit-keyframes ld-bounce-px-ltr {
  0% {
    -webkit-transform: translate(-80px, -20px);
    transform: translate(-80px, -20px);
  }
  12.5% {
    -webkit-transform: translate(-60px, -12px);
    transform: translate(-60px, -12px);
  }
  25% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  37.5% {
    -webkit-transform: translate(-25px, -12px);
    transform: translate(-25px, -12px);
  }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  62.5% {
    -webkit-transform: translate(25px, -12px);
    transform: translate(25px, -12px);
  }
  75% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  87.5% {
    -webkit-transform: translate(60px, -12px);
    transform: translate(60px, -12px);
  }
  100% {
    -webkit-transform: translate(80px, -20px);
    transform: translate(80px, -20px);
  }
}
.ld.ld-bounce-px-ltr {
  -webkit-animation: ld-bounce-px-ltr 1s infinite linear;
  animation: ld-bounce-px-ltr 1s infinite linear;
}
@keyframes ld-bounce-a-px {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  12.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px);
  }
  25% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  37.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  62.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px);
  }
  75% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  87.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-bounce-a-px {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  12.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px);
  }
  25% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  37.5% {
    -webkit-transform: translate(5px, -28px);
    transform: translate(5px, -28px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  62.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px);
  }
  75% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  87.5% {
    -webkit-transform: translate(-5px, -28px);
    transform: translate(-5px, -28px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-bounce-a-px {
  -webkit-animation: ld-bounce-a-px 2s infinite;
  animation: ld-bounce-a-px 2s infinite;
}
@keyframes ld-float-px {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: linear;
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0,0,0,0.3);
  }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0,0,0,0.3);
  }
}
@-webkit-keyframes ld-float-px {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: linear;
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0,0,0,0.3);
  }
  30% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0,0,0,0.3);
  }
}
.ld.ld-float-px {
  -webkit-animation: ld-float-px 1s infinite;
  animation: ld-float-px 1s infinite;
}
@keyframes ld-hit-px {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0);
  }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 150px) skewX(20deg);
    transform: scale(1) translate(0, 150px) skewX(20deg);
  }
}
@-webkit-keyframes ld-hit-px {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0);
  }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 150px) skewX(20deg);
    transform: scale(1) translate(0, 150px) skewX(20deg);
  }
}
.ld.ld-hit-px {
  -webkit-animation: ld-hit-px 2s infinite;
  animation: ld-hit-px 2s infinite;
}
@keyframes ld-jelly-px {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  16.6% {
    -webkit-transform: translate(-30px, 0) skewX(30deg);
    transform: translate(-30px, 0) skewX(30deg);
  }
  33.3% {
    -webkit-transform: translate(25px, 0) skewX(-20deg);
    transform: translate(25px, 0) skewX(-20deg);
  }
  50% {
    -webkit-transform: translate(-12px, 0) skewX(10deg);
    transform: translate(-12px, 0) skewX(10deg);
  }
  66.6% {
    -webkit-transform: translate(6px, 0) skewX(-5deg);
    transform: translate(6px, 0) skewX(-5deg);
  }
  83.3% {
    -webkit-transform: translate(-2.5px, 0) skewX(2deg);
    transform: translate(-2.5px, 0) skewX(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}
@-webkit-keyframes ld-jelly-px {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  16.6% {
    -webkit-transform: translate(-30px, 0) skewX(30deg);
    transform: translate(-30px, 0) skewX(30deg);
  }
  33.3% {
    -webkit-transform: translate(25px, 0) skewX(-20deg);
    transform: translate(25px, 0) skewX(-20deg);
  }
  50% {
    -webkit-transform: translate(-12px, 0) skewX(10deg);
    transform: translate(-12px, 0) skewX(10deg);
  }
  66.6% {
    -webkit-transform: translate(6px, 0) skewX(-5deg);
    transform: translate(6px, 0) skewX(-5deg);
  }
  83.3% {
    -webkit-transform: translate(-2.5px, 0) skewX(2deg);
    transform: translate(-2.5px, 0) skewX(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}
.ld.ld-jelly-px {
  -webkit-animation: ld-jelly-px 1s infinite linear;
  animation: ld-jelly-px 1s infinite linear;
}
@keyframes ld-jump-px {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out;
  }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in;
  }
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  14% {
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px);
  }
  28% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  38% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  48% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  56% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  64% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  70% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  76% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  81% {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px);
  }
  86% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  90% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  93% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  97% {
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes ld-jump-px {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out;
  }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in;
  }
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  14% {
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px);
  }
  28% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  38% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  48% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  56% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  64% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  70% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  76% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  81% {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px);
  }
  86% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  90% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  93% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  97% {
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.ld.ld-jump-px {
  -webkit-animation: ld-jump-px 1.5s ease-in infinite;
  animation: ld-jump-px 1.5s ease-in infinite;
}
@keyframes ld-orbit-px {
  0% {
    -webkit-transform: translate(30px, 0) rotate(0deg);
    transform: translate(30px, 0) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(21px, 21px) rotate(45deg);
    transform: translate(21px, 21px) rotate(45deg);
  }
  25% {
    -webkit-transform: translate(0, 30px) rotate(90deg);
    transform: translate(0, 30px) rotate(90deg);
  }
  37.5% {
    -webkit-transform: translate(-21px, 21px) rotate(135deg);
    transform: translate(-21px, 21px) rotate(135deg);
  }
  50% {
    -webkit-transform: translate(-30px, 0) rotate(180deg);
    transform: translate(-30px, 0) rotate(180deg);
  }
  62.5% {
    -webkit-transform: translate(-21px, -21px) rotate(225deg);
    transform: translate(-21px, -21px) rotate(225deg);
  }
  75% {
    -webkit-transform: translate(0, -30px) rotate(270deg);
    transform: translate(0, -30px) rotate(270deg);
  }
  87.5% {
    -webkit-transform: translate(21px, -21px) rotate(315deg);
    transform: translate(21px, -21px) rotate(315deg);
  }
  100% {
    -webkit-transform: translate(30px, 0) rotate(360deg);
    transform: translate(30px, 0) rotate(360deg);
  }
}
@-webkit-keyframes ld-orbit-px {
  0% {
    -webkit-transform: translate(30px, 0) rotate(0deg);
    transform: translate(30px, 0) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(21px, 21px) rotate(45deg);
    transform: translate(21px, 21px) rotate(45deg);
  }
  25% {
    -webkit-transform: translate(0, 30px) rotate(90deg);
    transform: translate(0, 30px) rotate(90deg);
  }
  37.5% {
    -webkit-transform: translate(-21px, 21px) rotate(135deg);
    transform: translate(-21px, 21px) rotate(135deg);
  }
  50% {
    -webkit-transform: translate(-30px, 0) rotate(180deg);
    transform: translate(-30px, 0) rotate(180deg);
  }
  62.5% {
    -webkit-transform: translate(-21px, -21px) rotate(225deg);
    transform: translate(-21px, -21px) rotate(225deg);
  }
  75% {
    -webkit-transform: translate(0, -30px) rotate(270deg);
    transform: translate(0, -30px) rotate(270deg);
  }
  87.5% {
    -webkit-transform: translate(21px, -21px) rotate(315deg);
    transform: translate(21px, -21px) rotate(315deg);
  }
  100% {
    -webkit-transform: translate(30px, 0) rotate(360deg);
    transform: translate(30px, 0) rotate(360deg);
  }
}
.ld.ld-orbit-px {
  -webkit-animation: ld-orbit-px 1s infinite linear;
  animation: ld-orbit-px 1s infinite linear;
}
@keyframes ld-rush-px-rtl {
  0% {
    -webkit-transform: translate(100px, 0) skewX(-45deg);
    transform: translate(100px, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(-20px, 0) skewX(35deg);
    transform: translate(-20px, 0) skewX(35deg);
  }
  45% {
    -webkit-transform: translate(10px, 0) skewX(-15deg);
    transform: translate(10px, 0) skewX(-15deg);
  }
  60% {
    -webkit-transform: translate(-5px, 0) skewX(7deg);
    transform: translate(-5px, 0) skewX(7deg);
  }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(-150px, 0) skewX(-45deg);
    transform: translate(-150px, 0) skewX(-45deg);
  }
}
@-webkit-keyframes ld-rush-px-rtl {
  0% {
    -webkit-transform: translate(100px, 0) skewX(-45deg);
    transform: translate(100px, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(-20px, 0) skewX(35deg);
    transform: translate(-20px, 0) skewX(35deg);
  }
  45% {
    -webkit-transform: translate(10px, 0) skewX(-15deg);
    transform: translate(10px, 0) skewX(-15deg);
  }
  60% {
    -webkit-transform: translate(-5px, 0) skewX(7deg);
    transform: translate(-5px, 0) skewX(7deg);
  }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(-150px, 0) skewX(-45deg);
    transform: translate(-150px, 0) skewX(-45deg);
  }
}
.ld.ld-rush-px-rtl {
  -webkit-animation: ld-rush-px-rtl 1.5s infinite linear;
  animation: ld-rush-px-rtl 1.5s infinite linear;
}
@keyframes ld-rush-px-ltr {
  0% {
    -webkit-transform: translate(-100px, 0) skewX(45deg);
    transform: translate(-100px, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(20px, 0) skewX(-35deg);
    transform: translate(20px, 0) skewX(-35deg);
  }
  45% {
    -webkit-transform: translate(-10px, 0) skewX(15deg);
    transform: translate(-10px, 0) skewX(15deg);
  }
  60% {
    -webkit-transform: translate(5px, 0) skewX(-7deg);
    transform: translate(5px, 0) skewX(-7deg);
  }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(150px, 0) skewX(45deg);
    transform: translate(150px, 0) skewX(45deg);
  }
}
@-webkit-keyframes ld-rush-px-ltr {
  0% {
    -webkit-transform: translate(-100px, 0) skewX(45deg);
    transform: translate(-100px, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  30% {
    -webkit-transform: translate(20px, 0) skewX(-35deg);
    transform: translate(20px, 0) skewX(-35deg);
  }
  45% {
    -webkit-transform: translate(-10px, 0) skewX(15deg);
    transform: translate(-10px, 0) skewX(15deg);
  }
  60% {
    -webkit-transform: translate(5px, 0) skewX(-7deg);
    transform: translate(5px, 0) skewX(-7deg);
  }
  80% {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  100% {
    -webkit-transform: translate(150px, 0) skewX(45deg);
    transform: translate(150px, 0) skewX(45deg);
  }
}
.ld.ld-rush-px-ltr {
  -webkit-animation: ld-rush-px-ltr 1.5s infinite linear;
  animation: ld-rush-px-ltr 1.5s infinite linear;
}
@keyframes ld-shake-px {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
  }
  33.3% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
  50% {
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0);
  }
  66.6% {
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0);
  }
  83.3% {
    -webkit-transform: translate(-2.5px, 0);
    transform: translate(-2.5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-shake-px {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
  }
  33.3% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
  50% {
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0);
  }
  66.6% {
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0);
  }
  83.3% {
    -webkit-transform: translate(-2.5px, 0);
    transform: translate(-2.5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-shake-px {
  -webkit-animation: ld-shake-px 1s infinite linear;
  animation: ld-shake-px 1s infinite linear;
}
@keyframes ld-slide-px-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-px-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-px-ltr {
  -webkit-animation: ld-slide-px-ltr 1s infinite;
  animation: ld-slide-px-ltr 1s infinite;
}
@keyframes ld-slide-px-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  50% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-px-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  50% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-px-rtl {
  -webkit-animation: ld-slide-px-rtl 1s infinite;
  animation: ld-slide-px-rtl 1s infinite;
}
@keyframes ld-slide-px-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  50% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-px-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  50% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-px-btt {
  -webkit-animation: ld-slide-px-btt 1s infinite;
  animation: ld-slide-px-btt 1s infinite;
}
@keyframes ld-slide-px-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ld-slide-px-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49.9% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ld.ld-slide-px-ttb {
  -webkit-animation: ld-slide-px-ttb 1s infinite;
  animation: ld-slide-px-ttb 1s infinite;
}
@keyframes ld-tremble-px {
  0% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  5% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  10% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  15% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px);
  }
  20% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  25% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  30% {
    -webkit-transform: translate(1px, 3px);
    transform: translate(1px, 3px);
  }
  35% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  40% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  45% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  50% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px);
  }
  55% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  60% {
    -webkit-transform: translate(3px, 1px);
    transform: translate(3px, 1px);
  }
  65% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  70% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
  }
  85% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  90% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  95% {
    -webkit-transform: translate(3px, 2px);
    transform: translate(3px, 2px);
  }
}
@-webkit-keyframes ld-tremble-px {
  0% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  5% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  10% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  15% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px);
  }
  20% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  25% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  30% {
    -webkit-transform: translate(1px, 3px);
    transform: translate(1px, 3px);
  }
  35% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  40% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  45% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  50% {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px);
  }
  55% {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  60% {
    -webkit-transform: translate(3px, 1px);
    transform: translate(3px, 1px);
  }
  65% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  70% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
  }
  85% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  90% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  95% {
    -webkit-transform: translate(3px, 2px);
    transform: translate(3px, 2px);
  }
}
.ld.ld-tremble-px {
  -webkit-animation: ld-tremble-px 1s infinite;
  animation: ld-tremble-px 1s infinite;
}
@keyframes ld-wander-px-h {
  0% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
  }
  50% {
    -webkit-transform: translate(35px, 0);
    transform: translate(35px, 0);
  }
  100% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
  }
}
@-webkit-keyframes ld-wander-px-h {
  0% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
  }
  50% {
    -webkit-transform: translate(35px, 0);
    transform: translate(35px, 0);
  }
  100% {
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
  }
}
.ld.ld-wander-px-h {
  -webkit-animation: ld-wander-px-h 1s infinite ease-out;
  animation: ld-wander-px-h 1s infinite ease-out;
}
@keyframes ld-wander-px-v {
  0% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
  }
  50% {
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px);
  }
  100% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
  }
}
@-webkit-keyframes ld-wander-px-v {
  0% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
  }
  50% {
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px);
  }
  100% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
  }
}
.ld.ld-wander-px-v {
  -webkit-animation: ld-wander-px-v 1s infinite ease-out;
  animation: ld-wander-px-v 1s infinite ease-out;
}
@keyframes ld-jingle-px {
  0% {
    -webkit-transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
  }
  4% {
    -webkit-transform: translate(0, -40px) rotate(11deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(11deg) translate(0, 40px);
  }
  10% {
    -webkit-transform: translate(0, -40px) rotate(15deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(15deg) translate(0, 40px);
  }
  18% {
    -webkit-transform: translate(0, -40px) rotate(-11deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-11deg) translate(0, 40px);
  }
  20% {
    -webkit-transform: translate(0, -40px) rotate(-13deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-13deg) translate(0, 40px);
  }
  21% {
    -webkit-transform: translate(0, -40px) rotate(-12deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-12deg) translate(0, 40px);
  }
  22% {
    -webkit-transform: translate(0, -40px) rotate(-10deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-10deg) translate(0, 40px);
  }
  24% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
  }
  26% {
    -webkit-transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
  }
  28% {
    -webkit-transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
  }
  30% {
    -webkit-transform: translate(0, -40px) rotate(10deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(10deg) translate(0, 40px);
  }
  31% {
    -webkit-transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
  }
  33% {
    -webkit-transform: translate(0, -40px) rotate(5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(5deg) translate(0, 40px);
  }
  34% {
    -webkit-transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
  }
  36% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
  }
  39% {
    -webkit-transform: translate(0, -40px) rotate(-8deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-8deg) translate(0, 40px);
  }
  40% {
    -webkit-transform: translate(0, -40px) rotate(-7deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-7deg) translate(0, 40px);
  }
  44% {
    -webkit-transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
  }
  47% {
    -webkit-transform: translate(0, -40px) rotate(7deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(7deg) translate(0, 40px);
  }
  56% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
  }
  63% {
    -webkit-transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
  }
  75% {
    -webkit-transform: translate(0, -40px) rotate(-1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-1deg) translate(0, 40px);
  }
  100% {
    -webkit-transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
  }
}
@-webkit-keyframes ld-jingle-px {
  0% {
    -webkit-transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
  }
  4% {
    -webkit-transform: translate(0, -40px) rotate(11deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(11deg) translate(0, 40px);
  }
  10% {
    -webkit-transform: translate(0, -40px) rotate(15deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(15deg) translate(0, 40px);
  }
  18% {
    -webkit-transform: translate(0, -40px) rotate(-11deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-11deg) translate(0, 40px);
  }
  20% {
    -webkit-transform: translate(0, -40px) rotate(-13deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-13deg) translate(0, 40px);
  }
  21% {
    -webkit-transform: translate(0, -40px) rotate(-12deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-12deg) translate(0, 40px);
  }
  22% {
    -webkit-transform: translate(0, -40px) rotate(-10deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-10deg) translate(0, 40px);
  }
  24% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
  }
  26% {
    -webkit-transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
  }
  28% {
    -webkit-transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
  }
  30% {
    -webkit-transform: translate(0, -40px) rotate(10deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(10deg) translate(0, 40px);
  }
  31% {
    -webkit-transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(9deg) translate(0, 40px);
  }
  33% {
    -webkit-transform: translate(0, -40px) rotate(5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(5deg) translate(0, 40px);
  }
  34% {
    -webkit-transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
  }
  36% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
  }
  39% {
    -webkit-transform: translate(0, -40px) rotate(-8deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-8deg) translate(0, 40px);
  }
  40% {
    -webkit-transform: translate(0, -40px) rotate(-7deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-7deg) translate(0, 40px);
  }
  44% {
    -webkit-transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(3deg) translate(0, 40px);
  }
  47% {
    -webkit-transform: translate(0, -40px) rotate(7deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(7deg) translate(0, 40px);
  }
  56% {
    -webkit-transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-5deg) translate(0, 40px);
  }
  63% {
    -webkit-transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(1deg) translate(0, 40px);
  }
  75% {
    -webkit-transform: translate(0, -40px) rotate(-1deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(-1deg) translate(0, 40px);
  }
  100% {
    -webkit-transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
    transform: translate(0, -40px) rotate(0deg) translate(0, 40px);
  }
}
.ld.ld-jingle-px {
  -webkit-animation: ld-jingle-px 1s infinite;
  animation: ld-jingle-px 1s infinite;
}
@keyframes ld-swim-px {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(1px, -2px) rotate(3deg);
    transform: translate(1px, -2px) rotate(3deg);
  }
  25% {
    -webkit-transform: translate(0, -3px) rotate(6deg);
    transform: translate(0, -3px) rotate(6deg);
  }
  37.5% {
    -webkit-transform: translate(-1px, -2px) rotate(3deg);
    transform: translate(-1px, -2px) rotate(3deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  62.5% {
    -webkit-transform: translate(1px, 2px) rotate(-3deg);
    transform: translate(1px, 2px) rotate(-3deg);
  }
  75% {
    -webkit-transform: translate(0, 3px) rotate(-6deg);
    transform: translate(0, 3px) rotate(-6deg);
  }
  87.5% {
    -webkit-transform: translate(-1px, 2px) rotate(-3deg);
    transform: translate(-1px, 2px) rotate(-3deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes ld-swim-px {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(1px, -2px) rotate(3deg);
    transform: translate(1px, -2px) rotate(3deg);
  }
  25% {
    -webkit-transform: translate(0, -3px) rotate(6deg);
    transform: translate(0, -3px) rotate(6deg);
  }
  37.5% {
    -webkit-transform: translate(-1px, -2px) rotate(3deg);
    transform: translate(-1px, -2px) rotate(3deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  62.5% {
    -webkit-transform: translate(1px, 2px) rotate(-3deg);
    transform: translate(1px, 2px) rotate(-3deg);
  }
  75% {
    -webkit-transform: translate(0, 3px) rotate(-6deg);
    transform: translate(0, 3px) rotate(-6deg);
  }
  87.5% {
    -webkit-transform: translate(-1px, 2px) rotate(-3deg);
    transform: translate(-1px, 2px) rotate(-3deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
.ld.ld-swim-px {
  -webkit-animation: ld-swim-px 3s infinite linear;
  animation: ld-swim-px 3s infinite linear;
}
@keyframes ld-leaf-px {
  0% {
    -webkit-transform: translate(-14.7px, -117px) rotate(-0.3deg);
    transform: translate(-14.7px, -117px) rotate(-0.3deg);
  }
  1% {
    -webkit-transform: translate(-14.399999999999999px, -112.5px) rotate(-0.6deg);
    transform: translate(-14.399999999999999px, -112.5px) rotate(-0.6deg);
  }
  2% {
    -webkit-transform: translate(-13.8px, -102.00000000000001px) rotate(-1.2deg);
    transform: translate(-13.8px, -102.00000000000001px) rotate(-1.2deg);
  }
  3% {
    -webkit-transform: translate(-13.5px, -100.5px) rotate(-1.5deg);
    transform: translate(-13.5px, -100.5px) rotate(-1.5deg);
  }
  5% {
    -webkit-transform: translate(-7.199999999999999px, -87px) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999px, -87px) rotate(-7.800000000000001deg);
  }
  7% {
    -webkit-transform: translate(5.399999999999999px, -79.5px) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999px, -79.5px) rotate(-20.400000000000002deg);
  }
  10% {
    -webkit-transform: translate(12.9px, -76.5px) rotate(-27.900000000000002deg);
    transform: translate(12.9px, -76.5px) rotate(-27.900000000000002deg);
  }
  12% {
    -webkit-transform: translate(14.399999999999999px, -75px) rotate(-29.4deg);
    transform: translate(14.399999999999999px, -75px) rotate(-29.4deg);
  }
  13% {
    -webkit-transform: translate(14.7px, -75px) rotate(-29.7deg);
    transform: translate(14.7px, -75px) rotate(-29.7deg);
  }
  14% {
    -webkit-transform: translate(15px, -75px) rotate(-30deg);
    transform: translate(15px, -75px) rotate(-30deg);
  }
  15% {
    -webkit-transform: translate(14.399999999999999px, -69px) rotate(0.6deg);
    transform: translate(14.399999999999999px, -69px) rotate(0.6deg);
  }
  16% {
    -webkit-transform: translate(13.8px, -58.5px) rotate(1.2deg);
    transform: translate(13.8px, -58.5px) rotate(1.2deg);
  }
  19% {
    -webkit-transform: translate(7.199999999999999px, -45px) rotate(7.800000000000001deg);
    transform: translate(7.199999999999999px, -45px) rotate(7.800000000000001deg);
  }
  21% {
    -webkit-transform: translate(-5.399999999999999px, -37.5px) rotate(20.400000000000002deg);
    transform: translate(-5.399999999999999px, -37.5px) rotate(20.400000000000002deg);
  }
  24% {
    -webkit-transform: translate(-12.9px, -33px) rotate(27.900000000000002deg);
    transform: translate(-12.9px, -33px) rotate(27.900000000000002deg);
  }
  26% {
    -webkit-transform: translate(-14.399999999999999px, -33px) rotate(29.4deg);
    transform: translate(-14.399999999999999px, -33px) rotate(29.4deg);
  }
  27% {
    -webkit-transform: translate(-14.7px, -31.5px) rotate(29.7deg);
    transform: translate(-14.7px, -31.5px) rotate(29.7deg);
  }
  28% {
    -webkit-transform: translate(-15px, -31.5px) rotate(30deg);
    transform: translate(-15px, -31.5px) rotate(30deg);
  }
  29% {
    -webkit-transform: translate(-14.399999999999999px, -27px) rotate(-0.6deg);
    transform: translate(-14.399999999999999px, -27px) rotate(-0.6deg);
  }
  30% {
    -webkit-transform: translate(-13.8px, -16.5px) rotate(-1.2deg);
    transform: translate(-13.8px, -16.5px) rotate(-1.2deg);
  }
  31% {
    -webkit-transform: translate(-13.5px, -15px) rotate(-1.5deg);
    transform: translate(-13.5px, -15px) rotate(-1.5deg);
  }
  33% {
    -webkit-transform: translate(-7.199999999999999px, -1.5px) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999px, -1.5px) rotate(-7.800000000000001deg);
  }
  36% {
    -webkit-transform: translate(5.399999999999999px, 4.5px) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999px, 4.5px) rotate(-20.400000000000002deg);
  }
  38% {
    -webkit-transform: translate(12.9px, 9px) rotate(-27.900000000000002deg);
    transform: translate(12.9px, 9px) rotate(-27.900000000000002deg);
  }
  40% {
    -webkit-transform: translate(14.399999999999999px, 10.500000000000002px) rotate(-29.4deg);
    transform: translate(14.399999999999999px, 10.500000000000002px) rotate(-29.4deg);
  }
  41% {
    -webkit-transform: translate(14.7px, 10.500000000000002px) rotate(-29.7deg);
    transform: translate(14.7px, 10.500000000000002px) rotate(-29.7deg);
  }
  42% {
    -webkit-transform: translate(15px, 10.500000000000002px) rotate(-30deg);
    transform: translate(15px, 10.500000000000002px) rotate(-30deg);
  }
  43% {
    -webkit-transform: translate(15px, 10.500000000000002px) rotate(-30deg);
    transform: translate(15px, 10.500000000000002px) rotate(-30deg);
  }
  43% {
    -webkit-transform: translate(14.7px, 10.500000000000002px) rotate(0.3deg);
    transform: translate(14.7px, 10.500000000000002px) rotate(0.3deg);
  }
  43% {
    -webkit-transform: translate(14.399999999999999px, 16.5px) rotate(0.6deg);
    transform: translate(14.399999999999999px, 16.5px) rotate(0.6deg);
  }
  45% {
    -webkit-transform: translate(13.8px, 25.500000000000004px) rotate(1.2deg);
    transform: translate(13.8px, 25.500000000000004px) rotate(1.2deg);
  }
  45% {
    -webkit-transform: translate(13.5px, 27px) rotate(1.5deg);
    transform: translate(13.5px, 27px) rotate(1.5deg);
  }
  48% {
    -webkit-transform: translate(7.199999999999999px, 40.5px) rotate(7.800000000000001deg);
    transform: translate(7.199999999999999px, 40.5px) rotate(7.800000000000001deg);
  }
  50% {
    -webkit-transform: translate(-5.399999999999999px, 48px) rotate(20.400000000000002deg);
    transform: translate(-5.399999999999999px, 48px) rotate(20.400000000000002deg);
  }
  52% {
    -webkit-transform: translate(-12.9px, 51.00000000000001px) rotate(27.900000000000002deg);
    transform: translate(-12.9px, 51.00000000000001px) rotate(27.900000000000002deg);
  }
  54% {
    -webkit-transform: translate(-14.399999999999999px, 52.5px) rotate(29.4deg);
    transform: translate(-14.399999999999999px, 52.5px) rotate(29.4deg);
  }
  56% {
    -webkit-transform: translate(-14.7px, 54px) rotate(29.7deg);
    transform: translate(-14.7px, 54px) rotate(29.7deg);
  }
  57% {
    -webkit-transform: translate(-14.7px, 54px) rotate(-0.3deg);
    transform: translate(-14.7px, 54px) rotate(-0.3deg);
  }
  58% {
    -webkit-transform: translate(-14.399999999999999px, 58.5px) rotate(-0.6deg);
    transform: translate(-14.399999999999999px, 58.5px) rotate(-0.6deg);
  }
  59% {
    -webkit-transform: translate(-13.5px, 70.5px) rotate(-1.5deg);
    transform: translate(-13.5px, 70.5px) rotate(-1.5deg);
  }
  62% {
    -webkit-transform: translate(-7.199999999999999px, 84.00000000000001px) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999px, 84.00000000000001px) rotate(-7.800000000000001deg);
  }
  64% {
    -webkit-transform: translate(5.399999999999999px, 91.5px) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999px, 91.5px) rotate(-20.400000000000002deg);
  }
  67% {
    -webkit-transform: translate(12.9px, 94.5px) rotate(-27.900000000000002deg);
    transform: translate(12.9px, 94.5px) rotate(-27.900000000000002deg);
  }
  69% {
    -webkit-transform: translate(14.399999999999999px, 96px) rotate(-29.4deg);
    transform: translate(14.399999999999999px, 96px) rotate(-29.4deg);
  }
  70% {
    -webkit-transform: translate(14.7px, 96px) rotate(-29.7deg);
    transform: translate(14.7px, 96px) rotate(-29.7deg);
  }
  71% {
    -webkit-transform: translate(15px, 96px) rotate(-30deg);
    transform: translate(15px, 96px) rotate(-30deg);
  }
  72% {
    -webkit-transform: translate(14.399999999999999px, 102.00000000000001px) rotate(0.6deg);
    transform: translate(14.399999999999999px, 102.00000000000001px) rotate(0.6deg);
  }
  73% {
    -webkit-transform: translate(13.8px, 111px) rotate(1.2deg);
    transform: translate(13.8px, 111px) rotate(1.2deg);
  }
  74% {
    -webkit-transform: translate(13.5px, 112.5px) rotate(1.5deg);
    transform: translate(13.5px, 112.5px) rotate(1.5deg);
  }
  76% {
    -webkit-transform: translate(7.199999999999999px, 126px) rotate(7.800000000000001deg);
    transform: translate(7.199999999999999px, 126px) rotate(7.800000000000001deg);
  }
  79% {
    -webkit-transform: translate(-5.399999999999999px, 133.5px) rotate(20.400000000000002deg);
    transform: translate(-5.399999999999999px, 133.5px) rotate(20.400000000000002deg);
  }
  81% {
    -webkit-transform: translate(-12.9px, 138px) rotate(27.900000000000002deg);
    transform: translate(-12.9px, 138px) rotate(27.900000000000002deg);
  }
  83% {
    -webkit-transform: translate(-14.399999999999999px, 139.5px) rotate(29.4deg);
    transform: translate(-14.399999999999999px, 139.5px) rotate(29.4deg);
  }
  84% {
    -webkit-transform: translate(-14.7px, 139.5px) rotate(29.7deg);
    transform: translate(-14.7px, 139.5px) rotate(29.7deg);
  }
  85% {
    -webkit-transform: translate(-15px, 139.5px) rotate(30deg);
    transform: translate(-15px, 139.5px) rotate(30deg);
  }
  86% {
    -webkit-transform: translate(-14.7px, 139.5px) rotate(-0.3deg);
    transform: translate(-14.7px, 139.5px) rotate(-0.3deg);
  }
  86% {
    -webkit-transform: translate(-14.399999999999999px, 144px) rotate(-0.6deg);
    transform: translate(-14.399999999999999px, 144px) rotate(-0.6deg);
  }
  88% {
    -webkit-transform: translate(-13.5px, 156px) rotate(-1.5deg);
    transform: translate(-13.5px, 156px) rotate(-1.5deg);
  }
  90% {
    -webkit-transform: translate(-7.199999999999999px, 169.49999999999997px) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999px, 169.49999999999997px) rotate(-7.800000000000001deg);
  }
  93% {
    -webkit-transform: translate(5.399999999999999px, 177px) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999px, 177px) rotate(-20.400000000000002deg);
  }
  95% {
    -webkit-transform: translate(12.9px, 180px) rotate(-27.900000000000002deg);
    transform: translate(12.9px, 180px) rotate(-27.900000000000002deg);
  }
  97% {
    -webkit-transform: translate(14.399999999999999px, 181.5px) rotate(-29.4deg);
    transform: translate(14.399999999999999px, 181.5px) rotate(-29.4deg);
  }
  99% {
    -webkit-transform: translate(14.7px, 181.5px) rotate(-29.7deg);
    transform: translate(14.7px, 181.5px) rotate(-29.7deg);
  }
  100% {
    -webkit-transform: translate(15px, 181.5px) rotate(-30deg);
    transform: translate(15px, 181.5px) rotate(-30deg);
  }
}
@-webkit-keyframes ld-leaf-px {
  0% {
    -webkit-transform: translate(-14.7px, -117px) rotate(-0.3deg);
    transform: translate(-14.7px, -117px) rotate(-0.3deg);
  }
  1% {
    -webkit-transform: translate(-14.399999999999999px, -112.5px) rotate(-0.6deg);
    transform: translate(-14.399999999999999px, -112.5px) rotate(-0.6deg);
  }
  2% {
    -webkit-transform: translate(-13.8px, -102.00000000000001px) rotate(-1.2deg);
    transform: translate(-13.8px, -102.00000000000001px) rotate(-1.2deg);
  }
  3% {
    -webkit-transform: translate(-13.5px, -100.5px) rotate(-1.5deg);
    transform: translate(-13.5px, -100.5px) rotate(-1.5deg);
  }
  5% {
    -webkit-transform: translate(-7.199999999999999px, -87px) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999px, -87px) rotate(-7.800000000000001deg);
  }
  7% {
    -webkit-transform: translate(5.399999999999999px, -79.5px) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999px, -79.5px) rotate(-20.400000000000002deg);
  }
  10% {
    -webkit-transform: translate(12.9px, -76.5px) rotate(-27.900000000000002deg);
    transform: translate(12.9px, -76.5px) rotate(-27.900000000000002deg);
  }
  12% {
    -webkit-transform: translate(14.399999999999999px, -75px) rotate(-29.4deg);
    transform: translate(14.399999999999999px, -75px) rotate(-29.4deg);
  }
  13% {
    -webkit-transform: translate(14.7px, -75px) rotate(-29.7deg);
    transform: translate(14.7px, -75px) rotate(-29.7deg);
  }
  14% {
    -webkit-transform: translate(15px, -75px) rotate(-30deg);
    transform: translate(15px, -75px) rotate(-30deg);
  }
  15% {
    -webkit-transform: translate(14.399999999999999px, -69px) rotate(0.6deg);
    transform: translate(14.399999999999999px, -69px) rotate(0.6deg);
  }
  16% {
    -webkit-transform: translate(13.8px, -58.5px) rotate(1.2deg);
    transform: translate(13.8px, -58.5px) rotate(1.2deg);
  }
  19% {
    -webkit-transform: translate(7.199999999999999px, -45px) rotate(7.800000000000001deg);
    transform: translate(7.199999999999999px, -45px) rotate(7.800000000000001deg);
  }
  21% {
    -webkit-transform: translate(-5.399999999999999px, -37.5px) rotate(20.400000000000002deg);
    transform: translate(-5.399999999999999px, -37.5px) rotate(20.400000000000002deg);
  }
  24% {
    -webkit-transform: translate(-12.9px, -33px) rotate(27.900000000000002deg);
    transform: translate(-12.9px, -33px) rotate(27.900000000000002deg);
  }
  26% {
    -webkit-transform: translate(-14.399999999999999px, -33px) rotate(29.4deg);
    transform: translate(-14.399999999999999px, -33px) rotate(29.4deg);
  }
  27% {
    -webkit-transform: translate(-14.7px, -31.5px) rotate(29.7deg);
    transform: translate(-14.7px, -31.5px) rotate(29.7deg);
  }
  28% {
    -webkit-transform: translate(-15px, -31.5px) rotate(30deg);
    transform: translate(-15px, -31.5px) rotate(30deg);
  }
  29% {
    -webkit-transform: translate(-14.399999999999999px, -27px) rotate(-0.6deg);
    transform: translate(-14.399999999999999px, -27px) rotate(-0.6deg);
  }
  30% {
    -webkit-transform: translate(-13.8px, -16.5px) rotate(-1.2deg);
    transform: translate(-13.8px, -16.5px) rotate(-1.2deg);
  }
  31% {
    -webkit-transform: translate(-13.5px, -15px) rotate(-1.5deg);
    transform: translate(-13.5px, -15px) rotate(-1.5deg);
  }
  33% {
    -webkit-transform: translate(-7.199999999999999px, -1.5px) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999px, -1.5px) rotate(-7.800000000000001deg);
  }
  36% {
    -webkit-transform: translate(5.399999999999999px, 4.5px) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999px, 4.5px) rotate(-20.400000000000002deg);
  }
  38% {
    -webkit-transform: translate(12.9px, 9px) rotate(-27.900000000000002deg);
    transform: translate(12.9px, 9px) rotate(-27.900000000000002deg);
  }
  40% {
    -webkit-transform: translate(14.399999999999999px, 10.500000000000002px) rotate(-29.4deg);
    transform: translate(14.399999999999999px, 10.500000000000002px) rotate(-29.4deg);
  }
  41% {
    -webkit-transform: translate(14.7px, 10.500000000000002px) rotate(-29.7deg);
    transform: translate(14.7px, 10.500000000000002px) rotate(-29.7deg);
  }
  42% {
    -webkit-transform: translate(15px, 10.500000000000002px) rotate(-30deg);
    transform: translate(15px, 10.500000000000002px) rotate(-30deg);
  }
  43% {
    -webkit-transform: translate(15px, 10.500000000000002px) rotate(-30deg);
    transform: translate(15px, 10.500000000000002px) rotate(-30deg);
  }
  43% {
    -webkit-transform: translate(14.7px, 10.500000000000002px) rotate(0.3deg);
    transform: translate(14.7px, 10.500000000000002px) rotate(0.3deg);
  }
  43% {
    -webkit-transform: translate(14.399999999999999px, 16.5px) rotate(0.6deg);
    transform: translate(14.399999999999999px, 16.5px) rotate(0.6deg);
  }
  45% {
    -webkit-transform: translate(13.8px, 25.500000000000004px) rotate(1.2deg);
    transform: translate(13.8px, 25.500000000000004px) rotate(1.2deg);
  }
  45% {
    -webkit-transform: translate(13.5px, 27px) rotate(1.5deg);
    transform: translate(13.5px, 27px) rotate(1.5deg);
  }
  48% {
    -webkit-transform: translate(7.199999999999999px, 40.5px) rotate(7.800000000000001deg);
    transform: translate(7.199999999999999px, 40.5px) rotate(7.800000000000001deg);
  }
  50% {
    -webkit-transform: translate(-5.399999999999999px, 48px) rotate(20.400000000000002deg);
    transform: translate(-5.399999999999999px, 48px) rotate(20.400000000000002deg);
  }
  52% {
    -webkit-transform: translate(-12.9px, 51.00000000000001px) rotate(27.900000000000002deg);
    transform: translate(-12.9px, 51.00000000000001px) rotate(27.900000000000002deg);
  }
  54% {
    -webkit-transform: translate(-14.399999999999999px, 52.5px) rotate(29.4deg);
    transform: translate(-14.399999999999999px, 52.5px) rotate(29.4deg);
  }
  56% {
    -webkit-transform: translate(-14.7px, 54px) rotate(29.7deg);
    transform: translate(-14.7px, 54px) rotate(29.7deg);
  }
  57% {
    -webkit-transform: translate(-14.7px, 54px) rotate(-0.3deg);
    transform: translate(-14.7px, 54px) rotate(-0.3deg);
  }
  58% {
    -webkit-transform: translate(-14.399999999999999px, 58.5px) rotate(-0.6deg);
    transform: translate(-14.399999999999999px, 58.5px) rotate(-0.6deg);
  }
  59% {
    -webkit-transform: translate(-13.5px, 70.5px) rotate(-1.5deg);
    transform: translate(-13.5px, 70.5px) rotate(-1.5deg);
  }
  62% {
    -webkit-transform: translate(-7.199999999999999px, 84.00000000000001px) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999px, 84.00000000000001px) rotate(-7.800000000000001deg);
  }
  64% {
    -webkit-transform: translate(5.399999999999999px, 91.5px) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999px, 91.5px) rotate(-20.400000000000002deg);
  }
  67% {
    -webkit-transform: translate(12.9px, 94.5px) rotate(-27.900000000000002deg);
    transform: translate(12.9px, 94.5px) rotate(-27.900000000000002deg);
  }
  69% {
    -webkit-transform: translate(14.399999999999999px, 96px) rotate(-29.4deg);
    transform: translate(14.399999999999999px, 96px) rotate(-29.4deg);
  }
  70% {
    -webkit-transform: translate(14.7px, 96px) rotate(-29.7deg);
    transform: translate(14.7px, 96px) rotate(-29.7deg);
  }
  71% {
    -webkit-transform: translate(15px, 96px) rotate(-30deg);
    transform: translate(15px, 96px) rotate(-30deg);
  }
  72% {
    -webkit-transform: translate(14.399999999999999px, 102.00000000000001px) rotate(0.6deg);
    transform: translate(14.399999999999999px, 102.00000000000001px) rotate(0.6deg);
  }
  73% {
    -webkit-transform: translate(13.8px, 111px) rotate(1.2deg);
    transform: translate(13.8px, 111px) rotate(1.2deg);
  }
  74% {
    -webkit-transform: translate(13.5px, 112.5px) rotate(1.5deg);
    transform: translate(13.5px, 112.5px) rotate(1.5deg);
  }
  76% {
    -webkit-transform: translate(7.199999999999999px, 126px) rotate(7.800000000000001deg);
    transform: translate(7.199999999999999px, 126px) rotate(7.800000000000001deg);
  }
  79% {
    -webkit-transform: translate(-5.399999999999999px, 133.5px) rotate(20.400000000000002deg);
    transform: translate(-5.399999999999999px, 133.5px) rotate(20.400000000000002deg);
  }
  81% {
    -webkit-transform: translate(-12.9px, 138px) rotate(27.900000000000002deg);
    transform: translate(-12.9px, 138px) rotate(27.900000000000002deg);
  }
  83% {
    -webkit-transform: translate(-14.399999999999999px, 139.5px) rotate(29.4deg);
    transform: translate(-14.399999999999999px, 139.5px) rotate(29.4deg);
  }
  84% {
    -webkit-transform: translate(-14.7px, 139.5px) rotate(29.7deg);
    transform: translate(-14.7px, 139.5px) rotate(29.7deg);
  }
  85% {
    -webkit-transform: translate(-15px, 139.5px) rotate(30deg);
    transform: translate(-15px, 139.5px) rotate(30deg);
  }
  86% {
    -webkit-transform: translate(-14.7px, 139.5px) rotate(-0.3deg);
    transform: translate(-14.7px, 139.5px) rotate(-0.3deg);
  }
  86% {
    -webkit-transform: translate(-14.399999999999999px, 144px) rotate(-0.6deg);
    transform: translate(-14.399999999999999px, 144px) rotate(-0.6deg);
  }
  88% {
    -webkit-transform: translate(-13.5px, 156px) rotate(-1.5deg);
    transform: translate(-13.5px, 156px) rotate(-1.5deg);
  }
  90% {
    -webkit-transform: translate(-7.199999999999999px, 169.49999999999997px) rotate(-7.800000000000001deg);
    transform: translate(-7.199999999999999px, 169.49999999999997px) rotate(-7.800000000000001deg);
  }
  93% {
    -webkit-transform: translate(5.399999999999999px, 177px) rotate(-20.400000000000002deg);
    transform: translate(5.399999999999999px, 177px) rotate(-20.400000000000002deg);
  }
  95% {
    -webkit-transform: translate(12.9px, 180px) rotate(-27.900000000000002deg);
    transform: translate(12.9px, 180px) rotate(-27.900000000000002deg);
  }
  97% {
    -webkit-transform: translate(14.399999999999999px, 181.5px) rotate(-29.4deg);
    transform: translate(14.399999999999999px, 181.5px) rotate(-29.4deg);
  }
  99% {
    -webkit-transform: translate(14.7px, 181.5px) rotate(-29.7deg);
    transform: translate(14.7px, 181.5px) rotate(-29.7deg);
  }
  100% {
    -webkit-transform: translate(15px, 181.5px) rotate(-30deg);
    transform: translate(15px, 181.5px) rotate(-30deg);
  }
}
.ld.ld-leaf-px {
  -webkit-animation: ld-leaf-px 4s infinite cubic-bezier(0.1, 0.5, 0.1, 0.5);
  animation: ld-leaf-px 4s infinite cubic-bezier(0.1, 0.5, 0.1, 0.5);
}
@keyframes ld-slot-px {
  0% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  9.09% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  9.1% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  16.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  17% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  23.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  23.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  29.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  29.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  34.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  34.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  38.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  38.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  41.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  41.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  44.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  44.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  46.29% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  46.3% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  47.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  47.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  48.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  48.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  49.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  49.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  49.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  49.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  50.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  50.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  51.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  51.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  52.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  52.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  53.690000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  53.7% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  55.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  55.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  58.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  58.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  61.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  61.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  65.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  65.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  70.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  70.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  76.19% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  76.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  82.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  83% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  90.89% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  90.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  99.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
}
@-webkit-keyframes ld-slot-px {
  0% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  9.09% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  9.1% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  16.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  17% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  23.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  23.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  29.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  29.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  34.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  34.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  38.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  38.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  41.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  41.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  44.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  44.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  46.29% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  46.3% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  47.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  47.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  48.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  48.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  49.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  49.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  49.79% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  49.8% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  49.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  50.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  50.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  50.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  51.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  51.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  52.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  52.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  53.690000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  53.7% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  55.59% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  55.6% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  58.190000000000005% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  58.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  61.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  61.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  65.49% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  65.5% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  70.39% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  70.4% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  76.19% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  76.2% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  82.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  83% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  90.89% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  90.9% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  99.99% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
}
.ld.ld-slot-px {
  -webkit-animation: ld-slot-px 6s infinite linear;
  animation: ld-slot-px 6s infinite linear;
}
.ld-ext-right,
.ld-ext-left,
.ld-ext-bottom,
.ld-ext-top,
.ld-over,
.ld-over-inverse,
.ld-over-full,
.ld-over-full-inverse {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition-timing-function: ease-in;
  overflow: hidden;
}
.ld-ext-right > .ld,
.ld-ext-left > .ld,
.ld-ext-bottom > .ld,
.ld-ext-top > .ld,
.ld-over > .ld,
.ld-over-inverse > .ld,
.ld-over-full > .ld,
.ld-over-full-inverse > .ld {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em;
  opacity: 0;
  z-index: -100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition-timing-function: ease-in;
}
.ld-ext-right.running > .ld,
.ld-ext-left.running > .ld,
.ld-ext-bottom.running > .ld,
.ld-ext-top.running > .ld,
.ld-over.running > .ld,
.ld-over-inverse.running > .ld,
.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld {
  opacity: 1;
  z-index: auto;
}
.ld-ext-right.running {
  padding-right: 2.5em !important;
}
.ld-ext-right > .ld {
  top: 50%;
  left: auto;
  right: 1em;
}
.ld-ext-left.running {
  padding-left: 2.5em !important;
}
.ld-ext-left > .ld {
  top: 50%;
  right: auto;
  left: 1em;
}
.ld-ext-bottom.running {
  padding-bottom: 2.5em !important;
}
.ld-ext-bottom > .ld {
  top: auto;
  left: 50%;
  bottom: 1em;
}
.ld-ext-top.running {
  padding-top: 2.5em !important;
}
.ld-ext-top > .ld {
  bottom: auto;
  left: 50%;
  top: 1em;
}
.ld-over,
.ld-over-inverse,
.ld-over-full,
.ld-over-full-inverse {
  overflow: hidden;
}
.ld-over.running > .ld,
.ld-over-inverse.running > .ld,
.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld {
  z-index: 99999;
}
.ld-over:before,
.ld-over-inverse:before,
.ld-over-full:before,
.ld-over-full-inverse:before {
  content: " ";
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition-timing-function: ease-in;
  background: rgba(240,240,240,0.8);
}
.ld-over-full > .ld,
.ld-over-full-inverse > .ld {
  position: fixed;
}
.ld-over-full > .ld {
  color: rgba(0,0,0,0.8);
}
.ld-over-full:before,
.ld-over-full-inverse:before {
  z-index: -1;
  position: fixed;
  background: rgba(255,255,255,0.8);
}
.ld-over.running > .ld,
.ld-over-inverse.running > .ld,
.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld {
  z-index: 999999;
}
.ld-over.running:before,
.ld-over-inverse.running:before,
.ld-over-full.running:before,
.ld-over-full-inverse.running:before {
  opacity: 1;
  z-index: 999998;
  display: block;
}
.ld-over-inverse > .ld {
  color: rgba(255,255,255,0.8);
}
.ld-over-inverse:before {
  background: rgba(0,0,0,0.6);
}
.ld-over-full-inverse > .ld {
  color: rgba(255,255,255,0.8);
}
.ld-over-full-inverse:before {
  background: rgba(0,0,0,0.6);
}
.glow {
    color: #fff !important;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 1px #fff, 0 0 2px #070C3E, 0 0 3px #070C3E, 0 0 4px #070C3E, 0 0 5px #070C3E, 0 0 6px #070C3E;
    }
    to {
        text-shadow: 0 0 20px #fff, 0 0 1px #AB4FA8, 0 0 2px #AB4FA8, 0 0 3px #AB4FA8, 0 0 4px #AB4FA8, 0 0 5px #AB4FA8, 0 0 6px #AB4FA8;
    }
}


.popup-home-login {
    position: fixed;
    top: 11%;
    left: 65%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 10%;
}

.popup-home-login img {
    max-width: 50px;
    margin-bottom: 10px;
}

.popup-home-login p {
    margin: 0;
    font-size: 10px;
}


label{

    font-weight: 600;
}

#modalLogin .modal-header{
    background-color: transparent;
}

.texto-introduce-tus-datos{
    margin-bottom: 10px;
}


    .form-control.input-lg{
        background-color:#ebebeb;
        border: none;
    }
    .password-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.form-control.input-lg {
    padding-right: 30px;
}

.zoom {
    transition: transform .7s ease;
}

.zoom:hover {
    transform: scale(1.05);
}

.bloque {
    padding: 4.25rem 0;
}

.form-control {
    font-size: 15px !important;
}

.svg-vehiculos{
    margin-right: 5px;
    }

.busqueda-coches-furgo > a{
    text-transform: capitalize!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    flex-direction: row!important;
    border-radius: 5px!important;
    margin: 8px!important;
    padding: 2px 5px!important;
}

.titulo-razon {
    font-weight: 100;
    color: #FFF!important;
    padding: 0;
    font-size: 24px;
}

.razon {
    padding-left: 1em;
    font-weight: 100;
}

.oferta-landing img {
    height: 230px;
}

.wikey-banner {
    padding: 2em 0;
    padding: 2em 0;
    background: url(../images/wikeysm/wikey.png) no-repeat left;
    background-size: 35%;
}

.sub-titulo-oferta-wk {
    font-size: 24px!important;
    padding: 2em;
}

.btn-wk {
    margin-top: 1em;
}

.titulo-oferta-wk {
    font-size: 37px!important;
    color: #e6e5e6!important;
}

.wow {
    color: #FFF!important;
    background: #51bcb8!important;
    padding: 30px 26px;
    margin-left: -30px;
    margin-right: -30px;
}

.cwikey {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: url(../images/listado/fondo-promo.png) no-repeat right top;
    background-size: 80%;
}

.cwikey h2 {
    color: #FFF;
}

.destacado {
    padding: 1em 2em;
}

.ofertak {
    background-color: #FCE408 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FCE408), to(#F7C31B));
    background-image: -webkit-linear-gradient(top, #FCE408, #F7C31B);
    background-image: -moz-linear-gradient(top, #FCE408, #F7C31B);
    background-image: -ms-linear-gradient(top, #FCE408, #F7C31B);
    background-image: -o-linear-gradient(top, #FCE408, #F7C31B);
    background-image: linear-gradient(to bottom, #FCE408, #F7C31B);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FCE408, endColorstr=#F7C31B);
    color: #3f7e6f !important;
    font-size: 0.6em!important;
    font-weight: 400!important;
    border-radius: 10px;
}

#fondo-oferta {
    background: url('../images/oferta.png') no-repeat !important;
    background-size: cover!important;
    color: #FFF!important;
    border-radius: 0px!important;
    padding: 1em;
}

.text-oferta {
    font-size: 60px;
    padding: 0.5em;
    margin: 0.5em 0.5em;
    border: 5px solid #51bcb8;
    color: #51bcb8!important;
}

#fondo-oferta .close {
    color: #51bcb8!important;
    font-size: 40px;
    opacity: 1;
}

.oferta-inferior {
    background: #336759;
    color: #FFF;
    font-size: 34px;
    line-height: 36px;
    padding: .2em 0.2em;
    margin-top: 8.5em;
    margin-left: -2%;
}

.cabecera-oferta {
    line-height: 1em;
    color: #51bcb8ad!important;
    text-align: right;
    margin-top: 1em;
}

.porcentaje-oferta {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 700;
}

.logo-oferta {
    margin-left: 20px;
}

.oferta-white {
    color: #FFF;
    font-size: 68px;
}

.oferta-white-h3 {
    color: #FFF;
    font-size: 28px;
    font-weight: 100;
}

.oferta-white-p {
    color: #FFF;
    font-size: 40px;
    font-weight: 100;
}

.h1-destino {
    font-weight: 100;
    font-size: 36px;
}

.buscador-home {
    margin-top: 10%;
}

.pad-copy {
    padding-top: 1em;
}

li.destination {
    width: 25%;
}

li.destination a {
    text-align: center;
    font-size: 1.2em;
}

li.destination a:hover {
    text-align: center;
    font-size: 1.2em;
}

.bgwhite {
    background: #FFF;
}

.copy h3 {
    font-weight: 100!important;
    font-size: 4em;
}

.copy h4 {
    margin: 0;
    padding: 0 0 .8em;
    font-size: 2.231em;
    font-weight: 100;
}

.copy h3,
.h3 {
    margin: 0;
    font-size: 4.385em;
    padding: 0;
    color: #51bcb8;
}

.cuerpo {
    padding: 0 2em;
}

.razones-home p {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 15px;
    font-weight: 100;
}

.razones-home strong {
    font-weight: 400;
}

h2.light,
h1.light {
    font-weight: 100;
    font-size: 30px;
}

.info-phone-search {
    padding-top: 1em;
    border-top: 1px solid rgba(94, 172, 157, 0.43);
}

table.tarifas th,
table.tarifas td {
    font-size: 15px;
    padding: 1em !important;
}

.destino-buscador {
    cursor: pointer;
}

#modal-location .modal-dialog {
    width: 100%;
}

.copy {
    /*
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
    */
    margin-top: 1em;
    padding: 1em;
    /*margin-bottom: 4em;*/
    /*padding-bottom: 2em;*/
}

.destino-buscador {
    font-size: 15px;
}

.subtitulos-home{
    font-size: 24px!important;
}

.razones-home h2 {
    margin: 0.5em 0;
}

.title-home {
    color: #ffffff;
}

.tp-widget-wrapper {
    zoom: 1.5;
}

.copy p {
    line-height: 1em;
}

.copy .bg-white {
    background: rgba(255, 255, 255, 0.92);
    padding-top: 4em;
    border-radius: 2px;
}

.separator {
    margin: 1em 0 0.5em 0!important;
}

.opiniones {
    min-height: 300px;
}

.fondo {
    background: url(../images/destinos/home7.jpg) no-repeat top;
    background-size: 100%;
    margin-top: 190px;
}

.text-close {
    color: #ff400b;
}

.title-home {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.tp-widget-wrapper {
    min-width: auto!important;
}

.btn-wikey {
    margin-top: 1em;
}

.tec-title {
    margin-top: 1em;
}

.banner-oferta-top {
    margin-top: 17px;
    padding: 10px;
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 1.1vw;
    font-weight: 400;
    background-color: #000;
    cursor: pointer;
}

.home-carousel h1 {
    position: absolute;
    width: 100%;
    bottom: 35%;
}

.popover-content p {
    font-size: 15px!important;
}

.blog-link {
    color: teal;
    text-decoration: underline;
}

.modal {
    z-index: 100000040;
}

/* .modal-dialog {
    top: 7%;
} */

.modal-localizacion .modal-dialog {
    width: 60%;
}

.modal-localizacion .modal-header {
    min-height: 0;
    padding: 0;
}

.modal-localizacion .modal-header .close {
    position: absolute;
    right: 3px;
    top: -3px;
    float: right;
    font-size: 47px;
    font-weight: 700;
    line-height: 1;
    color: white;
}


.modal-localizacion .modal-body {
    position: relative;
    padding: 0;
}

.modal-localizacion .modal-dialog h1 {
    font-size: 36px!important;
    line-height: 39px!important;
    font-weight: 700;
    text-shadow: none;
}

.cont-home-smart-box-car {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.3s all ease-in-out;
    border-radius: 10px;
}



/**
 * PORTATIL
 **/

@media only screen and (max-width: 1600px) {
    .cwikey {
        zoom: 0.7;
    }
    .title-home {
        margin: 0;
    }
}

@media only screen and (max-width: 1366px) {
    .banner-oferta-top {
        padding: 2px;
    }
}


/**
 * IPAD LANDSCAPE
 **/

@media only screen and (max-width: 1024px) {
    .cwikey {
        zoom: 0.6;
    }
    .sub-titulo-oferta-wk {
        color: #FFF;
    }
}

@media (max-width:767px) {
    .modal-dialog {
        width: 100%;
        top: 0;
    }
    h2 {
        margin: 0.2em 0 !important;
        font-size: 14px!important;
        padding: 0.3em;
    }
    .subtitulos-home{
        font-size: 18px!important;
    }
    .banner-oferta-top {
        margin-top: -8px;
        padding: 11px;
        /* position: absolute; */
        text-align: center;
        max-height: 72px;
        height: 72px;
        font-size: 15px;
        font-weight: 400;
    }
    .blog .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .bloque-wikey p {
        margin-bottom: 0;
    }
    .btn-wikey {
        margin-top: 0;
        width: 100%;
    }
    .btn-home-images {
        margin: 10px 0 40px 0!important;
    }
    .bloque-wikey {
        padding: 15px!important;
        text-align: center;
    }
    .razones-home p {
        font-size: 14px!important;
    }
    .blog {
        padding: 1em 1em!important;
        margin-bottom: 1em;
    }
    .title-post {
        padding-top: 6em!important;
    }
    table.tarifas th,
    table.tarifas td {
        font-size: 12px!important;
        padding: 0.4em !important;
    }
    .cwikey {
        background: rgba(81, 188, 184, 0.84);
        zoom: 1;
    }
    .wikey-banner {
        background: url(../images/wikeysm/wikey2.png) no-repeat left;
        background-size: cover;
    }
    .titulo-oferta-wk {
        font-size: 37px!important;
        color: #e6e5e6;
        !important;
    }
    .sub-titulo-oferta-wk {
        font-size: 18px!important;
        color: #FFF!important;
        padding: 2em;
    }
    .ofertak {
        font-size: 1.1em!important;
    }
    .oferta-landing img {
        width: 300px;
    }
    h1 {
        padding: 0;
    }
    .reasons {
        padding: 1em!important;
    }
    .oferta-white {
        font-size: 41px;
    }
    .oferta-white-h3 {
        font-size: 15px;
    }
    .oferta-white-p {
        font-size: 24px;
    }
    .buscador-home {
        margin-top: 0;
    }
    .container {
        padding: 0;
    }
    .hour {
        width: 25%;
    }
    .responsive .tab-content {
        padding: 0;
    }
    .title-home {
        padding: 0;
        font-size: 18px!important;
        font-weight: 700!important;
        padding: 1rem!important;
    }
    .destino-buscador {
        text-align: center;
    }
    .destino-buscador small {
        display: block;
    }

    .razones-mobile {
        padding: 0.1em!important;
    }
    .razones-mobile h2,
    .razones-mobile h4 {
        text-align: center;
    }
    .text-check {
        color: #00ff90;
    }
    #fondo-oferta {
        background: url('../images/oferta.png') no-repeat !important;
        background-size: 100%!important;
        color: #FFF!important;
        border-radius: 0px!important;
        padding: 1em;
    }
    .text-oferta {
        font-size: 60px;
        padding: 0.5em;
        margin: 0.5em 0.5em;
        border: 5px solid #51bcb8;
        color: #51bcb8!important;
    }
    #fondo-oferta .close {
        color: #51bcb8!important;
        font-size: 40px;
        opacity: 1;
    }
    .oferta-inferior {
        background: #336759;
        color: #FFF;
        font-size: 34px;
        line-height: 36px;
        padding: .2em 0.2em;
        margin-top: 4.5em;
        margin-left: -2%;
    }
    .cabecera-oferta {
        line-height: 1em;
        color: #51bcb8ad!important;
        text-align: right;
        margin-top: 1.5em;
        padding-left: 1.5em;
    }
    .porcentaje-oferta {
        font-size: 2.5em;
        line-height: 1em;
        font-weight: 700;
    }
}

.pagination {
    position: absolute !important;
    width: 100%;
    text-align: center;
    right: 0;
    padding: 0 !important;
    bottom: 30px;
}

.pagination__item {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #0A6560;
    border-radius: 10px;
    margin: 0 5px;
    transition: 0.2s ease-in-out;
}

.pagination__item.is-current,
.pagination__item:hover {
    background-color: #fcdf0b;
}

.background-absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}


/* .owl-carousel-home .owl-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    position: relative;
    z-index: 7;
    bottom: 30px;
}
.owl-pagination {
    display: flex;
    justify-content: center;
} */

/* .owl-theme .owl-controls .owl-buttons div.owl-prev {
    opacity: 0.5;
    margin-left: -28px;
    border-radius: 5px;
    background-color: transparent;
    height: 50px;
    top: -140px;
    left: 30px;
    position: relative;
} */

/* .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    left: 0;
} */
/* .owl-theme .owl-controls .owl-buttons div {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 100;
    width: 56px;
    height: 56px;
    text-indent: -5000px;
    background: #2a3045;
    opacity: 0.2;
} */

/* .owl-theme .owl-controls .owl-buttons div.owl-next {
    opacity: 0.5;
    margin-left: -28px;
    border-radius: 5px;
    background-color: transparent;
    height: 50px;
    top: -190px;
    left: 450px;
    position: relative;
} */


/* OLD */

.c-header-home_heading {
    line-height: 1;
}

.c-header-home_heading.-full {
    width: 100%;
}

@media (max-height: 500px) {
    .c-header-home_heading {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 699px) {
    .c-header-home_heading {
        font-size: 40px;
        margin-bottom: 150px;
    }
    .c-header-home.-full .c-header-home_heading {
        margin-bottom: 30px;
    }
}

@media (min-width: 700px) {
    .c-header-home_heading {
        font-size: 5.625rem;
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 700px) and (max-width: 749px) {
    .c-header-home_heading {
        font-size: 4.375rem;
    }
}

@media (min-width: 1600px) {
    .c-header-home_heading {
        font-size: 6.25rem;
    }
}

.c-header-home_subheading {
    display: inline-block;
    padding: 1.875rem 0;
}

.c-header-home_subheading.-load {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .c-header-home_subheading.-load {
    transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .c-header-home_subheading.-load,
body[data-route-option=next-section] .c-header-home_subheading.-load {
    transform: translate3d(0, 0, 0);
}

.c-header-home_footer {
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

.c-header-home_controls,
.c-header-home_buttons {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 40px;
    }
}

@media (min-width: 700px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 5.625rem;
    }
}

@media (min-width: 700px) and (max-width: 749px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 3.75rem;
    }
}

.is-loaded .c-header-home_controls,
.is-loaded .c-header-home_buttons {
    transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
    transition-delay: 0.65s;
}

@media (min-width: 700px) {
    .c-header-home_controls {
        float: left;
    }
}

.c-header-home_buttons {
    transition-delay: 0.75s;
}

@media (max-width: 699px) {
    .c-header-home_buttons {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 1000px) {
    .c-header-home_buttons {
        float: right;
    }
}

@media (max-width: 699px) {
    .c-header-home_button {
        width: 50% !important;
    }
}

@media (min-width: 700px) {
    .c-header-home_button {
        width: 15.625rem;
    }
}

button,
.c-header-filters_button,
.o-button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: none;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    user-select: none;
}

button:hover,
.c-header-filters_button:hover,
.o-button:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .o-scroll {
        height: 100%;
    }
}

 ::-moz-selection {
    background: #0084c0;
    color: #fff;
}

a,
.o-link {
    color: #1a0dab;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover,
.o-link:hover {
    color: #13097c;
}

a.-normal,
.o-link.-normal {
    color: currentColor;
    text-decoration: none;
}

a.-normal:hover,
.o-link.-normal:hover {
    text-decoration: underline;
}

a.-blue:hover,
.o-link.-blue:hover {
    text-decoration: none;
    color: #0084c0;
}

a.-hover,
.o-link.-hover {
    position: relative;
    text-decoration: none;
    color: #fff;
}

a.-hover::after,
.o-link.-hover::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    border-bottom: 1px solid;
    transform: scaleX(0);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center left;
}

a.-hover:hover::after,
.o-link.-hover:hover::after {
    transform: scaleX(1);
}

/* .o-wrap {
    overflow: hidden;
}

.o-page.-anim {
    transform: translate3d(0, 9.375rem, 0);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-loaded .o-page.-anim {
    transform: translate3d(0, 0, 0);
} */

.o-barba,
.o-barba_container {
    height: 100%;
}

.js-parallax {
    transform: translateZ(0);
    will-change: transform;
}

.scroll-content {
    overflow: hidden;
}

.o-blockquote.-nomargin {
    margin: 0;
}

.o-action-link {
    display: block;
    padding-top: 12.8125rem;
    padding-bottom: 7.5rem;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}

.o-action-link:hover {
    color: #fff;
}

@media (max-width: 699px) {
    .o-action-link {
        font-size: 40px;
        padding-top: 120px;
    }
}

@media (max-width: 1199px) {
    .o-action-link {
        color: #1e1e22;
    }
}

@media (min-width: 700px) {
    .o-action-link {
        font-size: 5.625rem;
    }
}

@media (min-width: 1200px) {
    .o-action-link {
        color: #fff;
    }
}

.o-action-link_label {
    display: inline-block;
    position: relative;
}

.o-action-link_label::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 0.1875rem solid;
    transform: scaleX(0);
    transform-origin: center left;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-action-link:hover .o-action-link_label::after {
    transform: scaleX(1);
}

.o-h,
h1,
.o-h1,
h2,
.o-h2,
h3,
.o-h3,
h4,
.o-h4,
h5,
.o-h5,
h6,
.o-h6 {
    font-weight: 700;
    margin-top: 0;
    line-height: 1.1;
}

@media (max-width: 699px) {
    h1,
    .o-h1 {
        font-size: 26px;
    }
}

@media (min-width: 700px) {
    h1,
    .o-h1 {
        font-size: 60px;
    }
}

@media (min-width: 1600px) {
    h1,
    .o-h1 {
        font-size: 4.375rem;
    }
}

@media (max-width: 1599px) {
    h2,
    .o-h2 {
        font-size: 1.5625rem;
    }
}

@media (min-width: 1600px) {
    h2,
    .o-h2 {
        font-size: 2.25rem;
    }
}

h3,
.o-h3 {
    font-size: 1.5625rem;
}


h5,
.o-h5 {
    font-size: 0.8125rem;
}

h6,
.o-h6 {
    font-size: 0.6875rem;
}

.o-hsub {
    font-size: 0.75rem;
    padding: 1.25rem 0;
    display: inline-block;
    letter-spacing: 0.12em;
    font-weight: 500;
}

.o-hsub.-link {
    color: #fff;
    text-decoration: none;
}

.o-hsub.-link:hover::before {
    transform: scaleX(1.5);
}

.o-hsub-wrap:hover .o-hsub.-link::before {
    transform: scaleX(1.5);
}

.o-hsub.-link.-dark {
    color: #1e1e22;
}

.o-hsub.-link.-dark:hover {
    color: #1e1e22;
}

.o-hsub.-h {
    vertical-align: middle;
}

@media (max-width: 699px) {
    .o-hsub.-h {
        display: block;
        margin-top: 20px;
    }
}

@media (min-width: 700px) {
    .o-hsub.-h {
        margin-left: 2.5rem;
    }
}

.o-hsub_label {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    display: inline-block;
}

.o-hsub.-link:hover .o-hsub_label,
.o-hsub-wrap:hover .o-hsub_label {
    transform: translateX(20px);
}

.is-loaded .o-loader {
    visibility: hidden;
    transition-delay: 0.6s;
}

.o-container {
    position: relative;
    margin: 0 auto;
}

@media (max-width: 699px) {
    .o-container {
        padding-right: 40px;
        padding-left: 40px;
    }
    .o-container.-small {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 700px) and (max-width: 1599px) {
    .o-container {
        padding-right: 7.5rem;
        padding-left: 7.5rem;
        max-width: 140rem;
    }
}

@media (min-width: 1600px) {
    .o-container {
        padding-right: 9.5625rem;
        padding-left: 9.5625rem;
        max-width: 144.125rem;
    }
}

.o-section {
    position: relative;
}

.o-section.-offset {
    margin-top: -9.375rem;
    background-color: #f6f6f6;
}

.o-section.-padding {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.o-section.-padding-top {
    padding-top: 7.5rem;
}

.o-section.-left {
    margin-right: 15rem;
}

.o-section.-right {
    margin-left: 15rem;
}

.o-section.-left-large {
    margin-right: 22.5rem;
}

.o-section.-right.-padding {
    padding-left: 9.5625rem;
}

@media (max-width: 699px) {
    .o-section.-bottom {
        padding-bottom: 60px;
    }
}

@media (min-width: 700px) {
    .o-section.-bottom {
        padding-bottom: 7.5rem;
    }
}

.o-section_image {
    position: relative;
    overflow: hidden;
}

.o-section_image.-small {
    padding-bottom: 57.144%;
}

.o-section_image.-large {
    padding-bottom: 55%;
}

.o-section_image.-padding-left {
    margin-left: 7.5rem;
}

.o-section_image.-left {
    margin-right: 15rem;
}

.o-section_image.-right {
    margin-left: 15rem;
}

.o-section_image img {
    width: 100%;
}

@media (max-width: 1599px) {
    .o-section_image.-left {
        margin-left: -7.5rem;
    }
}

@media (min-width: 1600px) {
    .o-section_image.-left {
        margin-left: -9.5625rem;
    }
}

@media (max-width: 1599px) {
    .o-section_image.-right {
        margin-right: -7.5rem;
    }
}

@media (min-width: 1600px) {
    .o-section_image.-right {
        margin-right: -9.5625rem;
    }
}

.o-grid {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
}

.o-grid.-margin {
    margin-left: -3.75rem;
}

.o-grid_item {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
}

@media (max-width: 699px) {
    .o-grid_item.-button {
        width: 100%;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    .o-grid_item.-button {
        margin-bottom: 60px;
    }
}

@media (min-width: 1000px) {
    .o-grid_item.-button {
        width: 18.75rem;
    }
}

@media (max-width: 699px) {
    .o-grid_item.-button-content {
        margin-bottom: 30px;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    .o-grid_item.-button-content {
        margin-bottom: 60px;
    }
}

@media (min-width: 1000px) {
    .o-grid_item.-button-content {
        width: calc(100% - 18.75rem);
    }
}

.o-grid.-margin .o-grid_item {
    padding-left: 3.75rem;
}

@media (min-width: 700px) {
    .o-grid_item.-half {
        width: 50%;
    }
}

@media (min-width: 700px) and (max-width: 1199px) {
    .o-grid_item.-half.-large {
        width: 100%;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    .o-grid_item.-half.-medium {
        width: 100%;
    }
}

@media (min-width: 700px) and (max-width: 1199px) {
    .o-grid_item.-third {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .o-grid_item.-third {
        width: 33.3333333333%;
    }
}

.o-form {
    padding-bottom: 11.25rem;
}

@media (max-width: 699px) {
    .o-form_item {
        margin-bottom: 35px;
    }
}

@media (min-width: 700px) {
    .o-form_item {
        margin-bottom: 2.9375rem;
    }
}

.o-form_fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

@media (max-width: 699px) {
    .o-form_fieldset {
        margin-bottom: 20px;
    }
}

@media (min-width: 700px) {
    .o-form_fieldset {
        margin-bottom: 3.75rem;
    }
}

.o-form_button {
    text-align: right;
}

.o-label {
    display: block;
    height: 100%;
    color: #b3b3b3;
    letter-spacing: 0.12em;
    padding: 0.875rem;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
    .o-label {
        font-size: 9px;
    }
}

@media (min-width: 700px) {
    .o-label {
        font-size: 0.5625rem;
    }
}

.o-radio:checked+.o-radio-label::after {
    transform: scale(1);
}

.o-select {
    position: relative;
    z-index: 1;
    padding-right: 2.5rem;
}

.o-select:focus {
    border-bottom-color: #1e1e22;
}

.o-select-wrap {
    position: relative;
}

.o-select-wrap::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23b3b3b3%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
}

.o-textarea-wrap {
    position: relative;
}

.o-textarea {
    min-height: 9.375rem;
}

.o-button {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #1e1e22;
    white-space: nowrap;
    font-size: 0;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
}

.o-button>* {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 1rem;
}

.o-button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1e1e22;
    transform: scaleX(0);
    transform-origin: center left;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:hover {
    color: #fff;
    transition-delay: 0s;
}

.o-button:hover::after {
    transform: scaleX(1);
    transition-delay: 0s;
}

.o-button.-left::after {
    transform-origin: center right;
}

.o-button.-white {
    border-color: #fff;
}

.o-button.-white::after {
    background-color: #fff;
}

.o-button.-white:hover {
    color: #000;
}

.o-button.-form {
    width: 11.25rem;
}

.o-button.-form:focus {
    color: #fff;
    transition-delay: 0s;
}

.o-button.-form:focus::after {
    transform: scaleX(1);
    transition-delay: 0s;
}

.o-button.-square {
    padding: 0;
}

@media (max-width: 699px) {
    .o-button {
        height: 60px;
        padding: 0 20px;
    }
}

@media (min-width: 700px) {
    .o-button {
        height: 3.75rem;
        padding: 0 1.875rem;
    }
}

@media (min-width: 1200px) {
    .o-button.-anim {
        border-color: transparent;
    }
}

@media (max-width: 699px) {
    .o-button.-width {
        width: 100%;
    }
}

@media (min-width: 700px) {
    .o-button.-width {
        width: 15rem;
    }
}

@media (max-width: 699px) {
    .o-button.-square {
        width: 60px;
    }
}

@media (min-width: 700px) {
    .o-button.-square {
        width: 3.75rem;
    }
}

.o-button-group .o-button+.o-button {
    border-left: none;
}

@media (max-width: 699px) {
    .o-button.-padding {
        padding: 1.25rem;
    }
}

@media (min-width: 700px) {
    .o-button.-padding {
        padding: 1.25rem 2.5rem;
    }
}

.o-button_label {
    display: inline-block;
    position: relative;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0);
    line-height: 1.4;
    z-index: 2;
    letter-spacing: 0.12em;
    font-weight: 500;
    font-size: 0.75rem;
}

.o-button:hover .o-button_label {
    transform: translateX(0.5rem);
    transition-delay: 0.075s;
}

.o-button.-left:hover .o-button_label {
    transform: translateX(-0.5rem);
}

.o-button.-square:hover .o-button_label {
    transform: translateX(0.375rem);
}

.o-button.-left.-square:hover .o-button_label {
    transform: translateX(-0.375rem);
}

.o-button-group {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
}

.o-button_icon {
    position: relative;
    width: 1rem;
    height: 1rem;
    fill: #000;
    transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button.-white .o-button_icon {
    fill: #fff;
}

.o-button:hover .o-button_icon {
    fill: #f6f6f6;
    transition-delay: 0s;
}

.o-button.-white:hover .o-button_icon {
    fill: #1e1e22;
}

.o-button_line::before,
.o-button_line::after {
    content: "";
    position: absolute;
    background-color: #1e1e22;
}

.is-mobile .o-button_line::before,
.is-mobile .o-button_line::after {
    display: none;
}

.o-button_line::before {
    width: 1px;
    top: 0;
    bottom: 0;
    transform: scaleY(0);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line::after {
    height: 1px;
    right: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line:first-of-type::before {
    left: 0;
    transform-origin: center bottom;
}

.o-button_line:first-of-type::after {
    top: 0;
    transform-origin: center left;
}

.o-button_line:last-of-type::before {
    right: 0;
    transform-origin: center top;
}

.o-button_line:last-of-type::after {
    bottom: 0;
    transform-origin: center right;
}

.o-button.is-inview .o-button_line::before {
    transform: scaleY(1);
}

.o-button.is-inview .o-button_line::after {
    transform: scaleX(1);
}

.o-button.is-inview .o-button_line:first-of-type::before {
    transition-delay: 1.15s;
}

.o-button.is-inview .o-button_line:first-of-type::after {
    transition-delay: 0.1s;
}

.o-button.is-inview .o-button_line:last-of-type::before {
    transition-delay: 0.55s;
}

.o-button.is-inview .o-button_line:last-of-type::after {
    transition-delay: 0.7s;
}

.c-header-home_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50%;
}

.c-header-home_controls,
.c-header-home_buttons {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 40px;
    }
}

@media (min-width: 700px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 5.625rem;
    }
}

@media (min-width: 700px) and (max-width: 749px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 3.75rem;
    }
}

.is-loaded .c-header-home_controls,
.is-loaded .c-header-home_buttons {
    transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
    transition-delay: 0.65s;
}

@media (min-width: 700px) {
    .c-header-home_controls {
        float: left;
    }
}

.c-header-home_buttons {
    transition-delay: 0.75s;
}

@media (max-width: 699px) {
    .c-header-home_buttons {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 1000px) {
    .c-header-home_buttons {
        float: right;
    }
}

@media (max-width: 699px) {
    .c-header-home_button {
        width: 50% !important;
    }
}

@media (min-width: 700px) {
    .c-header-home_button {
        width: 15.625rem;
    }
}

.side-nav {
    display: none;
}

@media (max-width: 1024px) {

    .owl-next{
        display: none!important;
    }
    .owl-prev{
        display: none!important;
    }
}

@media (min-width: 1024px) {

    .side-nav {
        display: block;
        left: 0;
        z-index: 2;
        width: 100vh;
        height: 5vw;
        transform-origin: top;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translate3d(-100%, 10%, 0);
        transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    }
    .is-animated .side-nav {
        transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 470ms, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 470ms;
        transform: rotateZ(-90deg) translate3d(-390px, -50vh, 0);
    }
    .side-nav {
        opacity: 1;
        transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 1470ms, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 1470ms;
    }
    .side-nav ul {
        list-style: none;
        margin: 0 0;
        padding-top: 0.3vw;
    }
    .side-nav li {
        display: inline-block;
        line-height: 0.9em;
        margin: 0 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid transparent;
        cursor: pointer;
        transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94), border-color 400ms cubic-bezier(0.8, 0, 0.55, 0.94);
    }
    .side-nav .label {
        font-size: 11px;
        letter-spacing: 0.18em;
        opacity: 0.3;
        margin: 0 0;
        color: #0a0c0d;
        font-weight: 800;
    }
    .side-nav[data-view=cover] li[data-view=cover] {
        opacity: 2;
        border-bottom: 2px solid #4cb7ab
    }
    
}


/*end slider show*/


/*Floating button*/

.floating-btn {
    border: none;
    border-width: 0px;
    margin: 0;
    overflow: hidden;
    border: none;
    outline: none;
    color: white;
    font-size: 20px;
    background: #6db4a7;
    position: relative;
    padding: 14px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 12px 42px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: 0.3s;
    margin: 0.5em;
}

.floating-btn:hover {
    background: #6db4a7;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.js-parallax.is-inview {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

button .floating-btn:focus {
    outline: 0px;
    outline: 0px;
}

.c-header-home_controls.-nomobile.o-button-group {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.divide {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ripple {
    overflow: hidden;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2s;
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(100);
        opacity: 0;
    }
}


/* End Floating Button */


/* nav bar*/

.navbar-container {
    z-index: 1000;
    background-color: #fff;
}

#search-min label,.gestion-btn-resrva {
    color: #fff!important;
    font-weight: 800;
}


.texto-wiber-inicio{
    color: white!important;
    word-spacing: 3px;
    text-shadow: 2px 2px 6px rgba(76, 183, 171, 0.3);
    font-size: 16px!important;
    }
  
   .texto-hero{
    word-spacing: 8px;
    }
  
    .main-container-home {
      position: relative;
      text-align: left;
    }
  
    .texto-hero{
      color: white!important;
      font-size: 4rem;
      font-weight: bolder;
      text-shadow: 1px 1px 3px rgba(76, 183, 171, 0.3);
    }
  
    .img-hero-home {
    position: relative;
    width: 100%;
    height: 710px;
    object-fit: cover;
    margin-top: -10px;
    filter: brightness(0.6);
    border-radius: 0px!important;
  }
  
  .img-hero-home::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(76, 183, 171, 1), rgba(76, 183, 171, 1));
    z-index: 1;
  }
  
  .overlay-text {
    position: relative;
    z-index: 2; 
  }

  #google-recaptcha-checkbox, #google-recaptcha-checkbox-2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.error-edit {
    border: none!important;
    outline: none!important;
    top: 10%;
    left: 35%;
    position: absolute;
    background-color: #F44D5D!important;
    color: white;
    width: 30%;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 15px;
  }
    
  
    .content-overlay {
      position: relative;
    }
  
    .overlay-text {
      position: absolute;
      top:45%; 
      transform: translateY(-50%);
      color: white;
      padding: 20px;
      width: 100%; 
      box-sizing: border-box; 
      text-align: center;
      text-shadow: 3px 4px 7px rgba(21, 81, 44, 0.8);
      font-size: 20px;
  }


  .trustpilot-widget-micro {
    background-color: rgba(255, 255, 255, 0.822) !important;
    width: 250px !important;
    position: absolute !important;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center both vertically and horizontally */
    color: white !important;
    padding: 5px;
    border-radius: 100px;
    box-sizing: border-box;
    text-align: center;
    text-shadow: 3px 4px 7px rgba(21, 81, 44, 0.8);
    font-size: 16px;
}


  .overlay-text2 {
    position: absolute;
    top:45%; 
    transform: translateY(-50%);
    color: white!important;
    padding: 22px;
    width: 100%; 
    box-sizing: border-box; 
    text-align: center;
    text-shadow: 3px 4px 7px rgba(21, 81, 44, 0.8);
    font-size: 12px!important;
}
  
  .btn-alquiler {
      color: white; 
      border-radius: 5px; 
      border: none;
      padding: 15px 30px; 
      text-align: center;
      text-decoration: none;
      display: inline-block;
      margin-top: 20px;
      cursor: pointer;
      font-size: 16px; /* Tamaño del texto */
  }
  
  @media (max-width: 1067px) {
      .overlay-text {
          top: 25%; 
          width: 100%; 
          padding: 10px;
          font-size: 14px;
      }

      .overlay-text2 {
        position: absolute;
        top:85%; 
        transform: translateY(-50%);
        color: white;
        padding: 20px;
        width: 100%; 
        box-sizing: border-box; 
        text-align: center;
        text-shadow: 3px 4px 7px rgba(21, 81, 44, 0.8);
        font-size: 16px;
    }
  }
  
    @media (max-width: 1400px) {
      .btn-alquiler {
        width: 100%;
        box-sizing: border-box;
      }
      .main-container-home{
        top: 20px!important;
      }
    }

    @media (max-width: 994px) {
        .btn-alquiler {
          width: 100%;
          box-sizing: border-box;
        }
        .main-container-home{
          top: -236px!important;
          margin-bottom: -270px;
        }
      }
  

  @media (max-width: 720px) {
  
    .img-hero-home {
      /* margin-top:50px!important; */
      margin-bottom: 50px;
    filter: brightness(0.6);
    height: 670px;
  }
    
    .overlay-text{
      margin-top: 45px;margin-bottom: 10px!important;
    }
  .modal-localizacion .modal-dialog h1 {
    font-size: 20px!important;
}
  
  }


  @media (min-width: 770px) and (max-width: 1060px) {

    .img-hero-home {
      margin-top: 10px!important;
      margin-bottom: 50px;
      filter: brightness(0.6);
      height: 650px;
    }
  
    .modal-localizacion .modal-dialog h1 {
      font-size: 20px!important;
    }
  
  }.caleran-container,
.caleran-container-mobile {
	font-size: 15px;
	float: left;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 9999
}

.caleran-container:focus,
.caleran-container-mobile:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

.caleran-container .caleran-input,
.caleran-container-mobile .caleran-input {
    margin: 5px 0;
    border-radius: 3px;
    overflow: hidden;
/*     box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
 */    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.caleran-container .caleran-input .caleran-header,
.caleran-container-mobile .caleran-input .caleran-header {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 12px 10px;
	border-bottom: 1px solid #ddd;
	background-color: #f2f2f2;
	border-radius: 10px;

}

.caleran-container .caleran-input .caleran-header .caleran-header-separator,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-separator {
	float: left;
	display: block;
	margin: 0;
	padding: 0 16px
}

.caleran-container .caleran-input .caleran-header .caleran-header-separator svg,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-separator svg {
	width: 30px;
	height: 30px
}

.caleran-container .caleran-input .caleran-header .caleran-header-start,
.caleran-container .caleran-input .caleran-header .caleran-header-end,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
	float: left;
	white-space: nowrap;
	display: block;
	margin-right: 10px;
	text-align: left
}

.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {
	float: left;
	font-size: 2.5em;
	color: #0A6560;
	margin-top: -8px!important;
	margin-right: 8px;
	font-weight: 100;
	text-align: left
}

.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date {
	color: #000;
	display: inline-block
}

.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday {
	font-size: 0.7em;
	color: #999
}

.caleran-container .caleran-input .caleran-calendars,
.caleran-container-mobile .caleran-input .caleran-calendars {
	position: relative;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector {
	position: absolute;
	display: none;
	border: 0px solid #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month {
	background: #fff;
	height: 33.33%;
	width: 25%;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	outline: 1px solid #ddd;
	text-transform: capitalize;
	word-wrap: break-word;
	word-break: break-all
}

/* .caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month.current,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month.current {
	background: #0A6560;
	color: white
}
 */
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month:hover {
	background: #4CB7AB;
	cursor: pointer;
	color: white
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev {
	margin: 0px;
	background: #fff;
	height: 33.33%;
	width: 20%;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid #ddd;
	text-transform: uppercase;
	word-wrap: break-word;
	word-break: break-all
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year.current,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next.current,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev.current,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year.current,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next.current,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev.current {
	background: #0A6560;
	color: white
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev:hover {
	background: #4CB7AB;
	cursor: pointer;
	color: white
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev {
	font-size: 2.65em;
	background: white;
	color: #0A6560
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next svg,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev svg,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next svg,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev svg,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next svg,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev svg,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev svg {
	width: 30px;
	height: 30px
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next:hover svg,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev:hover svg,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next:hover svg,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev:hover svg,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next:hover svg,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev:hover svg,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev svg:hover {
	fill: #fff
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar {
	-webkit-box-flex: 1;
	flex: 1;
	-ms-flex: 1;
	float: left;
	border-right: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar.no-border-right,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar.no-border-right {
	border-right: none
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
	text-align: center;
	font-weight: 300;
	color: #424242;
	text-transform: capitalize;
	padding: 15px 2px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-month-switch:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-year-switch:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-month-switch:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-year-switch:hover {
	color: #4CB7AB;
	cursor: hand;
	cursor: pointer
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-svg {
	width: 22px;
	height: 22px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next {
	margin-top: -1px;
	width: 22px;
	height: 22px;
	/**/
	border-radius: 5px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container:hover {
	background: #f2f2f2
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
	width: calc((100% / 7) - 1px);
	width: 30px;
	float: left;
	text-align: center;
	padding: 2px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	margin-bottom: 1px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span {
	pointer-events: none;
	display: inline-block;
	border-radius: 5px;
	height: 26px;
	width: 26px;
	line-height: 26px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek {
	font-size: 0.8em;
	font-weight: 600;
	color: #616161
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day {
	cursor: pointer;
	overflow: hidden;
	color: #212121;
	-webkit-transition: background-color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected) {
    background-color: #cee2e2;
    color: #000;
	border-radius: 5px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {
	background: #cee2e2;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today {
	color: black!important;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled {
	background: #cee2e2;
	color: black!important;
	opacity: .5
}

.caleran-day.caleran-start, .caleran-day.caleran-end{
	background: #4CB7AB!important;
	color: #fff!important;

}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled span {
	background: transparent!important
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered {
	background: #cee2e2;
	color: black!important;

}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-disabled {
	opacity: .30
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-first,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-first {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-last,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-last {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	display: flex;
}

/* .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span {
	background: #0A6560
} */

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

/* .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span {
	background: #0A6560
} */

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today {
	color: #4CB7AB !important;
	font-weight: bold
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today.caleran-hovered,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today.caleran-hovered {
	color: black
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range {
	color: #c3c3c3
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
	color: #c3c3c3
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weekend,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weekend {
	color: #568EA3
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-next,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-prev {
	cursor: pointer;
	font-size: 1.25em
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-next:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-prev:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-next:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-prev:hover {
	text-shadow: 1px 2px 3px #eee
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-next {
	float: right
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-prev {
	float: left
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar:last-child,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar:last-child {
	border-right: none
}

.caleran-container .caleran-input .caleran-ranges,
.caleran-container-mobile .caleran-input .caleran-ranges {
	border-top: 1px solid #ddd;
	clear: both;
	padding: 4px 10px;
	text-align: left
}

.caleran-container .caleran-input .caleran-ranges i,
.caleran-container-mobile .caleran-input .caleran-ranges i {
	float: left;
	color: #6a6e71;
	font-size: 1.2rem;
	margin-right: 5px;
	margin-top: 1px
}

.caleran-container .caleran-input .caleran-ranges .caleran-range-header,
.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range-header {
	font-size: 0.8em;
	color: #6a6e71;
	display: inline-block;
	margin-right: 5px;
	font-weight: bold
}

.caleran-container .caleran-input .caleran-ranges .caleran-range,
.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range {
	display: inline-block;
	color: #000;
	margin: 3px;
	font-size: 0.7em;
	cursor: pointer;
	font-weight: bold
}

.caleran-container .caleran-input .caleran-ranges .caleran-range:hover,
.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range:hover {
	text-decoration: underline
}

.caleran-popup {
	position: absolute;
	display: none;
	top: 0;
	left: 0
}

.caleran-box-arrow-top {
	width: 22px;
	height: 22px;
	z-index: 12;
	margin-left: 0;
	position: absolute;
	top: 0px
}

.caleran-box-arrow-top:after,
.caleran-box-arrow-top:before {
	bottom: calc(100% - 6px);
	left: 27px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.caleran-box-arrow-top:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #f2f2f2;
	border-width: 10px;
	margin-left: -10px
}

.caleran-box-arrow-top:before {
	border-color: rgba(184, 184, 184, 0);
	border-bottom-color: rgba(0, 0, 0, .3);
	border-width: 11px;
	margin-left: -11px
}

.caleran-box-arrow-bottom {
	width: 22px;
	height: 22px;
	z-index: 12;
	margin-left: 0;
	position: absolute;
	bottom: 0px
}

.caleran-box-arrow-bottom:after,
.caleran-box-arrow-bottom:before {
	bottom: -15px;
	left: 27px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.caleran-box-arrow-bottom:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 11px;
	margin-left: -11px
}

.caleran-box-arrow-bottom:before {
	border-color: rgba(184, 184, 184, 0);
	border-top-color: #ddd;
	border-width: 10px;
	margin-left: -10px
}

.caleran-box-arrow-left {
	width: 22px;
	height: 22px;
	z-index: 12;
	margin-top: -11px;
	position: absolute;
	left: 0px
}

.caleran-box-arrow-left:after,
.caleran-box-arrow-left:before {
	left: -15px;
	top: 27px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.caleran-box-arrow-left:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 11px;
	margin-right: -11px
}

.caleran-box-arrow-left:before {
	border-color: rgba(184, 184, 184, 0);
	border-right-color: #ddd;
	border-width: 10px;
	margin-right: -10px
}

.caleran-box-arrow-right {
	width: 22px;
	height: 22px;
	z-index: 12;
	margin-top: -11px;
	position: absolute;
	right: 0px
}

.caleran-box-arrow-right:after,
.caleran-box-arrow-right:before {
	right: -15px;
	top: 27px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.caleran-box-arrow-right:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 11px;
	margin-left: -11px
}

.caleran-box-arrow-right:before {
	border-color: rgba(184, 184, 184, 0);
	border-left-color: #ddd;
	border-width: 10px;
	margin-left: -10px
}

.caleran-container .caleran-input .caleran-footer {
	text-align: right;
	background-color: #f2f2f2;
	border-radius: 10px;
	border-top: 1px solid #ddd
}

.caleran-container .caleran-input .caleran-footer .caleran-apply {
	background: #4CB7AB;
	border: none;
	padding: 6px 18px;
	color: white;
	font-size: 12px;
	margin: 6px;
	border-radius: 15px;
	display: inline-block
}

.caleran-container .caleran-input .caleran-footer .caleran-apply:disabled {
	background: #c9c9d1;
	color: gray
}

.caleran-container .caleran-input .caleran-footer .caleran-cancel {
	border: none;
	padding: 6px;
	color: #6a6e71;
	margin: 6px;
	font-size: 12px;
	margin-right: 0px;
	display: inline-block
}

.caleran-open {
	overflow: hidden
}

.caleran-container-mobile .caleran-input {
	margin: 0;
	border: 0;
	border-radius: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	margin: 12px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
	border: 1px solid #ddd;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	overflow-y: auto
}

@media screen and (orientation:landscape) {
	.caleran-container-mobile .caleran-input {
		overflow-y: scroll;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.caleran-container-mobile .caleran-input .caleran-header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-ms-flex-flow: nowrap;
	flex-flow: nowrap;
	background: #f8f8ff;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (orientation:landscape) {
	.caleran-container-mobile .caleran-input .caleran-header {
		width: 50%;
		float: right;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 12px 6px;
		border-left: 1px solid #ddd;
		height: 61px
	}
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-separator {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	color: lightsteelblue;
	margin-top: 2px
}

@media screen and (orientation:landscape) {
	.caleran-container-mobile .caleran-input .caleran-header .caleran-header-separator {
		-webkit-box-flex: 1;
		flex: 1 0 auto;
		-ms-flex: 1 0 auto
	}
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
	margin: 0
}

@media screen and (orientation:landscape) {
	.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start,
	.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
		width: 50%;
		min-width: 0;
		padding: 0 8px
	}
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {
	font-size: 38px;
	margin: -10px;
	font-weight: 400
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date {
	font-size: 15px;
	color: #6a6e71;
	font-weight: 500
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday {
	font-size: 12px;
	color: #6a6e71;
	font-weight: 400;
	line-height: 10px
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day {
	margin-right: 8px;
	margin-left: 0;
	float: left
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
	text-align: right
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {
	float: right;
	margin-left: 8px;
	margin-right: 0
}

.caleran-container-mobile .caleran-input .caleran-calendars {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	background: white;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: scroll
}

@media screen and (orientation:landscape) {
	.caleran-container-mobile .caleran-input .caleran-calendars {
		width: 50%;
		float: left;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector {
	border-bottom: 1px solid #ddd
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month {
	-webkit-box-flex: 1;
	flex: 1 1 33.33%;
	-ms-flex: 1 1 33.33%;
	height: 25%
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year {
	-webkit-box-flex: 1;
	flex: 1 1 20%;
	-ms-flex: 1 1 20%;
	height: 33.33%
}

@media screen and (orientation:landscape) {
	.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar {
		border: none
	}
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
	padding: 12px 18px;
	background: #f8f8ff;
	font-size: 1.36em
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next {
	margin-top: -6px
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title i {
	font-size: 0.9em
}

@media screen and (orientation:landscape) {
	.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
		height: 61px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 18px
	}
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container {
	padding: 10px
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
	min-height: 30px;
	font-size: 14px !important;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox
}

@media screen and (orientation:landscape) {
	.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
	.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
	.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
		min-height: calc((80vmin - 62px) / 7)
	}
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 4px;
	top: 4px;
	bottom: 4px;
	right: 4px
}

.caleran-container-mobile .caleran-input .caleran-ranges {
	background: white;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	margin: 0px;
	padding: 4px;
	border: none;
	text-align: center
}

@media screen and (orientation:landscape) {
	.caleran-container-mobile .caleran-input .caleran-ranges {
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 1;
		flex: 1 1 0;
		-ms-flex: 1 1 0;
		border-left: 1px solid #ddd;
		overflow-y: scroll;
		min-height: 50px
	}
}

.caleran-container-mobile .caleran-input .caleran-ranges i {
	font-size: 20px;
	display: none
}

.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range-header {
	font-size: 0.9em;
	display: none
}

.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range {
	font-size: 0.85em;
	padding: 5px 14px;
	background: #0A6560;
	font-weight: 400;
	color: white;
	border-radius: 21px
}

@media screen and (orientation:landscape) {
	.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range {
		border-radius: 6px;
		margin: 6px;
		display: block
	}
}

.caleran-container-mobile .caleran-input .caleran-filler {
	display: none
}

@media screen and (orientation:landscape) {
	.caleran-container-mobile .caleran-input .caleran-filler {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-bottom: auto;
		border-left: 1px solid #ddd;
		min-height: 100px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.caleran-container-mobile .caleran-input .caleran-ranges+.caleran-filler {
	display: none
}

.caleran-container-mobile .caleran-input .caleran-footer {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	text-align: center;
	padding: 8px 8px 10px 8px;
	background: #f8f8ff;
	border-top: 1px solid #ddd
}

@media screen and (orientation:landscape) {
	.caleran-container-mobile .caleran-input .caleran-footer {
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-left: 1px solid #ddd;
		margin-top: auto
	}
}

.caleran-container-mobile .caleran-input .caleran-footer button {
	font-size: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
	padding: 8px;
	font-weight: 400;
	outline: none;
	border: none;
	border-radius: 4px;
	width: calc((100% - 10px)/2)
}

.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply {
	background: #f03a47;
	color: white;
	margin-left: 7px;
	font-weight: 500;
	border: 1px solid #f03a47
}

.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply[disabled=disabled],
.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply:disabled {
	background: #c9c9d1;
	color: #A6AAB3;
	border: 1px solid #A6AAB3
}

.caleran-container-mobile .caleran-input .caleran-footer button.caleran-cancel {
	background: transparent;
	color: #f03a47;
	border: 1px solid #f03a47;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.caleran-container-mobile.caleran-inline {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.caleran-container-mobile.caleran-inline .caleran-input {
	position: static;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.caleran-container-mobile.caleran-inline .caleran-input .caleran-calendar {
	border-right: none
}

@media screen and (orientation:landscape) {
	.caleran-container-mobile.caleran-inline .caleran-input {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.caleran-container-mobile.caleran-inline .caleran-input .caleran-calendars {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		width: calc(50% - 1px);
		border-left: none;
		border-right: 1px solid #ddd
	}
	.caleran-container-mobile.caleran-inline .caleran-input .caleran-header {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		border-left: none
	}
	.caleran-container-mobile.caleran-inline .caleran-input .caleran-timepickers {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 50%;
		border-left: none
	}
	.caleran-container-mobile.caleran-inline .caleran-input .caleran-timepickers .caleran-timepicker-ampm {
		width: 7vmin
	}
	.caleran-container-mobile.caleran-inline .caleran-input .caleran-ranges {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 50%;
		border-left: none
	}
}

.caleran-container-mobile.caleran-inline .caleran-input .caleran-footer {
	display: none
}

.caleran-container .caleran-input.caleran-input-vertical-range,
.caleran-container-mobile .caleran-input.caleran-input-vertical-range {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.caleran-container .caleran-input.caleran-input-vertical-range .caleran-left,
.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-left {
	border-right: 1px solid #ddd
}

.caleran-container .caleran-input.caleran-input-vertical-range .caleran-right,
.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-right {
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.caleran-container .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges,
.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges {
	border-top: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	padding-bottom: 24px;
	overflow-y: auto;
	overflow-x: hidden
}

.caleran-container .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range-header-container,
.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range-header-container {
	padding: 8px 12px 0;
	font-size: 12px
}

.caleran-container .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range,
.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	padding: 4px 12px;
	font-weight: normal;
	font-size: 13px
}

.caleran-container .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range:hover,
.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range:hover {
	text-decoration: none;
	background-color: #50E3C2
}

/* .caleran-container .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range.caleran-range-selected,
.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range.caleran-range-selected {
	background-color: #0A6560;
	color: #fff
} */

.caleran-container .caleran-input.caleran-input-vertical-range .caleran-ranges,
.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-ranges {
	border-top-width: 0
}

.caleran-container .caleran-input.caleran-input-vertical-range .caleran-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0
}.buscador-container-minimal, .simplebox, .simplebox2 {
    transition: all 0.4s ease-in-out;
}

input, .edad, .llamada-reserva {
    transition: opacity 0.4s ease-in-out;
    margin-top: 5px;
}

.title-home {
    color: #4CB7AB;
    padding: 2rem 0;
}

.bg-negro {
    background-color: #1a2a2a;
}
.coche-furgonetas-buscador{
    background-color:#F5F6F8;
    border-radius: 5px;
    width: fit-content;
    margin-top: 10px;
}


.buscador-container-minimal {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}


 label {
    color:#505052 ;
/*     font-weight: 800;
 */}



.input_wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgba(247, 247, 247, 0.90)!important;
    padding: 8px 0 8px 8px;
    border-radius: 5px;

}

.pickup-label{
/*     text-transform: capitalize!important;
 */    color: white;
}

.edad{
    padding: 0!important;
    color: white;

}

b.caleran-month-switch {
    font-weight: 400!important;
}


.minimal-container.affix {
    position: fixed;
    z-index: 78;
    width: 100%;
    margin-top:-525px;
    box-shadow: 0px 2px 51px -11px rgba(0, 0, 0, 0.33);
    background-color: rgb(255, 255, 255);
}

.input-icon-container {
    display: flex;
    align-items: center;
    position: relative;
  }

  .container-input-date-hour-search{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .container-input-destination-search{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: normal;
    max-width: 465px;
    margin: auto;
    
  }

  .container-fecha-label, .container-hora-label{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  

  
  .container-labels-recogida-devolucion{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
  }
  
  .fa-calendar {
    margin-right: 8px;
    color: #4CB7AB;
  }
  .fa-clock-o {
    margin-left: 8px;

    color: #4CB7AB;

  }

.buscador-minimal label.edad {
    text-transform: none;
}

label input[type="checkbox"] {
    vertical-align: bottom;
    width: 17px;
    height: 17px;
    background-color: #CCC;
    color: #4CB7AB;
}

#info_date,
#info_hour,
.buscador-minimal h3 {
    padding: 1em 0;
    font-size: 2rem;
}

.buscador-minimal h4 {
    margin-top: 1em;
    font-size: 1.5rem;
    font-weight: 400;
}

input {
    outline: 0;
    border: none!important;
}

.llamada-reserva, .edad{
    margin: 10px 0 10px 0;
}

input:focus {
    border-color: #FFF200;
}

input.location {
    width: 100%;
}

input:disabled,
input:disabled::placeholder {
    border-color: #CCC;
    color: #CCC;
}

.simplebox {
    height: 45px;
    background: transparent !important;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #FFF200;
    font-size: 1.5rem;
    font-weight: 400;
    cursor: pointer;
}

.simplebox::placeholder {
    color: #f3f3f3;
    font-size: 11px;
    opacity: 0.8;
}

.datep {
    width: 70%;
    float: left;
}

.timep {
    width: 28%;
    float: right;
}

#btn-search {
    margin-top: -0px!important;

}

.buscador_popup {
    position: absolute;
    width: 100%;
    transition: max-height .6s cubic-bezier(.175, .885, .32, 1.275), opacity .6s cubic-bezier(.175, .885, .32, 1.275);
    overflow-y: auto;
    overflow: hidden;
    background: #FFF;
    z-index: 105000;
    left: 0px;
    top: 150px;
    display: none;
    border-radius: 5px;
    box-shadow: 0px 2px 51px -11px rgba(0, 0, 0, 1)!important; 
    height: 560px;
}

.buscador_popup-hours {
    width: 50%!important; 
    left: 50%!important; 
    transform: translateX(-50%)!important;
}

.buscador_popup-hour-pickup {
    position: absolute;
    width: 100%;
    max-width: 200px;
    transition: max-height .6s cubic-bezier(.175, .885, .32, 1.275), opacity .6s cubic-bezier(.175, .885, .32, 1.275);
    background: #FFF;
    z-index: 105000;
    left: 480px;
    top: 150px;
    display: none;
    border-radius: 5px;
    box-shadow: 0px 2px 51px -11px rgba(0, 0, 0, 1) !important;
}

.touch-scroll{
z-index: 9999999999999999!important;
}

.buscador_popup-hour-dropoff {
    position: absolute;
    width: 100%;
    max-width: 200px;
    transition: max-height .6s cubic-bezier(.175, .885, .32, 1.275), opacity .6s cubic-bezier(.175, .885, .32, 1.275);
    background: #FFF;
    z-index: 105000;
    left: 800px;
    top: 150px;
    display: none;
    border-radius: 5px;
    box-shadow: 0px 2px 51px -11px rgba(0, 0, 0, 1) !important;
}


.buscador_popup h3 {
    padding: 0 0 1rem 0;
    margin-bottom: 1rem;
}

.overlay-buscador {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 99999;
    display: inline-block;
}

.locations {
    display: none;
    padding: 1.9rem 0 0 1rem;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid rgb(255, 255, 255);
    position: absolute;
    bottom: -2px;
    display: none;
}

.col-locations-home {
    display: flex !important;  
    justify-content: space-evenly;
    align-items: start;
    flex-direction: column;
    gap: 40px;
}

.item-location {
    padding: 0.625rem 2.1875rem 0.5625rem 0;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-size: 1.625rem;
    border-radius: 5px;
    color: #333 !important;
/*     background: #e5e5e5 !important;
 */    width: 440px;
    transition: all 0.3s ease-in-out;
    overflow: hidden; /* Evita desbordes */
}

.item-location[data-id="1"]:hover,
.item-location[data-id="2"]:hover,
.item-location[data-id="3"]:hover,
.item-location[data-id="4"]:hover,
.item-location[data-id="5"]:hover,
.item-location[data-id="6"]:hover,
.item-location[data-id="7"]:hover,
.item-location[data-id="8"]:hover {
    background: #e5e5e5 !important;

    width: 840px;
}

.item-location a {
    color: #333 !important;
    padding: 5px;
    text-decoration: none !important;
}


.bg-fieldset {
    background-color: #e5e5e5;
    margin-top: -4em;
    padding: 5px 30px;
    height: 600px;
}


.lupa {
    position: absolute;
    bottom: 10px;
    color: yellow;
}

.locations p {
    color: #333 !important;
}

.hour_ {
    padding: 0.4em;
    border: 1px #4CB7AB solid;
    border-radius: 10px;
    font-size: 1.5rem;
    color: #333;
    background: #fff;
    cursor: pointer;
    text-align: center!important;
    width: 7rem;
}

.hour_:hover {
    background: #4CB7AB;
    font-weight: 700;
    color: #ffffff;
}

.hour_.active {
    background: #4CB7AB;
    color: #FFF;
}

.disabled_ {
    cursor: not-allowed;
    background-color: #f3f3f3;
    border-radius: 5px;
    border: #fff solid 3px;
    color: #666;
}

.disabled_:hover {
    cursor: not-allowed;
    font-weight: 400;
    background-color: #f3f3f3;
    border: #fff solid 3px;
    color: #666;
}

.hours {
    padding: 0.6rem;
}

.hours img {
    vertical-align: middle;
}

.caleran-ms-month,
.caleran-ys-year {
    color: #333;
}

.text-gray {
    color: #ccc;
    padding: 0 !important;
}

.btn {
    border-radius: 3px !important;
}

.danger {
    -webkit-animation: shake 0.2s ease-in-out 0s 2;
    animation: shake 0.2s ease-in-out 0s 2;
}

.pickupdate_,
.dropoffdate_ {
    margin-top: 1rem;
}

/* .calendar {
    padding-left: 10px;
} */


    .confirm-dates-action {
        width: 100%;
    }

    .caleran-day,.caleran-dayofweek, .caleran-disabled, .caleran-disabled-range {
        font-size: 15px;
        padding: 12px!important;
        width: 13.2857%!important;
    }

.caleran-header-start-weekday,
.caleran-header-end-weekday {
    margin-left: 30px;
}

.caleran-header-start-day,
.caleran-header-end-day {
    margin-top: 5px !important;
}

.caleran-input {
    width: 99%;
    display: flex;
}

.caleran-title {
    font-size: 22px;
}

.hour-content {
    display: flex;
    justify-content: center;
    height: 456px;
    max-height: 450px;
    overflow-y: auto;
}


.pickhour-content {
    padding: 0.4rem;
}

.info-oficina {
    color: #333;
}

.hour-content h3 {
    margin: 3rem 0 1rem 0;
}

.close-location {
    position: absolute;
    top: 18px;
    right: 10px;
}

.close-location .close {
    opacity: 0.5;
}

.resumen-container {
    padding: 1rem;
    position: fixed;
    top: 0;
    right: 0;
}

.closesearch {
    position: absolute;
    top: -40px;
    right: -8px;
    font-size: 41px;
    color: #568EA3;
}

.resumen {
    font-size: 12px;
}

.hourpickup,
.hourdropoff {
    font-size: 22px;
    padding-bottom: 1rem;
}

.confirm-dates {
    padding: 1rem 0;
    bottom: 0;
    left: 15px;
    width: 100%;
    height: 10%;
    margin-left: 1px;
}

.text-yellow {
    color: yellow !important;
}

.touch-scroll {
    display: none;
    position: fixed;
    top: 35%;
    right: 10px;
}

.lupa,
.danger {
    color: #4CB7AB;
}


label input[type="checkbox"] {
    vertical-align: bottom;
    width: 17px;
    height: 17px;
    background-color: #CCC;
    color: #4CB7AB;
}

label input[type="checkbox"] {
    vertical-align: bottom;
    width: 19px;
    height: 18px;
    background-color: #CCC;
    color: #4CB7AB;
  }
  label input[type="checkbox"] {
      vertical-align: bottom;
      width: 19px;
      height: 18px;
      background-color: #CCC;
      color: #4CB7AB;
      position: relative;
      appearance: none;
      -webkit-appearance: none;
      outline: none;
      cursor: pointer;
      border: 2px solid #d1d7dc;
      border-radius: 4px;
      transition: all 200ms ease-in;
      margin-top: 6px;
  }
  
  label input[type="checkbox"]:checked {
      background-color: #4CB7AB;
      border-color: #4CB7AB;
  }
  
  label input[type="checkbox"]:checked:before {
      content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 13.5l-3-3L4 11l4.5 4.5L20 6l-1.5-1.5z' fill='%23fff'/%3E%3C/svg%3E");
      position: absolute;
      left: -2px;
      top: -2px;
      width: 18px;
      height: 18px;
      display: block;
      background-repeat: no-repeat;
      background-position: center;
  }

.buscador-minimal label {
    padding-top: 1.1em;
    color: #fff;
    line-height: 1;
    letter-spacing: .4px;
    font-size: 1.2rem;
    font-weight: 400;
}

input {
    outline: 0;
    border-width: 0 0 2px;
    border-color: #4CB7AB;
}

input:focus {
    border-color: #191919;
}

input.location {
    width: 100%;
}

input:disabled,
input:disabled::placeholder {
    border-color: #CCC;
    color: rgb(145, 145, 145);
}

.fa-search{
    margin-left: 10px;
}

.fa-map-marker{
    font-size: 20px;
    margin-bottom: 5px;
}

.simplebox {
    height: 30px;
    background: transparent !important;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 1.3rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 1.25;
    color: #191919;
    width: 100%;
}

#location-search-clone{
    border: 1px solid rgb(199, 199, 199)!important;
    border-radius: 5px!important;
}

.simplebox2 {
    height: 30px;
    background: transparent !important;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 1.2rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    letter-spacing: .1px;
    line-height: 1;
    color: #191919;
    cursor: pointer;
}



.simplebox::placeholder {
    color: rgb(145, 145, 145);
    font-size: 1.2rem;
    letter-spacing: .05px;
    opacity: 0.8;
}


input.location {
    width: 100%;
}

.titulo-del {
    margin-top: 1rem!important;
    visibility:hidden;
}

input:disabled,
input:disabled::placeholder {
    border-color: #CCC;
    color: #CCC;
}

.furcoches {
    line-height: 45px !important;
    color: #8a8a8a !important;
}

.furcochesActivo,
.furcoches:hover {
    line-height: 45px !important;
    color: #F5F6F8 !important;
    font-weight: bold;
    background-color: #4CB7AB !important
}

@-webkit-keyframes shake {
    0% {
        margin-left: 0rem;
    }
    25% {
        margin-left: 0.5rem;
    }
    75% {
        margin-left: -0.5rem;
    }
    100% {
        margin-left: 0rem;
    }
}

@keyframes shake {
    0% {
        margin-left: 0rem;
    }
    25% {
        margin-left: 0.5rem;
    }
    75% {
        margin-left: -0.5rem;
    }
    100% {
        margin-left: 0rem;
    }
}

@media only screen and (max-width: 1920px) {
    .buscador-container-minimal {
        width: 70%;
    }
}

@media only screen and (max-width: 1700px) {
    .buscador-container-minimal {
        width: 80%;
    }

    .container {
        width: 80%;
    }
}


/**
 * PORTATIL
 **/

@media only screen and (max-width: 1366px) {
    .buscador-container-minimal
     {
        width: 90%;
    }
    .container {
        width: 80%;
    }

}


/**
 * PORTATIL PEQUEÑO
 **/

@media only screen and (max-width: 1280px) {

    
}


/**
 * IPAD LANDSCAPE
 **/

@media only screen and (max-width: 999px) {
    body {
        zoom: 0.8!important;
    }
    .container {
        width: 87%;
    }
    h2.light {
        padding: 1rem 0;
        font-size: 26px;
    }

    .minimal-container {
        top:650px;
        padding: 0;
        z-index: 78;
    }

}


/**
 * MOBILE
 */

 @media only screen and (max-width: 1068px) {
    .container-fecha-label-lugar{
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

}

@media only screen and (max-width: 999px) {
    .container {
        width: 100%!important;
    }
    body {
        zoom: 1!important;       
    }

    .col-locations-home{
        display: flex!important;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        height: 100%;
    }

    #btn-search {
        margin-top: .1em!important;
        font-size: 14px!important;
        padding: 12px;
        width: 100%!important;
    }

    .llamada-reserva{
        font-size: 9px!important;
    }

    .llamada-reserva, .edad{
        text-align: left!important;

        margin: 5px!important;
    }
    

    #datepickupmin {
        width: 100%;
        font-weight: 700;
        font-size: 12px;
        padding-left: 0;
        text-indent: 0;
        -webkit-padding-start: 0;
        text-align: center;
    }

    .buscador-minimal {
        z-index: 1;
        padding: 0;
        border-radius: 5px;
    }

    .coche-furgonetas-buscador{
        width: fit-content;
        display: flex;
        justify-content: center;
    }
    .coche-furgonetas-buscador >li >a{
        font-size: 12px!important;
    }

    .input_wrapper{
        padding: 4px;
    }


    .buscador-minimal.bg-primario {
        background: #FFF !important;
    }

    .lupa,
    .danger {
        color: #4CB7AB;
    }
    label input[type="checkbox"] {
        vertical-align: bottom;
        width: 17px;
        height: 17px;
        background-color: #CCC;
        color: #4CB7AB;
    }
    .bg-white label input[type="checkbox"] {
        vertical-align: bottom;
        width: 17px;
        height: 17px;
        background-color: #CCC;
        color: #4CB7AB;
    }
    .buscador-container-minimal {
        width: 85%!important;
    }
    .buscador-minimal label {
        padding-top: 1em;
        color: #fff;
        line-height: 1;
        letter-spacing: 0; 
        font-weight: 400;
        font-size: 1rem;
    }
    .minimal-container {
        top:375px;
        padding: 0;
        z-index: 78;
    }
    .minimal-container-resume {
        height: 0px;
        /* z-index: 78; */
        position: fixed;
        border-bottom: 2px solid #B9B9B3;
        display: none;
    }
    .minimal-container-resume.affix {
        top: 0;
        z-index: 4444444444444444;
        width: 100%;
        background: #FFF;
        padding-bottom: 50px;
        display:block!important;

    }
    input {
        outline: 0;
        border-width: 0 0 2px;
        border-color: #4CB7AB;
    }
    input:focus {
        border-color: #191919;
    }
    input.location {
        width: 100%;
    }
    input:disabled,
    input:disabled::placeholder {
        border-color: #CCC;
        color: rgb(145, 145, 145);
    }
    .btn-reservation {
        margin-top: 1rem;
        text-transform: none;
        padding: 8px 12px;
    }
    .simplebox {
        height: 30px;
        width: 60px;
        background: transparent !important;
        outline: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        font-size: 1.3rem;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 700;
        letter-spacing: .1px;
        line-height: 1.15;
        border-bottom: 2px solid #B9B9B3;
        color: #191919;
    }
    .simplebox::placeholder {
        color: rgb(145, 145, 145);
        font-size: 1.2rem;
        letter-spacing: .05px;
        opacity: 0.8;
    }
    input.location {
        width: 100%;
    }
    input:disabled,
    input:disabled::placeholder {
        border-color: #CCC;
        color: #CCC;
    }
    .buscador_popup .text-white {
        color: #4CB7AB !important;
    }
    .buscador_popup .text-yellow {
        color: #4CB7AB !important;
    }
    .infoHourPickup .text-white:first-child,
    .infoHourDropoff .text-white:first-child {
        color: #f3f3f3 !important;
        height: 10px;
    }
    
    .title-home {
        padding: 0 !important;
        margin: 0 0 0.2em 0 !important;
    }
    .buscador_popup {
        position: fixed;
        top: 0!important;
        height: auto;
        border-radius: 5px;
        padding: 15px;
        margin: 10px;
        width: 95%;
    }

    .bg-fieldset {
        margin-top: 0;
    }

    .locations  .row{
        margin-right: 0!important;
    }

    .locations h4 {
        font-size: 1.2rem;
    }
    .item-location {
        font-size: 1.625rem;
        border: 1px solid #ccc;
        padding:1rem;
        line-height: 2rem;
        margin-bottom: 0.5rem;
        color: #333!important;
        background: #e5e5e5!important;
        border-radius: 5px;
        width: 100%;
    }
    .item-location a {
        color: #333!important;
    }
    .caleran-container,
    .caleran-container-mobile {
        margin-left: -5px;
    }
    .caleran-header-start-weekday {
        margin-left: 53px;
    }
    .caleran-header-end-weekday {
        margin-right: 51px;
        margin-left: 15px;
    }
    .buscador-minimal h3 {
        font-size: 13px;
    }
    .caleran-day {
        padding: 18px !important;
    }
    .simplebox {
        font-size: 12px;
    }
    .pickup-label {
        min-height: 30px;
    }
    #hourdropoff {
        width: 100%;
        font-size: 12px;
        font-weight: 700;
    }
    #hourpickup {
        width: 100%;
        font-weight: 700;
        font-size: 12px;
    }
    #datepickupmin {
        width: 100%;
        font-weight: 700;
        font-size: 12px;
        padding-left: 0;
        text-indent: 0;
        -webkit-padding-start: 0;
        text-align: center;
    }
    #datedropoffmin {
        width: 100%;
        font-size: 12px;
        font-weight: 700;
        padding-left: 0;
        text-indent: 0;
        -webkit-padding-start: 0;
        text-align: center;
    }
    .buscador_popup h3 {
        border-bottom: 1px solid #ccc;
        font-size: 12px;
    }
    .padding-location-h3{
     padding-left: 0px;   
    }
}@font-face {
	font-family: "Flaticon";
	src: url("flaticon.eot");
	src: url("flaticon.eot#iefix") format("embedded-opentype"),
	url("flaticon.woff") format("woff"),
	url("flaticon.ttf") format("truetype"),
	url("flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
	font-style: normal;
	font-weight: normal;
	speak: none;
}
.flaticon-add183:before { content: '\e801'; } /* '' */
.flaticon-arroba4:before { content: '\e802'; } /* '' */
.flaticon-arrow483:before { content: '\e803'; } /* '' */
.flaticon-arrow487:before { content: '\e804'; } /* '' */
.flaticon-arrowhead7:before { content: '\e805'; } /* '' */
.flaticon-blog1:before { content: '\e806'; } /* '' */
.flaticon-calendar146:before { content: '\e807'; } /* '' */
.flaticon-car106:before { content: '\e808'; } /* '' */
.flaticon-car179:before { content: '\e809'; } /* '' */
.flaticon-car186:before { content: '\e80a'; } /* '' */
.flaticon-car46:before { content: '\e80b'; } /* '' */
.flaticon-car95:before { content: '\e80c'; } /* '' */
.flaticon-conversation5:before { content: '\e80d'; } /* '' */
.flaticon-credit98:before { content: '\e80e'; } /* '' */
.flaticon-dollars1:before { content: '\e80f'; } /* '' */
.flaticon-earth205:before { content: '\e810'; } /* '' */
.flaticon-electric42:before { content: '\e811'; } /* '' */
.flaticon-envelope58:before { content: '\e812'; } /* '' */
.flaticon-facebook55:before { content: '\e813'; } /* '' */
.flaticon-house58:before { content: '\e814'; } /* '' */
.flaticon-human4:before { content: '\e815'; } /* '' */
.flaticon-instagram12:before { content: '\e816'; } /* '' */
.flaticon-linkedin11:before { content: '\e817'; } /* '' */
.flaticon-lowered:before { content: '\e818'; } /* '' */
.flaticon-navigate6:before { content: '\e819'; } /* '' */
.flaticon-phone68:before { content: '\e81a'; } /* '' */
.flaticon-pinterest3:before { content: '\e81b'; } /* '' */
.flaticon-price5:before { content: '\e81c'; } /* '' */
.flaticon-protected9:before { content: '\e81d'; } /* '' */
.flaticon-search19:before { content: '\e81e'; } /* '' */
.flaticon-shopping155:before { content: '\e81f'; } /* '' */
.flaticon-skype8:before { content: '\e820'; } /* '' */
.flaticon-smartphone55:before { content: '\e821'; } /* '' */
.flaticon-speedometer38:before { content: '\e822'; } /* '' */
.flaticon-telephone5:before { content: '\e823'; } /* '' */
.flaticon-transports1:before { content: '\e824'; } /* '' */
.flaticon-twitter1:before { content: '\e825'; } /* '' */
.flaticon-twitter20:before { content: '\e826'; } /* '' */
.flaticon-vehicle12:before { content: '\e827'; } /* '' */
.flaticon-youtube18:before { content: '\e828'; } /* '' */
.flaticon-google1:before { content: '\e829'; } /* '' */body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.landing-content h1, .landing-content .h1 {
    margin: 0;
    padding: 0;
    font-size: 5rem;
    line-height: 78px;
    font-weight: 700;
    text-shadow: none;
}

.modal{
  margin: 10px;
  border-radius: 10px;
}

.container-blog-landing{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  flex-direction: column;
}

.container-blog-landing img{
  margin: 10px;
}

.container-blog-landing a{
  text-transform:lowercase!important;
}

a{
  display:inline-block;
}

.container-blog-landing a:first-letter {
  text-transform: uppercase!important;
}


.h2 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  text-shadow: none;
}
.h1-small {
  padding: 0;
  font-size:24px!important;
  font-weight: 400!important;
  text-shadow: none;
}
p.h1-small {
  margin: 0!important;
  margin-top: -15px!important;
}
.hero-text {
  font-size: 24px;
}
.promo-banner p{
  font-size: 13px;
}
.label-offer {
  position: absolute;
  top: 3px;
    left: -2px;
}
section {
   
}
.cabecera {
    padding: 2rem;
    min-height: 620px;
    background: url('../images/landings/vlc.jpg') no-repeat;
    background-size: cover;
}

.cabecera h1, .cabecera p, .rates h2  {
  text-align: left;
  color: #FFF!important;
}

.btn-allinc-container, .btn-allinc-container .col-xs-3 {
  height: 272px;
}

.icon-container {
  height: 137px;
}

.info-container-landings{
  margin: 10px;
}

.rating, .info-vlc {
  padding-right: 0;
  border: 2px solid #505052;
}
.info-vlc .crd {
  padding: 4rem;
}
.info-vlc-p{

  margin: .4em 0 1.4em;
}
.rates {
  padding: 4rem;
  
}
.instrucciones {
  padding-left: 1.4em;
}
.rating, .rates {
  color: #FFF;
  background-color: #232d32;
}
.trust {
  color: #333;
  background-color: #FFF;
}
.promo-banner {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: white;
  padding: 15px 15px 15px 30px;
  
}
.promo-banner p {
  color: #333!important;
  margin: 0;
}


.app-text {
  padding-top: 12rem;
}
.bigfont {
  font-size: 1.185em!important;
}

.card2{
  box-shadow: 0 4px 8px rgba(0,0,0,.1); 
  border-radius: 10px; 
  background-color: #fff; 
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.vlc-carousel {
  z-index: 4;
}
.vlc-carousel .owl-controls, .car-carousel .owl-controls {
  position: absolute;
  top: auto!important;
  bottom: -51px!important;
  margin-top: -28px!important;
  width: 100%;
  text-align: center;
}
.vlc-carousel .owl-controls .owl-page span,  .car-carousel .owl-controls .owl-page span{
  display: block;
  width: 32px;
  height: 10px;
  margin: 5px 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 0;
  background: #F3F4F6;
}
.vlc-carousel .owl-controls .owl-page.active span, .car-carousel .owl-controls .owl-page.active span {
  background: #B9B9B3;
}

.vlc-carousel .owl-controls {
  display: none;
}
.car-carousel {
  margin-top: 2em;
}
section p {
  margin: 1.4em 0 1.4em;
  padding: 0;
  line-height: 1.4em;
}
.separador {
  height: 22px;
}
.categoria-coche {
  padding: 3em 0 7em;
}
.all-inclusive {
  padding: 0;
}
.all-inclusive h3 {
  padding: 2em 0 0.4em;
}
.car-carousel h3 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.slidecontainer {
  margin: 2em 0;
  width: 100%;
  height: 28px;
  padding-left: 11.5em;
  padding-right: 10.5em;
}
.d-md-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-left: 100px;
}
.d-flex-content {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-flex-np {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;  
  overflow: inherit;
}


.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 28px;
  background: #4CB7AB;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 8px;
  height: 28px;
  background: #4CB7AB;
  cursor: pointer;
}

.btn-allinc, .btn-allinc h3 {
  color: #FFF!important;
  padding-bottom: 2em;
  cursor: pointer;
  -webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.main-blog-{
  
}

.btn-active {
  background-color: #333;
  color: #FFF!important;
  border-bottom: 7px #4CB7AB solid;
}

.btn-active h3 {
  background-color: #333;
  color: #FFF!important;
}

.btn-allinc:hover {
  background-color: #333;
  border-bottom: 7px #4CB7AB solid;
}

.btn-active:hover {
  background-color: #333;
  color: #fff!important;
  border-bottom: 7px #4CB7AB solid;
}

.container-seo-texto{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container-seo-texto p {
  width: 100%;
  text-align: left!important;

}

.iata-text {
  margin-top: 2rem;
  font-size: 45px!important;
}

@media only screen and (max-width : 768px) {

  .container-blog-landing{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 0px;
  }
  
  .all-inclusive {
    padding: 2em 0 7em 0;
  }
  .info-vlc .crd {
    padding: 4rem 2rem; 
  }
  .rating {
    padding-right: 15px;
    border: none;
  }
  .rating, .rates, .rates h2  {
    color: #505052!important;
    background-color: #FFF;
    text-align: center;
  }
  
  .cabecera h1, .cabecera p  {
    text-align: center;
  }

  .vlc-carousel .owl-controls {
    display: block;
  }
  .slidecontainer {
    padding-left: 1.5em;
    padding-right: 1.5em;
    
  }
  .fondo-carousel {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 294px;
  }
  .cabecera {
    padding: 2rem;
    height: 340px;
    min-height: 433px;
    background: url('../images/landings/vlc-mob-header.jpg') no-repeat;
    background-size: 125%;
  }
  .promo-banner {
    position: relative;
    width: 100%;
    right: 0;
    background: white;
    padding: 15px 30px 15px 15px;
    margin-top: 4rem;
  }
  .promo-banner p {
    text-align: left;
    padding-left: 2rem;
  }
  .label-offer {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 1.4em;
  }
  .info-vlc-p {
    margin: .4em 0 1.4em;
    text-align: right;
    color: #FFF!important;
  }
  h1, .h1 {
    font-size:31px!important;
  }
  .h1-small {
    padding: 0;
    font-size:21px!important;
    font-weight: 700!important;
    text-shadow: none;
  }
  .lab-promo {
    padding-top: 1rem;
    color: #B9B9B3;
  }
  .rates {
    padding: 2rem;
    border: none;
  }
  .trust {
    padding: 2rem 4.5rem;
  }
  .app-text {
    padding-top: 9rem;
  }
  .h2 {
    margin: 0;
    padding: 0;
    font-size: 28px !important;
    line-height: 30px!important;
    font-weight: 700;
    text-shadow: none;
  }
  
  .cabecera  h1.h1-small {
    font-size: 26px!important;
    line-height: 30px!important;
    margin-bottom: 2rem;
  }
  
  .cabecera  p.h1-small {
    font-size: 20px!important;
    line-height: 26px!important;
    font-weight: 400!important;
    margin-top: 1rem;
  }
  
}