/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}


body {

    background-color: #fff;
    font-size: 14px;
    color: #555;
    font-family: 'Roboto', sans-serif;
    
}

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;
}

b, strong {
    font-weight: 500;
}

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

.cookie-banner-link {
    color: #3498db;
}

.logout, .login {
    margin-top: 100px;
}

@keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-moz-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-webkit-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-ms-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-o-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.logo-xs {
    display: none;
}



.btn-primary:hover {
    background-color: #fff;
    color: #333;
    border-color: transparent;
}


#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;
}

#logo-navbar-middle {
    height: 90px;
    margin-top: 5px;
}

#brand-home {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}

.brand-home {
    background-color: #f8f8f8;
    padding-top: 20px;
}

.brand-home .owl-carousel .owl-item {
    padding-left: 5px;
    padding-right: 5px;
}

.brand-home .item {
    padding: 5px;
    background-color: #fff;
}

.brand-home .item:hover {
    opacity: 0.5;
}

#bran-list {
    text-align: center;
}

#bran-list .item {
    width: 19.7%;
    display: inline-block;
    float: none;
    margin-bottom: 5px;
}
.owl-dots .owl-dot span {
    background: #000 none repeat scroll 0 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: #066ca9;
    border-color: #066ca9;
}

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

/* Navbar */

.navbar-default {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffdf4a+0,48bb93+30,000000+50,48bb93+70,ffdf4a+100 */
background: #ffdf4a; /* Old browsers */
background: -moz-linear-gradient(left, #ffdf4a 0%, #48bb93 30%, #000000 50%, #48bb93 70%, #ffdf4a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffdf4a 0%,#48bb93 30%,#000000 50%,#48bb93 70%,#ffdf4a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffdf4a 0%,#48bb93 30%,#000000 50%,#48bb93 70%,#ffdf4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf4a', endColorstr='#ffdf4a',GradientType=1 ); /* IE6-9 */
    border: medium none;
    border-radius: 0;
    box-shadow: 0 8px 6px -11px #333;
    height: 90px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
 
}

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

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

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

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #FFFF00;
}

.brand img {
    padding: 5px 0;
}

#nav-menu .navbar-nav {
    text-align: center;
    width: 100%;
}

#nav-menu .navbar-nav > li {
    display: inline-block;
    float: none;
}

#nav-menu .navbar-nav > li > a {
    min-width: 113px;
    padding-left: 10px;
    padding-right: 10px;
}

#nav-menu .navbar-nav .logo {
    margin: 0 20px;
    position: relative;
    text-align: center;
    width: 180px;
}

#nav-menu .navbar-nav > li.logo a {
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -45px;
}

#page-logo {
    height: 90px;

}

#page-logo:hover {
    height: auto;
    animation: zoominoutsinglefeatured 1s infinite ;
}

.navbar-default .navbar-toggle {
    border-color: #48bb93;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #225B48;
}

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

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #ffff00;
}

#menu-default .dropdown-menu {
    top: 89px;
}


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

.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;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffdf4a+0,48bb93+50,000000+100 */
background: #ffdf4a; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffdf4a 0%, #48bb93 50%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffdf4a 0%,#48bb93 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffdf4a 0%,#48bb93 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf4a', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#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 #225B48;
    color: #225B48;
    cursor: pointer;
    margin: 0;
    padding: 21px 15px;
    font-weight: 300;
}

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

#menu-mobile .nav > li a {
    color: #333;
    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: #fff;
}

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

#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: #000;
    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: #333;
}


#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;
}



#carousel-home .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    width: 100%;
    min-height: 400px!important;
}

#carousel-home .item:before {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222222+0,222222+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(34,34,34,0) 0%,rgba(34,34,34,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(34,34,34,0) 0%,rgba(34,34,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 0;
    content: ' ';
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

#carousel-home .carousel-caption {
    bottom: 30%;
    text-shadow:1px 1px 1px #000;
}

#carousel-home .carousel-caption h3 {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
}

#carousel-home .carousel-caption a {
    color: #fff;
}

#carousel-home .second {
    animation-delay: 1s;
}

#carousel-home .third {
    animation-delay: 1.5s;
}



.categories-home {
    background-color: #222;
    text-align: center;
}

.categories-home .item {
    margin-bottom: 20px;
}

.categories-home .item h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}

.categories-home .item h3 a{
    color: #fff;
}

.categories-home .item h3 a:hover{
    color: #ccc;
}



.categories-home em {
    color: #ccc;
    font-weight: 300;
    font-size: 12px;
}


.categories-home .item img:hover {
    opacity: 0.6;
}

.categories-home h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 300;
}

.categories-home .btn-primary {
    background-color: transparent;
    width: 200px;
}

.categories-home .btn-primary:hover {
    background-color: #fff;

}

.categories-home {
    padding-bottom: 15px;
}

.info-home {
    background: linear-gradient(to left, #719832 50%, #066CA9 50%);
    color: #fff;
}

.info-home .item {
    padding: 15px 0;
}

.info-home .item img:hover {
    opacity: 0.5;
}

.info-home h3 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    margin-bottom: 20px;
}

.info-home h3 a{
   color: #fff;
}

.info-home h3 a{
   color: #fff;
}

.info-home .btn-primary {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}


.info-home .btn-primary:hover {
    border-color: #ccc;
}

.page-intro.img {
    background-position: center center ;
    background-size: cover;
    display: block;
    height: 0;
    height: 700px;
    position: relative;
}


.page .title {
       /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffdf4a+0,48bb93+30,000000+50,48bb93+70,ffdf4a+100 */
background: #333; /* Old browsers */
    color: #fff;
    margin-bottom: 15px;
}

.page .title .inner {
    background: rgba(0, 0, 0, 0) url("../images/dot.png") no-repeat scroll left center;
}

.page .title h1 {
    font-size: 26px;
    font-weight: 300;
    margin: 0;
    padding: 15px 15px 15px 100px;
    text-transform: uppercase;
}

.page .intro-txt {
    border: 1px solid #3fb288;
    box-shadow: 0 0 5px #3fb288;
    padding: 15px;
    text-align: center;
}

#contact-1 {
    background-color: #fff;
    color: #555;
    font-size: 14px;
    margin-top: -15px;
    padding: 10px 0;

}

#contact-1 address {
    line-height: 2;
}

.contact-home, .form-contact {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffdf4a+0,48bb93+100 */
background: #ffdf4a; /* Old browsers */
background: -moz-linear-gradient(top, #ffdf4a 0%, #48bb93 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffdf4a 0%,#48bb93 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffdf4a 0%,#48bb93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf4a', endColorstr='#48bb93',GradientType=0 ); /* IE6-9 */
}

.contact-home h3, .form-contact h3 {
    margin: 0;
    padding: 15px 0;
    color: #48BB93;
    text-transform: uppercase;
    font-weight: 300;
}

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

.form-contact a {
    color: #000;
}

.form-contact .form-control {
    border-color: #48BB93;
}

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

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

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

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

.sub-cat h2 {
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
}

.sub-cat a {
    color: #000;
}

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

.info h2 {
    color: #004c66;
    font-weight: normal;
}

.parent-img {
    background-color: #222;
}

.sub-cats {
   
}

.sub-cats .date {
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
}

.sub-cats .intro {
    min-height: 100px;
    font-weight: 300;
}


.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: #3498db;
    text-align: center;
    overflow: hidden;
    padding: 15px 0;
}

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

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

.cat-menu .active a {
    background-color: transparent;
}

/* Footer*/
.footer {
    margin-top: 20px;
    background-color: #fff;
    padding-bottom: 10px;
    color: #066ca9;
    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: transparent;
    color: #225B48;
}

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

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

.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: 14px;
    color: #555;
    padding: 15px 0;
}

.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) { 
      #nav-menu .navbar-nav > li > a {
    min-width: auto;
}

}
@media (max-width: 991px) { 


    .brand img {
        height: 70px;
    }

    #home-carousel .slogan {
        left: 5px;
    }

    .navbar {
        height: 70px;
    }

    .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%;
    }

    .page-intro.img, #carousel-home .item  {
        background-position: 0px 0px;
        background-size: auto;
        animation: animatedBackground 15s linear infinite;
        -moz-animation: animatedBackground 15s linear infinite;
        -webkit-animation: animatedBackground 15s linear infinite;
        -ms-animation: animatedBackground 15s linear infinite;
        -o-animation: animatedBackground 15s linear infinite;
    }

    .categories-home .intro {
         min-height: 60px;
    }

    #bran-list .item {
        width: 49%;
    }


    .page .title h1 {
        font-size: 26px;
        font-weight: 300;
        margin: 0;
        padding: 28px 15px 15px 100px;
        text-transform: uppercase;
    }

    

}

@media (max-width: 780px) {

    .info-home {
        background: #719832;
        text-align: center;
    }

    .info-home h3 {
        margin-top: 15px;
    }

    #home-carousel .item {
        text-align: center;
        height: 500px;
    }

    #home-carousel .img-chisiamo {
        height: auto;
        left: 0;
        margin: 0 auto;
        right: 0;
        width: auto;
        max-height: 480px;
    }

    #home-carousel .slogan {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        bottom: 0;
        left: -10px;
        margin: 0 auto;
        padding: 10px 0 52px;
        position: absolute;
        right: 0;
        top: auto;
    }

    #home-carousel .container {
        padding: 0;
    }

    #home-carousel .slogan span {
        font-size: 20px;
    }

    .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;
        height: 70px;
    }

    .logo-xs {
        display: inline;
    }

    .logo-lg {
        display: none;
    }

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

    #carousel-home .item, .page-intro.img  {
        height: 550px!important;
    }

    .page .title .inner {
        background-size: 60px;
    }

    .page .title h1 {
        font-size: 21px;
        font-weight: 300;
        margin: 0;
        padding: 28px 15px 15px 100px;
        text-transform: uppercase;
    }



}

