/***** RESET *****/

* {
    outline: none !important;
}

html, body {
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	color: #333;
    font-size: 15px;
}

h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
    margin-top:0px;
}

.img-thumbnail,.panel-group .panel {
    border-radius: 0px;
}

.btn[disabled] {background-color: #aaa !important;opacity: 0.8;}
.btn {border-radius: 0px;}

.grecaptcha-badge {
    display: none;
}

/*****HEADER*****/

#header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#topbar {
    font-size: 13px;
}

#social {
    margin-left:10px;
}

.navbar {
    border: none;
    margin: 0px;
}

.breadcrumb {
    background-color: transparent;
    padding: 5px 0;
    border-radius: 0px;
    margin: 0px;
}

.breadcrumb > .active,
.breadcrumb a {
    color: #fff;
}

.dropdown-menu {
    background-color: #eee !important;
    padding: 0px;
    border-radius: 0px;
}

.dropdown-menu > li > a {
    padding: 10px 20px !important
}

.dropdown .dropdown-caret {
    padding: 17px;
    position: absolute;
    right: 0px;
    top: 0;
}

.dropdown-menu .dropdown .dropdown-caret {
    top: 12px;
}

.dropdown-menu .dropdown-menu {
    background-color: #fafafa !important;
}

/*FOOTER*/

div.cookie_notice[role="status"] {
    display: none;
    position: fixed;
    left:0px;
    z-index:100000;
    background: #333 none repeat scroll 0 0;
    font-size: 11px;
}

div[role="status"] {
    box-sizing: border-box;
    color: #333;
    padding: 10px 32px;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 16px;
}
div[role="status"] a {
    color: #333;
    font-size: 11px;
    font-family: arial;
}

div[role="status"] span {
    font-weight: bold;
    text-decoration: underline;
}

div[role="status"] span:hover {
    color: #AA0331;
    cursor: pointer;
    text-decoration: none;
}

div[role="status"] .closer .close_eu {
    font-weight: bold;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
    text-decoration: none;
    width: 100px;
    opacity: 1.0;
    text-shadow: none;
    font-size: 14px;
    color:#333;
    line-height: 1;
    font-size: 11px;
}

#gfcookielaw h4 {
    margin-top: 10px
}

@media screen and (max-width: 911px) {
    div[role="status"] .closer .close_eu {
        margin-top: 15px;
    }
}

/*****GALLERY*****/

.gallery-caption {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin:0px;
    z-index: 900;

}

.gallery-caption-2 {
    position: absolute;
    top: 40%;
    font-size: 140%;
    font-weight: bold;
    color: #fff;
    left: -1000px;
    text-transform: uppercase;
    margin:0px;
    z-index: 1000;
    width: 90%;
}

.single-gallery {
    overflow: hidden;
}

/* ARCHIVE */

.post-categories {
    list-style-type: none;
    overflow: auto;
    padding: 0px;
}

.post-categories li {
    float: left;
    background: #ffd400;
    margin-right: 15px;
}

.post-categories li a {
    padding: 10px 15px 10px 15px;
    display: block;
    font-weight: 600;
    color: #00335e;
}

.post-categories li a:before {
    content: '#'
}

.pagination .current {
    font-weight: bold;
}

.pagination span,.pagination a {
    border-radius: 0px !important;
}

/*****PAGE*****/

#main-content a {
    text-decoration: underline;
}

.page-title {
    box-shadow: 0px -10px 20px -20px rgb(0, 0, 0) inset;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

#page-content img {
    max-width: 100%;
}

.gradient-bg {
    position: relative;
    display: block;
}

img.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 100%
}

img.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 100%
}

/***** BOOSTRAP MEDIA  QUERY ******/

/* Extra Small */
@media(max-width:767px){

}

/* Small */
@media(min-width:768px) and (max-width:991px){

}

/* Medium */
@media(min-width:992px) and (max-width:1199px){

}

/* Medium */
@media(min-width:992px) and (max-width:1400px){

}

/* Large */
@media(min-width:1200px){
    .navbar-nav > li > a {
        margin-left: 30px;
    }
}

/* < Medium */
@media(max-width:991px) {

    #spacer {
        height: 50px;
    }

    .navbar-brand {
        padding: 10px 15px;
        height: 50px;
    }

    .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-nav > li > a {
        color: #fff !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        border-bottom: 0.5px solid rgba(255,255,255,0.3) !important
    }

    .navbar-brand img {
        height: 30px !important;
    }

    .dropdown-menu .dropdown-caret {
        background-color: #f5f5f5;
        color: #000000 !important
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 9px;
    }

    .owl-theme .owl-dots {
        right: 20px;
        left: auto;
    }

    #page-title {
        font-size: 20px;
    }

    .navbar-toggle {
        padding: 0px;
        margin: 0px;
    }

    .owl-single .owl-dots {
        left: 15px;
        margin: 10px 0;
        bottom: 10px;
        right: auto;
    }

    #home-splash {
        height: 25vh !important;
    }

    #advanced-filters {
        position: absolute;
        top: 100%;
        left: -1000px;
        z-index: 10;
        -ms-transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;
    }

    #advanced-filters.opened {
        left: 0;
        right: 0px;
    }

}

/* > Medium */
@media(min-width:992px){

    body.home #header {
        top: -161px;
    }

    body.home.navbar-in #header {
        top: 0;
    }

    #spacer {
        height: 141px;
    }

    .navbar-brand {
        height: auto;
        padding-left: 0px;
        margin-left: 0px !important;
    }

    .navbar-brand img {
        height: 80px;
    }

    .navbar-nav > li > a {
        padding-left: 0px;
        padding-right: 0px;
        color: #fff
    }

    .navbar-nav li a,
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #333
    }

    .navbar-right .dropdown-menu {
        left: 30px;
        right: auto;
    }

    ul.dropdown-menu li > ul.dropdown-menu{
        right: 100%;
        top: 0;
    }

    ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
        display: block
    }

    .dropdown-menu {
      width: 314px;
    }

    .dropdown-menu li a {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      background-color: #fff;
    }

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

    #menu-main > li > a .dropdown-caret {
        position: inherit;
        padding: inherit;
    }

    #header.collapsed .navbar-brand img {
        height: 60px !important;
    }

    #header.collapsed .navbar-nav {
        margin-top: 18px;
    }

    #spacer.collapsed {
        height: 122.5px;
    }

    .single-gallery:hover .gallery-caption {
        bottom: -100px;
    }

    .single-gallery:hover .gallery-caption-2 {
        left: 15px;
    }

    .single-gallery:hover:after {
        background: -moz-linear-gradient(top,  rgba(46,137,189,0.7) 0%, rgba(0,51,97,0.7) 100%);
        background: -webkit-linear-gradient(top,  rgba(46,137,189,0.7) 0%,rgba(0,51,97,0.7) 100%);
        background: linear-gradient(to bottom,  rgba(46,137,189,0.7) 0%,rgba(0,51,97,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b32e89bd', endColorstr='#b3003361',GradientType=0 );
        height: 100%;
    }

    #advanced-filters {
        position: absolute;
        top: -100%;
        left: 0px;
        right: 0px;
        z-index: 10;
        -ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;
    }

    #advanced-filters.opened {
        position: absolute;
        top: 100%;
    }

}

}
