/*COMMON*/

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

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

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

#topbar {
    font-size: 12px;
    height: 25px;
    display: flex;
    align-items: center;
}

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

.loop-post-category {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 0px;
    color: white;
    padding: 3px 6px;
    text-transform: uppercase;
}

.loop-post-category:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 13.71px solid transparent;
    border-bottom: 13.71px solid transparent;
    border-left: 6px solid #1f357c;
    top: 0px;
    right: -6px;
}

.video-play {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 40px;
    padding: 20px;
    color: #003482;
    background-color: #ffffff;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
    z-index: 100;
    font-size: 45px;
    text-align: center;
}

#sidebar .video-play {
    width: 50px;
    height: 50px;
    line-height: 30px;
    padding: 10px;
    font-size: 30px;
    margin-top: -25px;
    margin-left: -25px;
}

/*****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%;
}

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

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/***** 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: 5px 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: 40px !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;
    }

    #sidebar .video-play {
        width: 20px;
        height: 20px;
        line-height: 10px;
        padding: 2px;
        font-size: 10px;
        margin-top: -10px;
        margin-left: -10px;
    }

    .video-play {
        height: 30px;
        width: 30px;
        line-height: 20px;
        font-size: 15px;
        padding: 5px;
        margin-top: -15px;
        margin-left: -15px;
    }



}

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

    #spacer {
        height: 156px;
    }

    .navbar-nav {
        margin-top: 39px;
    }

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

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

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

}

}
