body #fix-area, body #content-area, body #footer-area { width: 1200px; }
body #footer { height: 310px; }
body #fullscreen-area, body .fullscreen-bg { background-color: rgba(0, 0, 0, 0); background-image: linear-gradient(0deg, rgb(85, 85, 85) 17%, rgb(51, 51, 51) 82%); background-size: cover; }
.clickable { display: inline-block; width: 100%; height: 100%; }
.PlaceObject { background-color: rgba(0,0,0,0) !important; }
/*----------------------------------------------------------- Mobile styles -----------------------------------------*/
/* burger = button to show the sidenav */
/* sidenav = menu for the mobile version */
/* mobile = is the div which encloses ALL mobile elements it is also the element which needs to be hidden to hide the */
/* mobile elements from the page (needed for the regular desktop version) */
/* mobile-content = is a child of mobile and contains the content elements */
/* mobile-footer = is a child of mobile and contains the footer elements */
/* mobile-clone = cloned elements which are located in either content or footer */
/* mobile-child = cloned elements which are located in mobile-clones */

/*----------------------------------------------------------- start Burger section -----------------------------------------*/

#sidenav {
    display: none;
}

.burger {
    display: none;
}

/*----------------------------------------------------------- end Burger section -----------------------------------------*/

/*----------------------------------------------------------- start other element section -----------------------------------------*/

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 3000;
}

#footer-area {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

#content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#content-area {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

#fix {
    width: 100%;
    position: fixed;
    z-index: 4000;
}

#fix-area {
    margin: 0 auto;
    position: relative;
}

/*----------------------------------------------------------- end other element section -----------------------------------------*/

/*----------------------------------------------------------- Dextermedia logo -----------------------------------------*/
.LogoTextObject .dexterlogo::before {
    content: attr(data-before);
}

.LogoTextObject .dexterlogo {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: black;
}

/*==========================================================================================================================*/
/*= Mobile version styles start ============================================================================================*/
/*==========================================================================================================================*/

.mobile .root-area,
.mobile .footer,
.mobile .footer-area,
.mobile #content-area,
.mobile #footer,
.mobile #footer-area {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
}

.mobile .positioned,
.mobile .positioned object {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.mobile .ImageObject .one-hundred-percent,
.mobile .HeaderLogoImageObject .one-hundred-percent {
    width: 100% !important;
    height: 100% !important;
}

.mobile .root-area .scroll-margin,
.mobile .footer .scroll-margin,
.mobile .footer-area .scroll-margin,
.mobile #content-area .scroll-margin,
.mobile #footer .scroll-margin,
.mobile #footer-area .scroll-margin {
    margin-top: 25vh !important;
}

.mobile .positioned {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.mobile .ContentModule {
    padding: 10px;
    text-align: center;
}

.mobile .dcmp-mobile-invisible,
.mobile .MenuItemsObject,
.mobile .invisible {
    display: none !important;
}

.mobile .positioned:not(:first-child),
.mobile .footer {
    margin-top: 10px !important;
}

.mobile .root-area,
.mobile .root-area > :first-child,
.mobile .footer > :first-child {
    margin-top: 0 !important;
}

.mobile .mobile-left,
.mobile .mobile-left > p,
.mobile .mobile-left > p span {
    margin-left: 0 !important;
    text-align: left !important;
}

.mobile .mobile-center,
.mobile .mobile-center > p,
.mobile .mobile-center > p span {
    margin: 0 auto !important;
    text-align: center !important;
}

.mobile .mobile-right,
.mobile .mobile-right > p,
.mobile .mobile-right > p span {
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
}

.mobile .gallery .no-margin-left {
    margin-left: 0 !important;
}

.mobile .gallery .no-margin-right {
    margin-right: 0 !important;
}

.mobile .color-black {
    color: black !important;
}

.mobile .color-white {
    color: white !important;
}

.mobile .margin-left {
    margin-left: 10px !important;
}

.mobile .TextObject ul li,
.mobile .TextObject ol li {
    text-align: left !important;
    margin-left: 15px;
}

/* Sidenav */
.mobile #content #sidenav .sidemenu-wrapper > div > ul {
    height: auto;
    position: relative;
    text-align: left !important;
}

.mobile #content #sidenav .sidemenu-wrapper > div,
.mobile #content #sidenav .sidemenu-wrapper > div > ul,
.mobile #content #sidenav .sidemenu-wrapper > div > ul > li {
    width: 100%;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul,
.mobile #content #sidenav .sidemenu-wrapper > div li {
    border-width: 0;
}

.mobile #content #sidenav .sidemenu-wrapper > div > ul li {
    overflow: hidden;
    text-align: left !important;
    padding-left: 10px;
}

.mobile #content #sidenav .sidemenu-wrapper > div > ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
}

.mobile #content #sidenav .sidemenu-wrapper > div {
    height: auto !important;
}

.mobile .burger {
    display: block;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul ul {
    top: 100%;
    left: 0;
    width: calc(100% - 10px);
    text-align: left !important;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul {
    display: block;
    position: relative;
}

.mobile #content #sidenav .sidemenu-wrapper > div a {
    line-height: 26px;
    padding-left: 0;
}

.mobile #content,
.mobile #content-area,
.mobile #footer,
.mobile #footer-area,
.mobile .published {
    min-width: 0 !important;
    /*min-height: 0 !important;*/
    min-height: 0;
    max-width: 100% !important;
}

.mobile .fullscreen-bg img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100vw !important;
    max-height: 100%;
    margin: auto;
    overflow: auto;
}

.mobile .a-class {
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.mobile #content-area > .TextObject.dcmp-full-width,
.mobile #footer-area > .TextObject.dcmp-full-width,
.mobile #content-area > .TextObject.mobile-full-width,
.mobile #footer-area > .TextObject.mobile-full-width {
    padding: 0 10px;
}

.mobile #content #content-area > *:not(.header-box),
.mobile #footer #footer-area > *:not(.header-box) {
    top: 10px !important;
}

.mobile #footer {
    margin-top: 10px !important;
}

.mobile table:not(.ui-datepicker-calendar) tr td {
    width: 100% !important;
    float: left;
    display: block;
}

.mobile .social-media-icons a img {
    height: auto !important
}

.mobile .LogoTextObject > p .font-black,
.mobile .TextObject .font-black {
    color: black !important;
}

.mobile .LogoTextObject > p .font-white,
.mobile .TextObject .font-white {
    color: white !important;
}

.mobile #footer {
    padding-bottom: 10px;
}

.mobile .LogoTextObject {
    margin-bottom: 10px;
}

@media (max-width: 1365px) {
    .mobile .LogoTextObject {
        margin-bottom: 3rem !important;
    }
}

.mobile .PlaceObject {
    width: 100% !important;
}

.mobile .LanguageChangeObject {
    width: 100% !important;
}

.mobile .LanguageChangeObject ul {
    text-align: right !important;
    /*padding: 20px !important;*/
    padding-left: 10px !important;
    height: auto !important;
    /*width: 330px !important;*/
    /*margin-left: calc(100% - 330px) !important;*/
}

.mobile .LanguageChangeObject ul li {
    height: auto !important;
    width: auto !important;
    margin-right: 10px !important;
}

.mobile .LanguageChangeObject ul li a {
    width: 46px !important;
    height: 46px !important;
}

#mobile-menu ul, #mobile-menu ul:hover {
    animation: none !important;
}

/*==========================================================================================================================*/
/*= Mobile version styles end ==============================================================================================*/
/*==========================================================================================================================*/
.childWrapper{ max-width: 1200px; margin: 0 auto; position: relative; }
.dcmp-common-link-style{font-style: normal; font-weight: normal; text-decoration: none; color: rgba(90, 188, 249, 1) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgba(255, 255, 255, 1) !important; }

.element_1597665340493_4727_none { background-color: rgb(85, 85, 85); background-image: none; border-color: rgb(212, 175, 55); border-style: solid; border-width: 0px;  }
.element_1597665674648_8145_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1597666114071_4402_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(153, 153, 153);  }
.element_1597745391562_5852_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1607605331337_9146_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.map-over {
				background: transparent;
				position: absolute;
				width: 100%;
				height: 100%;
			}
.element_1736159509924_6218_none { border-color: rgba(255, 255, 255, 0.3); border-style: solid; border-width: 1px; }
ul#menu-m1000013 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 17px;
     width: 100%
}

ul#menu-m1000013 li, ul#menu-m1000013-mobile li {
    line-height: 1;
}

ul#menu-m1000013 li:hover, ul#menu-m1000013-mobile li:hover {
    background-color: rgb(255, 255, 255);
    transition: background-color 0.5s;
}

ul#menu-m1000013 li:hover > a, ul#menu-m1000013-mobile li:hover > a {
    color: rgb(85, 85, 85);
    font-style: normal;
    text-decoration: none;
    font-weight: ;
    transition: all 0.5s;
}

ul#menu-m1000013 li:hover > ul, ul#menu-m1000013-mobile li:hover > ul {
    display: block;
}

ul#menu-m1000013 a, ul#menu-m1000013-mobile a {
    white-space: nowrap;
}ul#menu-m1000013 > li, ul#menu-m1000013-mobile > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 5px;
font-size: 13px;
background-color: rgba(255, 255, 255, 0);
}
ul#menu-m1000013 > li:not(:first-child), ul#menu-m1000013-mobile > li:not(:first-child) {
border-top: none;border-left: 1px solid rgb(255, 255, 255);
}
ul#menu-m1000013 > li.current, ul#menu-m1000013-mobile > li.current {
background-color: rgb(255, 255, 255);
}

ul#menu-m1000013 > li > a, ul#menu-m1000013-mobile > li > a {
margin: 0;
padding: 0;line-height: 17px;color: rgba(255,255,255, 1);
font-family: Arial,Helvetica,sans-serif;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}
ul#menu-m1000013 > li.current > a, ul#menu-m1000013-mobile > li.current > a {
color: rgb(90, 188, 249);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000013 ul, ul#menu-m1000013-mobile ul {
    display: none;
    position: absolute;
    top: 100%;left: 0; padding: 0;
}

ul#menu-m1000013 ul li, ul#menu-m1000013-mobile ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background-color: rgba(255, 255, 255, 0);
    padding: 15px 15px;
    border-bottom: none; border-left: none;
}
ul#menu-m1000013 ul li:hover > a, ul#menu-m1000013-mobile ul li:hover > a {
color: rgba(0,0,0, 0.9);
font-style: normal;
text-decoration: none;
font-weight: normal;
}
ul#menu-m1000013 ul li:hover, ul#menu-m1000013-mobile ul li:hover {
background-color: rgba(243, 243, 243, 0.91);
}
ul#menu-m1000013 ul li:first-child, ul#menu-m1000013-mobile ul li:first-child {
border-top: none;border-left: none;
}
ul#menu-m1000013 ul li.current > a, ul#menu-m1000013-mobile ul li.current > a {
color: rgba(255,255,255, 1);
font-weight: normal;
font-style: normal;
text-decoration: none;
}
ul#menu-m1000013 ul li.current, ul#menu-m1000013-mobile ul li.current {
background-color: rgba(190, 207, 22, 1);
}
ul#menu-m1000013 ul a, ul#menu-m1000013-mobile ul a {
display: block;
padding: 0;
line-height: 1;
font-size: 13px;
color: rgba(255,255,255, 1);
font-family: Ubuntu;
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000013 ul ul, ul#menu-m1000013-mobile ul ul {
    top: 0;
    left: 100%;
}ul#menu-m1000013.mobile {
    text-align: left;
}

ul#menu-m1000013.mobile > li {
    display: block;
    padding: 0;
}

ul#menu-m1000013.mobile > li > a {
    padding: 15px 15px;
    white-space: inherit;
    display: block;
    line-height: 1.5em;
    min-height: 60px;
}

ul#menu-m1000013.mobile > li.current::before {
    display: none;
}

ul#menu-m1000013.mobile ul {
    display: block;
    position: static;
    padding-left: 15px;
    background-color: rgba(255, 255, 255, 0);
}

ul#menu-m1000013.mobile ul li {
    padding: 0;
}

ul#menu-m1000013.mobile ul li a {
    padding: 15px 15px 15px calc(15px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}
.element_1597754162649_7136_none { background-image: none;  }
.element_1597666810397_378_none { background-color: rgba(0, 0, 0, 0); background-image: linear-gradient(0deg, rgb(51, 51, 51) 0%, rgb(85, 85, 85) 100%); background-repeat: no-repeat; background-size: cover; background-position: center center; border-color: rgb(51, 51, 102); border-style: solid; border-width: 0px; color: rgb(255, 255, 255);  }
.element_1597666865505_7168_none { background-color: rgb(90, 188, 249); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(0, 119, 132); color: rgb(255, 255, 255);  }
.element_1597667233206_3271_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1597667421238_1785_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.dextermedia_logo a span.dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:rgb(255, 255, 255);font-size:12px;font-family:Times New Roman;font-weight:undefined;font-style:undefined;text-decoration:undefined; }
.element_1597737838969_821_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
#image-81000016 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1629976001110_6284_none { background-image: none;  }
.element_1597750725379_9836_none { background-color: rgb(85, 85, 85); background-image: none;  }
.element_1597750823161_0925_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1597750867415_1145_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(0, 0, 0);  }
.element_1597751345175_5696_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1736159793146_5723_none { border-style: solid; border-width: 1px; border-color: rgba(255, 255, 255, 0.3); }
.element_15977522987937_7555_none { background-color: rgb(85, 85, 85); background-image: none;  }
.element_15977522984527_831_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_15977522981108_9191_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_1597752640292_455_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1597753126674_813_none { background-image: none; border-color: rgb(90, 188, 249);  }
.element_15977546398288_374_none { background-color: rgb(85, 85, 85); background-image: none; color: rgb(255, 255, 255);  }
.element_1597754639407_8581_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_15977546391590_8076_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(0, 0, 0); color: rgb(255, 255, 255);  }
.element_15977546397917_2431_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1597754998304_9688_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1597755149532_0793_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1597755193454_7717_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1597755320434_8638_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1597755339476_2065_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1597755367033_4988_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_15977554845094_7022_none { background-color: rgb(85, 85, 85); background-image: none; color: rgb(255, 255, 255);  }
.element_1597755484659_6168_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_15977554841441_7008_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(0, 0, 0); color: rgb(255, 255, 255);  }
.element_15977554849216_5081_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_16076069689947_3219_none { background-color: rgb(85, 85, 85); background-image: none;  }
.element_16076069684099_8501_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_16076069682346_3674_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_16076069684243_3918_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1701704122313_0525_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1701704212791_0593_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1701704248366_4475_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_17017044597717_8009_none { background-color: rgb(85, 85, 85); background-image: none;  }
.element_17017044597541_7989_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_17017044597611_9514_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17017044599257_7966_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#image-1010 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1701770685328_8797_none { background-color: rgb(85, 85, 85); background-image: none;  }
.element_17017706854302_8954_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_17017706851212_4436_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17017706855388_983_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1111 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1111 a:nth-child(5n) {
margin-right: 0;
}
.element_1701779312008_3054_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_1701779312013_0864_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1114 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1114 a:nth-child(5n) {
margin-right: 0;
}
.element_1701779488715_2998_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_1701779488721_2927_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1117 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1117 a:nth-child(5n) {
margin-right: 0;
}
.element_1701779647384_5872_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_1701779647390_0964_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1120 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1120 a:nth-child(5n) {
margin-right: 0;
}
.element_1701779809567_6353_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_1701779809576_3801_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1123 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1123 a:nth-child(5n) {
margin-right: 0;
}
.element_1701784272187_491_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_1701784272194_1665_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1126 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1126 a:nth-child(5n) {
margin-right: 0;
}
.element_1701784392187_3462_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_1701784392194_9998_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1129 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1129 a:nth-child(5n) {
margin-right: 0;
}
.element_17017846288378_2957_none { background-color: rgb(85, 85, 85); background-image: none;  }
.element_17017846284819_5031_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1701784628847_3912_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17017846287943_8738_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1211 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1211 a:nth-child(5n) {
margin-right: 0;
}
.element_17017846283991_4030_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17017846287768_9800_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1214 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1214 a:nth-child(5n) {
margin-right: 0;
}
.element_17017846283972_6903_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17017846286434_5404_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1217 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1217 a:nth-child(5n) {
margin-right: 0;
}
.element_17017846281761_5614_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17017846286633_3292_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1220 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1220 a:nth-child(5n) {
margin-right: 0;
}
.element_17017846281885_2008_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17017846287418_4636_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1223 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1223 a:nth-child(5n) {
margin-right: 0;
}
.element_17017846288904_1852_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17017846289161_8967_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1226 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1226 a:nth-child(5n) {
margin-right: 0;
}
.element_17017846283802_3718_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17017846286336_8737_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1229 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1229 a:nth-child(5n) {
margin-right: 0;
}
.element_1702914314709_207_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_1702914314715_4956_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1232 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1232 a:nth-child(5n) {
margin-right: 0;
}
.element_17029144859553_7534_none { background-color: rgb(85, 85, 85); background-image: none;  }
.element_17029144859094_4856_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_17029144853159_3097_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029144857740_5908_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1311 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1311 a:nth-child(5n) {
margin-right: 0;
}
.element_1702914485336_4831_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029144853031_1134_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1314 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1314 a:nth-child(5n) {
margin-right: 0;
}
.element_17029144856402_4047_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029144854299_7356_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1317 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1317 a:nth-child(5n) {
margin-right: 0;
}
.element_17029144858561_278_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029144852980_1368_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1320 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1320 a:nth-child(5n) {
margin-right: 0;
}
.element_17029144857039_4273_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029144852324_7727_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1323 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1323 a:nth-child(5n) {
margin-right: 0;
}
.element_17029156968196_7303_none { background-color: rgb(85, 85, 85); background-image: none;  }
.element_17029156964858_2346_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_17029156966183_8834_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029156966489_9314_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1411 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1411 a:nth-child(5n) {
margin-right: 0;
}
.element_17029156966458_6883_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029156962122_7114_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1414 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1414 a:nth-child(5n) {
margin-right: 0;
}
.element_17029156963713_2295_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029156967770_1751_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1417 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1417 a:nth-child(5n) {
margin-right: 0;
}
.element_17029156967699_700_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029156969252_9830_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1420 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1420 a:nth-child(5n) {
margin-right: 0;
}
.element_1702915696217_954_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029156964695_4002_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1423 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1423 a:nth-child(5n) {
margin-right: 0;
}
.element_17029156969416_3479_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_1702915696730_9474_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1426 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1426 a:nth-child(5n) {
margin-right: 0;
}
.element_17029156966970_9487_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029156965361_5647_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1429 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1429 a:nth-child(5n) {
margin-right: 0;
}
#gallery-1430 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1430 a:nth-child(5n) {
margin-right: 0;
}
.element_1702917462923_3525_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_1702917462928_7424_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1433 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1433 a:nth-child(5n) {
margin-right: 0;
}
.element_17029857482459_4626_none { background-color: rgb(85, 85, 85); background-image: none;  }
.element_17029857484498_1715_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1702985748861_2523_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029857484683_4433_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1511 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1511 a:nth-child(5n) {
margin-right: 0;
}
.element_1702985748209_4031_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029857487735_8609_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1514 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1514 a:nth-child(5n) {
margin-right: 0;
}
.element_17029857489570_618_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029857486023_761_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1517 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1517 a:nth-child(5n) {
margin-right: 0;
}
.element_17029857484987_7373_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029857489203_9437_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1520 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1520 a:nth-child(5n) {
margin-right: 0;
}
.element_1702985748225_6648_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029857489326_4860_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1523 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1523 a:nth-child(5n) {
margin-right: 0;
}
.element_17029857483582_1483_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029857488676_6071_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_17029857484733_4800_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029857485169_4426_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1529 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1529 a:nth-child(5n) {
margin-right: 0;
}
#gallery-1530 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1530 a:nth-child(5n) {
margin-right: 0;
}
.element_17029857489046_6139_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_17029857487291_1476_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1533 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1533 a:nth-child(5n) {
margin-right: 0;
}
#gallery-1535 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1535 a:nth-child(5n) {
margin-right: 0;
}
.element_1702991186693_1245_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_1702991186699_6172_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1538 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1538 a:nth-child(5n) {
margin-right: 0;
}
.element_1702991336825_2163_none { background-color: rgb(85, 85, 85); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_1702991336833_216_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1541 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1541 a:nth-child(5n) {
margin-right: 0;
}
.element_1702991662019_385_none { background-color: rgba(0, 0, 0, 0); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(51, 51, 102);  }
.element_1702991662024_7_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#gallery-1544 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 210.7px;
height: 150px;
margin-right: 11px;
margin-bottom: 11px;
}
#gallery-1544 a:nth-child(5n) {
margin-right: 0;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    height: 360px;
    width: 100%;
    background-color: rgba(85, 85, 85, 1); 
    z-index: 4000;
}
.element_1597662818506_538_none { background-image: none; background-color: rgb(85, 85, 85);  }ul#menu-83000000 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: right;
    height: 41px;
     width: 100%
}

ul#menu-83000000 li, ul#menu-83000000-mobile li {
    line-height: 1;
}

ul#menu-83000000 li:hover, ul#menu-83000000-mobile li:hover {
    background-color: rgb(85, 85, 85);
    transition: background-color 0.5s;
}

ul#menu-83000000 li:hover > a, ul#menu-83000000-mobile li:hover > a {
    color: rgb(90, 188, 249);
    font-style: normal;
    text-decoration: none;
    font-weight: ;
    transition: all 0.5s;
}

ul#menu-83000000 li:hover > ul, ul#menu-83000000-mobile li:hover > ul {
    display: block;
}

ul#menu-83000000 a, ul#menu-83000000-mobile a {
    white-space: nowrap;
}ul#menu-83000000 > li, ul#menu-83000000-mobile > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 30px;
font-size: 16px;
background-color: rgba(0, 0, 0, 0);
}
ul#menu-83000000 > li:not(:first-child), ul#menu-83000000-mobile > li:not(:first-child) {
border-top: none;border-left: 1px solid rgba(255, 255, 255, 0.8);
}
ul#menu-83000000 > li.current, ul#menu-83000000-mobile > li.current {
background-color: rgba(255, 255, 255, 0);
}

ul#menu-83000000 > li > a, ul#menu-83000000-mobile > li > a {
margin: 0;
padding: 0;line-height: 41px;color: rgb(255, 255, 255);
font-family: Arial,Helvetica,sans-serif;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}
ul#menu-83000000 > li.current > a, ul#menu-83000000-mobile > li.current > a {
color: rgb(90, 188, 249);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-83000000 ul, ul#menu-83000000-mobile ul {
    display: none;
    position: absolute;
    top: 100%; padding: 0;
}

ul#menu-83000000 ul li, ul#menu-83000000-mobile ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background-color: rgba(85, 85, 85, 0.9);
    padding: 16px 16px;
    border-bottom: none; border-left: 0px solid rgba(0,0,0,1);text-align: left;
}
ul#menu-83000000 ul li:hover > a, ul#menu-83000000-mobile ul li:hover > a {
color: rgb(90, 188, 249);
font-style: normal;
text-decoration: none;
font-weight: normal;
}
ul#menu-83000000 ul li:hover, ul#menu-83000000-mobile ul li:hover {
background-color: rgb(85, 85, 85);
}
ul#menu-83000000 ul li:first-child, ul#menu-83000000-mobile ul li:first-child {
border-top: none;border-left: 0px solid rgba(0,0,0,1);
}
ul#menu-83000000 ul li.current > a, ul#menu-83000000-mobile ul li.current > a {
color: rgb(90, 188, 249);
font-weight: normal;
font-style: normal;
text-decoration: none;
}
ul#menu-83000000 ul li.current, ul#menu-83000000-mobile ul li.current {
background-color: rgb(85, 85, 85);
}
ul#menu-83000000 ul a, ul#menu-83000000-mobile ul a {
display: block;
padding: 0;
line-height: 1;
font-size: 16px;
color: rgb(255, 255, 255);
font-family: Arial,Helvetica,sans-serif;
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-83000000 ul ul, ul#menu-83000000-mobile ul ul {
    top: 0;
    left: 100%;
}ul#menu-83000000.mobile {
    text-align: left;
}

ul#menu-83000000.mobile > li {
    display: block;
    padding: 0;
}

ul#menu-83000000.mobile > li > a {
    padding: 16px 16px;
    white-space: inherit;
    display: block;
    line-height: 1.5em;
    min-height: 60px;
}

ul#menu-83000000.mobile > li.current::before {
    display: none;
}

ul#menu-83000000.mobile ul {
    display: block;
    position: static;
    padding-left: 15px;
    background-color: rgba(85, 85, 85, 0.9);
}

ul#menu-83000000.mobile ul li {
    padding: 0;
}

ul#menu-83000000.mobile ul li a {
    padding: 16px 16px 16px calc(16px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}ul#menu-83000000 li:hover > ul {
    display:block;
    animation: fadeIn .3s ease-in;
}ul#menu-83000000 ul li:hover > ul {
display:block;
    animation: fadeIn .3s ease-in;
}
.element_1607677437688_0322_none { background-color: rgb(51, 51, 51); background-image: none; left: 0px; border-color: rgba(67, 85, 219, 0.97); }
.element_1629973320890_6382_none { background-image: none;  }#image-83000002 {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: visible;
}#image-83000002 [class^=layer]{
position: absolute;
}#image-83000002 .layer2 {
width: 100%;
height: 100%;
}#image-83000002 .layer3 {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}#image-83000002.a {width:100%;height:100%;}
.element_1700657847725_881_none { background-color: rgb(51, 51, 51);  }
.element_1700658309703_1245_none { background-color: grey; background-image: url("https://cms.dextermedia.de/dcmpro/images/12447443935/Calles-Header_a.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center;  }.element_1700658309703_1245_hover:hover { background-image: url("https://cms.dextermedia.de/dcmpro/images/06387507651/Calles-Header_b.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center;  }