.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
}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}/*
* 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;

}

.titulos-shuttle{
	font-size: 24px!important;
	font-weight: 700!important;
	margin: 15px!important;
	color: #505052 !important;
}

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: 36px;
}
h2 {
	font-size: 24px!important;
	position: relative!important;
	font-weight: 700!important;
    line-height: 25px!important;
    font-size: 24px!important;
}


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;
}

#pickconthour, #dropconthour {
  overflow-y: visible!important;;
}


@media (min-width: 601px) {
  .sticky-hour-title {
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;
    padding: 10px !important;
    margin: 5px -58px !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;
}

.hour-content {
    max-height: 800px!important;
    overflow-y: auto!important;
	position: relative!important;
}


.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);
}

    .subtitulo-modal{
        font-size: 20px;
        color: #505052 !important;
        font-weight: 600;
        margin-bottom: 10px;
    }

.btn-contrast {
	border-radius: 4px!important;
	background: linear-gradient(180deg, #FFF200 0%, #F7C11C 100%)!important;
	color: #00312f !important;
	font-size: 12px!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 #505052 !important;
					color: #505052  !important;
					text-transform: capitalize;
					font-weight: 600;
					cursor: pointer;
				}
				
				.btn-grey:hover {
					background-color: #ffffff !important;
					color: #505052 !important;
				}

				.muestraMas {
					background-color: #ffffff !important;
					border: 1px solid #505052 !important;
					color: #505052 !important;
					text-transform: capitalize;
					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!important;
    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;
	z-index: 4444444444444444;
}
.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;
} */

.heading-oficina-shuttle{
	font-size: 17px;
	font-weight: 600;
	color: #505052 ;
	    font-family: 'Plus Jakarta Sans', sans-serif;
}
 
.subtitulos-landing-pages{
	font-size: 24px!important;
	font-weight: 700!important;
	color: #505052!important;
	font-family: 'Plus Jakarta Sans', sans-serif!important;
}

.lang-icon{
	border-radius: 2px;
}
.password-container {
	position: relative;
}

.container-cambiar-password{
	margin-top: 300px;
}
 .container-cards-encuentro
	{
		margin: 50px 15px!important;
	}
.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: 85%;
	}
}
@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;
	
	}
	.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)  {

		.subtitulos-landing-pages{
		font-size: 20px!important;
		padding: 10px;
		}	
}	

	.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: 600px;
		margin: 0 auto!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: 768px) {
			.modal-dialog {
		width: auto!important;
		margin: 0 auto!important;
	}
		}


@media (max-width:1067px) {



		.titulos-shuttle{
	font-size: 20px!important;
}

	.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;
}

/* Hora seleccionada */
.active-hora-home-selected {
  background-color: #4CB7AB!important; 
  color: white!important;
  border-color: #4CB7AB!important;
}
.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: 40px !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: 20px;
  height: 20px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 40 40' 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: 0px 0px;
  border-radius: 6px;
  z-index: 2;
  position: absolute;
  left: 15px;
  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;
}.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;
}

/* 
 * 	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
}/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
.offer {
    width: 130px;
    padding: 10px 15px;
    position: absolute;
    top: 15px;
    right: 5%;
    background-color: var(--Cyan);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.offer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border: 21px solid;
    border-color: transparent var(--LightGrey) transparent transparent;
}

.discount {
    position: absolute;
    z-index: 1000;
    left: 10px;
    top: -50px;
}

.tag {
    display: inline-block;
    position: absolute;
    width: 6rem;
    min-height: 5rem;
    margin: 2rem 0;
    border-top: 1rem solid;
    border-bottom: 2px dashed #aaa;
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .4));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .4));
    text-align: center;
}

.uno {
    background: #F2BC7E;
    border-top-color: #357081;
    transform: rotate(-7deg);
}

.dos {
    background: #F9DF54;
    border-top: 2rem solid #E63A30;
    height: auto;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .25));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .25));
}

.tag:before {
    content: '';
    position: absolute;
    top: -2.5rem;
    left: 0;
    width: 6rem;
    border-bottom: 1.5rem solid #357081;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
}

.dos:before {
    border-bottom: 2rem solid #E63A30;
    top: -4rem;
}

.tag:after {
    content: '';
    position: absolute;
    left: 3.7rem;
    top: -2.2rem;
    border: .5rem solid #B48D64;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .4) inset;
}

.dos:after {
    width: 2rem;
    height: 2rem;
    top: -3.6rem;
    left: 3.3rem;
    border-color: #A6160C;
    border-width: .7rem;
}

.date {
    margin: 1rem 0 -1rem;
    display: block;
    padding: .5rem 0;
    text-align: center;
    font-family: monospace;
    font-size: 1.5rem;
}

.dos .date {
    background: rgba(0, 0, 0, .3);
    margin-bottom: 0;
}

.uno .date:before {
    content: '';
    position: absolute;
    top: -1.7rem;
    left: 2rem;
    height: 7rem;
    width: 15px;
    border-left: 2px solid #BB845E;
    border-top: 2px solid #BB845E;
    border-radius: 15px / 20%;
    z-index: 5;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .9) inset;
    transform: rotate(45deg);
}

.dos h1 {
    font-family: 'Aldrich', sans-serif;
    color: #A6160C;
    transform: rotate(90deg);
    letter-spacing: normal;
    margin: 3rem 0;
    position: relative;
    right: -1.5rem;
}

.dos h2 {
    transform: rotate(90deg);
    position: absolute;
    top: 55%;
    left: -2rem;
    background: rgba(0, 0, 0, .3);
    padding: 0 1rem;
    border-radius: 5px;
    color: inherit;
    line-height: 1.2;
}

.dos p {
    background: rgba(0, 0, 0, .3);
    padding: .5rem 0
}

.discountAI {
    width: 40px;
    height: 30px;
    border-radius: 20%;
    border: 1px solid red;
    color: red;
    margin: 5px !important;
    background: #ffd6d4;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    transition: all 800ms ease-in-out;
}

.discountSC {
    width: 40px;
    height: 30px;
    border-radius: 20%;
    border: 1px solid red;
    color: red;
    margin: 5px !important;
    background: #ffd6d4;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    transition: all 800ms ease-in-out;
}

.backImage {
    background: linear-gradient(-45deg, #7cc09b, #b9b9ba, #C5EAE3, #b2eee0);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.backImage::after,
.backImage::before {
    content: "";
    position: absolute;
}


/* .backImage::after {
	background-color: #f8c51a;
    top: -3%;
    width: 66px;
    height: 114px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 80%, 0% 100%);
 
} */

.lineF {
    content: "";
    display: inline-block;
    width: 100%;
    height: 90%;
    left: 0;
    top: 0;
    position: fixed;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 3% 0, 34% 100%, 0 100%);
    clip-path: polygon(0 0, 3% 0, 34% 100%, 0 100%);
}

.priceh1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff !important;
    background-color: #f8c51a;
    max-width: 25%;
}


/* Slick Slider Css Ruls */

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

.img-fill img {
    margin: 0 auto;
    position: relative;
    display: inline-block;
    max-width: 100%;
}


/* Slider Theme Style */

.Container {
    padding: 0 15px;
}

.Container:after,
.Container .Head:after {
    content: '';
    display: block;
    clear: both;
}

.Container .Head {
    font: 20px/50px NeoSansR;
    color: #222;
    height: 52px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.Container .Head .Arrows {
    float: right;
}

.Container .Head .Slick-Next,
.Container .Head .Slick-Prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    background: #2b2b2b;
    color: #FFF;
    margin-left: 5px;
    cursor: pointer;
    font: 18px/36px FontAwesome;
    text-align: center;
    transition: all 0.5s;
}

.Container .Head .Slick-Next:hover,
.Container .Head .Slick-Prev:hover {
    background: #33687a;
}

.Container .Head .Slick-Next:before {
    content: '\f105'
}

.Container .Head .Slick-Prev:before {
    content: '\f104'
}

.SlickCarousel {
    margin: 0 -7.5px;
}

.ProductBlock {
    padding: 0 7.5px;
}

.three-rates {
    padding-left: 0;
    padding-right: 0;
}

.trestarifas {
    padding: 0;
}

.label-guar {
    background-color: #e67e22;
}

.label-hybrid {
    /* background-color: #05a0f3; */
    background-color: #2ecc71;
}

.label-eco {
    display: none;
    background-color: #2ecc71;
}

.stopsale {
    opacity: 1
}

.stopsale-header {
    font-size: 14px;
    text-transform: uppercase;
}

.af-fechas {
    cursor: pointer;
}

.label-wiber {
    background: #51bcb8;
}

.precio_oferta {
    background-color: #d9534f;
    color: #FFF!important;
    font-size: 16px!important;
    padding: 0.2em 0.5em;
    margin: 1em 0 0 0;
}

.precio_oferta h3 {
    color: #FFF!important;
    font-size: 15px!important;
}

.precioTarifa .label-auto {
    font-size: 51%!important;
}

#list .label {
    border-radius: 10px;
    margin-right: 3px;
}

.categoria {
    line-height: 25px;
}

.seal {
    position: absolute;
    float: right;
    right: 20px;
}

.buscador-home {
    margin-top: 0;
}

.text-disponible {
    text-align: center;
    padding: 12px 0;
    color: #FFF;
    background: #91cf60;
    margin: 1px;
    font-size: 11px;
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.text-disponible:hover {
    background: #51bcb8;
}

.text-nodisponible {
    font-size: 11px;
    text-align: center;
    padding: 12px 0;
    color: #FFF;
    background: #d7191c;
    margin: 1px;
}

.text-disponible-small {
    text-align: center;
    color: #FFF;
    background: #91cf60;
    padding: 0 0.5em 0;
}

.stopsalecontainer {
    width: 37px;
    float: left;
}

.stopsalehoras {
    text-align: center;
    padding: 1em;
}

.text-stopsale-horas {
    line-height: 19px;
    margin: 5px 0;
}

.alert {
    padding: 2rem 2rem 1rem 2rem;
}

.alert-warning {
    color: #333!important;
    font-weight: 400;
}

.copy-stopsale-hour {
    text-align: left;
    line-height: 26px;
}

.crono {
    opacity: 0.6;
    width: 5.333333%;
    padding-top: 1em;
}

.loader-search {
    top: 10%;
}

.precio-sc {
    padding-left: 45px;
}

.btn-sc-all-inc {
    display: none;
}

.caracteristicas-sc {
    height: 355px;
}

.modal-dialog {
    margin-top: 9em;
}

.pointer {
    cursor: pointer;
}

.p-stopsale-header {
    margin-top: 33px;
}

.car-wikey {
    background: url("../images/wikeysc.jpg") no-repeat left;
    background-position-y: 36px;
    background-size: 100%;
}

.car-wikey-content {
    min-height: 238px;
}

.btn-tarifa-contrast {
    padding: 1em!important;
    font-weight: 600!important;
    border-radius: 10px!important;
    font-size: 21px!important;
    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);
    margin-top: 1em;
    color: #0A6560 !important;
}

.text-wow {
    font-size: 26px;
}

.btn-wikey-smart-car {
    margin-top: 3em!important;
}

.sello-sc {
    position: absolute;
    left: 35%;
    top: -46px;
}

@media (max-width: 767px) {
    .container {
        padding: 0!important;
    }
}

@media (max-width: 767px) {
    .banner-oferta-top {
        margin-top: 0px;
        position: relative;
        max-height: 72px;
        height: 72px;
    }
    .container {
        padding: 0 10px;
    }
    .emisiones {
        display: none;
    }
    .stopsalecontainer {
        margin: 4px;
    }
    .label {
        line-height: 2;
    }

    .af-fechas {
        width: 100%!important;
        }
    #vehiculos-disponibles{
        padding-top: 0;
        padding-left: 0px;
        padding-top: 10px;
        text-align: center;
    }
}

.texto-recogida-devolucion{
    color: #505052 !important;
}

.texto-fechas{
    color: #999 !important;

}

#modalBuscador{
    margin: 10px;
    border: none;
    outline: none;
    overflow: hidden;
    z-index: 9999999999999999999999999999999999999999999999;
}

/* #modalBuscador .modal-lg{
    height: 300px!important;
} */

.owl-carousel {
    margin-top: 0;
}

.linea {
    margin-top: 0;
}

.carousel-inner {
    height: 230px;
}


.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url("../images/left.png") no-repeat!important;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url("../images/right.png") no-repeat!important;
    margin-right: -20px;
}

.owl-carousel-reserva-precios .owl-controls .owl-buttons div.owl-prev {
    background: url("../images/expand_circle_right.svg") no-repeat;
    opacity: 1 !important;
    transform: rotate(180deg);
    left: -28px;
    top: -8px;

}

.owl-carousel-reserva-precios .owl-controls .owl-buttons div.owl-next {
    background: url("../images/expand_circle_right.svg") no-repeat;
    opacity: 1!important;
    margin-right: -27px;
    margin-top: 8px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev::before {
    content: ''!important;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: ''!important;
}
.owl-theme .owl-controls .owl-buttons div {
    display: block!important;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 100;
    width: 56px;
    height: 56px;
    text-indent: -5000px;
    background: #2a3045;
    opacity: 0.2;
}

.info-wiber {
    color: #31708f!important;
}

.sep {
    margin-top: 1.8em;
}


.vehiculos .vehiculo .precio {
    font-size: 14px;
}

.vehiculos .vehiculo>div {
    vertical-align: top;
}

.info-carac-tarifa-new {
    margin-top: 0;
}

.vehiculos .vehiculo .precio .precio_dia {
    font-size: 22px;
    line-height: 24px;
    margin-top: 1em;
}

#list {
    min-height:15px;
}

/* Skeleton de primera carga para evitar el salto visual del listado. */
body.reserva-initializing #list,
body.reserva-initializing #list-ai {
    position: relative;
    min-height: 560px;
}

body.reserva-initializing #list > *:not(.reserva-list-skeleton),
body.reserva-initializing #list-ai > *:not(.reserva-list-skeleton) {
    opacity: 0;
    pointer-events: none;
}

#list > *,
#list-ai > * {
    transition: opacity 0.2s ease;
}

body.reserva-initializing #list::before,
body.reserva-initializing #list-ai::before {
    content: none;
}

.reserva-list-skeleton {
    position: relative;
    z-index: 3;
    pointer-events: none;
    padding: 8px 0;
}

.reserva-skeleton-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.reserva-skeleton-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    padding: 16px;
}

.reserva-skeleton-top {
    margin-bottom: 14px;
}

.reserva-skeleton-title,
.reserva-skeleton-subtitle,
.reserva-skeleton-image,
.reserva-skeleton-line,
.reserva-skeleton-button {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200px 100%;
    animation: reservaSkeletonShimmer 1.5s infinite;
    border-radius: 6px;
}

.reserva-skeleton-title {
    height: 22px;
    width: 62%;
    margin-bottom: 8px;
}

.reserva-skeleton-subtitle {
    height: 14px;
    width: 42%;
}

.reserva-skeleton-main {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 14px;
    align-items: stretch;
}

.reserva-skeleton-image {
    min-height: 115px;
}

.reserva-skeleton-price {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
}

.reserva-skeleton-line {
    height: 16px;
    width: 85%;
}

.reserva-skeleton-line.short {
    width: 56%;
}

.reserva-skeleton-button {
    height: 38px;
    width: 100%;
    border-radius: 8px;
}

@keyframes reservaSkeletonShimmer {
    0% { background-position: -200px 0; }
    100% { background-position: 200px 0; }
}

@media (prefers-reduced-motion: reduce) {
    .reserva-skeleton-title,
    .reserva-skeleton-subtitle,
    .reserva-skeleton-image,
    .reserva-skeleton-line,
    .reserva-skeleton-button {
        animation: none;
    }
}

.upper {
    text-transform: uppercase
}

.contenedor-sleccion {
    margin-top: 15px;
    padding: 0 1em;
}

.vehiculos .vehiculo {
    padding-top: 4em;
    border-bottom: 2px solid #D0D0D0
}

.listado .vehiculo {
    padding-top: 1em;
}

.info-producto {
    font-size: 16px;
}

.vehiculos .vehiculo .precio .tipo-tarifa .precio-anterior {
    margin-bottom: 5px;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 100;
    color: #666;
    min-height: 32px;
    margin-top: 10px
}

.vehiculos .vehiculo .precio .tipo-tarifa-tres .precio-anterior {
    margin-bottom: 5px;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 100;
    color: #666;
    min-height: 32px;
    margin-top: 10px
}

.vehiculos .vehiculo .precio .tipo-tarifa-tres.smart-car-cover {
    color: #FFF;
    background-color: #505052;
}

.oferta-top-cover {
    line-height: 1;
    color: #0A6560;
    font-weight: 700;
    text-align: center;
    padding: 0.95em;
    font-size: 12px;
    cursor: pointer;
    border-radius: 10px;
}

.oferta-sc {
    background-color: #202020;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 0.95em;
    font-size: 15px;
    cursor: pointer;
}

.oferta-smart-car-black {
    line-height: 1;
    color: #333;
    text-align: center;
    padding: 0.95em;
    font-size: 15px;
    cursor: pointer;
}

.oferta-smart-car-white {
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 0.95em;
    font-size: 15px;
    cursor: pointer;
}

.precio-anterior-porcentaje-capa {
    border-top: 30px solid #d9534f;
    border-right: 20px solid transparent;
    height: 0;
    width: 85px;
    position: absolute;
}

.precio-anterior-porcentaje-texto {
    color: #FFF;
    margin-top: -33px;
    margin-left: 1px;
    font-style: oblique;
    font-size: 20px;
}

.vehiculos .vehiculo .precio .precio_dia .ampliar {
    font-size: var(--currency-rate-size);
    font-weight: 400;
}

.vehiculos .vehiculo .precio {
    font-size: 14px
}

.info-carac-tarifa-new .elem-carac-tarifa {
    font-size: 12px;
    min-height: 21px
}

.elem-carac-tarifa{
    margin: 20px 15px;
    text-align: left;
}

.vehiculos .vehiculo.new-tarifas .precio .texto_tasas {
    padding-right: 0;
    margin-top: 15px;
    font-size: 12px;
    font-weight: bolder
}

.vehiculos .vehiculo .precio>div {
    line-height: 1.8
}

.vehiculos .vehiculo .btnSelectCar {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bolder;
    /* margin-top: 20px; */
    margin-bottom: 15px;
    border-color: #51bcb8;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3)
}

.scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; 
}

.scroll-container .item {
    flex: 0 0 auto;
    scroll-snap-align: start; 
    width: 80%;
    margin-right: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 15px;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}


@media only screen and (max-width: 600px) {
    .contenedor-filtros {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .label-filter {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center!important;
        margin-top: 25px;
        border-radius: 5px;
    }
    .label-filter-reset {
        margin-top: 25px;
    }
    #etiquetas-filtros-gps {
        margin-bottom: 20px!important;
    }
}




.remove-filter-btn {
    padding: 2px 5px;
    margin-left: 5px;
    font-size: 0.8em;
    cursor: pointer;
    color: white;
    background-color: rgb(255, 83, 83);
    border-radius: 5px;
}

.label-filter {
    padding: 0.5em;
    margin: 0 0.2em;
    border: 1px #ddd solid;
    cursor: pointer;
    color: #999;
    transition: background .15s linear;
    border-radius: 10px;
}

.label-filter:hover {
    background: #ddd;
}

.label-filter-reset {
    padding: 0.5em;
    margin: 0 0.2em;
    cursor: pointer;
    color: #999;
}

.label-filter-reset:hover {
    background: #fff;
}

.text-check {
	color: #4CB7AB!important;
}

a.btn-wiber,
a.btn-wiber:active,
a.btn-wiber:focus,
a.btn-wiber:hover,
a.btn-wiber:visited {
    color: #FFF;
    outline: 0;
}

.vehiculos .linea {
    line-height: 3.3
}

.icono {
    display: inline;
    padding-right: 10px
}

.vehiculos .carousel-control {
    margin-top: 70px
}

.vehiculos .carousel-inner .item img {
    display: block;
    margin: 0 auto
}

.vehiculos .vehiculo .img-vehicle img {
    padding-top: 6px
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.icono img {
    vertical-align: text-bottom
}

.caracteristicas,
.img-veh-caption {
    text-align: center
}
.nav-tabs {
	border: none;
	padding: 0 !important;
	display: flex;
	justify-content: left;
	flex-direction: row;
	align-items: center;
}

.nav-tabs>li>a {
    border: none;
    padding: 8px;
    background: #f3f3f3;
    line-height: 17px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
    /* background-color: #51bcb8; */
    color: #FFF;
    border: 1px solid #bebebe !important;
    opacity: 1;
    border-radius: 0!important
}
.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;
}

.second:hover{
background-color: rgb(235, 235, 235);
}


.nav-tabs>li>a,
.nav-tabs>li>a:hover {
    color: #fff6db;
    font-weight: normal;
    border: 1px solid #bebebe !important;
    line-height: 12px!important;
    border-radius: 0!important
}

.filters-mobile{
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #e2e2e2;
    color: #000;
    border-radius: 15px !important;
    border: 1px solid #ededed !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    margin: 5px;
}

.btn-wiber-edit-fechas{
    text-decoration: none !important;
    background-color: #f5f5f5;
    color: #000;
    border-radius: 10px !important;
    border: 1px solid #ededed !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    padding: 5px;
}

.btn-wiber-filters-mobile{
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f5f5f5;
    color: #000;
    border-radius: 15px !important;
    border: 1px solid #ededed !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    margin: 4px;
    padding: 6px 8px;
    font-size:12px;
}


.btn-wiber-filters-mobile-flex{
    
    text-decoration: none !important;
    text-align: center;
    background-color: #f5f5f5;
    color: #000!important;
    border-radius: 10px !important;
    border: 1px solid #ededed !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    margin: 4px;
    padding: 6px 8px;
    font-size:12px;
}



.nav-tabs.nav-justified>li{
    width: 200px;
}

.nav-tabs>li.back>a {
    opacity: 1;
       /*  background-color: #f5f5f5; */
        border: 1px solid #ededed !important;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
        color: #000;
        border-radius: 15px !important;
        margin: 8px;
    }
/*     .nav-tabs>li.back>a:hover {
        background-color: #FFF;
    } */
h3 {
    margin-top: 20px
}

.carousel-control.right,
.carousel-control.left {
    background-image: none!important;
}

h2 {
    margin: 0;
    font-size: 1.5em!important;
    padding: 0;
    color: #51bcb8;
    position: relative;
    font-weight: 100!important;
}

.vehiculos .vehiculo.new-tarifas .precio .tipo-tarifa {
    border: 1px solid #d2d2d2;
    padding: 0;
}

.vehiculos .vehiculo.new-tarifas .precio .tipo-tarifa-tres {
    border-left: 1px solid #d2d2d2;
    padding: 0;
}


/*
.titulo-tarifa.all-inclusive {
    background-color: #51bcb8 !important;
    color: #FFF!important;
}
.titulo-tarifa.full-full {
    background-color: #51bcb8 !important;
    color: #333!important;
}
*/

.vehiculos .vehiculo.new-tarifas .precio .tipo-tarifa .titulo-tarifa {
    background-color: #51bcb8;
    font-weight: 400;
    font-size: 1.2em;
    color: #FFF;
    padding: 5px 0;
}

.vehiculos .vehiculo.new-tarifas .precio .tipo-tarifa-tres .titulo-tarifa {
    background-color: #FFF;
    font-weight: 700;
    font-size: 1.2em;
    color: #333;
    padding: 5px 0;
}

.margin-top-20 {
    margin-top: 20px!important;
}

.vehiculos .vehiculo.new-tarifas .precio .tipo-tarifa-tres.smart-car-cover .titulo-tarifa {
    background-color: #505052;
    color: #FFF;
}

.smart-car-cover .text-success {
    color: #50E3C2;
}

.smart-car-cover .info-wiber,
.smart-car-cover .text-info {
    color: #FFF!important;
}

.vehiculos .linea {
    line-height: 0.3;
}

h3 {
    margin: 0;
    font-size: 2.385rem;
    padding: 1em 0;
    color: #282828;
    line-height: 1.3em;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
}



.vehiculos .vehiculo.new-tarifas .precio .texto_tasas {
    padding-right: 0;
    margin: 15px 0;
    font-size: 13px;
    font-weight: 400;
}

.vehiculos .vehiculo .precio-dispo-total .precio {
    font-size: 22px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 30px;
}

.vehiculos .vehiculo .precio-dispo-total .precio .precio-tarifa {
    font-size: 54px;
}

.vehiculos .vehiculo .precio-dispo-total .duracion-res {
    font-size: 16px;
    font-weight: 400;
}

.navbar-main-menu {
    border-bottom: 1px #d5d5d5 solid;
    box-sizing: content-box;
    background-color: #FFF;
    z-index: 40;
}
#vehiculos-disponibles {
    padding-left: 12px;
    padding-top:10px ;
}

.fechas-top {
    /* El offset base en desktop coincide con el estado final de JS para evitar salto inicial. */
    background: #FFF;
    font-size: 16px;
    line-height: 20px;
    margin-top: 300px;
    padding: 1em;
    transition: border-bottom 0.3s;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100% !important;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.container-fechas-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.col-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.col-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.4em;
}

.arrow {
    flex: 0.1;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}

.duration {
    flex: .5;
}

.edit-button {
    flex: 0.1;
    justify-content: center;
    align-items: center;
}


.fechas-top-mobile {
    /* El offset base en móvil coincide con el estado final de JS para evitar salto inicial. */
    background: #FFF;
    font-size: 14px;
    margin-top: 24px;
    padding: 0.8em 0.8em 0 0.8em;
    transition: border-bottom 0.3s;
    width: 100% !important;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);

}

.reserva-scroll-ready #list {
    margin-top: 0;
}

.reserva-scroll-ready .fechas-top {
    /* Mantiene el mismo offset en "scroll-ready" para evitar flicker por recálculo de márgenes. */
    margin-top: 300px;
    will-change: auto;
    transition: none;
}

.reserva-scroll-ready .fechas-top-mobile {
    /* Mantiene también en móvil el mismo offset en "scroll-ready". */
    margin-top: 24px;
    will-change: auto;
    transition: none;
}

.reserva-affixed #list {
    margin-top: 380px;
}

.reserva-affixed .fechas-top {
    margin-top: 200px;
}

.reserva-affixed .fechas-top-mobile {
    margin-top: -80px;
}

@media (prefers-reduced-motion: reduce) {
    .reserva-scroll-ready .fechas-top,
    .reserva-scroll-ready .fechas-top-mobile {
        transition: none;
    }
}

.arrow-mobile {
    margin: -60px;
}


.col-item-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.col-content-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2em;
}

.col-content-mobile-duration {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 5px;
}

.fechas-titulo {
    font-size: 0.5em;
}

.navbar-main-menu .sf-menu>li>a:hover {
    color: #FFF;
    background-color: #51bcb8;
}

.navbar-main-menu .item .btn-main:hover,
.navbar-main-menu .sf-menu>li>a:hover {
    color: #FFF;
    background-color: #51bcb8;
}

[aria-labelledby="dropdownMenu1"] > li > a:hover {
    background-color: #bebebe !important;
}

[aria-labelledby="dropdownMenu1"] > li > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background: #f5f5f5;
    margin: 10px;
    border-radius: 5px;
}

#filtros .dropdown-menu {
    text-align: center;
    position: relative;
    width: 95%;
    position: absolute!important;
    z-index: 10000!important;
}

.nav-tabs .dropdown-menu{
    border: none !important;
    border-radius: 5px;
    margin: 2px;
    position: absolute!important;
    z-index: 10000!important;
}


.breadcrumbW {
    list-style: none;
    display: inline-block;
    text-align: center!important;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: 1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}



.horizontal-line {
    position: relative;
    width: 80%;
    height: 2px;
    background-color: #000;
    margin: 20px 0;
}

.horizontal-line span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f0f0f0;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
}

.filtros-edit {
    position: relative!important;
    z-index: 50!important;
    margin: 4px;
}

.dropdown-menu {
    position: absolute!important;
    z-index: 10000!important;
    border-radius: 10px;
}

.datos-reserva-edit {
    position: relative!important;
    z-index: 1!important;
}

.breadcrumbW li {
    float: left;
    text-align: center;
    width: 25%;
}

.breadcrumbW li a{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    position: relative;
}


.breadcrumbW li a {
    color: #000000;
    display: block;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 0px;
    padding: 0 10px 0 5px;
    text-align: center;
    font-size: 16px;
}

.navbar-main-menu .item .btn-main,
.navbar-main-menu .sf-menu>li>a {
    color: #333 !important;
}

/* .breadcrumbW li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

.breadcrumbW li:first-child a:before {
    border: none;
}

.breadcrumbW li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}

.breadcrumbW li:last-child a:after {
    border: none;
} */


.breadcrumbWDesktop  li.atras::after {
    content: '';
    position: absolute;
    top: 60%;
    left: 42%;
    width: 25%;
    height: 2px;
    background-color: #DBDCDE !important;
    transform: translateY(-50%);
}
.breadcrumbWDesktop  li.siguiente::after {
    content: '';
    position: absolute;
    top: 60%;
    left: 75%;
    width: 17%;
    height: 2px;
    background-color: #DBDCDE !important;
    transform: translateY(-50%);
}

.breadcrumbWDesktop  li.activo::after {
    content: '';
    position: absolute;
    top: 60%;
    left: 13%;
    width: 21%;
    height: 2px;
    background-color: #DBDCDE !important;
    transform: translateY(-50%);
}

/* .breadcrumbWMobile  li.atras::after {
    content: '';
    position: absolute;
    top: 62%;
    left: 28%;
    width: 10%;
    height: 2px;
    background-color: #DBDCDE !important;
    transform: translateY(-50%);
} */



/* .breadcrumbWMobile li.activo::after {
    content: '';
    position: absolute;
    top: 62%;
    left: 65%;
    width: 10%;
    height: 2px;
    background-color: #DBDCDE !important;
    transform: translateY(-50%);
} */

.breadcrumbW li a:before,
.breadcrumbW li a:after {
    content: "";
    position: absolute;
    top: 0;
    border-width: 20px 11px;
    width: 0;
    height: 0;
    z-index: 1;
}

.breadcrumbW li a:before {
    left: -20px;
    border-left-color: transparent;
}

.breadcrumbW li a:after {
    display: none;
    left: 100%;
    border-color: transparent;
}


.breadcrumbW li.atras a {
	color:#000000;
    display: flex !important;
    justify-content: left !important;
}

.breadcrumbW li.siguiente a {
    text-align: center;
    color: #747474!important;
    display: flex!important;
    justify-content: right!important;
}




.breadcrumbW li.siguiente a {
    text-align: center;
    color: #747474!important;
    display: flex!important;
    justify-content: right;
}


.breadcrumbW li.siguiente a span{
    text-align: center;
    color: black!important;
}

.breadcrumbW li.final a:before {
    border-color: #C5EAE3;
    border-left-color: transparent;
}

.breadcrumbW li.final a {
    background-color: #C5EAE3;
    text-align: center;

    color: #848484;
}

.vehiculos .vehiculo.new-tarifas .precio .border-ai {
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.14), 0 1px 23px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.vehiculos .vehiculo.new-tarifas .precio .ai-eslogan {
    background: #f3f3f3;
    color: #333;
    font-weight: 700;
}

.vehiculos .vehiculo.new-tarifas .precio .sc-eslogan {
    background: #505052;
    color: #fff;
}

.vehiculos .vehiculo.new-tarifas .precio .ff-eslogan {
    background: #C9D7D4;
}

.label-auto {
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    border-radius: .05em;
}

.label-neutro {
    float: left;
    margin: 0 1rem 0 0;
    background-color: #505052;
    vertical-align: text-top;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 7px;
}

.nombre-producto h3 {
    padding-right: 4rem!important;
}

.popover-content {
    font-size: 14px;
    line-height: 16px;
    padding: 23px 23px;
}

.popover-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    background-color: #51bcb8;
    color: #FFF;
    padding: 23px 23px;
}

.tar-wikey {
    position: absolute;
    top: -14px;
    left: 8px;
    padding: 1em;
}

.tar-star {
    position: absolute;
    top: -52px;
    left: -2px;
}

.tar-star .fa {
    color: #ffff8d;
    font-size: 68px;
    text-shadow: 3px 3px 16px #828241;
}

#filtrosModal{
    margin-top: 80px;
}

.modal .nav-tabs>li>a,
.modal .nav-tabs>li>a:hover {
    color: #444;
    font-weight: normal;
    border: none !important;
    border-radius: 0!important;
    line-height: 12px!important;
}

.tab-content-outer .tab-content {
    background: rgba(232, 232, 232, 0.81);
    border: none;
    color: #1C2236;
    padding: 1em;
}

.oferton {
    margin: 15px 1px;
}

.oferton p {
    line-height: 1.4em;
    margin: 0;
}

.oferton .contenedor {
    border: 1px solid #ccc;
    padding: 1em;
    border-radius: 3px;
    background: url(../images/listado/fondo-promo.png) no-repeat right top;
    background-size: 80%
}

.oferton-modelo {
    color: #333;
    font-size: 1.4em;
    margin-top: -10px;
}

.img-promo {
    opacity: 0;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

.load {
    opacity: 1;
}

.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;
}

.img-promo {
    width: 350px;
    margin-left: -5em;
    top: -98px;
    position: absolute;
}

.heart {
    color: red;
    animation: 1.5s infinite beatHeart;
}

.copy-oferta {
    font-size: 1.1em;
}

@keyframes beatHeart {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.3);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    60% {
        transform: scale(1);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.borde-allinclusive {
    font: 1.19em/1.19em 'Plus Jakarta Sans', sans-serif;
    margin-top: 2.2em;
    height: 355px;
}

.borde-allinclusive h1 {
    margin-top: 2em;
    padding: 0;
}

.borde-allinclusive .ampliar {
    font-size: 42px !important;
}

.borde-allinclusive .precio {
    font-size: 18px!important;
    margin: 0.5em 0 1em 0;
}

.borde-allinclusive .bg-secundario {
    height: 355px;
}

.caracteristicas-ai {
    border-right: 2px solid #d2d2d2;
    border-top: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
    height: 355px;
}

.sello-ai {
    position: absolute;
    left: 35%;
    top: -34px;
}

.ai-bottom {
    line-height: 60px;
    font-size: 14px;
}

.iva {
    position: absolute;
    right: 0;
    top: 354px;
    font-size: 13px;
}

.in-caracteristicas {
    padding: 1.2em 0 0 2em;
}

.in-caracteristicas p {
    line-height: 1.2em!important;
}

.wikey-info {
    padding: 17px;
    background: #f3f4f6;
    width: 80%;
    cursor: pointer;
}

.active-background {
    background-color: #4CB7AB!important;
    color: #000;
    border: 1px solid #6d6d6d73 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
}

.modal-dialog {
    width: 720px;
}

.modal-content .col-sm-1 {
    width: 6.333333%!important;
    line-height: 1.6;
}

.title-sc {
    margin: 2rem 0;
    margin: 2rem 0;
}

.close {
    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);
}

.title-modal-wikey {
    line-height: 80px;
}

.modal-header .close {
    margin-top: 0;
    z-index: 0;
}

.subtitle {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
    margin-top: 18px;
}

.contrast {
    background: #0A6560;
    color: white!important;
}

.contrast h2 {
    color: #FFF200;
}

.contrast h3 {
    color: #FFF!important;
}

.yellow {
    color: #FFF200;
}

.modal {
    z-index: 104000;
   /*  margin-top: 80px; */
    overflow: auto;
    z-index: 99999999;
}

.numeros-steps-2{
    padding: 20px 16px;
    border-radius: 32px;
    background: #4CB7AB;
    color: white!important;
    font-weight:400;
    margin: 5px;
    }

    .numeros-steps-3{
        padding: 20px 16px;
        border-radius: 32px;
        background: #f5f5f5!important;
        color: black!important;
        font-weight:400;
        margin: 5px;
        }

        .numeros-steps-4{
            padding: 20px 16px;
            border-radius: 32px;
            background: #f5f5f5!important;
            color: black!important;
            font-weight:400;
            margin: 5px;
            }
            


    .numeros-steps-mobile{
        padding: 5px 12px;
        border-radius: 32px;
        background: #FFF;
        color: black!important;
        font-weight:400;
        margin: 5px;
        }


        .numeros-steps-mobile-1{
            padding: 4px;
            border-radius: 32px;
            background: #4CB7AB;
            color: #fff!important;
            font-weight:400;
            margin: 5px;
            }
        .numeros-steps-mobile-2{
            padding: 13px 10px;
            border-radius: 32px;
            background: #4CB7AB;
            color: white!important;
            font-weight:400;
            margin: 5px;
            }
        .numeros-steps-mobile-3{
            padding: 13px 10px;
            border-radius: 32px;
            background: #f5f5f5!important;
            color: black!important;
            font-weight:400;
            margin: 5px;
            }

            .numeros-steps-mobile-4{
                padding: 13px 10px;
                border-radius: 32px;
                background: #f5f5f5!important;
                color: black!important;
                font-weight:400;
                margin: 5px;
                }

    .breadcrumbWDesktop > li > a{
        height: 70px!important;
       }

       .breadcrumbWDesktop >li > a:before {
        height: 70px!important;
       }


/*        .breadcrumbWMobile > li > a{
        height: 50px!important;
       }

       .breadcrumbWMobile >li > a:before {
        height: 50px!important;
       } */


    .numeros-steps-1{
    padding: 10px;
    border-radius: 32px;
    background: #4CB7AB;
    color: #fff!important;
    font-weight:400;
    margin: 5px;
    }
    .tick-done-steps{
        font-size: 20px;
    }

    .tick-done-steps-mobile{
        font-size: 18px;
        margin: 0px;
    }



.countdown-amount {
    font-weight: 700;
    color: #FFF200;
    padding: 1rem;
}

.text-secundario {
    font-size: 13px;
}

.wiber-chev-right-white {
    height: 90px;
    background: #4CB7AB url(../images/wiber-right-white.png) no-repeat 42% top;
    border-radius: 5px!important;
}

.wiber-chev-right {
    height: 90px;
    background: url(../images/right.png) no-repeat left 45%;
    opacity: 0.2;
}

/* .vehiculos .alert-warning {
    padding: 2rem 2rem 0 2rem;
} */


/*NUEVO LISTADO*/

.car-layout {
    height: 300px;
    background-color: #FFF;
}

.car-layout .icono {
    font-size: 12px;
}

.listado .vehiculo {
    border-bottom: none;
    margin-bottom: 1em;
}

/* .listado .isstopsale img,
.listado .isstopsale .h1,
.listado .isstopsale .h2 {
    opacity: 0.5;
} */

.listado .line {
    border-right: 1px solid #b3b3b3;
    margin: 8px 13px;
    height: 26px;
}

.listado .pricing {
    display: flex;
    padding: 00;
}

.full-width {
    width: 100%;
}

.rate-details {
    margin-top: -21px;
    display: none;
    color: #FFF!important;
    z-index: 4;
}

.info-carac-tarifa-new>p {
    margin-top: 1rem!important;
}

.info-detail-body {
    min-height: 307px;
    padding: 3rem 2rem;
}

.close-info-rate {
    position: absolute;
    right: 19px;
    top: -7px;
    font-size: 45px;
    font-weight: 100;
    cursor: pointer;
    z-index: 4;
    color: rgb(179, 179, 179);
}

.btn-notify-group {
    border-color: #d8d8d8;
}

.triangle {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.triangle-0 {
    position: absolute;
    top: -29px;
    left: 4%;
    width: 60px;
    height: 30px;
    border-bottom: solid 30px #505052;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

.triangle-1 {
    position: absolute;
    top: -29px;
    right: 40%;
    width: 60px;
    height: 30px;
    border-bottom: solid 30px #505052;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

.triangle-2 {
    position: absolute;
    top: -14px;
    right: 40%;
    width: 60px;
    height: 30px;
    border-bottom: solid 30px #505052;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

.info-detail-body p {
    margin: 0 0 1rem;
}

.info-detail-body h3 {
    padding: 0;
    color: #FFF;
    font-weight: 100!important;
}

.info-detail-body h3 a {
    font-weight: 100!important;
}

.info-detail-body hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}

.info-detail-body .pricing {
    display: flex;
    padding: 00;
    align-items: center;
    justify-content: center;
}

.h2 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.info-detail-body h3 {
    text-transform: uppercase;
    font-weight: 100;
}

.equipamiento {
    margin-top: 1rem;
}

img.detalle {
    position: absolute;
    top: -28px;
    left: -3px;
    height: 305px;
}

.btn-flat-list:focus {
    color: #fff!important;
    background-color: #505052!important;
}

.equipment {
    position: absolute;
    top: 236px;
    left: 15px;
    width: 100%;
    padding-right: 4rem;
    z-index: 4;
}

.selected-rate {
    border: 2px solid #B9B9B3;
}

.h1,
h1 {
    font-size: 36px;
    padding: 0;
    font-weight: 700;
}

.h2 {
    line-height: 30px;
}

.card .alert-warning {
    left: 54px;
    padding: 9px 14px;
    position: absolute;
    bottom: 86px;
    width: 42%;
    opacity: 1;
    z-index: 2;
    background: #fff;
    border: none;
    border-left: 3px solid #4CB7AB;
    border-radius: 0;
}

.card .alert-warning .col-sm-10 {
    width: 100%;
}

#email_notify.danger {
    border: 2px solid red;
}

.card .stopsale-header {
    font-size: 11px;
    padding-right: 6rem;
}

.card .alert-warning a {
    display: none;
}

.card .alert-warning p {
    margin: 0;
}

.card .alert-warning .stopsalehoras {
    display: none;
}

.trestarifas {
    padding-top: 0!important;
    margin-bottom: 2em;
    background-color: #FFF;
}

.top-header {
    margin: 2em 0;
    background-color: #FFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.container {
    width: 90%;
}

#list h3 {
    padding-bottom: 0;
}

section p {
    margin: 1em 0 1em;
}

.btn-outline-white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bolder;
    margin-top: 21px;
    margin-bottom: 15px;
    color: #FFF!important;
    border-color: #FFF!important;
}

.btn-outline-gray {
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bolder;
    margin-top: 21px;
    margin-bottom: 15px;
    color: #B9B9B3!important;
    border-color: #B9B9B3!important;
}

.c100 {
    background:rgba(0, 0, 0, 1)!important;
    color: #FFF!important;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.c80 {
    background-color: #d9534f!important;
    color: white!important;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.c0 {
    background: rgba(80, 80, 82, 0.4)!important;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.three-rates.ff,
.vehiculos .vehiculo.new-tarifas .precio .three-rates.ff .titulo-tarifa,
.bg-ff {
    background-color: #f3f3f3c7;
}

.bg-black {
    background-color: #000!important;
}

.table-rate td p i.fa-info-circle {
    float: right;
    padding-right: 25px;
}

.fa-no-float {
    float: none!important;
    padding-right: 0!important;
}

.table-rate td>h3 {
    margin: 0;
    padding: 5px;
    color: #FFF!important;
}

.titulo-tarifa h3 {
    padding: 1rem 0!important;
    margin: 0!important;
}

.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: 0 1rem;
    border-top: 0;
}

.border-top-disabled {
    border-top: none;
}

table p {
    margin: 1rem 0 1rem;
}

.affix-active {
    width: 100%;
  }
  
  .affix-default {
    width: 100%;
  }
  
  .fechas-border-default {
    transition: border-radius 0.3s ease-in-out;
  }
  
  .fechas-border-flat {
    transition: border-radius 0.3s ease-in-out;
  }
  

.table {
    margin: 0;
    margin-bottom: -10px;
}

.bordered-td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.bordered-td-top {
    border-left: 1px solid #ddd!important;
    border-top: 1px solid #ddd!important;
}

.bordered-td-bottom {
    border-bottom: 1px solid #ddd!important;
}

.bordered-td-ai {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    /* box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white; */
}

.open-info {
    cursor: pointer;
    text-transform: capitalize;
}

.modal-content li {
    line-height: 1.8em;
}

.modal-content ul.check {
    list-style: none;
    padding-left: 1rem;
}

.modal-content ul.check li {
    padding-left: 1.3em;
}

.modal-content ul.check li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #50E3C2;

}

.btn-outline-gray {
    color: #333!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-outline-gray:hover {
    background-color: transparent!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

.unavailable {
    background-color: #f3f3f3;
}

.precio-ai-sc {
    font-size: 2.4em;
}

.text-black {
    color: #111;
}

.float-right {
    float: right;
}

.text-light {
    font-weight: 100;
}

.labelc100,
.labelc80,
.labelc0 {
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    padding: 1px 10px;
    line-height: 20px;
    margin-top: 6px;
    text-transform: uppercase;
}

.fondo-tarifa-mobile {
    border-left: none;
    border-right: none;
    padding-top: 8px;
    TEXT-ALIGN: CENTER;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.top-header {
    margin: 1em 0;
    border-radius: 10px;
    position:relative!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.oferta-top-cover {
    margin-bottom: 1em;
}


/**
POPUP
*/

#modalPOP .form-control {
    height: 50px;
}

#modalPOP a.privacy {
    text-decoration: underline;
}

#modalPOP .danger {
    border: 2px solid black;
}

#modalPOP .modal-dialog {
    width: 50%!important;
    margin-top: 3em!important;
}

#modalPOP .modal-dialog,
#modalPOP .modal-content {
    padding: 0 1em;
    background: #4CB7AB;
}

#modalPOP .inputGroup {
    background: #4CB7AB;
}

#modalPOP .modal-content h1 {
    font-size: 44px;
}

.ofercopy,
#modalPOP .modal-content h1 {
    margin-top: 1em;
}

.oferlabel {
    color: #FFF200;
}

#modalPOP .modal-content h3 {
    font-size: 2.185rem;
}


/**
END POPUP
*/

.ofercopy {
    margin-top: 1em;
}

.oferlabel {
    color: #FFF200;
}


/**
END POPUP
*/


/**
MEDIA MOBILE
 */

@media only screen and (max-width: 1600px) {
    img.detalle {
        height: 299px;
    }
    .vehiculos {
        width: 97%!important;
    }
}

@media only screen and (max-width: 1366px) {
    .btn-lg {
        font-size: 16px;
    }
    img.detalle {
        height: 299px;
    }
}

@media only screen and (max-width: 1280px) {

    .reserva-affixed #list {
    margin-top: 190px;
}
    h3 {
        font-size: 1.7em;
    }
    .oferton .oferton-razones p {
        font-size: 0.7em;
    }
    .img-promo {
        width: 128%;
        margin-left: -4em;
    }
    .oferton p {
        line-height: 1.4em;
        margin: 0;
    }

    .unavailable {
        padding: 1em;
    }
    .oferton .contenedor {
        border: 1px solid #ccc;
        padding: 1em 3em;
        border-radius: 3px;
        background: url(../images/listado/fondo-promo.png) no-repeat right top;
        background-size: 80%
    }
    .nav-tabs>li>a,
    .nav-tabs>li>a:hover {
        font-size: 11px;
    }
    .fechas-top {
        font-size: 13px;
    }
}

@media only screen and (max-width: 992px) {
    .vehiculos .linea {
        margin-bottom: 0;
    }
    .table-rate {
        margin-top: 2em;
    }
}


/* ipad portrait/landscape ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .img-promo {
        width: 116%;
        margin-left: -4em;
    }
    .rate-details {
        margin-top: -10px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .rate-details .btn-new {
        font-size: 16px!important;
    }
    .triangle-0,
    .triangle-1 {
        top: -20px;
    }
    .info-detail-body {
        zoom: 0.8;
    }
    .fechas-top {
        font-size: 12px;
        line-height: 14px;
    }
    .carousel-control.right,
    .carousel-control.left {
        display: none;
    }
    a.btn-wiber,
    a.btn-wiber:active,
    a.btn-wiber:focus,
    a.btn-wiber:hover,
    a.btn-wiber:visited {
        font-size: 10px!important;
    }
    .nav-tabs>li>a,
    .nav-tabs>li>a:hover {
        font-size: 11px;
    }
    .vehiculo {
        zoom: 0.6;
        -ms-zoom: 0.6;
        -webkit-zoom: 0.6;
        -moz-transform: scale(0.6, 0.6);
        -moz-transform-origin: left center;
        transform: scale(0.6, 0.6);
        transform-origin: left center;
    }
}


/* ipad portrait ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .vehiculos .linea {
        margin-bottom: 1em;
    }
    .fechas-top {
        display: none;
    }
    .logo-top {
        width: 36px;
    }
    .clear-top {
        padding-top: 47px;
    }
    .normal {
        padding: 15px 0!important;
        font-size: 1.1rem!important;
        line-height: 19px;
        color: #FFF;
    }
}


/* small displays ----------- */

@media only screen and (max-width:767px) {
    #modalPOP .modal-dialog {
        width: 100%!important;
    }

    .top-header {
        z-index:1!important;
    }

    .breadcrumbW li a {
        padding: 0px;
    }

    .btnSelectCar,
    #btn-notificacion-reserva-ai {
        margin-top: 0.5em!important;
    }
    .vehiculos {
        width: 100%!important;
    }

    .vehiculos .vehiculo .precio {
        font-size: 13px;
        line-height: 1.6;
    }

/*     .breadcrumbW li::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 94%;
        width: 27%;
        height: 2px;
        background-color: #DBDCDE !important;
        transform: translateY(-50%);
    } */


    .vehiculos .vehiculo .precio .precio_dia {
        line-height: 5px;
        margin-top: 1em;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: end;
        /* width: 75vw; */
        }


    .incluye-noincluye{
        padding: 0.8rem 0 0;
    }

    .precio-anterior {
        display: flex;
        justify-content: left;
        align-items: normal;
        width: 14rem !important;
        text-align: left;
    }

    .precio-anterior-2 {
        display: flex;
        justify-content: left;
        align-items: normal;
        width: 14rem !important;
        text-align: left;
        padding-top: 4px;
    }

    .owl-carousel-reserva-precios.owl-theme.owl-carousel .owl-item{
        padding: 5px;
    }

    

    .owl-carousel-reserva-precios.owl-theme.owl-carousel .owl-item .item {
        position: relative;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 10px;
        height: 500px;
        width: 100%;
    }
    
    .owl-carousel-reserva-precios.owl-theme.owl-carousel .owl-item .item::before {
        content: '';
        position: absolute;
        height: 43px;
        width: 25px;
        background-color: #fff;
        border: 1px 1px 1px 0 solid #b9b9b9;
        border-radius: 0 20px 20px 0;
        top: 50%;
        transform: translateY(-50%);
        border-width: 1px 1px 1px 0;
        border-style: solid;
        border-color: #b9b9b9;
    }


.owl-carousel-reserva-precios.owl-theme.owl-carousel .owl-item .item::after {
    content: '';
    position: absolute;
    height: 43px;
    width: 25px;
    background-color: #fff; 
    border: 1px 1px 1px 0 solid #b9b9b9;
    border-radius: 20px 0 0 20px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #b9b9b9;
}
    
    .owl-carousel-reserva-precios.owl-theme.owl-carousel .owl-item .item::before {
        left: -2px;
    }
    
    .owl-carousel-reserva-precios.owl-theme.owl-carousel .owl-item .item::after {
        right: -1px; 
    }

    .owl-carousel-reserva-precios.owl-theme.owl-carousel .owl-item .item .visible-xs{
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: center !important;
        height: 350px;
        width: 100%;
    }
    
    .owl-carousel-reserva-precios.owl-theme.owl-carousel .owl-item .item .visible-xs .row{
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: center !important;
        height: 100%;
        width: 100%;

    }
    
    .owl-carousel {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .owl-item {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .img-vehicle {
        text-align: center;
    }
    h3 {
        font-size: 20x;
        font-weight: 600;
        margin-bottom: 4px !important;
    }

    .vehiculos .vehiculo .btnSelectCar {
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bolder;
        margin-top: 10px!important;
        margin-bottom: 15px;
        border-color: #51bcb8;
        -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3)
    }

    .img-responsive {
        max-width: 81%;
    }
    .vehiculos .vehiculo .precio .precio_dia .ampliar {
        font-size: var(--currency-rate-size);
    }
    .owl-carousel {
        margin-top: 0;
    }
    .linea {
        margin-top: 0;
    }
}
    .btn-outline-gray {
        margin-top: 10px!important;
    }
  
    .card .alert-warning {
        left: 18px;
        z-index: 0;
    }
    .mobileCss {
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    }
    .close-info-rate {
        position: absolute;
        right: 7px;
        top: -9px;
        font-size: 57px;
        font-weight: 100;
        cursor: pointer;
        z-index: 4;
    }
    .cd-top {
        bottom: 109px;
        background: #51bcb875 url(../images/cd-top-arrow.svg) no-repeat center 50%;
    }
    .car-layout {
        height: 370px;
        background-color: #FFF;
    }
    .car-layout .pricing {
        display: block;
        padding: 00;
        text-align: right;
    }
    .equipment {
        position: absolute;
        top: 109px;
        left: 7px;
        padding-right: 1rem;
    }
    .nombre-producto h3 {

        color: #FFF!important;
    }
    img.detalle {
        position: relative;
        height: 194px;
        margin-top: 0px;
        margin-left: -15px;
    }
    .rate-details {
        margin-top: -27px;
        display: none;
        color: #FFF!important;
        z-index: 4;
        padding: 0;
    }
    .card {
        padding: 1.5em 1em;
    }
    .img-promo {
        width: 302px;
        margin-left: 0em;
        top: -17px;
    }
    .labels {
        text-align: left;
    }
    .oferta-smart-car-white {
        font-size: 12px;
    }
    .seal img {
        width: 65%;
        z-index: -1;
        float: right;
    }
    .owl-controls {
        opacity: 0.5;
    }
    .modal-header {
        padding: 10px;
    }
    .modal-header .close {
        margin-top: 0;
        top: 3px;
    }
    .btn-sc-all-inc {
        margin-top: 2.5em!important;
    }
    .close {
        right: 4px;
        top: 9px;
        float: right;
        font-size: 37px;
    }
    .subtitle {
        font-size: 16px;
    }

    .title-modal-wikey {
        line-height: 30px;
    }
    h2 {
        font-size: 18px!important;
    }
    .vehiculos .owl-carousel {
        margin-top: -10px;
    }
    .borde-allinclusive .ampliar {
        font-size: 52px !important;
    }
    .borde-allinclusive .bg-secundario {
        height: 190px;
    }
    .stopsale-header {
        font-size: 14px;
        text-transform: none;
        line-height: 12px;
        font-weight: 400;
        text-align: justify;
    }

    .isstopsale .btn-small {
        width: 100%;
    }
    .isstopsale .col-sm-2 {
        padding-left: 2em;
        padding-right: 2.5em;
    }
    .disableb-row {
        opacity: 0.5;
    }
    .cd-top {
        z-index: 500000;
    }
    .borde-allinclusive {
        font: 1.19em/1.19em 'Plus Jakarta Sans', sans-serif;
        margin-top: -0.8em;
        height: auto;
    }
    .h1,
    h1 {
        font-size: 29px;
    }
    .label-auto {
        font-size: 10px;
        border-radius: 10px;
    }
    .sello-ai,
    .sello-sc {
        left: 10px!important;
        top: -20px!important;
    }
    .sello-ai img,
    .sello-sc img {
        width: 60px!important;
    }
    .caracteristicas-ai {
        height: auto;
        border-bottom: none !important;
    }
    .in-caracteristicas {
        zoom: 0.7;
    }
    .ai-bottom {
        text-align: center;
        line-height: 27px;
        font-size: 14px;
        margin-top: 1em;
    }
    .ai-bottom span {
        display: block;
    }
    .iva {
        position: relative!important;
        top: auto;
        font-size: 12px;
    }
    .borde-allinclusive h1 {
        margin-top: 17px;
        padding: 0;
    }
    .vehiculo {
        zoom: 1;
        -ms-zoom: 1;
        -webkit-zoom: 1;
        -moz-transform: scale(1, 1);
        -moz-transform-origin: left center;
        transform: scale(1, 1);
        transform-origin: left center;
    }

    .oferton .oferton-razones p {
        font-size: 0.7em;
    }

    .oferton p {
        line-height: 1.4em;
        margin: 0;
    }
    .oferton .contenedor {
        border: 1px solid #ccc;
        padding: 1em;
        border-radius: 3px;
        background: url(../images/listado/fondo-promo.png) no-repeat right bottom;
        background-size: 100% 100%;
        background-position-x: 200px;
    }
    .vehiculos .vehiculo {
        border-radius: 10px;
        padding: 1rem 0;
    }
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .no-padding {
        padding: 0!important;
    }
    .caja-mob {
        margin: 0.5em 0;
        /*padding: 0.5em 0.2em;*/
    }
    .mobile-icon {
        background: url(/images/lockunlock.png) no-repeat 8px top;
        height: 25px;
    }
    .container.vehiculos {
        width: 90%;
    }
    header .container {
        width: 100%;
    }
    .btnEdit {
        padding: 0;
        border-radius: 0;
        margin: 0;
    }
    .btnEdit {
        padding: 0;
        border-radius: 0;
        margin: 0;
    }
    .modal-body {
        padding: 0;
    }
    .col-xs-1 {
        padding-right: 0;
    }
    .modal-dialog .modal-content {
        padding: 1em 1em;
        border: none;
        box-shadow: none;
        padding: 30px;
    }

    .margin-top-reserva{
        margin-top: 35px!important;
    }

    .margin-top-reserva-remove{
        margin-top: 0px!important;
    }
    .btnEdit {
        color: #FFF!important;
        font-size: 20px !important;
        line-height: 29px;
    }
    .txt-full {
        color: #bdbdbd!important;
    }
    .txt-tar-mob {
        line-height: 37px;
        padding: 0;
        font-size: 20px;
        margin-top: -5px;
        background-color: transparent;
        width: 100%;
    }

    .span-precio-descuento{
        display: flex;
        align-self: center;
        justify-content: center;
        gap: 25px;
        flex-direction: row;
    }

    .span-precio-descuento-2{
        display: flex;
        align-self: center;
        justify-content: center;
        flex-direction: row;
    }

    .breadcrumbW li a {
        padding: 0 10px 0 10px;
        text-align: left;
    }
    .vehiculos .linea {
        margin-bottom: 2em;
    }
    .precioTarifa {
        padding-top: 1em;
        margin-top: -0.7em;
    }
    .breadcrumbW li a {
        font-size: 13px;
    }
    .nombre-producto {
        position: absolute;
        top: -11px;
        left: 6px;
        width: 100%;
    }
    .carousel-control.right,
    .carousel-control.left {
        display: none;
    }
    .vehiculos .vehiculo.new-tarifas .precio .texto_tasas {
        text-align: left;
        margin: 0;
        margin-bottom: 5px;
        font-size: 12px;
    }
    #btn-search {
        width: 155px;
    }
    .offer-p {
        margin: 0;
        font-size: 12px;
    }
    .btn-default {
        background-color: #51bcb8;
        border: 2px solid #51bcb8;
        color: #fff !important;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 12px;
        line-height: 31px;
        padding: 0 15px;
        text-decoration: none !important;
        text-transform: none;
        transition: all 1.0s ease 0s;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
/*     a.btn-wiber {
        font-size: 12px !important;
        padding: 10px !important;
    } */
    

    .af-fechas {
    margin: 10px auto;
    z-index: 9!important;
    }
    .mobile-nav {
        z-index: 40;
    }
    .banner-oferta-top {
        margin-top: 0px;
        position: relative;
        max-height: 72px;
        height: 72px;
    }


    .minimal-container{
        position: relative;
        top: 0px!important;
        z-index: 78;
    }

    .minimal-container label{
     color: #000!important;
    }

    .minimal-container.affix {
        position: fixed;
        z-index: 78;
        width: 100%;
        margin-top: 120px!important;
        background-color: transparent!important;
        box-shadow: none!important;
    }
    
    html body #search-min label, 
    html body .gestion-btn-resrva {
        color: #a2a2a2 !important;
        font-weight: 800 !important;
    }
    .minimal-container {
        position: relative;
        top: -60px !important;
        z-index: 78;
    }
    .modal-content-busqueda {
        height: 400px!important;
    }

    @media (max-width: 750px) {
        .responsive-height {
            height: 350px !important;
        }
    }
    

    @media (max-width: 767px) {
        #search-min {
            margin-top: -135px !important;
            margin-left: 0px;
            background-color: none;
            color: black;
        }


        #minimal-container-mobile{
            display: none!important;
        }

        .minimal-container{
            position: relative;
            top: 115px!important;
            z-index: 78;
        }

        .modal-content {
            height: auto!important;
        }
    }
    
    

    .minimal-container-resume.affix {
        top: 0;
        /* z-index: 44; */
        width: 100%;
        background: #FFF;
        padding-bottom: 50px;
        display: block !important;
    }

    .cancelacion-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-radius: 10px;
        padding: 2rem 0rem!important;
        border-bottom: 2px solid #D0D0D0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
        margin-bottom: 2em;
        text-align: center;
        padding: 10px;
        color: #505052 !important;
    }

    .cancelacion-container p{
        font-size: 16px;
    }

    
.navbar-main-menu {
    z-index: 10;
    border-radius: 0;
    display: inline-block;
    height: 64px;
    padding: 0;
    margin: 0;
    clear: both;
    list-style-type: none;
    position: relative;
    box-sizing: content-box;
}

p, li {
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
}
.phone {
  font-size: 252%;
  line-height: 125%;
}
.bgwhite {
  background: #FFF;
}
.btn-faq {
    margin: 0 0.5em;
    background: #51bcb8;
    color: #FFF;
    padding: 1em;
    border-radius: 5px;

}
.tabladesglose {
    font-size: 1.6em;
}
h3, h1 {
    padding: 0;

}
.atencion-cliente img {
    opacity: 0.3;
}
.btn-wiber {
  color:#FFF;
}
h1 {
  font-size: 66px;
  font-weight: lighter;
}
.card {
  margin: 0  0 2rem 0; 
  padding: 2rem;
  background: #fff;;
}
.card.first {
  margin-top: 4rem;;
}
section {
  padding: 1em;
}

a {
  color: #51bcb8;
}

a:hover {
  color: #51bcb8;
}
.lateral img {
  margin-bottom:2.5em ;
}
h1 img {
  margin-bottom:0.21em ;
}

.cprincipal {
  padding-right: 1.8em;
}

.atencion-cliente img{
    
  position: relative!important;
  right: 0;
  top: 0;
  opacity: 1;

}

.card-header {
  margin-top: 0;
}

@media only screen and (max-width : 768px) {
  .card h3 {
    padding-right: 2.4rem;
  }
  .btn {
    padding: 3px 12px;
    display: block;
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .cprincipal, .card {
    padding: 1rem;
  }
  .atencion-cliente img.mapa {
    opacity: 1;
    margin-right: 0;
    width: 100%!important;
    position: relative!important;
    right: 0;
    top: 0;

  }
  .atencion-cliente img{
    
    position: relative!important;
    right: 0;
    top: 0;
    opacity: 0.9;

  }
  .atcli .container {

      padding-right: 0; 
      padding-left: 0;
  }
  .card-block iframe {
      margin-top: 1rem;
  }
  .card-header {
    margin-top: 0em;
  }
  .card-header .fa {
      margin-top: -34px!important;
  }
}

/* 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;
}
.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: 40px!important;
    margin: 8px 8px 4px 0 !important;
    padding: 2px 8px!important;
        font-size: 1.3rem!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;
}


.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: 20px!important;
        padding: 0.3em;
    }
    .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:35%; 
      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: 32%; 
          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-bottom: 15px!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;
    }
  
  }
.owl-theme .owl-controls{
	position:absolute!important;
	top: 50%!important;
	margin-top: -28px!important;
	width:100%!important;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    display: block!important;
	position: absolute!important;
	top:0!important;
    cursor: pointer!important;
    z-index: 100!important;
    width:56px!important;
    height: 56px!important;
    text-indent: -5000px!important;
    background: #2a3045!important;
	opacity: 0.2!important;
}

.equipamiento {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
}
table.tarifas th, table.tarifas td {
    font-size: 18px;
    padding: 1em !important;
}
.aire, .gps, .cambio {
    font-weight: 400;
    font-size: 20px;
    color: #51bcb8;
}
.label-search {
    font-size: 22px!important;
}
.titulo-superior {
    position: absolute;
    top:0;
    font-size: 36px;
    font-weight: 400;
}
.item-nombre {
    position: absolute;
    bottom: 24px;
    left: 2px;
    font-size: 18px;
}
.coches-carousel {
    margin-top: 312px;
}
.coches-carousel .item-imagen {
    width: 800px;
}
.text-close {
    color: #ff400b;
}
.text-check {
    color: #51bcb8;
}
.item-equipamiento {
    margin-right: 1.5em;
    color: #555;
    font-weight: 100;
}
.animate {
    opacity: 1;
}
.item-nombre-modelo {
    font-size: 26px;
    font-weight: 100;
    color: #666;
}
.equipamiento-superior img {
    vertical-align: sub;

}
.coches-inferior .item-imagen {
    width: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.coches-inferior .equipamiento-superior {
    display: none;
}
.coches-carousel .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-right: -294px;
}
.buscador-home {
    margin-top: -394px;
}
.buscador-home .col-sm-4 {
    width: 100%;
}
.buscador-home  label {
    margin: 10px;
    font-size: 1.4em;
}
.buscador-home .tab-content {
    background: #51bcb8;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border: none;
    color: #FFF;
    padding: 1em;
}
.buscador-bottom {
    background: #336759;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border: none;
    color: #FFF;
    padding: 1em 2.4em;
}
.buscador-bottom p {
    font-size: 16px;
    font-weight: 100;
    line-height: 23px;
    margin: 0;
}
.buscador-home p {

    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

li.destination {
    width: 33.333%;
}
#location {
    height: 45px;
}

.coches-carousel .row {
    /*background: rgba(134, 210, 195, 0.66); !*url('/images/logo/01_LOGO_WIBBER_WHITE_GREEN-05.png') no-repeat;*!*/
    background: rgba(180, 180, 180, 0.51); /*url('/images/logo/01_LOGO_WIBBER_WHITE_GREEN-05.png') no-repeat;*/
    background-size: 300px;

    background-position-y: 10px;
    background-position-x: 60px;
    /*background: url('/images/destinos/car_rental_malaga.jpg') no-repeat;*/
    /*background-size: 100%;*/

    /*background-position-y: bottom;*/
    /*background-position-x: 0;*/
}
.coches-carousel .row:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(49%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}
.buscador-home label {
    margin: 14px 0;
    font-size: 1.4em;
}

.modal-dialog {
    margin: 60px auto;
}
.destino-buscador {
    cursor: pointer;
}

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    color: #FFF;
    font-weight: normal;
    opacity: 1;
    background: #666666;
    border-radius: 0!important;
    margin-top: 1em;

}
.nav-tabs.nav-justified>li.active{
    display: table-cell;
    background: #51bcb8;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.nav-tabs.nav-justified>li>a, .nav-tabs.nav-justified>li>a:hover{
    border: none!important;
    padding-top: 1em;
}

.nav-tabs.nav-justified {
    width: 100% !important;
    border-bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
}



@media (max-width:1300px) {
    .equipamiento-superior {
        display: none;
    }
    .coches-carousel .item-imagen {
        width: 100%;
    }
    .item-nombre {
        position: absolute;
        bottom: 9px;
        left: 8px;
        font-size: 13px;
    }
    .label-search {
        font-size: 19px!important;
    }
    .owl-theme .owl-controls .owl-buttons div.owl-next {
        margin-right: -20px!important;
    }
    .coches-carousel img {
        width: 350px;
    }
    .titulo-superior {
        font-size: 21px;
        margin-top: -95px;
        text-align: center;
    }

    .buscador-home {
        margin-top: -0px;
    }
    .responsive .tab-content {

        margin-bottom: 0;
    }
}
@media (max-width:767px) {
    .container {
        padding: 15px 15px 0 15px!important;
    }
    .item-nombre-modelo {
        font-size: 16px;
    }
    .nav-tabs.nav-justified>li.active {
        display: table-cell;
        width: 1%;
        background: #51bcb8;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

/*     .responsive .mobile-nav{
    top: 213px !important;
    } */


    .coches-carousel {
        margin-top: 100px;
    }
}
@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'; } /* '' */