
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 600;
}







html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Gotham', sans-serif;
    font-size: 16px; 
    color: #000000;
    font-weight: 400;
}



a{-webkit-transition: all 0.32s ease-out; -moz-transition: all 0.32s ease-out; -o-transition: all 0.32s ease-out; -ms-transition:  all 0.32s ease-out; transition: all 0.32s ease-out; text-decoration:none;}
a:hover{color: #F5911E; text-decoration: none;}

::placeholder { color: 000; opacity: 1; }
:-ms-input-placeholder { color: 000;}
::-ms-input-placeholder { color: 000;}

/*COMMOM STYLES*/
.ff-mo{font-family: 'Montserrat';}

.fw-bo{font-weight: 600;}
.fw-me{font-weight: 500;}
.fw-re{font-weight: 400;}
.fw-li{font-weight: 300;}

.fs-72{font-size: 72px;}
.fs-60{font-size: 60px;}
.fs-52{font-size: 52px;}
.fs-42{font-size: 42px;}
.fs-36{font-size: 36px;}
.fs-30{font-size: 30px;}
.fs-25{font-size: 25px;}
.fs-22{font-size: 22px;}
.fs-20{font-size: 20px;}
.fs-14{font-size: 14px;}
.fs-11{font-size: 11px;}


.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}

.lh-2{line-height: 2;}

.hr{border: none; border-bottom: 2px solid #F5911E; width: 75px; margin:20px auto; opacity: 1;}


.bg-grey{background-color: #808080!important; }
.bg-l-grey{background-color: #E5E5E5!important; }
.bg-brand{background-color: #F5911E;}

.text-grey{color:#808080!important;}
.text-brand{color:#F5911E!important;}
.text-black{color:#000!important;}
.text-link{border-bottom: 2px solid #F5911E; display: inline-block; font-weight: 500; color: #000;}

.btn-brand{background-color: #F5911E; border:none; display: inline-block;  transition: all 0.32s ease-out; color: #FFF; font-weight: bold; font-size: 18px; padding: 13px 35px; letter-spacing: 1.5px; }
.btn-brand:hover{background-color: #808080; color: #FFF!important;}



.has-bg{background-position: center; background-size: cover; }

.link-block,
.img-linked{
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    -ms-transition:  all 0.32s ease-out;
    transition: all 0.32s ease-out;
}

.img-linked:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.img-linked2:hover{
    transform: scale(.95);
    cursor: pointer;
}

.link-block:hover{
    transform: scale(.95);
    cursor: pointer;
}

.text-linked{color: inherit;}
.text-linked:hover{color: inherit; text-decoration: underline;}

.img-box{position: relative; padding: 0;}
.img-box img{z-index: 2; position: relative; width: 100%;}
.img-box::after{content: ''; width: 225px; height: 225px; background-color: #F5911E; position: absolute; bottom: -10px; z-index: 1;}
.box-l::after{left: -10px;}
.box-r::after{right: -10px;}

.customList{margin-left: -15px;}
.customList li{margin-bottom: 8px;}

@media screen and (max-width:576px){
    .fs-72{font-size: 72px;}
    .fs-60{font-size: 30px;}
    .fs-52{font-size: 36px;}
    .fs-42{font-size: 42px;}
    .fs-36{font-size: 30px;}
    .fs-30{font-size: 30px;}
    .fs-25{font-size: 25px;}
    .fs-22{font-size: 22px;}
    .fs-20{font-size: 20px;}
    .fs-14{font-size: 14px;}
    .fs-11{font-size: 11px;}
}

/* Navigation */
#mainNavigation{position: fixed; top: 0; left: 0; width: 250px; height: 100vh; background-color: rgba(255,255,255,.75); z-index: 9990; align-items: flex-start; padding: 0;}
#mainNavigation .img-logo{width: 170px;  padding-left: 30px;}
#mainNavigation .nav-link{font-size: 17px; color: #000;  padding-left: 30px;}

@media screen and (min-width: 768px){
    #mainNavigation{border-right: 1px solid #808080;}
    #mainNavigation  #mainNav{display: block;}
    #brochureBlock .border-l{border-left: 10px solid #F5911E;}

}

.activeNav{color: #FFF!important; background-color: #F5911E;}

@media screen and (max-width: 767px){
  
    .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(247, 116,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
    .navbar-toggler {border-color: rgba(255,255,255,0);} 
    .navbar-toggler:focus, .navbar-toggler:active { outline: none; box-shadow: none;  }
}


footer{background-color: #808080; z-index: 9999; position: relative;}

.hero-wrapper{position:relative; height: 100vh; width: 100%; background-image: url('../images/hero/hero.jpg'); background-size: cover; background-position: left;}
.hero-wrapper .caption{position: absolute;right: 0; top: 0; background-color: #FFF; height: 100%; display: flex; flex-direction: column;}
.hero-wrapper .img-logo{width: 325px;}
.hero-wrapper .caption .btn-register{position: absolute; left: 0; bottom: 0;}


.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #F5911E;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 250px;
  height: 250px;
}

#myAccordion .accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E");}
#myAccordion .accordion-button:not(.collapsed)::after{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E");}

#myAccordion .accordion-button:not(.collapsed){background-color: #FFF; outline: none; border: none;}
#myAccordion .accordion-button:focus{box-shadow: none;}

.fp-series,
.fp-series .text-brand{color: #FFF!important; background-color: #808080; display: inline-block; padding: 5px 15px;}


#registrationForm .form-control{border-radius: 0;border: none; border-bottom: 2px solid #003146; margin-bottom: 35px; background-color: transparent;}
#registrationForm .form-control::placeholder { color: #495057; opacity: 1; }
#registrationForm .form-control:-ms-input-placeholder { color: #495057;}
#registrationForm .form-control::-ms-input-placeholder { color: #495057;}

.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/images/misc/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/images/misc/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/images/misc/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/images/misc/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

@media screen and (max-width:767px){
    body{padding-top: 75px;}
    #mainNavigation {width: 100%; height: auto; background-color: #FFF; opacity: 1;}
    #mainNavigation .img-logo{width: 110px;}

    .hero-wrapper{width: 100%; height: 350px; background-position: center}
    .hero-wrapper .img-logo{width: 125px;}
    
    .hero-wrapper .caption{position: relative; top: 350px; height: auto; display: block; padding-top: 15px; padding-bottom: 35px;}
    .hero-wrapper .caption .btn-register{position: relative; left: 0; bottom: 0; display: inline-block;}
  
    #myAccordion .fs-52{font-size: 28px;}

    .img-box img{width: calc(100% - 10px); display: block; margin: 0 auto;}
}