@font-face {
  font-family: 'giornoxgiorno';
  src: url("../fonts/GOTHIC.TTF.eot"); /* IE */
  src: local('giornoxgiorno'), url('../fonts/GOTHIC.TTF') format('truetype'); /* others */
}

@font-face {
  font-family: 'giornoxgiorno';
  src: url("../fonts/GOTHICB.TTF.eot"); /* IE */
  src: local('giornoxgiorno'), url('../fonts/GOTHICB.TTF') format('truetype'); /* others */
  font-weight: bold;
}



body {

    background-color: #fff;
    font-size: 14px;
    color: #555;
    font-family: 'giornoxgiorno';
}

body.slide-active {
    height: 100%;
    overflow-x: hidden;
}

html.slide-active {
    overflow-x: hidden;
    height: 100%;
}

img {
    max-width: 100%;
}

a {
    color: #000;
}

b, strong {
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

label {
    font-weight: normal;
}

a:hover {
    color: #888;
    text-decoration: none;
}

.logo-xs {
    display: none;
}

.btn-primary {
    background-color: #004c66;
    border-color: #004c66;
    color: #fff;
}

.calendar {
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    width: 62px;
    padding: 2px;
    border-radius: 5px;
    float: right;
}

.calendar .mouth {
    background-color: #FF4D4D;
    color: #fff;
    display: block;
    padding: 5px 10px;
    font-size: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.calendar .day {
    background-color: #fff;
    color: #333;
    display: block;
    padding: 2px 10px;
    font-size: 21px;
}

.calendar .year {
   background-color: #fff;
    color: #333;
    display: block;
    font-size: 9px;
    padding: 0 10px;
}

#cookieBanner {
    font-size: 14px;
    padding: 10px;
    position: fixed;
    bottom: 5px;
    width: 100%;
    z-index: 99999;
    text-align: center;
    font-weight: 300;
}

#cookieBanner a {
    color: #000;
}

#cookieBanner .alert-info {
    background-color: #fff;
    border-color: #ccc;
    box-shadow: 3px 3px 4px #555;
    color: #555;
    margin: 0;
}

.form-contact h3 {
    text-align: center;
}

div.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #000;
    border-color: #000;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

/* Navbar */

.navbar-default {
    background-color: rgba(255,255,255, 0.5);
    border: none;
    border-bottom: 5px solid #004C66;
    border-radius: 0;
    box-shadow: 0 8px 6px -11px #333;
    margin-bottom: 0;
    position: relative;
    top: 0;
    z-index: 10;
    width: 100%;
}

.navbar-default .navbar-nav > li  {
   
}

.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    padding-bottom: 32px;
    padding-top: 33px;
    font-size: 14px;
    color: #004C66;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ccc;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #004c66;
    color: #fff;
}

#nav-menu .navbar-nav {
 
}

#nav-menu .navbar-nav > li {

}

.navbar-default .navbar-toggle {
    border-color: #004c66;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #004c66;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #004c66;
}

.dropdown-menu {
    top: 84px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #004c66;
}

.navbar-toggle {
    z-index:3;
}


#wrap {
   position: relative;
}

#inner-wrap {
    position: relative;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}


#inner-wrap, #nav-menu {
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    -ms-transition: left 0.5s ease 0s;
    -o-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
}

#menu-mobile {
    bottom: 0;
    height: 100%;
    left: -80%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 80%;
    z-index: 9999999;
    -webkit-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    -ms-transition: left 0.5s ease 0s;
    -o-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
    background-color: #004c66;
}

#menu-mobile .logo {
    display: none;
}

#menu-mobile .nav.navbar-nav {
    margin: 0;
}

#menu-mobile.slide-active {
    left: 0;
}

#menu-mobile h3 {
    border-bottom: 1px solid #073E4E;
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 21px 15px;
}

#menu-mobile .nav > li {
    border-bottom: 1px solid #073E4E;
}

#menu-mobile .nav > li a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
}

#menu-mobile .nav > li a:hover, #menu-mobile .nav > li a:focus {
    background-color: transparent;
    color: #ccc;
}

#menu-mobile .nav > li.active a {
    color: #34b7db;
}

#menu-mobile .navbar-nav .open .dropdown-menu {

}

#menu-mobile .nav .open > a,#menu-mobile .nav .open > a:hover,#menu-mobile .nav .open > a:focus {
    background-color: #004c66;
    border-color: transparent;
    color: #fff;
    text-shadow: none;
}

#menu-mobile .dropdown-menu > .active > a,#menu-mobile .dropdown-menu > .active > a:hover,#menu-mobile .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #34b7db
}


#menu-mobile .navbar-nav .open .dropdown-menu li:last-child {
    border: none;
}



#nav-menu.slide-active, #inner-wrap.slide-active {
    left: 80%;
    position: relative;
    width: 100%;

}

#nav-menu.slide-active::after, #inner-wrap.slide-active::after {
    background-color: #000;
    opacity: 0.9;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#nav-menu #menu_id_6 a {
    border: 1px solid #FF4D4D;
    background-color: #FF7373;
    color: #fff;
    font-size: 14px;
    margin-bottom: 26px;
    margin-top: 25px;
    margin-left: 15px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-transform: uppercase;
    border-radius: 5px;
}

#menu-mobile #menu_id_6 a {
    background-color: #ff7373;
    border: 1px solid #ff4d4d;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin: 15px;
    text-transform: uppercase;
    text-align: center;
}


.whois .image {
    background-position: center center !important;
    background-size: cover !important;
    display: block;
    height: 0;
    position: relative;
}

.whois .slogan {
    text-align: center;
    position: absolute;
    top: 26%;
    width: 100%;
}

.whois .slogan span {
    color: #fff;
    display: block;
    letter-spacing: 3px;
    margin-top: 20px;
}

.page-intro-img {
    background-position: center center !important;
    background-size: cover !important;
    display: block;
    height: 0;
    padding-bottom: 45%;
    position: relative;
}

.page-intro.img .intro {
    background-color: #34B7DB;
    color: #fff;
}

.page-intro-img .intro h1 {
    margin: 0;
    padding: 15px 0;
    font-size: 26px;
    text-transform: uppercase;
}

.page-intro {
    background-color: #004c66;
    color: #fff;
    text-align: center;
}

.page-intro h1 {
    margin: 0;
    padding: 15px 0;
    font-size: 26px;
    text-transform: uppercase;
}

.page .intro .inner h1 {
    font-size: 26px;
}

#contact-1 {
    background-color: #004c66;
    color: #fff;
    border-top: 2px solid #34b7db;
    padding: 10px 0;
    font-size: 14px;
}

.contact-home, .form-contact {
    background-color: #f8f8f8;
}

.contact-home h3, .form-contact h3 {
    margin: 0;
    padding: 15px 0;
    color: #004c66;
}

.contact-home label, .form-contact label {
    color: #004c66;
}

.page .article {
    padding: 15px 0;
}

.page .article h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: normal;
}

.sub-cat {
    padding: 15px 0;
}

.sub-cat.stripe, .article.stripe{
    background-color: #f8f8f8;
}

.sub-cat h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: normal;
}

.sub-cat a {
    color: #004c66;
}

.sub-cat a .date {
    color: #F8A940;
    font-style: italic;
}

.info h2 {
    color: #004c66;
    font-weight: normal;
}
.events .row{
    margin-left: -5px;
    margin-right: -5px;
}

.events h3 {
    text-align: center;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    background-color: #34b7db;
}

.events h3 a {
    color: #fff;
}
.events .col-md-8, .events .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
}

.events .carousel-inner {
    background-color: #004c66;
}

.events .item {
    overflow: hidden;
}

.events .item .cont-img {
    width: 60%;
    float: left;
}

.events .item .cont-caption {
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.events.right .item .cont-img {
    width: 60%;
    float: right;
}

.events.right .item .cont-caption {
    bottom: 0;
    height: 100%;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    width: 40%;
}

.events .item .caption {
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.events .item .caption h3 {
   margin-top: 0;
   background-color: transparent;
}

.events .item .caption  h3 a {
    color: #34b7db;
}

.events .item .img {
    background-position: center center !important;
    background-size: cover !important;
    display: block;
    height: 370px;
    position: relative;
}

.events .carousel-indicators {
    left: auto;
    right: 0;
    width: 40%;
}


.events.right .carousel-indicators {
    left: 30%;
    right: auto;
    width: 40%;
}

.events .item .intro {
    margin-bottom: 20px;
}

.events .item .btn-default {
    border-color: #34b7db;
    color: #34b7db;
    background-color: transparent;
}

.events .spinner {
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    z-index: 9999;
    display: none;
}

.gallery {
    overflow: hidden;
    padding: 20px 0;
    background-color: #f8f8f8;
}

.gallery .item {
    background-position: center center;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #004c66;
    margin-bottom: 15px;
    padding-bottom: 76%;
    position: relative;
    width: 100%;

}

.gallery .item:hover {
    box-shadow:none;
}

.cat-menu {
    background-color: #34b7db;
    text-align: center;
    overflow: hidden;
}

.cat-menu a {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    margin: 4px;
    background-color: #004c66;
    color: #fff;
}

.cat-menu a:hover {
    background-color: transparent;
    color: #004c66;
}

/* Footer*/
.footer {
    background-color: #004c66;;
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footer-logo {
    padding-top: 10px;
    text-align: center;
}


#footer-menu {
    margin-top: 10px;
    margin-bottom: 10px;
}

.info-footer {
    margin-top: 10px;
    text-align: center;
}

.footer .nav.nav-pills a {
    background-color: #34B7DB;
    color: #fff;
}

.footer .nav > li > a {
    display: block;
    padding: 4px 15px;
    position: relative;
}

.footer .nav.nav-pills a:hover {
    background-color: transparent;
    color: #fff;
}

.footer h3 {
    font-family: 'Pinyon Script', cursive;
    display: inline;
    font-size: 30px;
    margin: 0;
    
}

.footer .social img {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 50px;
}

.footer .social .fb_iframe_widget {
    display: inline-block;
    position: relative;
    top: 10px;
}

.info-footer {
    font-size: 12px;
    color: #ccc;
}

.logo-footer a {
    font-size:32px;
    color: #f34d0f;
}

.logo-footer span {
    font-size: 16px;
}

.logo-footer a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.footer h3 a span {
    color: #933400;
}


.sw{
    color: #2E6725;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 20px;
    text-decoration: none;

}

.sw img {
    display: inline-block;
    float: none;
    position: relative;
    top: -7px;
}



@media (min-width: 1500px) { 
    
    .page-intro-img {
        padding-bottom: 35%;
    }

    .events .item .img {
        height: 550px;
    }

}

@media (max-width: 1200px) { 
  

}
@media (max-width: 991px) { 
    
    .navbar {
        min-height: 71px;
    }

    .navbar-toggle {
        float: none;
        left: 10px;
        margin-top: 18px;
        position: absolute;
    }

    .navbar-header {
        text-align: center;
    }
    

    .gallery-inner .container {
         margin: 0;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0;
        white-space: nowrap;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }

    .gallery .col-md-3 {
        display: inline-block;
        float: none;
        width: 40%;
    }

    .gallery .item {
        background-position: center center;
        background-size: cover;
        border: none;
        border-radius: 0;
        margin-bottom: 15px;
        padding-bottom: 76%!important;
        position: relative;
        width: 100%;
    }

    .whois .image {
        height: 500px!important;
    }

    .whois .slogan img {
        width: 300px;
    }

    .page-intro-img {
        padding-bottom: 45%;
    }

}

@media (max-width: 780px) {
    .gallery .col-md-3 {
        display: inline-block;
        float: none;
        width: 80%;
    }

    .gallery .col-md-3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .page-intro-img {
        padding-bottom: 60%;
    }

    .events .item .cont-img, .events.right .item .cont-img  {
    float: left;
    width: 100%;
    } 

    .events .item .cont-caption, .events.right .item .cont-caption {
        position: relative;
        width: 100%;
        float: left;
    }

    .events .item .caption {
        top: auto;
        transform: translateY(0px);
    }

    .events .carousel-indicators {
        bottom: 0;
        left: 50%;
        list-style: outside none none;
        margin-left: -30%;
        padding-left: 0;
        position: absolute;
        text-align: center;
        width: 60%;
        z-index: 15;
    }

    .events .item .caption h3 {
       font-size: 20px;
       min-height: 66px;
    }

    .events .item .caption {
        margin-bottom: 31px;
    }

    .events .item .intro {
        min-height: 105px;
    }

    .events.right .carousel-indicators {
    left: 60%;
    right: auto;
    width: 40%;
}
}


@media (max-width: 480px) {
    .brand img {
        padding: 6px 0;
    }

    .logo-xs {
        display: inline;
    }

    .logo-lg {
        display: none;
    }

    .whois .slogan img {
        width: 250px;
    }



}

