/*****GENERAL*****/

* {
    outline: none !important;
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #000
}

a:hover,
a:active {
    color: #000;
    text-decoration: none;
}

.form-control.error {
    border: 1px solid #da2129;
}

.checkbox .error a {
    color: #da2129;
}

.grecaptcha-badge {
    display: none;
}

.no-break {
    padding: 10px 0;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 0.3em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.adrotate_widgets img {
    width: 100%;
    border: 1px solid #dcdcdc;
}

li#recent-posts-2 ul li a {
    display: block !important;
    font-size: 10px !important;
    line-height: 11px;
    padding-bottom: 4px !important;
    margin-bottom: 4px !important;
    border-bottom: 1px solid #dcdcdc !important;
}

.page-content ul.ngg-breadcrumbs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.page-content .ngg-galleryoverview {
    margin-top:5px;
}

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

#top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    background-color: #dc0016;
}

#top-bar a {
    color: #fff !important
}

#menu-pagine {
    font-size: 12px;
}

#menu-pagine li {
    margin-right: 10px
}

#menu-categorie {
    text-transform: uppercase;
    font-size: 12px;
}

#menu-categorie li a {
    padding-left: 10px;
    padding-right: 10px
}

.menu-item.red a {
    color: #dc0016 !important;
    text-decoration: none !important;
}

.menu-item.red a:before {
    content: '\f023';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

#menu-item-124888 a {
    background-color: #cb2b26 !important;
    color: #fff !important;
}

h3.category-title {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.3s ease;
}

h3.category-title span {
    position: absolute;
    width: 70px;
    bottom: -1px;
    left: 0px;
    height: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    transition: all 0.3s ease;
}

h3.category-title {
    position: relative;
}

.home-category:hover h3.category-title span {
    width: 100%;
}

h5.post-title,
h4.post-title {
    font-weight: bold;
}

h4.post-title {
    font-size: 18px;
}

.small-excerpt {
    font-size: 90%;
    line-height: 120%
}

.secondary-posts div:last-child {
    margin-bottom: 0px;
}

#sidebar {
    list-style: none;
}

.widget {
    padding: 10px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
    font-size: 89%;
}

.widget.adrotate_widgets {
    padding: 0px
}

.widget h4 {
    border-bottom: 1px solid #080808;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.widget ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.widget_recent_entries .post-date {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    font-size: 9px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget img {
    max-width: 100%
}

.post-content p,
.page-content p {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f6f6f6;
    overflow: auto;
}

.post-content img {
    max-width: 100%;
    height: auto !important;
}

#searchform #s {
    float: left;
}

#searchform label {
    display: none;
}

#searchform #searchsubmit {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 0 !important;
    padding: 6px 7px;
    width: 83px;
}

#searchform #searchsubmit:before {
    content: '\f002';
    font-family: 'FontAwesome'
}

.secondary-post-img-wrapper {
    transition: all 0.3s ease;
}

.secondary-post .secondary-post-overlay {
    background-color: #000000;
    content: "";
    height: 0;
    left: 2px;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 1px;
    transition: all 0.3s ease;
}

.secondary-post:hover .secondary-post-overlay {
    height: 100%;
    top: 0%;
}

.tag-list {
    font-size: 75%;
}

.caption.absolute h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333
}


/*****FOOTER*****/


/***** 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) {}


/* Large */

@media(min-width:1200px) {
    .container {
        width: 1333.5px;
    }
}


/* < Medium */

@media(max-width:991px) {
    #header #logo {
        height: 32px
    }
    .navbar-brand {
        padding: 14px 10px;
        width: 200px;
        height: auto !important;
    }
    .caption.absolute h2 {
        font-size: 18px;
        margin: 0px;
    }
    .navbar-header {
        background-color: #dc0016
    }
    .navbar-default .navbar-toggle {
        border-color: #dc0016;
    }
    .navbar-toggle {
        background-color: #fff;
        margin-top: 11px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #dc0016;
    }

    #billboard {
        height: 250px;
        margin-bottom:15px;
    }

    h1, .h1 {
        font-size:24px;
    }
}


/* > Medium */

@media(min-width:992px) {

    .navbar-collapse {
        padding: 0px
    }
    .nav>li>a {
        display: block;
        padding: 15px 15px 15px 0 !important;
        position: relative;
    }
    #header.collapsed #logo {
        height: 50px;
    }
    #header.collapsed {
        position: fixed !important;
        width: 100%;
        z-index: 100 !important;
        top: 0
    }
    #spacer {
        height: 138px;
    }
    #logo,
    #header {
        transition: all 0.3s ease;
    }
    #logo {
        height: 93px;
    }
    #main-content {
        margin-top: 20px;
    }
    .navbar-nav>li {
        display: inline-block !important;
        float: none !important;
    }
    #menu-main {
        float: none !important;
    }
    .collapse.navbar-collapse {
        text-align: center !important;
        float: none !important;
    }

    #billboard {
        height: 250px;
        margin-bottom:15px;
    }

    #superbanner {
        height: 90px;
    }
}


/*GFCOOKIELAW*/

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

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;
    font-family: arial;
}

#gfcookielaw h4 {
    margin-top: 10px
}

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