@font-face {
	font-family: Gotham-Light;
	src: url('tipografia/Gotham-Light.otf');
}

@font-face {
	font-family: Gotham-Medium;
	src: url('tipografia/Gotham-Medium.otf');
}

@font-face {
	font-family: Gotham-Bold;
	src: url('tipografia/Gotham-Bold.otf');
}

.img-responsive, img {
    margin-left: auto;
    margin-right: auto;
}

* {
	font-family: 'Gotham-Light';
}

body {
	background-color: #fff;
	font-size: 15px;
	line-height: 15px;
	color: #252929;
}

.btn,a,a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Gotham-Bold';
	line-height: 1em;
	margin: 0;
}

h1 {
	font-size: 5em;
}

h1.title,h2 {
	text-align: center; /*left*/
	font-size: 3em; /*2em*/
	line-height: 2em;
	/* margin-bottom: 10px; */
	/* border-bottom: 1px solid #d4d4d4; */
	color: #585221;
}

.title-line {
	/*border-bottom: 1px solid #6f6f6f;*/
	width: auto;
	display: initial;
	background: #9c0000;
	color: #fff;
	padding: 0 10px;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 0.70em;
	margin-top: 0.70em;
	border-bottom: 1px solid #252929;
	padding: 0 0 10px;
}

h4 {
	font-size: 1.25em;
	margin-bottom: 1.75em;
	margin-top: -25px;
}

p {
	margin-bottom: 1em;
	line-height: 1.5em;
	color: black;
}


.btn {
	border: none !important;
	border-radius: 4px;
}

.btn-default {
	background: #252929;
	color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background: #585221;
	color: #fff;
	outline: none !important;
}


.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #6f6f6f;
	border-color: #6f6f6f;
}

.pagination>li>a, .pagination>li>span {
	color: #6f6f6f;
}


.spacer {
	padding: 3em 0;
}


.banner {
	position: relative;
	color: #fff;
}

.banner p {
	font: 300 1.35em/4em 'Old Standard TT', serif;
	margin: 0;
}

.banner img.img-responsive {
	width: 100%;
}

.banner .welcome-message {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
}

.banner .welcome-message .wrap-info {
	display: table;
	height: 100%;
	width: 100%;
}

.banner .welcome-message .wrap-info .information {
	display: table-cell;
	vertical-align: middle;
}

.banner .welcome-message #logo_banner {
	max-width: 50%;
	background-color: rgba(255, 255, 255, 0.7);
}

.banner .arrow-nav {
	position: absolute;
	bottom: -2.4em;
	background-color: #b42628;
	height: 7em;
	width: 7em;
	display: inline-block;
	z-index: 100;
	left: 50%;
	margin-left: -52px;
	color: #fff;
	border-radius: 50%;
}

.banner .arrow-nav i {
	font-size: 5em;
	line-height: 105px;
}

.banner .arrow-nav:hover {
	background: #791819;
}


.reserve-info {
	background-color: #fff;
}


#promotions {
	background-color: #fff;
}

#promotions .caption {
	background-color: #791819;
	color: #fff;
	padding: 1.5em;
}

#promotions .caption a {
	color: #fff;
	font-size: 1.25em;
}

#promotions .caption a:hover {
	color: #fff;
}


.carousel-control {
	width: 10%;
	background: none !important;
}

.carousel-control i.fa {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

.carousel img {
	width: 100%;
}


footer {
	background-color: #efefef;
	color: #6f6f6f;
}

footer a, footer p, footer h4, footer a:hover {
	color: #252929;
	line-height: 1.5em;
	font-size: 0.85em;
}

footer .subscribe .form-control {
	height: 30px;
	padding: 4px 12px;
	border: none;
}

footer .subscribe .input-group-btn:last-child>.btn {
	margin: 0;
}

footer .subscribe .input-group {
	margin-bottom: 1em;
}

footer .subscribe .social a {
	font-size: 1.5em;
	margin-right: 0.25em;
}


.copyright {
	background-color: #585221;
	border-top: 1px solid #252929;
	padding: 4px;
	font-size: 0.85em;
	/* color: #f5f5f5; */
}

.copyright, .copyright a {
	color: #FFF;
}


.toTop {
	position: fixed;
	right: 1em;
	bottom: 1em;
	background: rgba(255, 255, 255, 0);
	width: 35px;
	height: 35px;
	text-align: center;
	color: #b42628;
	font-size: 2em;
}

.toTop:hover {
	color: #791819;
	background: rgba(255,255,255,0.6);
}


.radio-inline {
	padding-top: 4px;
	padding-left: 0;
}

.form-horizontal .radio {
	padding-top: 3px;
}

.radio-inline input[type="radio"] {
	margin-left: 0;
}

div.radio {
	margin-right: 10px;
}

div.radio span {
	background: url(../images/radio.png) 0 20px !important;
}

div.radio span,div.radio input {
	width: 20px;
	height: 20px;
}

div.radio span.checked {
	background-position: 0 0 !important;
}

.form-control {
	border: 1px solid #999;
	border-radius: 0;
	box-shadow: none !important;
}

.form-control:focus {
	border: 1px solid #bbb;
}

div.selector {
	border: none;
	border: 1px solid #999;
	height: 33px !important;
	padding: 3px 10px !important;
	border-radius: 0;
	font-size: 14px;
	background: #fff !important;
	width: 100% !important;
}

div.selector:hover {
	border-color: #bbb;
}

div.selector span {
	height: 36px;
	padding: 0;
	background: url(../images/drop.png) right 9px no-repeat !important;
	color: #8d8d8d;
	width: 100% !important;
	margin-right: 20px;
}

div.selector:hover span {
	background-position: right 9px !important;
	color: #282828;
}

div.selector select {
	height: 36px !important;
	top: -2px;
	cursor: pointer;
	background-color: #fff;
}

div.selector option {
	padding: 10px;
}

.checkbox label {
	padding-left: 0;
}

.checkbox input[type=checkbox] {
	margin-left: -10px;
}

.sites_interest {
	color: white;
	margin: 15px 0px;
	height: 130px;
	padding: 10px;
	background-color: rgba(88, 82, 33, .7);
}

.sites_interest a {
	color: white;
}

.room_card {
    /* background: rgba(130, 126, 89, .7); */
    color: #585221;
    /* padding: 20px; */
    margin: 30px 0px;
    /* border-top: 1px solid #bfbfbf; */
    /* border-bottom: 1px solid #bfbfbf; */
    /* border: 1px solid #3f3a12; */
}

.rooms {
	margin-bottom: 2em;
}

.rooms img {
	width: 100%;
}

.rooms .info {
	padding: 1.5em;
	background-color: rgba(222,219,211,1);
}

.room-features .amenitites li {
	margin-bottom: 1em;
}

.room-features .size-price {
	background-color: #C7C5BB;
	padding: 2em 0;
	text-align: center;
	color: #fff;
	height: 10.97em;
	line-height: 3em;
}

.room-features .size-price span {
	display: block;
	font-size: 2em;
}

.gallery .gallery-image {
	margin-bottom: 2em;
	display: inline-block;
}

.gallery .gallery-image img {
	width: 100%;
}

.navbar-nav > li > a {
	padding: 5px;
	line-height: 10px;
}

.perfect-banner {
	min-height: calc(100vh - 80px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.perfect-banner-no-fixed {
	min-height: calc(100vh - 80px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#promotions .item {
	min-height: 180px;
	max-height: 180px;
}

.text-over-img {
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	padding: 30px;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.body-page {
	margin-top: 80px;
	min-height: calc(100vh - 200px);
}


body.loading {
	overflow: hidden;
}

body.loading .modal {
	display: block;
}

.modal {
	display: none;
	position: fixed;
	z-index: 999998;
	top: 0;
	left: 0;
	background: #fff;
}

.loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 16px solid #9d9d9d;
	border-top: 16px solid #6f6f6f;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loader-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 250px;
	height: 500px;
	text-align: center;
}

.loader-text h3 {
	color: #000;
}

.loader-text p {
	color: #fff;
	text-shadow: 0px 0px 10px #000000;
}

.loader-text img {
	width: auto;
}

.navbar {
	height: 80px;
}

.navbar-brand {
	height: 80px;
	padding: 10px;
}

.navbar-brand h3 {
	margin-bottom: 0px;
	color: #000;
}

.navbar-brand p {
	margin-top: 0px;
	color: #fff;
	text-shadow: 0px 0px 10px #000000;
}

.navbar-brand img {
	max-height: 60px;
	background-color: #FFF;
	border-radius: 3px;
}

.navbar {
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.radio_lang {
	padding-left: 5px;
	padding-right: 5px;
}

.datepicker {
	z-index: 999998;
}

textarea {
	resize: none;
}

.icon-amenitie {
	margin-right: 10px;
}

.reserv {
	border: none !important;
	border-radius: 3px;
	padding: 2px 6px;
}

.text-slider-promo-modal {
	right: 15px;
	left: 15px;
	bottom: 58%;
}

.text-slider-promo-modal h2 {
	background-color: rgba(37, 36, 35, 0.5);
}

.text-slider-promo {
	right: 15px;
	left: 15px;
	padding-bottom: 30px;
	bottom: 40%;
}

.text-slider-promo h2 {
	background-color: rgba(37, 36, 35, 0.5);
}


.form_lang {
	position: fixed;
	right: 0px;
	z-index: 999997;
	top: 80px;
}


#amenities {/* 	background: #efefef; */color: #252929;}

.icons-amenities {
	border-top: 0px;
}

.icons-amenities li {
	list-style: none;
	line-height: 25px;
}


.toggler-promocion {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	-webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
	box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
	right: 0px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: fixed;
	z-index: 999997;
	cursor: pointer;
	top: 250px;
	width: 30px;
}

.toggler-promocion > span {
	margin: 15px 2px;
}

.toggler-promocion > span {
	font-size: 20px;
	color: #fff;
	text-align: center;
}


.glyphicon-ok {
	padding-right: 10px;
}

.dropdown-menu {
	background-color: #dedbd3;
	border: 0px solid rgba(0, 0, 0, .15);
}

.dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff;
}


.navbar-nav {
	padding-top: 30px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: transparent;
	border-left: 1px solid transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	border-bottom: 1px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover {
/* 	border-bottom: 2px solid #F15A24; */
	color: #F15A24;
}

.navbar-default .navbar-nav > li > a[href^="reservations.php"] {
	background: #585221;
	color: white;
	border-radius: 4px;
	margin-left: 10px;
}

.navbar-default .navbar-nav > li > a[href^="reservations.php"]:hover {
	background: #F15A24;
	border-bottom: 1px solid transparent;
}


.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: none;
}

.h4-title {
	line-height: 30px;
}

.texto-vertical {
	width: 20px;
	word-wrap: break-word;
	text-align: center;
	line-height: 20px;
}

.data-fiscal img {
	border: 1px solid #fff;
	width: 70px;
}

.social-bar {
	list-style: none;
	padding-left: 0px;
}

.social-bar li a, .social-bar li span {
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 5px 5px;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 12px;
	/*font-family: 'Raleway', sans-serif;*/
	font-weight: 700;
	white-space: nowrap;
}

.social-bar li .modulo-web-checkin {
	/*background: rgba(92, 184, 92, 0.7);*/
	background: rgba(224, 224, 224, 0.7);
	color: rgba(0, 0, 0, 0.7);
}

.social-bar li .modulo-booking {
	background: rgba(88, 82, 33, .7);
}

.social-bar li .modulo-blog {
	background: rgba(0, 0, 0, 0.7);
}

.social-bar li .modulo-tripadvisor {
	background: rgba(86, 149, 63, 0.7);
}

.social-bar li .modulo-facebook {
	background: rgba(59, 89, 152,0.7);
}

.social-bar li .modulo-whatsapp {
	background: rgba(0, 230, 118,1);
}

.social-bar li .modulo-twitter {
	background: rgba(0, 171, 240, 0.7);
}

.social-bar li .modulo-instagram {
	background: rgba(188, 46, 119, 0.7);
}

.social-bar li .modulo-linkedin {
	background: rgba(38, 156, 146, 0.7);
}

.social-bar li .modulo-review {
	background: rgba(38, 156, 146, 0.7);
}

.social-bar li a:hover, .social-bar li span:hover {
	background: #000;
	padding: 8px 12px;
	width: 85px;
}

.social-bar li a, .social-bar li span {
	width: 72px;
}

.social-bar li a.modulo-web-checkin:hover, .social-bar li span.modulo-web-checkin:hover {
	background: #000;
	color: #fff;
}

.rooms span {
	color: #ffffff;
}

.toggler > .glyphicon {
	color: #ffffff;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #ffffff;
	border-color: #ffffff;
}

.pagination>li>a, .pagination>li>span {
	color: #ffffff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #ffffff;
}

#bookin_panel label {
	color: #ffffff;
}

#promotions {
	background-color: #efefef;
}


.navbar-brand h3 {
	color: #dfe0e1;
}

.navbar.scrolled {
	background-color: rgb(37, 41, 41,0.8);
	border-color: rgba(255, 255, 255, 0.4);
}

.dropdown-menu {
	background-color: #ced0d2;
}


#bookin_panel hr {
	border-top: 1px solid #ced0d2;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bookin_panel .social-bar a {
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	width:  auto;
}

.banner .arrow-nav:hover {
	background: #000000;
}

#promotions .caption {
	background-color: #000000;
}

.rooms .info {
	background-color: #000000;
}

.navbar-default {
	background-color: rgb(37, 41, 41);
	border-bottom: 4px double #ffffff;
}


.toTop:hover, .toTop:focus, .toTop:active, .toTop:hover, .toTop {
	border: 1px solid #6f6f6f;
}

.toTop:hover, .toTop:focus, .toTop:active, .toTop:hover, .toTop {
	color: #6f6f6f;
}

.banner .arrow-nav {
	background-color: #6f6f6f;
}

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


/*responsive starts here*/
@media (max-width: 1023px) {
	.navbar-brand {
		font-size: 14px;
	}

	.navbar-nav > li > a {
		font-size: 14px;
	}

	.img-featured-info {
		display: none;
	}

	.text-over-img {
		position: static;
		top: 15px;
		bottom: 15px;
		left: 15px;
		right: 15px;
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.navbar-toggle {
		margin-top: 23px;
	}

	.navbar-default .navbar-toggle {
		background-color: #b42628;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #5F5021;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	h1 {
		font-size: 2em;
	}

	.banner p {
		font: 300 1em/1em 'Old Standard TT', serif;
	}

	.banner .arrow-nav {
		margin-left: -22px;
		height: 3em;
		width: 3em;
		bottom: -1.5em;
	}

	.banner .arrow-nav i {
		font-size: 2em;
		line-height: 45px;
	}

	.spacer {
		padding: 4em 0;
	}

	.reserve-info h3 {
		margin-top: 2em;
	}

	#promotions div.col-sm-4 {
		margin-bottom: 2em;
	}

	footer.spacer {
		padding: 1em 0 3em 0 ;
	}

	footer h4 {
		margin-top: 2em;
	}

	.room-features .size-price {
		margin-bottom: 2em;
	}

	.navbar-collapse {
		background-color: rgba(222,219,211,1);
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
		margin-left: 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 5px 5px 50px;
	}

	#carousel-inner {
		height: 100%;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}

	.navbar-brand {
		height: 80px !important;
	}

	.navbar-brand img {
		max-height: 60px !important;
	}

	.navbar-brand {
		margin-top: 0px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}

	.navbar-default .navbar-toggle {
		border: 2px solid #ffffff;
	}

	.navbar-default .navbar-toggle {
		background-color: #6f6f6f;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #6f6f6f;
	}

	.navbar-collapse {
		background-color: #6f6f6f;
	}
}


.sidebar{
  position: fixed;
  bottom: -1px;
  padding:0px;

  -webkit-background-clip: padding-box;
  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, .15);

  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

  z-index: 1030;
  top: 25%;
  height: 310px;

  background-color: rgba(0, 0, 0, 0.4);
}

.sidebar.sidebar-left{
  left:0px;
  right:20px;
}

.sidebar.sidebar-right{
  right:0px;
  left:20px;
}

.sidebar {
  width: 230px;
}
.sidebar.sidebar-left{
  left:0px;
  right:auto;
}

.sidebar.sidebar-right{
  right:0px;
  left:auto;
}

/* esto no estaba */
.toggler > .glyphicon{
  font-size: 25px;
  color: #b42628;
}

.toggler > span{
  font-size: 24px;
  color: #fff;
}

.toggler{
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 0;
}

.parpadea2 {
  animation-name: parpadeo2;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo2;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo2 {
  0% { background-color: rgba(255,0,0,0.7); }
  50% { background-color: rgba(0,0,0,0.7); }
  100% { background-color: rgba(255,0,0,0.7); }
}

@-webkit-keyframes parpadeo2 {
  0% { background-color: rgba(255,0,0,0.7); }
  50% { background-color: rgba(0,0,0,0.7); }
  100% { background-color: rgba(255,0,0,0.7); }
}

@keyframes parpadeo2 {
  0% { background-color: rgba(255,0,0,0.8); }
  50% { background-color: rgba(255,0,0,0.5); }
  100% { background-color: rgba(255,0,0,0.8); }
}

.sidebar-left > .toggler{
  right: 0;
}

.sidebar-left > .toggler > span{
  margin:15px 2px;
}
  
.sidebar-left > .toggler > .glyphicon-chevron-right{
  display:none;
}

.sidebar-right > .toggler > .glyphicon-chevron-left{
  display:none;
}

.sidebar-right > .toggler{
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #fff;
  -webkit-box-shadow: -1px 0px 8px rgba(0, 0, 0, .175);
  box-shadow: -1px 0px 8px rgba(0, 0, 0, .175);
  left: -20px;
}

.sidebar-right > .toggler > span{
  margin:15px 2px;
}

#brand a {
display:none;
}

.multiplechoice {
	background-color: #CBCBCB;
	width: 95%;
	padding: 8px;
	margin: 4px;
	border: none;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
	cursor:pointer;
}

.multiplechoice[disabled]{
	cursor:not-allowed;
}

#brand:hover a {
display:inline;
}

#converse-chat {
	width: 320px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	margin: 0;
	z-index: 9999999999;
	display: block !important;
	/* reset css */
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	content: '';
	content: none;
	quotes: none;
	line-height: 1;
	text-align: left !important;
}

.converse-conversation > div {
	text-align: left !important;
	color: rgb(0, 0, 0) !important;
}

.converse-chat-input > input {
	text-align: left !important;
}

#converse-chat .converse-chatbox {
	height: 230px;
	display: none;
}

#converse-chat .converse-conversation {
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	height: 170px;
	background-color: #fff;
	padding: 5px 12px 0 12px;
	overflow-y: auto;
	font-size: 14px;
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 21px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	color: rgb(0, 0, 0);
}

#converse-chat .converse-chat-input, #converse-chat #converse-status {
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	background-color: #fff;
	text-align: center;
	font-family: helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	letter-spacing: 2px;
	font-weight: bold;
	color: rgb(170, 170, 170) !important;
	padding-top: 4px;
}

body #converse-status a{
	font-family: helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	letter-spacing: 2px;
}

#converse-chat #converse-status, #converse-chat #converse-status a {
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 20px;
	color: rgb(170, 170, 170) !important;
}

#converse-chat .converse-chat-input input {
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 5px;
	width: 275px;
	border: 1px solid #CDCDCD;
	border-radius: 2px;
	font-size: 14px;
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	padding: 8px;
	color: #000000;
	vertical-align: middle;
	height: initial;
	float: none;
	line-height: 14px;
	background-color: white;
}

#converse-chat .converse-menu {
	background-color: rgb(91, 160, 208);
	padding: 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
}

#converse-chat .converse-menu a {
	color: #fff;
	text-decoration: none;
}

#converse-chat .converse-menu-icon {
	float: right;
	font-weight: normal;
	font-size: 40px;
	line-height: 18px;
	padding: 2px
}

#converse-chat .converse-menu-icon:hover {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	padding-bottom: 0px;
}

 #converse-chat #converse-status a {
	text-decoration: none;
}

#converse-chat .converse-menu-title:hover, #converse-chat #converse-status a:hover {
	text-decoration: underline;
}

/*
descomentar esto para tener el chat tipo hangouts con mensajes del visitante a la derecha!
    
.message-visitor{
	text-align:right;
}

*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#converse-chat .converse-is-typing {
	color: rgb(200, 200, 200);
}

.converse-msg {
	margin-bottom: 3px;
}

.converse-self .converse-user {
	color: rgb(151, 151, 151);;
}

.converse-user {
	color: rgb(91, 160, 208);
}

#converse-chat input::-webkit-input-placeholder{
  color: rgb(170, 170, 170) !important;
  font-weight: 400;
}

#converse-chat input::-moz-placeholder{
  color: rgb(170, 170, 170) !important;
  font-weight: 400;
}

#converse-chat input:-ms-input-placeholder{
  color: rgb(170, 170, 170) !important;
  font-weight: 400;
}

/* compatibilidad con http://mediaelementjs.com/ */
#converse-chat .mejs-container {
  display:none;
}

.btn-new-conversation a{
	color:white;
	font-weight:100;
} 
.btn-new-conversation a:hover{
	color:white;
	text-decoration:underline;
}
.btn-new-conversation{
	margin: 0 70px;
}

.date-picker-wrapper {
	z-index: 9999;
}
