body, div, h1, h2, h3, span, p {
	font-family: 'PT Sans', sans-serif;
	color: #000000; 
}

.Museo-300 { 
	font-family: Museo-300;
	font-weight: normal;
	font-style: normal;
}

/* fullscreen */
html {
	height:100%;
}
body {
	height:100%;
	margin: 0px;
	overflow:hidden; /* disable scrollbars */
	font-size: 12pt;
  	background : #ffffff; 
}
table,tr,td {
	font-size: 10pt;
	border-color : #777777;
	background : #dddddd; 
	color: #000000; 
	border-style : solid;
	border-width : 2px;
	padding: 5px;
	border-collapse:collapse;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
.warning { 
	font-weight: bold;
} 
/* fix for scroll bars on webkit & Mac OS X Lion */ 
::-webkit-scrollbar {
	background-color: rgba(0,0,0,0.1);
	width: 0.75em;
}
::-webkit-scrollbar-thumb {
	background-color:  rgba(0,0,0,0.1);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.side-shadow {
	-webkit-box-shadow: -1px 0px 5px rgba(0,0,0,0.2);
	   -moz-box-shadow: -1px 0px 5px rgba(0,0,0,0.2);
	        box-shadow: -1px 0px 5px rgba(0,0,0,0.2);
}

.shadow-top {
	-webkit-box-shadow: 0px -1px 5px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0px -1px 5px rgba(0,0,0,0.1);
	        box-shadow: 0px -1px 5px rgba(0,0,0,0.1);
}

.shadow-bottom {
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	        box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

#container {
	width:80%;
	width:calc(100% - 350px);
	height:100%;
	float: left;
}

#info {
	width:350px;
	height:100%;
	background-color: #F9F9F9; 
	float: left;
	z-index: 9999;
}

#info-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: relative;
}

#pdi-container {
	order: 2;
    height: 0px;
    overflow-y: auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    /*min-height: 181px;*/
}

#pdi-container.open {
	height: auto;
	-webkit-flex-grow: 5;
    flex-grow: 5;
}

#aea-btn {
	background-color: rgba(0,174,197,1);
	order: 1;
	height: 80px;
	min-height: 80px;
	cursor: pointer;
}

#aea-btn:hover {
	background-color: rgba(0,174,197,0.9);
}

#aea-btn div {
	height: 60px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

#aea-btn img {
	height: 60px;
	width: auto;
	margin-left: 10px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

#pdi-current-title {
	order: 3;
	background-color: rgba(0,174,197,1);
}

#pdi-current {
	order: 4;
	-webkit-flex-grow: 2;
	flex-grow: 2;
	overflow: hidden;
	/*line-height: 16px;*/
}

#pdi-current.close {
	order: 4;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	overflow: hidden;
	/*line-height: 16px;*/
}

#pdi-current-container {
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

#pdi-current-container.close {
	height: 0px !important;
}

#pdi-title-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 10px 0;
	margin-left: 10px;
}

#pdi-title-container div {
	color: white;
}

#pdi-title {
	font-size: 18pt;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

#location-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 14px 0;
	margin-left: 10px;
}

#contacts-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 14px 0;
	margin-left: 10px;
}

.info-icon {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	align-content: center;
	margin-right: 10px;
}

.info-text {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.smaller-font {
	font-size: 11pt !important;
}

#skype-container {
	width: 100%;
	height: 50px;
	background-color: #00AFF0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-decoration: none;
}

#skype-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
    margin: 0 auto;
    cursor: pointer;
}

#skype-btn img {
	max-height: 30px;
	margin: 0 10px;
}

#skype-btn span {
	color: white;
	font-size: 12pt;
}

#content-container {
	margin: 14px 15px;
}

#mapdiv-container {
	order: 5;
}

#mapdiv.open {
	min-height: 200px;
	height: 200px;
    /*transition: min-height 0.25s ease-in;*/
}

#aea-map-btn {
	background-color: rgba(0,174,197,1);
	height: 50px;
	cursor: pointer;
}

#aea-map-btn span {
	font-size: 13pt;
}

#aea-map-btn:hover {
	background-color: rgba(0,174,197,0.9);
}

#mapdiv {
	width:calc(10%);
	width: 350px;
	height: 200px;
	/*min-height: 200px;*/
	max-height: 0px;
}

/* hide vestige of hybrid dropdown on map */
.gm-style-mtc:nth-child(2) div:not(:first-child) {
	display: none;
}

.side-btn {
	/*background-color: rgba(68,100,121,1);*/
	color: whitesmoke;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.side-btn:hover {
	/*background-color: rgba(68,100,121,0.94);*/
}

.side-btn i {
	margin: 0 10px;
}

.side-btn span {
	color: whitesmoke;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	font-size: 11pt;
}

.big1-icon {
	font-size: 25px !important;
}

.big2-icon {
	font-size: 40px !important;
}

.big3-icon {
	font-size: 30px !important;
}

.small1-icon {
	font-size: 20px !important;
}

.pdi-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background-color: rgba(224,224,224,0.5);
	height: 35px;
	width: 100%;
	margin: 1px 0;
	cursor: pointer;
}

.pdi-row:hover {
	background-color: rgba(224,224,224,1);
}

.pdi-row.active {
	background-color: rgba(0,174,197,1);
	color: white;
}

.pdi-row.active span {
	color: white;
}

.pdi-row.active:hover {
	background-color: rgba(0,174,197,0.9);
}

.pdi-row span {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.pdi-row i {
	margin: 0 10px;
}

.fab {
	margin: 0 15px;
	border-radius: 50%;
    height: 56px;
    min-width: 56px;
    width: 56px;
    background: rgba(255,255,255,.7);
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.30),0 2px 1px 0 rgba(0,0,0,.42);
    position: relative;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    cursor: pointer;
}

.fab:hover {
	background: rgba(255,255,255,1);
}

.fab .material-icons {
	margin: 0 auto;
}

.nav {
	position: absolute;
	z-index:9999;
	top: 45%
}

.nav#nav-next {
	right:390px
}

#toogle-menu {
	width: 40px;
	height: 100%;
	position: absolute;
	z-index:9999;
	right:350px;
	bottom: 0px;
}

#toogle-menu div {
	width: 100%; 
	height: 100%; 
	position: relative;
	background-color: rgba(255,255,255,0.5);
}

#toogle-menu div:hover {
	background-color: rgba(255,255,255,0.8);
}

#toogle-menu i {
	position: absolute; 
	top: 46%
}

#logos {
	position: absolute;
	z-index:9999;
	bottom: -4px;
	right:350px;
	opacity: 0.6;
}

#logos img{
	max-height: 50px;
}

#logo-container {
	width: 370px;
	height: 50px;
	position: absolute;
	z-index:9999;
	right:390px;
	bottom: 0px;
	background-color: black;
	opacity: 0.6;
}

#social-container {
	width: 100px;
	height: 50px;
	position: absolute;
	z-index:9999;
	left:0%;
	bottom: 0px;
	background-color: black;
	opacity: 0.6;
}

#logo-container div,
#social-container div  {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 100%;
}

#logo-container img,
#social-container img {
	max-height: 30px;
	margin: 0 auto;
	cursor: pointer;
}

.ggskin_hotspot {
	cursor: pointer;
}

.ggskin_text div {
	padding: 0 5px !important;
}

.unset {
	background-color: gray !important;
	cursor: default;
}

.unset #skype-btn {
	cursor: default;
}

.ggskin_text {
	visibility: visible !important;
}

/* OVERLAY */
#overlay {
	background-color: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	z-index: 99900;
  	top: 0;
  	left: 0;
  	position: fixed;
  	align-items: center;
}

#ratio-img {
	width: 100%
}

#overlay-content {
	width: 85%;
	background-color: white;
	margin: 0 auto;
    outline: 10px solid white;
    position: relative;
}

#overlay-content-info-container {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99910;
}

#overlay-content-info-img {
	width: 50%;
	margin-left: 8%;
    margin-top: 3%;
}

#content-info-text {
    margin-left: 22%;
    max-width: 42%;
    font-size: 1.1vw;
}

#overlay-content-images {
	width: 50%;
	height: 100%;
	background: url(../img/mosaico.png) no-repeat; 
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99910;
}

#overlay-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999980;
}

#overlay-close-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999990;
	cursor: pointer;
}

.top-left-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 450px 0 0;
	border-color: #ffffff transparent transparent transparent;
}

.top-right-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 60px 60px 0;
	border-color: transparent #ffffff transparent transparent;
}

.flexbox{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#overlay-open {
	position: absolute;
	z-index:9998;
	top: 0;
	left: 0;
}

#overlay-open-btn {
	position: absolute;
	z-index:9999;
	top: 8px;
	left: 8px;
}

#overlay-open-btn img {
	width: 170px;
	cursor: pointer;
}

#overlay-open-facebook {
	position: absolute;
	z-index:9999;
	top: 30px;
	left: 190px;
}

#overlay-open-twitter {
	position: absolute;
	z-index:9999;
	top: 30px;
	left: 237px;
}

#overlay-open-aea {
	position: absolute;
	z-index:9999;
	top: 30px;
	left: 284px;
}

#overlay-open-facebook img,
#overlay-open-twitter img,
#overlay-open-aea {
	width: 40px;
	cursor: pointer;
}