/* For the new GxDubai.de */

/* Essentially for all tag that can contain text. */
/* Defaults */
body, h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, dl, li, dt, dd, cite, blockquote, b, strong, em, mark, ins, del, sub, sup, small, i, code, pre, button, nav, th, td {
    color:       #14202e; /* dark blue */
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:   16px;
	font-weight: 400;
	line-height: 28px;
	text-align:  left;
}

/* Different font-family */
code, pre {
	font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
}

/* Different font-size */
h1, h1 a, h1 span {
	font-size:   32px;
	font-weight: 500;
	line-height: 40px;
	margin:      30px 10px;
	text-align:  center;
}
h2, h2 a, h2 span {
	font-size:   26px;
	font-weight: 500;
	line-height: 40px;
}
h3, h3 a, h3 span {
	font-size:   20px;
	font-weight: 500;
	line-height: 36px;
}
h4, h4 a, h4 span {
	font-size:   18px;
	font-weight: 500;
	line-height: 32px;
}
.small-font, .small-font a, dl.article-info dd, dl.article-info dd span, dl.article-info dd a {
	font-size:   13px;
}


b, strong, th, dt {
	font-weight: 600;
}

/* Different color */
.text-muted dt, .text-muted dd, dl.article-info dd [class^="icon-"] {
  color: #999999;
}
.current {
  color: #ed1c24;
}



dt {
  margin-bottom: 10px;
}
dd {
  margin-bottom: 25px;
  margin-left: 20px;
}

div.container-topbar {
	float: right;
}
header.container-header {
	background-image: url("/images/pdlm-beach.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 156px;
}
header.container-header .mod-menu {
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
}
header.container-header ul#mainmenu, header.container-header ul#mainmenu > li, header.container-header ul#mainmenu > li > a {
  display: inline-block;
  overflow: visible;
}

.footer {
	margin-top: 5em;
}

.grid-child {
	margin-top: 28px;
	margin-bottom: -36px;
}
div.navbar-brand a.brand-logo img {
	border: 4px solid var(--white,#fff);
	border-radius: 50%;
	min-width: 100px;
	width: 100px;
}
div.navbar-brand {
	justify-content: center;
	margin: 0 auto;
	width: 100px;
}


div.container-nav {
    padding-bottom: 0px !important;
}
.metismenu.mod-menu .metismenu-item {
    padding-top:    0.1em;
    padding-right:  1em;
    padding-left:   0.1em;
}


h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1rem;
}



.category-desc {
    margin: 10px;
}

a {
    text-decoration: none;
    color: #142094;
    background: none;
}
a:visited {
  color: #7a2094;
}

table {
    margin: 0 0 10px 0;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {
    padding: 5px;
}




.gxitem-content, 
.unitimgs, 
.com-content-article figure img,
div.category-desc > img:nth-of-type(1) {
	border: 1px #e4e4e4 solid;
	-webkit-box-shadow: 0 5px 8px 0 rgba(82,77,148,.15);
	border-radius: 8px 8px 0 0;
	box-shadow: 0 5px 8px 0 rgba(82,77,148,.15);
}
.gxitem-content {
	margin-bottom: 25px;
}
.gxitem-content img {
	border-radius: 8px 8px 0 0;
}
.gxitem-content h2 {
    background: rgba(255, 255, 255, 0.8);
    bottom: 50px;
	font-size: 18px;
	font-weight: normal;
    left: 0px;
    line-height: 20px;
	padding: 15px;
    position: relative;
    width: 100%;
}
.gxitem-content a {
	color: black;
	text-decoration: none;
}
.gxitem-content a:hover h2 {
	text-decoration: underline;
}
.gxitem-content a.title-link {
	display: block;
	height: 10px;
}
.gxitem-content ul.tags {
	padding: 15px;
}
.gxitem-content ul.tags a {
	color: white;
	text-decoration: none;
}
.gxitem-content ul.tags a:hover {
	text-decoration: underline;
}

.container-sidebar-right .custom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.container-sidebar-right .custom ul li {
	margin-bottom: 10px;
}

blockquote {
    clear: both;
}


table.bordered, table.bordered th, table.bordered td {
    border: 1px solid black;
}



img.avatar {
    border: 2px solid var(--white,#fff);
    border-radius: 50%;
    float: left;
    height: 60px;
    width: 60px;
    margin: 5px 20px 15px 0;
    vertical-align: top;
}

span.punkt {
	border: 4px solid var(--white,#fff);
	border-radius: 50%;
	min-width: 100px;
	width: 100px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
.gxitem-content h2 {
    bottom: 48px;
	font-size: 15px;
    line-height: 18px;
}

}

/* Team */
table.gxcontacts-list {
	border: 0 solid black;
}
table.gxcontacts-list tr {
	margin: auto;
	width: 100%;
	display: inline-block;
}
table.gxcontacts-list td {
    border: 0 solid black;
	width: 100%;
	display: inline-block;
}
table.gxcontacts-list tr td h2 {
	font-size: 30px;
	font-weight: bold;
}
table.gxcontacts-list tr td h3 {
	font-size: 24.5px;
	font-weight: normal;
}
table.gxcontacts-list tr td img {
	border: 4px solid var(--white,#fff);
	border-radius: 50%;
	height: 152px;
	width: 152px;
	float: left;
}
table.gxcontacts-list tr td div.gxcontact-list-name {
	margin-left: 180px;
    margin-top: 20px;
}
@media screen and (max-width: 640px) {
table.gxcontacts-list tr td h2 {
	font-size: 22px;
}
table.gxcontacts-list tr td h3 {
	font-size: 18px;
}
table.gxcontacts-list tr td img {
	border: 3px solid var(--white,#fff);
	height: 94px;
	width: 94px;
}
table.gxcontacts-list tr td div.gxcontact-list-name {
	margin-left: 110px;
    margin-top: 8px;
}
}
.com-contact__container {
  grid-gap: 0;
}

#gxface, .gxface-img {
	border: 4px solid var(--white,#fff);
	border-radius: 50%;
	height: 152px;
	width: 152px;
}
#gxcover-img {
	border: 0;
	border-radius: 8px 8px 0 0;
	height: 100% !important;
	width: 100% !important;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
#gxface-border {
	border-radius: 50%;
	height: 160px;
	width: 160px;
	box-sizing: border-box;
	background-clip: content-box;
	border-radius: 49.9%;
	position: relative;
	z-index: 4;
	margin-top: -104px;
}

@media screen and (max-width: 640px) {
#gxface, .gxface-img {
	height: 102px;
	width: 102px;
}
#gxface-border {
	height: 110px;
	width: 161px;
	margin-top: -64px;
}


}

dl.article-info {
  display: block;
  padding: 0;
  margin: 0 0 15px;
  margin-bottom: 15px;
  font-style: italic;
}
dl.article-info dt {
  display: none;
}
dl.article-info dd {
  margin-left: 0;
  margin-right: 16px;
  display: inline-block;
}
dl.article-info dd [class^="icon-"] {
  color: #999999;
}

.gxbox1 {
	background-color: #ffffff;
	border: 1px solid #e1e0dd;
	border-radius: 0 0 8px 8px;
	padding: 0 24px;
}

.gxbox1 div.contact-miscinfo dl.dl-horizontal dd {
  margin-left: 0;
  padding-left: 0;
}


.gxbox1 h3 {
	font-weight: normal;
}


footer.container-footer ul.mod-menu {
	flex-direction: row;
}

footer.container-footer ul.mod-menu a {
	color: white;
	padding: 0 0 0 9px;
}



hr.sep {
  border-top: none;
  border-bottom: none;
  background-color: #ffffff;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#caadad), to(#ffffff));
  background-image: -webkit-radial-gradient(circle, #caadad, #ffffff);
  background-image: -moz-radial-gradient(circle, #caadad, #ffffff);
  background-image: -o-radial-gradient(circle, #caadad, #ffffff);
  background-image: radial-gradient(circle, #caadad, #ffffff);
  background-repeat: no-repeat;
  background: -webkit-radial-gradient(#caadad, #ffffff);
  background: -o-radial-gradient(#caadad, #ffffff);
  background: -moz-radial-gradient(#caadad, #ffffff);
  background: radial-gradient(#caadad, #ffffff);
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}



/* For the booking buttons */

.whatsapp-button {
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  box-sizing: border-box;
  appearance: none;
  background-color: transparent;
  border: 2px solid #25d366;
  border-radius: 0.6em;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
.whatsapp-button a {
  color: #25d366;
}

.whatsapp-button:hover {
  box-shadow: 0 0 40px 40px #25d366 inset;
  outline: 0;
}
.whatsapp-button:hover a {
  color: #fff;
}


.airbnb-button {
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  box-sizing: border-box;
  appearance: none;
  background-color: transparent;
  border: 2px solid #ff7977;
  border-radius: 0.6em;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
.airbnb-button a {
  color: #ff7977;
}
.airbnb-button:hover {
  box-shadow: 0 0 40px 40px #ff7977 inset;
  outline: 0;
}
.airbnb-button:hover a {
  color: #fff;
}

.facebook-button {
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  box-sizing: border-box;
  appearance: none;
  background-color: transparent;
  border: 2px solid #3b5998;
  border-radius: 0.6em;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
.facebook-button a {
  color: #3b5998;
}
.facebook-button:hover {
  box-shadow: 0 0 40px 40px #3b5998 inset;
  outline: 0;
}
.facebook-button:hover a {
  color: #fff;
}



