﻿@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

body { width: 100%; height: 100%; margin: 0; font-family: 'PT Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #fff; text-align: left; background-color: #000; background-image: url(images/binding-dark.png); font-size: 17px; }

#GDPRcookieDiv { 
    position: fixed;
    bottom: 0;
    background-color: rgb(0 0 0 / 48%);
    font-size: 11px;
    z-index: 999;
    padding: 10px;
    word-break: normal;
    width:100%;
}
@media (min-width:1024px) {
    #GDPRcookieDiv { width:22%}
}
@media (min-width:1440px) {
    #GDPRcookieDiv { width:14%}
}


/*icon scroll home*/

.a-scroll { width: 40px; height: 70px; display: block; }
.icon-scroll,
.icon-scroll:before { position: absolute; left: 50%; }
.icon-scroll { width: 40px; height: 70px; margin-left: -20px; box-shadow: inset 0 0 0 1px #fff; border-radius: 25px; }
    .icon-scroll:before { content: ''; width: 8px; height: 8px; background: #fff; margin-left: -4px; top: 8px; border-radius: 4px; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: scroll; animation-name: scroll; }

@-webkit-keyframes scroll {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translateY(46px); transform: translateY(46px); }
}

@keyframes scroll {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translateY(46px); transform: translateY(46px); }
}

.gdpr-class, .gdpr-button  { display:none;}

a:hover {text-decoration:none; }
.navbar .container { position:relative;}
.language { position:absolute;right:0;font-size:16px;}
    .language a { display:inline-block;   background-color: rgb(181 197 4);color:#fff;padding:2px 4px;width:28px;text-align:center}
        .language a:hover, .language a:active, .language a:focus { 
            background-color:#fff;color:rgba(0, 0, 0, 0.9);text-decoration:none;
        }
    .language .disable { display:inline-block;background-color:rgba(255, 255, 255, 0.5);color:rgba(0, 0, 0, 0.15);padding:2px 4px;width:28px;text-align:center}

@media (min-width:768px) {
    body {     font-size:20px;}
}

.shadow { text-shadow: 1px 2px 4px #000; }
img.shadow {     -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
}

.mappa {     background-color: rgb(0, 107, 205);color:#fff;padding:65px 0;background-image:url(images/arches.png);}
.mappa .img-responsive{ display:inline-block;}

.section-home { 
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
    .section-home .inner { text-align:center}
        .section-home .inner img { display:inline-block}
    .section-home .fake-title-h1 { font-size:35px;color:#fff;line-height:100%;}
    .section-home .fake-title-h2 { font-size:22px;color:#fff;}
    .section-home .btn-primary {     font-size: 25px;}
/*.page-section {min-height:300px;}*/

@media (min-width:768px) {
        .section-home .fake-title-h1 { font-size:60px;}
    .section-home .fake-title-h2 { font-size:30px;}

}


.navbar-brand {     display: block;
    width: 100%;
    text-align: center;}
    .navbar-brand img { height:55px;display:inline-block;}
    .navbar {
        min-height: 80px;
        border-radius: 0;
    }

    .navbar-toggler {
        position: absolute;
        right: 10px;
    }



@media (min-width:1199px){
.navbar-brand {
    display: inline-block;
    width: auto;
    text-align: center;}


    .navbar-toggler {
        position: relative;
    }


    .navbar {
        min-height: 102px;
    }
    .navbar-brand img { height:auto;}

}


p { margin:0 0 0 0;}
h1, h2, h3, h4 { font-family: 'PT Sans';font-weight:700 }
.fake-title-h1, .fake-title-h2 {font-family: 'PT Sans';font-weight:700 }

/*gallery*/
.lazygallery {line-height: 0; }
    .lazygallery .gallery-item { width:25%;display:inline-block;height:250px;
                                 background-position: center center; 
                                                   background-repeat: no-repeat; background-size: cover;margin:0;padding:0;
    }

        .lazygallery .gallery-item a:hover {background-color:rgba(255, 255, 255, 0.30);}


    .lazygallery .gallery-item a { display:block;width:100%;height:100%;transition:0;}


@-webkit-keyframes zoomIn {
    from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }

    50% { opacity: 1 !important; }
}

@keyframes zoomIn {
    from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }

    50% { opacity: 1 !important; }
}

.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

/*outer deve avere una altezza definita*/
.outer { min-height: 80px; overflow: hidden; position: relative; display: table; position: static; width: 100%; }
.middle { position: absolute; top: 50%; display: table-cell; vertical-align: middle; width: 100%; position: static; }
.inner { position: relative; }

#dolphin-bay {padding: 0!important;}




@media (min-width:1750px) {
    #stabilimento .divrx, #the-restaurant .divrx, #beach-resort .divrx { width:65%}
    #stabilimento .divsx, #the-restaurant .divsx, #beach-resort .divsx { width:35%}

}

.index-1 .two-colums-full .divsx { 
    background-image: url(/202/images/bg/bg1.jpg);
    background-position: top;
    background-size: contain;
}

.index-3 .two-colums-full .divrx { 
    background-image: url(/202/images/bg/bg1.jpg);
    background-position: top;
    background-size: contain;
}

.index-5 { 
    background-image: url(/202/images/bg/bg2.jpg);
    background-position: top;
    background-size: contain;
    background-repeat:no-repeat;
}


.s3 .divsx {
    color: rgb(255 255 255);
    text-shadow: none;
}
   .s3 .divsx h1, .s3 .divsx h2, .s3 .divsx h3, .s3 .divsx h4  { color: #fff;}

.index-2 h2, .index-2 h3, .index-2 h4 { color: rgb(67, 78, 113);}
.index-3 .fullcontainer { padding:65px 0;}
.index-3 .fullcontainer .table { background-color:rgba(255, 255, 255, 0.74); }

.index-3 h2, .index-3 h3, .index-3 h4 { color:#fff}

.index-5 { color:#fff;background-color:transparent;text-align:center;
           padding: 100px 0 95px 0;
}
    .index-5 .col-right {text-align:center }
    .index-5 .btn { margin-top:5px;}

@media(max-width:768px) {

    /*.s3 .divsx { background-blend-mode: darken;}*/
}


.s1 { 

/*background: -webkit-linear-gradient(-180deg, rgb(9, 189, 180), rgb(245, 248, 252));
background: linear-gradient(-180deg, rgb(9, 189, 180), rgb(245, 248, 252));*/

}

#stabilimento h1, #beach-resort h1 { font-size:50px;line-height:90%;text-align:center}
#stabilimento h2, #beach-resort h2 { font-size:20px;text-align:center}


    h2 { font-size:50px;color:#fff;line-height:90%;}
    h3 { font-size:20px;color:#fff;}
    h4 { font-size:18px;color:#fff;}


@media (min-width:768px){

#stabilimento h1, #beach-resort h1 { font-size:50px;}
#stabilimento h2, #beach-resort h2 { font-size:30px;}
    h2 { font-size:50px;}
    .title-little { font-size:42px;}

    h3 { font-size:30px;}

    h4 { font-size:24px;}
}

.s5 { color:#fff;}
    .s5 .fullcontainer { padding:20px 0}



@media (max-width:425px) {    
    .s5 .fullcontainer { padding:0 0}
        .s5 .fullcontainer .gradient-bg { 
            
background: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0.32), rgba(0, 0, 0, 0.32));
background: linear-gradient(-180deg, rgba(255, 255, 255, 0.32), rgb(0, 0, 0, 0.32));

        }
}
/*ristorante*/
#il-ristorante .col-md-7 .inner  { background-color:rgba(0, 71, 80, 0.83);padding:25px;border-radius:8px; }


.s7 { color:#fff;}
.btn-p { text-align:center;}
    .btn-p a { display:inline-block;}

@media (min-width:768px) {
    .s5 .fullcontainer { padding:100px 0}
    .s5 .fullcontainer {min-height:300px; }
}


#follow-us .two-colums-full {background-color:#437798 }
@media (min-width:1200px) {

}

.s5 .inner { text-align:justify;}

@media (min-width:768px){
        /*.s5 .inner p { margin:0 80px;}*/
} 

.gradient-bg { 
/*background: #FC354C;  /* fallback for old browsers */
}

.social-icon { text-align:center;}
.social-icon img {display:inline-block;padding:10px 20px }
.bs-footer {
        position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0px;
    color: #fff;
    font-size:17px;
    background-color: rgb(0 57 67);
    /*background-image:url(/202/public/Home/369016682.jpg);*/
    background-position:top center;background-size:cover;background-repeat:no-repeat;
}
    .bs-footer:before { 
        content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color:rgba(0, 0, 0, 0.75);*/
    z-index: -1;

    }
    .bs-footer .address-sx { border-right: 1px solid rgb(255 255 255 / 34%);}


.bs-footer a {
    color: rgb(242, 255, 38);
    text-decoration: none;
}

    .bs-footer .copy a { color:#fafafa;font-size:13px;}
    .bs-footer .copy a:hover { color:#fff}
 
       .bs-footer .btn { background-color:#b5c504}
        .bs-footer .btn:hover { background-color:#fffa01}
.facebook-l { margin-bottom:30px;}

/*Two colums*/
.two-colums-full { position:relative;overflow:auto;}
.two-colums-full .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.two-colums-full .col-left .container { float: none; }
.two-colums-full .col-right .container { float: none; }
.two-colums-full .divsx, .two-colums-full .divrx { display: table-cell; vertical-align: middle; background-position: center center; 
                                                   background-repeat: no-repeat; background-size: cover; display: inline-block; 
                                                   text-align: left; overflow: hidden;}

.two-colums-full .col-left, .two-colums-full .col-right { overflow: hidden; margin: 30px 0; }
@media (min-width: 768px) {
.two-colums-full .col-left, .two-colums-full .col-right { overflow: hidden; margin: 80px 0; }
.two-colums-full .divsx, .two-colums-full .divrx { display: table-cell; vertical-align: middle; background-position: center center; 
                                                   background-repeat: no-repeat; background-size: cover; display: inline-block; 
                                                   text-align: justify; }

}

.fa-fw {
    width: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .divrx { width:100%;float:none;min-height:300px;}
    .divsx { width:100%;float:none;min-height:300px;}
    
}
@media (min-width: 768px) {
    .divrx { width:50%;float:left;}
    .divsx { width:50%;float:left;}
    .two-colums-full .container { width:375px;}
    .divsx .col-sm-12 { }
    .divrx .col-sm-12 { }
}
@media (min-width: 992px) {
    .two-colums-full .container { width:485px;}
}
@media (min-width: 1200px) {
    .two-colums-full .container { width:585px;}
}
/*end Two colums*/


/*three colums*/

.bar { color: rgb(255, 255, 255);
    background-color: rgb(0, 188, 180);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3) 50%,rgb(0, 107, 205) 100%);}

.hotel { color:rgba(0,0,0,0.5);    background-color: rgb(219, 202, 176);}
    .hotel h2, .hotel h3, .hotel h4 { color: rgb(67, 78, 113);}
.stenella {color: rgb(255, 255, 255);
    background-color: rgb(0, 188, 180);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3) 50%,rgb(0, 107, 205) 100%);}


@media (min-width:768px) {

    .two-colums-full .three-col { display:inline-block;width:33.33%;text-align:center;float:left;padding:0;}
        .two-colums-full .three-col .inner-content { padding:15px;padding-bottom:30px;}

}




a { transition:ease-in, .5s}

.btn-primary { 
    color: rgb(255, 255, 255);
    background-color: rgb(67, 78, 113);
    border-color: rgb(117, 154, 199);
    border-radius: 0px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #21dfe1;
    border-color: #22c1c3;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #21dfe1;
    border-color: #22c1c3;
      border: #21dfe1 solid 0px!important;
}
    .btn-primary:active, .btn-primary.active{     color: #fff;
    background-color: #21dfe1;
    border-color: #22c1c3;}


/*form*/
.form-horizontal { margin-top:150px;padding-bottom:40px;background-color: #fafafa;padding-top:40px;}
    .form-horizontal h1 { color:#00bcb4}
.form-group input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-group .checkbox-obj input { width:auto;height:auto;}
.form-group .btn-submit { margin-top:15px;}
.form-group .btn-submit input{ font-size:22px;height:auto;}

.form-group .mini-txt, .form-group .checkbox { font-size:13px;}
.form-horizontal .alert {
    padding: 0px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}


/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 12px rgb(9, 189, 180);
}


/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}



.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #21dfe1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
  border-radius:8px;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}


.fb-like-container {    max-width: 300px;
    overflow: hidden;}


@media (max-width:1060px) {
    #fb-inpage { display:none;}
}


/*MainNav*/

.navbar-collapse.in {
    overflow-y: hidden;
background-color: rgb(47 47 47);
}
@media (min-width:1200px) {
.navbar-collapse.in {
    overflow-y: hidden;
background-color: transparent;
}

}


#mainNav {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
background-color: rgb(47 47 47);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
    padding-bottom: 8px;
}

#mainNav .navbar-brand {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #212529;
}
@media (max-width:374px) {
    #mainNav .navbar-brand img { max-width:200px;}

}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
margin-top:20px;
}


#mainNav .navbar-nav .nav-item .nav-link {
color: #fff;
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 16px;
}

#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #fff !important;
}



@media (min-width: 1200px) {
  #mainNav {
    -webkit-box-shadow: none;
    box-shadow: none;
    /*background-color: transparent;*/
    background-color: rgb(0 0 0 / 36%);
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: rgb(255 255 255);
    padding: 0 1rem;
    text-shadow: 1px 1px 1px #000000;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-scrolled {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: rgb(47 47 47);
  }
  #mainNav.navbar-scrolled .navbar-brand {
   color: rgba(255, 255, 255, 0.75);
  }
  #mainNav.navbar-scrolled .navbar-brand:hover {
    color: #fff;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
   color: rgba(255, 255, 255, 0.75);
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }
}
.navbar-brand {
    display: inline-block;

}
.navbar {
  position: relative;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar > .container,
.navbar > .container-fluid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
    text-transform:uppercase;
  margin: 10px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
}



.navbar-toggler {
    margin-top: 35px;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
  }
  .navbar-expand-sm .navbar-nav {
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
  }
  .navbar-expand-sm .navbar-collapse {
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}


.navbar-collapse {
  align-items: center;
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
    text-align: center;
    font-size: 26px;

    padding-bottom: 15px;
}



@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-md {
  }
  .navbar-expand-md .navbar-nav {
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
  }
  .navbar-expand-md .navbar-collapse {
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
    /*#mainNav,.facebook-l { display:none;}*/
    /*.navbar-collapse { display:none}*/
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-left:0px;
    margin-right:0px;
  }
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}

@media (min-width: 1200px) {
  .navbar-expand-lg {
  }
  .navbar-expand-lg .navbar-nav {
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
  }
  .navbar-expand-lg .navbar-collapse {
      margin-top: 22px;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
  }
  .navbar-expand-xl .navbar-nav {
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {

}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
}

.navbar-expand .navbar-collapse {
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}



.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    height:100px;
}

@media (min-width:1200px){
    /*.fixed-top { height: 136px; }*/

}


#RequestForm { 
        padding: 35px 15px;
    background: rgba(255, 255, 255, 0.59);
    border-radius: 8px;
    margin-bottom: 65px;
    margin-top: 20px;
}


@media (min-width:685px) {

.fieldset-inner { width:50%;display:inline-block;}
    .fieldset-inner ol { text-align:left;}
    #RequestForm {     text-align:center;
}

}




#RequestForm ul, #RequestForm ol { padding: 0; margin: 0; }
#RequestForm li { line-height: 20px; padding-bottom: 10px; list-style: none; }
#RequestForm label { clear: both; display: block; }
#RequestForm .radio, #RequestForm .checkbox { display: inline-block; min-height: 20px; margin-top: 0px; margin-bottom: 10px; padding-left: 0px; }
#RequestForm .alert { padding: 8px; margin-left: 5px; }
#RequestForm .input-group { margin: 0; }
    #RequestForm .mini-txt { font-size:14px;}
.input-daterange, .input-group-addon {     width: 160px;}
.input-group-addon { font-size: 18px;    background-color: rgb(92, 189, 236);}
.form-control  {height:38px;}
.fcontainer { padding-top: 65px;background-image:url(images/form_bg.jpg);
              background-position: center center; background-repeat: no-repeat; background-size: cover;
}
    .fcontainer h2 { color: rgb(67, 78, 113);}
.input-daterange .input-group-addon {

    border-width: 1px 1px!important;
    width:159px!important;
    text-shadow:none!important;
    background-color: rgb(92, 189, 236)!important;

}
.input-daterange .form-control { width:155px!important;}
 

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 4px;
    border-style: solid;
    border: 1px solid rgb(250, 250, 250);
    font-size: 18px;
    padding: 6px 12px;
}


@media (max-width:373px) {
.input-daterange .form-control { width:100%!important;}
/*.input-daterange .input-group-addon {width:100%!important;}*/
    input { width:100%!important;}
}


#ngview, .privacy-div { color:#000;}
