/* GENERAL */
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}

body {
	font-family: "Roboto", sans-serif;
	background: #333;
	color: #444;
	-webkit-touch-callout: none;
	/* prevent callout to copy image, etc when tap to hold */
	-webkit-text-size-adjust: none;
	/* prevent webkit from resizing text to fit */
	-webkit-user-select: none;
	/* prevent copy paste, to allow, change 'none' to 'text' */
	/*height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;*/
}

body * { box-sizing : border-box; }

.material-icons {
	font-family: 'MaterialIcons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	/* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
	-webkit-font-feature-settings: 'liga';
}

@font-face {
	font-family: 'MaterialIcons';
	font-style: normal;
	font-weight: 400;
	src: url(../font/material-icons/MaterialIcons-Regular.eot);
	/* For IE6-8 */
	src: local('MaterialIcons'), local('MaterialIcons-Regular'),
	url(../font/material-icons/MaterialIcons-Regular.woff2) format('woff2'),
	url(../font/material-icons/MaterialIcons-Regular.woff) format('woff'),
	url(../font/material-icons/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Thin.woff2") format("woff2"),
	   url("../font/roboto/Roboto-Thin.woff") format("woff"),
	   url("../font/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200; }

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Light.woff2") format("woff2"),
	   url("../font/roboto/Roboto-Light.woff") format("woff"),
	   url("../font/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Regular.woff2") format("woff2"),
	   url("../font/roboto/Roboto-Regular.woff") format("woff"),
	   url("../font/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Medium.woff2") format("woff2"),
	   url("../font/roboto/Roboto-Medium.woff") format("woff"),
	   url("../font/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Bold.woff2") format("woff2"),
	   url("../font/roboto/Roboto-Bold.woff") format("woff"),
	   url("../font/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700; }

.hide {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #191d22;
	letter-spacing: -0.05em;
}

a {
	color: inherit;
	text-decoration: none;
}
a.btn-close {
        color: white;
}
p {
  margin: 0 0 11px;
}
span {
  font-size: 14px;
}


img {
	width: 100%;
	height: auto;
	display: block;
}

.container-img-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-border-radius: 50%;
}
img.circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-border-radius: 50%;
}
/*
.activity_rounded {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 3px solid #fff;
}

.activity_rounded img  {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    vertical-align: middle;
}
*/

table { border-collapse: collapse; }
table td { padding: 8px 0; }

.padding-top-0 {
  padding-top: 0 !important;
}
.padding-20 {
  padding: 20px;
}
.margin-top-0 { margin-top: 0 !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-bottom-0 { margin-bottom: 0 !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.padding-top-0 { padding-top: 0 !important; }
.padding-bottom-0 { padding-bottom: 0 !important; }

.fullscreen {
  min-width: 100vw !important;
  width: 100% !important;
  min-height: 100vh !important;
  height: 100% !important;
}
.fullwidth {
  width: 100% !important;
}
.fullheight {
  height: 100% !important;
}

.mdl-layout__header.transparent { background: none; box-shadow: none; margin-bottom: -56px; }
.mdl-layout__header.contrast, .mdl-layout__header.contrast i { color: #0B7762; }

.bg-silver { background: #EEEEEE !important; }

#views {
	position: relative;
	/* background: blue; */
}

#views .page {
	position: fixed;
	top: 0;
	height: 100% !important;
	width: 100% !important;
	background: #FFF;
	/* background: yellow; */
	display: block;
}

#views .page .page-content {
  /* padding-top: -56px;*/
  /* height: 100%; */
  width: 100%;
  display: block;
  position: relative;
  /* background: red; */
}

/*
#views .page .page-content {
	position: absolute;
	top: 56px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#views .page.without-navbar .page-content {
	top: 0;
}
*/

/* iOS specific fix, don't use it on Android devices */


/*#views .page .page-content > * {
    -webkit-transform: translateZ(0px);
}*/


/*
#views .page {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
*/

#views .page.anim--fadeinup {
	animation-duration: 0.35s;
	animation-fill-mode: both;
	transition-timing-function: ease-in;
	animation-name: fadeInUp;
}

#views .page.closing {
	animation-name: fadeInRight;
}

.loading-panel { background: rgba(255,255,255,0.5); z-index: 900; position: absolute; top: 0; }

.nav-left { background: #444; }
.nav-left .mdl-navigation__link { padding: 6px 15px !important; }
.nav-left .mdl-navigation__link i { margin-right: 8px; vertical-align: inherit; padding-top: 5px; opacity: 0.5; width: 24px; height: 24px; padding-top: 0; }
.nav-left .mdl-navigation__link span { font-size: 18px; display: inline-block; vertical-align: super; }
.nav-left .hotel-panel { z-index: 500; position: absolute; left: 0; width: 100%; top: 45px; }
.nav-left .row-hotel { position: relative; padding: 15px; height: 200px; text-align: center; }
.nav-left .row-hotel .hotel-image-background { height: 135px; position: absolute; width: 100%; left: 0; top: 0; background-repeat: no-repeat; background-size: 100% 100%; border-bottom: 2px solid #333; }
.nav-left .row-hotel .hotel-logo { font-size: 18px; color: #FFF; height: 100px; width: 100px; text-align: center; display: inline-block; z-index: 50; padding: 3px; background: #CCC; }
.nav-left .row-hotel .hotel-name { font-size: 22px; color: #FFF; line-height: 50px; height: 50px; overflow: hidden; }
.nav-left .btn-close { position: absolute; right: 20px; z-index: 150; }
.nav-left .sign { text-align: left; position: absolute; bottom: 5px; right: 10px; height: 25px; }
.nav-left .sign small { color: #777; display: block; text-align: center; display: inline-block; margin-right: 8px; }
.nav-left .sign img { height: 20px; width: auto; display: inline-block; }
.nav-left .anim {
	animation-duration: 0.35s;
	animation-fill-mode: both;
	transition-timing-function: ease-in;
	animation-name: fadeInUp;
}
.nav-left .btn-go-back { color: #EEE; display: block; padding: 5px 10px; margin-bottom: 5px; }
.nav-left .btn-go-back i { float: left; opacity: 0.75; }
.nav-left .btn-go-back span { font-size: 20px; display: inline-block; margin: 3px 4px; }
.nav-left .sub-nav .mdl-navigation__link { padding-left: 40px !important; }

.grey {
	background-color: #9e9e9e;
}

.grey.lighten-4 {
	background-color: #f5f5f5;
}
.grey.lighten-2 {
  background-color: #e0e0e0;

}

.grey-text {
	color: #9e9e9e;
}

.grey-text.text-lighten-4 {
	color: #f5f5f5;
}

.white-text {
	color: #FFFFFF !important;
}

.white {
	background-color: #FFFFFF;
}
.bg-dark {
  background: #333 !important;
}
.bg-green-meducar { background: #1ABC9C !important; }
.bg-green-meducar-dark { background: #18A085; }
.green-meducar { color: #1ABC9C; }
.green-meducar-dark { color: #0B7762; }

table {
	width: 100%;
}

table.mdl-data-table th,
table.mdl-data-table td {
	text-align: center;
}

.left {
	text-align: left !important;
}

.center {
  vertical-align: middle;
}
.center, .text-center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.empty-state {
	background: #eceff1;
}

.empty-state .empty-content {
	display: block;
}

.empty-content {
	display: none;
	text-align: center;
}

.empty-content img {
	width: 90%;
	margin-top: 25px;
	margin-bottom: 25px;
	display: inline-block;
}

.empty-content h5 {
	font-weight: bold;
	color: #0B7762;
	font-size: 25px;
	letter-spacing: -2px;
}

.empty-content p {
	font-size: 22px;
}

.empty-content p b {
	font-weight: 400;
}

.overlay-gradient {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 70%, #000 100%) repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.fixed-action-btn {
	position: fixed;
	/*bottom: 30px;
	right: 24px;*/
	bottom: 3vh;
	right: 5vw;
	z-index: 50;
}

.fixed-footer { position: fixed; z-index: 3; left: 0; right: 0; bottom: 0; width: 100%; -webkit-backface-visibility: hidden; }
.no-data h4 { color: #888; font-size: 28px; font-weight: 100; }
.no-data img { width: 65%; margin: auto; opacity: 0.35; }


 /*


.mdl-layout__content { position: fixed; top: 0; left: 0; width: 100%; }

.mdl-grid { padding: 0 6px; }








*/

.demo-list-item.mdl-list li { padding: 2px; min-height: 25px; }
.demo-list-item.mdl-list li span { text-align: center; display: block; text-transform: uppercase; color: #777; }

/*
.valign-wrapper { display: table; align-items: center; width: 100%; }
.valign-wrapper .valign {
    display: table-cell;
	margin: auto;
	vertical-align: middle;
}
*/

/* == KEYFRAMES == */
@-webkit-keyframes fadeInUp {
 0% {
    opacity: 0;
    transform: translate3d(0px, 30%, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}
@keyframes fadeInUp {
0% {
    opacity: 0;
    transform: translate3d(0px, 30%, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}

@keyframes fadeInLeft {
0% {
    opacity: 0;
    transform: translate3d(30%, 0px, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}

@keyframes fadeInRight {
0% {
    opacity: 1;
    transform: none;
}
100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
}
}

/* MDL Fixes */
.mdl-spinner.is-active:not(.is-upgraded)::after { content: "..."; }
.mdl-layout__drawer { border-right: none; }
.mdl-layout__header { background: #333; }
.mdl-layout__header-row { padding-left: 56px; }
.mdl-layout__title, .mdl-layout-title { white-space: nowrap; max-width: 85%; overflow: hidden; }
.mdl-layout__title, .mdl-layout-title.is-minimized { max-width: 15%; width: 15vw; }
.mdl-layout__drawer .mdl-navigation { padding-top: 0; }
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link { color: #DDD; }
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link[data-view=discounts] { color: #f9c450; }
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link.active { color: #FFC061; font-weight: bold; }
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover { background: #555; }
.mdl-layout__drawer-button i, .mdl-layout__header-row { color: #EEE; }
.mdl-button-big { height: 54px; line-height: 54px; padding-left: 28px; padding-right: 28px; }


/* SCREENS */

/* #IdentifyView label { line-height: 70px; }*/
#IdentifyView img.logo { max-width: 250px; margin: auto; margin-bottom: -5px; }
#IdentifyView .zone { display: inline-block; width: 300px; text-align: right; text-transform: lowercase; font-size: 32px; font-weight: 600; color: #a6c8f3; margin-bottom: 25px; }
#IdentifyView #txtCode { text-align: center; font-size: 35px; /* line-height: 70px; */ color: #FFF; font-weight: bold; text-transform: uppercase; letter-spacing: 4px; }
#IdentifyView .row-languages { margin-top: 20px; }
#IdentifyView .row-languages .mdl-button { height: 68px; width: 68px; padding: 4px; border-radius: 50%; }
#IdentifyView .row-languages .mdl-button img { width: 40px; margin: auto; opacity: 0.70; transition: all ease-out 0.25s; }
#IdentifyView .row-languages .mdl-button.active { background: rgba(255, 255, 255, 0.25); }
#IdentifyView .row-languages .mdl-button.active img { width: 60px; opacity: 1;}

#IndexView { background: #FFF; }
#IndexView .row-main { position: relative; }
#IndexView .row-main .logo { position: absolute; top: -70px; width: 100%; z-index: 999; margin: auto; }
#IndexView .row-main .logo img { width: auto; max-height: 115px; margin: auto; display: block; max-width: 100%; padding: 5px; background: #FFF; }
#IndexView .row-main .info { text-align: center; padding-top: 40px; }
#IndexView .row-main .info h4 { margin: 0; line-height: 50px; font-size: 35px; margin-top: 12px; }
#IndexView .row-main .info h6 { margin: 0; font-size: 25px; color: #FFC061; }
#IndexView .row-main .info p { margin: 25px 40px; font-weight: 100; color: #000; font-size: 18px; }
#IndexView .row-contact { height: 80px; background: #F6F6F6; border-bottom: 1px solid #CCC; border-top: 1px solid #DDD; }
#IndexView .row-contact button { padding: 0 2px; }
#IndexView .row-contact button i { color: #ffc061; margin-right: 10px; }
#IndexView .row-contact .mdl-cell { width: 33.3%; }
#IndexView #sliderMain { height: 280px; overflow: hidden; background: #333; }
#IndexView #sliderMain ul { list-style: none; }
/*#IndexView .unslider { position: relative; }	*/
#IndexView .unslider li img { height: 280px; }
/* #IndexView .unslider-nav { position: absolute; bottom: -35px; left: 0; right: 0; top: auto; margin: 0; }*/
#IndexView .row-map { margin-bottom: 80px; }

#SplashView { background: #333 !important; }
#SplashView .mdl-spinner { margin-top: 25px; }
#SplashView p { line-height: 18px; }
#SplashView img { margin: auto; max-width: 250px; min-width: 180px; }
#SplashView .txt-version { position: fixed; bottom: 0; left: 0; width: 100%; }

#ListView .mosaic-list .item { height: 180px; background-repeat: no-repeat; background-size: 100% 100% !important; display: block; position: relative; background: #444; }
#ListView .mosaic-list .item p { position: absolute; bottom: 35px; z-index: 100; font-size: 30px; left: 20px; font-weight: 300; }
#ListView .mosaic-list .item .tags { position: absolute; left: 21px; bottom: 20px; font-size: 15px; color: #FFF; z-index: 99; font-weight: 300; }
#ListView .mosaic-list .item .tags small { background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0; color: #ddd; padding: 4px 7px; text-transform: uppercase; margin-right: 2px; }
#ListView .mosaic-list .item .overlay-gradient { opacity: 1; z-index: 90; }

#DetailView .row-main { position: relative; }
#DetailView .row-main .logo { position: absolute; top: -70px; width: 100%; z-index: 999; margin: auto; }
#DetailView .row-main .logo img { width: auto; max-height: 115px; margin: auto; display: block; max-width: 100%; padding: 5px; background: #FFF; }
#DetailView .row-main .info { text-align: center; padding-top: 40px; }
#DetailView .row-main .info h4 { margin: 0; line-height: 50px; font-size: 35px; margin-top: 12px; }
#DetailView .row-main .info h6 { margin: 0; font-size: 25px; color: #FFC061; }
#DetailView .row-main .info .category { color : #333; font-weight: 100; margin: 5px; }
#DetailView .row-main .info p { margin: 25px 40px; font-weight: 100; color: #000; font-size: 18px; }
#DetailView .row-contact { height: 80px; background: #F6F6F6; border-bottom: 1px solid #CCC; border-top: 1px solid #DDD; }
#DetailView .row-contact button { padding: 0 2px; }
#DetailView .row-contact button i { color: #ffc061; margin-right: 10px; }
#DetailView .row-contact .mdl-cell { width: 33.3%; }
#DetailView .type-interest_point .logo, #DetailView .type-interest_point .row-contact { display: none; }
#DetailView .type-interest_point .info { padding-top: 0; }
#DetailView .row-map { margin-bottom: 80px; }

#DiscountsView #discountsList { background: #FFF; }
#DiscountsView #discountsList .discount-item { text-align: left; padding: 10px 15px; border-bottom: 1px solid #EEE; }
#DiscountsView #discountsList .discount-item h4 { margin: 0; }
#DiscountsView #discountsList .discount-item p { margin: 0; }

/* Compatibility Fixes */
.fix-vertical-align .mdl-grid { display: table; width: 100%; }
.fix-vertical-align .mdl-grid .mdl-cell { display: table-cell; }
.fix-vertical-align .mdl-grid .mdl-cell--stretch { height: 100%; }
.fix-vertical-align .mdl-grid .mdl-cell.mdl-cell--middle { vertical-align: middle; }

.fix-tabs .mdl-layout__tab-bar { display: table; width: 100%; }
.fix-tabs .mdl-layout__tab { display: table-cell; }

figure.intense-figure img { transform: translate3d(calc(100% - 92%), 20px, 0px) !important; width: 84% !important}

/* Responsive */
@media only screen and (max-width: 560px) {
  .row-contact .small-text { display: inline-block; }
  .row-contact .full-text { display: none; }
}
@media only screen and (min-width: 561px) {
  .row-contact .small-text { display: none; }
  .row-contact .full-text { display: inline-block; }
}