/* ------------------------------------------ */
/*    HEADER Styles
/* ------------------------------------------ */
/* Logo Styles */
.logo {
    float: left;
    margin-top: 5px;

    background-color: #FBFBFB;
    position: absolute;
    top: 7px;
    padding: 0 13px;
}

.logo img {
    vertical-align: baseline;
}

.logo-slogan {
    position: absolute;
    top: 17px;
    left: 102px;
}

.logo-slogan span {
    display: block;
    text-transform: uppercase;
    color: #ED1C24;
    font-weight: bold;
    line-height: 20px;
}

/* Header-Slogan Styles */
.header-slogan {
    position: absolute;
    top: 30px;;
    text-align: center;
    font-size: 30px;
    width: 100%;
    font-weight: bold;
}

.header-slogan span {
    color: #DB0005;
}

.header-slogan .fa {
    font-size: 18px;
}

.header-slogan .fa-quote-left {
    margin-right: 10px;
    color: #DB0005;
    position: relative;
    top: -10px;
}

.header-slogan .fa-quote-right {
    margin-left: 10px;
    position: relative;
    top: 12px;
    color: #DB0005;
}

/* Header-Socials Styles */
.header-socials ul {
    position: absolute;
    top: 17px;
    right: 16px;
}

.header-socials ul li {
    display: inline-block;
    margin-left: 10px;
}

.header-socials ul li a {
    width: 45px;
    height: 45px;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.header-socials ul li a:hover {
    opacity: 0.8;
}

.header-socials ul li a .fa {
    font-size: 18px;
}

.header-socials ul li a.facebook {
    background-color: #3B5998;
    border-bottom: 2px solid #143578;
}

.header-socials ul li a.twitter {
    background-color: #5EA9DD;
    border-bottom: 2px solid #007db2;
}

.header-socials ul li a.youtube {
    background-color: #E12D28;
    border-bottom: 2px solid #a23420;
}

/* Change Color Styles */
.header-color {
    background-color: #00a651 !important;
    border-bottom-color: #098144 !important;
    transition: all 0.4s ease;
}

.header-color ul li a {
    border-right-color: #098144 !important;
}

.header-color ul li.active,
.header-color ul li:hover {
    background-color: #098144 !important;
}

.header-color ul li:hover:last-child,
.header-color ul li:hover:first-child {
    background: none !important;
}

/* Navigation Styles */
.header {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    background-color: #FBFBFB;
}

.header .navigation {
    width: 100%;
    display: table;
    background-color: #ED1C24;
    border-bottom: 2px solid #AC1219;
    margin: 80px 0 0 0;
    transition: all 0.4s ease;
}

.header .navigation ul {
    display: block;
    float: right;
}

.header .navigation ul li {
    float: left;
}

.header .navigation ul li:hover,
.header .navigation ul li.active {
    background-color: #AC1219;
}

.header .navigation ul li.search-icon:last-child:hover,
.header .navigation ul li.home-icon:first-child:hover {
    background: none;
}

.header .navigation ul li .fa {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 12px;
    right: 16px;
}

.header .navigation ul li a {
    display: block;
    padding: 14px 34px 12px 34px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-right: 1px solid #AC1219;
    line-height: 20px;
}

.header .navigation ul li:last-child a,
.header .navigation ul li:first-child a {
    border: 0 none;
}


#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    float: left;
    position: relative;
}

#menu a {
    float: left;
    padding: 14px 20px 12px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
}

#menu ul {
    margin: 20px 0 0 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;
    transition: all .2s ease-in-out;  
    background-color: #ed1c24;
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 10px 0px;
}

.header-color #menu li:hover > ul {
    background-color: #00a651;
}

#menu ul ul {
    top: -10px;
    left: 252px;
    border-bottom: 2px solid #d3181f;
    display: block;
}

#menu ul li {
    display: block;
    padding: 0 15px 0 15px;
    min-width: 250px;
}

#menu ul li a {    
    padding: 7px 30px 7px 10px;
    display: block;
    border-right: 0 none;
    text-transform: none;
    position: relative;
    z-index: 2;
    width: 100%;
}

#menu ul li .fa {
    color: #fff !important;
    font-size: 12px !important;
    position: absolute !important;
    top: 11px !important;
    left: 14px;
    z-index: 1;
    margin-right: 11px !important;
}

#menu .mega-menu {
    width: 720px;
}

#menu .mega-menu li {
    float: left !important;
    width: 180px;
}

/* Search Styles */
.header-search {
    background-color: #AC1219;
    padding: 8px 12px 10px 10px;
    position: absolute;
    right: 0;
    bottom: -46px;
    border-radius: 0 0 3px 3px;
}

.header-search .header-search-input,
.header-search .header-search-button {
    border: 0 none;
}

.search-icon {
    cursor: pointer;
    display: block;
}

.header-search .header-search-button {
    background-color: #ED1C24;
    color: #fff;
    font-size: 12px;
}

.header-search .header-search-input {
    position: relative;
    left: 4px;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    outline: none;
    background-color: #F7F7F7;
}

.header-search {
    display: none;
}

.header-color .header-search {
    background-color: #098144;
}

.header-color .header-search .header-search-button {
    background-color: #00A651;
}

/* Search Result Styles */
.search-result-list {
    display: inline-block;
}

.search-result-list figure {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.search-result-list figcaption {
    position: absolute;
    bottom: 10px;
    right: 25px;
}

.search-result-list figcaption span:nth-child(2) {
    margin-left: 30px;
    background-color: #00984A;
    box-shadow: -12px 0 0 #00984A ,12px 0 0 #00984A;
}

.search-result-list figcaption span {
    display: inline;
    line-height: 33px;
    padding: 5px 0;
    text-transform: uppercase;
    background: #ED1C24;
    box-shadow: -12px 0 0 #ED1C24 ,12px 0 0 #ED1C24;
    color: #fff;
}

.search-result-list li h2 {
    margin-bottom: 10px;
}

.search-result-list li a:hover {
    color: #ED1C24;
}

.search-result-list li {
    margin-bottom: 30px;
}


/* ------------------------------------------ */
/*    INTRO Styles
/* ------------------------------------------ */
.intro .owl-theme .owl-controls {
    position: absolute !important;
    top: 0;
    width: 100%;
}

.intro .owl-theme .owl-controls .owl-buttons div {
    background: none;
    opacity: 1;
    color: rgba(255, 255, 255, 0.70);
}

.intro .owl-theme .owl-controls .owl-buttons div:hover {
    color: rgba(255, 255, 255, 1);
}

.intro .owl-prev:before {
    content: "\f190";
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: 36px;
    top: 30vh;
    left: 45px;
    position: absolute;
}

.intro .owl-next:before {
    content: "\f18e";
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: 36px;
    top: 30vh;
    right: 45px;
    position: absolute;
}

.intro {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 489px;
}

.intro img {
    width: 100%;
    height: auto;
    cursor: -webkit-grab;
}

a.nivo-prevNav {
    width: 30px;
    height: 30px;
    background: url('../images/arrows.png');
    left: 30px !important;
    display: block;
}

a.nivo-nextNav {
    width: 30px;
    height: 30px;
    background: url('../images/arrows.png');
    background-position: 30px;
    right: 30px !important;
}

.intro .intro-cans {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 5;
}

.intro .intro-cans .col-md-4 {
    padding: 0;
}

.intro .intro-cans .white:hover {
    box-shadow: inset 500px 0 0 #EBEBEB;
}

.intro .intro-cans .green:hover {
    box-shadow: inset 500px 0 0 #038744;
}

.intro .intro-cans .red:hover {
    box-shadow: inset 500px 0 0 #D5121A;
}

.intro .intro-cans .intro-box {
    width: 100%;
    height: 80px;
    float: left;
    color: #fff;
    padding: 10px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.intro .intro-cans .intro-box.white {
    background-color: #FBFBFB;
    color: #000;
    border-bottom: 2px solid #D5D5D5;
}

.intro .intro-cans .intro-box.green {
    background-color: #00A551;
    color: #fff;
    border-bottom: 2px solid #0E6A3B;
}

.intro .intro-cans .intro-box.red {
    background-color: #ED1C24;
    color: #fff;
    border-bottom: 2px solid #A90D11;
}

/* TOP Triangle Styles */
.top_triangle {
    position: relative;
    display: block;
    height: 50px;
    padding-bottom: 0;
    margin-bottom: 20px;
    z-index: 99;
}

.top_triangle .shape_tri {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-top: 70px solid #fbfbfb;
    border-left: 100px solid transparent;
}

.top_triangle .shape_tri {
    border-top-color: #F01E23;
}

/* BOTTOM Triangle Styles */
.bottom_triangle {
    position: relative;
    display: block;
    height: 50px;
    margin-top: 20px;
    padding-bottom: 0;
    z-index: 99;
}

.bottom_triangle .shape_tri {
    border-bottom-color: #F01E23;
}

.bottom_triangle .shape_tri {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    bottom: 20px;
    border-bottom: 70px solid #F01E23;
    border-right: 100px solid transparent;
}

/* ------------------------------------------ */
/*    Highlights Styles
/* ------------------------------------------ */
.highlights {
    padding: 40px 0 0 0;
}

.highlights .owl-buttons {
    display: none;
}

.highlights #owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
    border: 7px solid #AC1219;
}

.highlights #owl-demo .item p {
    color: #fff;
    margin-bottom: 30px;
}

.highlights #owl-demo .item h3 a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}

.highlights #owl-demo .item h3 a:hover {
    color: #000
}

.highlights .owl-theme .owl-controls {
    margin: 20px 0 0 0;
}

.highlights .owl-theme .owl-controls .owl-page span {
    width: 40px;
    height: 3px;
    background-color: #fff;
}

/* ------------------------------------------ */
/*    News-Categories Styles
/* ------------------------------------------ */
.news-categories {
    padding: 50px 0 0;
}

.news-categories .news-cat-item figure {
    position: relative;
    margin-bottom: 10px;
}

.news-categories h3 {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.news-categories h3 a {
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    display: block;
}

.news-categories h3 a:hover {
    color: #000;
}

.news-cat-item:hover h3 a {
    color: #000;
}

.news-cat-list ul {
    margin-bottom: 20px;
}

.news-cat-list ul h4 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    /*font-weight: 500;*/
}

.news-cat-list ul h4 a {
    color: #fff;
    display: block;
}

.news-cat-list ul h4 a:hover {
    color: #000 !important;
}

.news-cat-list ul li {
    padding-bottom: 40px;
}

.news-cat-list ul li figure img {
    float: left;
    margin-right: 10px;
    background-color: #C3181C;
    padding: 3px;
}

.item_meta {
    font-size: 13px;
    line-height: 20px;
    color: #2D2D2D;
    margin: 10px 0 15px;
}

.item_meta span {
    float: left;
    margin-right: 10px
}

.item_meta span:before {
    margin: 0 5px 0 0;
    font-family: "FontAwesome"
}

.item_meta span.meta_date:before {
    content: "\f017";
    color: #727272;
}

.item_meta span.meta_calendar:before {
    content: "\f073";
    color: #727272;
}

.item_meta span.meta_users:before {
    content: "\f0c0";
    color: #727272;
}

.item_meta span.meta_author a {
    color: #2D2D2D;
}
.item_meta span.meta_author:before {
    content: "\f007";
    color: #727272;
}

.item_meta span.meta_views a {
    color: #2D2D2D;
}
.item_meta span.meta_views:before {
    content: "\f06e";
    color: #727272;
}

.item_meta span.meta_loc a {
    color: #2D2D2D;
}
.item_meta span.meta_loc:before {
    content: "\f041";
    color: #727272;
}

.item_meta span.meta_cat a {
    color: #2D2D2D;
}
.item_meta span.meta_cat:before {
    content: "\f115";
    color: #727272;
}

.item_meta span.meta_subcat a {
    color: #2D2D2D;
}
.item_meta span.meta_subcat:before {
    content: "\f114";
    color: #2D2D2D;
}

.item_meta span.meta_comments a {
    color: #2D2D2D;
}
.item_meta span.meta_comments:before {
    content: "\f0e5";
    color: #727272;
}

.item_meta span.meta_likes a {
    color: #2D2D2D;
}
.item_meta span.meta_likes:before {
    content: "\f075";
    color: #727272;
}

/* ------------------------------------------ */
/*    Breaking News Styles
/* ------------------------------------------ */
.cat-highlights {
    margin-bottom: 50px;
    overflow: hidden;
}

.cat-highlights span.cat-highlights-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 20px;
    position: relative;
}

.cat-highlights span.cat-highlights-title:after {
    content: "";
    position: absolute;
    left: 43%;
    bottom: -20px;
    background-color: #fff;
    height: 2px;
    width: 50px;
}

.cat-highlights .rollover:hover span.cat-highlights-title:after {
    left: 45%;
}

.cat-highlights .rollover:hover span.cat-highlights-title {
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
    display: table;
}

.cat-highlights .rollover time {
    top: 30%;
}

.cat-highlights .rollover .views {
    padding: 50px 0 0 0;
}

.cat-highlights figure {
    position: relative;
    margin-bottom: 15px;
}

.cat-highlights img {
    min-width: 100%;
}

.post {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.post figure a {
    position: relative;
    float: left;
}

.post figure img {
    width: 100%;
}

.social-nav {
    position: relative;
    top: 7px;
}

.printButton {
    position: relative;
    left: -15px;
    display: inline-block;
    float: right;
}

.printButton a {
    float: right;
    background-color: #C9191C;
    border: 0 none;
    outline: none;
    padding: 0 7px;
    display: block;
    position: relative;
    top: 5px;
    font-size: 13px;
    color: #fff !important;
}

.fontSize {
    display: inline-block;
    float: right;
}

.post-content {
    padding: 10px 0 0 0;
}

.post-content h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.post-content h3 {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.post-content h3 a {
    margin-bottom: 10px;
    display: block;
}

.post:hover h3 a {
    color: #F01E23;
}

.post-content button {
    float: right;
    background-color: #C9191C;
    color: #fff;
    border: 0 none;
    outline: none;
    padding: 0 7px;
    display: block;
    position: relative;
    top: 5px;
    font-size: 13px;
}

.rollover {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rollover time {
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    top: 40%;
    margin-top: -61px;
    position: absolute;
    left: 0;
    right: 0;
}
.rollover time span {
    display: block;
}

.rollover time .day {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 4px;
}

.rollover time .month {
    font-size: 14px;
    line-height: 14px;
}

.rollover .views {
    padding: 13px 0 0 0;
    display: block;
    color: #fff;
}

.news-cat-item:hover .rollover,
.post:hover .rollover,
figure:hover .rollover {
    width: 100%;
}

/* ------------------------------------------ */
/*    Polls Styles
/* ------------------------------------------ */
.polls .poll:nth-child(1) {
    margin-top: 0;
}

.polls .poll-hide {
    display: none;
}

.poll.single-poll .progress {
    display: none;
}

.polls .poll-show {
    color: #ED1C24;
}

.polls .poll {
    margin: 30px 0 35px 0;
}

.polls form {
    margin-bottom: 20px;
}

.polls .progress-bar {
    background-color: #ED1C24;
    margin-bottom: 10px;
}

.polls .poll-progress {
    /*display: none;*/
    margin-top: 15px;
}

.polls .progress {
    margin-top: 2px;
}

.polls legend {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.polls label {
    display: block;
    font-weight: bold;
    margin-bottom: 17px;
}

.polls input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.polls .button {
    margin-top: 5px;
    margin-right: 20px;
}

.poll-date {
    margin: 10px 0 15px -10px;
    text-align: left;
    font-size: 12px;
}

.poll-date span {
    margin-left: 10px;
    margin-right: 5px;
}

.polls .poll.expire input[type="checkbox"],
.polls .poll.expire .button {
    display: none;
}


/* ------------------------------------------ */
/*    Videos Styles
/* ------------------------------------------ */
.videos ul.video-list {
    display: inline;
    margin-bottom: -40px;
}

.videos .article-videos {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.videos .article-videos figure {
    overflow: hidden;
}

.videos .article-videos .overlay.black {
    background: rgba(0, 0, 0, 0.55);
}

.videos .article-videos:hover .overlay {
    opacity: 0;
}

.videos .article-videos .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    padding: 15px 20px;


    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.videos .article-videos .overlay h4 {
    color: #fff;
    text-align: center;
    min-height: 70px;
}

.videos .article-videos .overlay .fa-play {
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin: -40px auto 0;
    display: table;
    padding: 65px;
}

.videos .article-videos .overlay .videos-meta {
    position: relative;
    bottom: 0;
    color: #fff;
}


.videos .article-videos .overlay .fa {
    color: #fff;
}

.videos .article-videos .overlay .under-title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    display: block;
}

.videos .article-videos .overlay .under-title:after {
    content: "";
    height: 3px;
    width: 55px;
    display: block;
    margin: 10px auto 0;
    background-color: #fff;
}

.videos .article-videos .overlay .meta .date {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #fff;
}

.videos .article-videos .overlay .meta .month {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
}

.videos .article-videos-contnet {
    background: #fff;
    border-color: #e9e9e9;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 13px 22px 17px;
}

.videos .article-videos-title {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.videos .article-videos-description {
    color: #999;
    font-size: 13px;
}

.videos .article-videos-meta {
    display: block;
    font-size: 13px;
    margin-bottom: 13px;
}

.videos .article-videos-meta span a {

    color: #8a8d8d;
}

.videos .article-videos figure img {
    width: 100%;
}

/* ------------------------------------------ */
/*    Regions Styles
/* ------------------------------------------ */
.regions .article-regions {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.regions .article-regions figure {
    overflow: hidden;
}

.regions .article-regions .overlay.purp {
    background: rgba(93, 86, 164, 0.7);
}

.regions .article-regions .overlay.green {
    background: rgba(87, 164, 99, 0.7);
}

.regions .article-regions .overlay.red {
    background: rgba(164, 86, 86, 0.7);
}

.regions .article-regions:hover .overlay {
    opacity: 0;
}

.regions .article-regions .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    padding: 60px 20px;


    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.regions .article-regions .overlay h3 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.regions .article-regions .overlay .under-title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    display: block;
}

.regions .article-regions .overlay .under-title:after {
    content: "";
    height: 3px;
    width: 55px;
    display: block;
    margin: 10px auto 0;
    background-color: #fff;
}

.regions .article-regions .overlay .meta .date {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #fff;
}

.regions .article-regions .overlay .meta .month {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
}

.regions .article-regions-contnet {
    background: #fff;
    border-color: #e9e9e9;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 13px 22px 17px;
}

.regions .article-regions-title {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.regions .article-regions-description {
    color: #999;
    font-size: 13px;
}

.regions .article-regions-meta {
    display: block;
    font-size: 13px;
    margin-bottom: 13px;
}

.regions .article-regions-meta span a {

    color: #8a8d8d;
}

.regions .article-regions figure img {
    width: 100%;
}


/* ------------------------------------------ */
/*    Partners Styles
/* ------------------------------------------ */
.partners {
    padding: 0 0 50px;
}

.partners ul li figure {
    height: 100%;
    vertical-align: bottom;
    margin: 0 auto;
    display: table;
    min-height: 100px;
}

.partners ul li a img {
    vertical-align: bottom;
    max-height: 100px;
    max-width: 100px;
}

.image-bottom {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    min-height: 100px;
}

/* ------------------------------------------ */
/*    Sidebar Styles
/* ------------------------------------------ */

/* Sidebar Styles */
.sidebar-widget {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.sidebar-titleRight {
    float: right;
    font-size: 12px;
    color: #ED1C24 !important;
}

.sidebar-widget.intro-cans {
    position: relative;
    z-index: 5;
}

.sidebar-widget.intro-cans .col-md-12 {
    padding: 0;
}

.sidebar-widget.intro-cans .white:hover {
    box-shadow: inset 500px 0 0 #EBEBEB;
}

.sidebar-widget.intro-cans .green:hover {
    box-shadow: inset 500px 0 0 #038744;
}

.sidebar-widget.intro-cans .red:hover {
    box-shadow: inset 500px 0 0 #D5121A;
}

.sidebar-widget.intro-cans .intro-box {
    width: 100%;
    height: 80px;
    float: left;
    color: #fff;
    padding: 10px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar-widget.intro-cans .intro-box.white {
    background-color: #F0F0F0;
    color: #000;
    border-bottom: 2px solid #D5D5D5;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
}

.sidebar-widget.intro-cans .intro-box.green {
    background-color: #00A551;
    color: #fff;
    border-bottom: 2px solid #0E6A3B;
}

.sidebar-widget.intro-cans .intro-box.red {
    background-color: #ED1C24;
    color: #fff;
    border-bottom: 2px solid #A90D11;
}

/* Sidebar Search Styles */
.search-wrap {
    position: relative;
}

.search-button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #999;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    right: 1px;
    top: 50%;
    width: 42px;
    transition:all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition:all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition:all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition:all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.search-field {
    box-sizing: border-box;
    height: 40px !important;
    width: 100% !important;
}


/* Sidebar Poll Styles */
.poll-widget {
    margin-top: -5px;
}

.poll-widget legend {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}   

.poll-widget label {
    display: block;
    margin: 10px 0 10px 5px;
}

.red .poll-widget label {
    color:#fff;
}
.poll-widget label.sidebar-poll{
    margin:0 0 0 15px; 
}

.poll-widget input[type="radio"] {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

/* Sidebar Video Styles */
.video-widget figure {
    position: relative;
    cursor: pointer;
}

.video-widget figure img {
    width: 100%;
}

.video-widget .video-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video-widget .video-hover .fa {
    font-size: 50px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    top: 50%;
    margin-top: -30px;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video-widget figure:hover .fa {
    font-size: 70px;
}

/* Social Network Feed Styles */
.social-feed-widget figure img {
    margin-top: 5px;
    margin-right: 15px;
}

.social-feed-widget ul {
    margin-top: -5px;
}

.social-feed-widget ul li {
    display: inline-block;
    margin-bottom: 13px;
    width: 100%;
}

.social-feed-widget a {
    position: relative;
    top: 2px;
    display: block;
    line-height: 17px;
    margin-left: 25px;
}

.social-feed-widget a:hover {
    color: #000;
}

.social-feed-date {
    display: block;
    font-size: 10px;
    color: #333;
    position: relative;
    top: 0px;
}

.social-feed-date .fa {
    color: #ed1c24;
}

.social-feed-date .fa-clock-o {
    margin-right: 2px;
}

.social-feed-date .fa-calendar {
    margin-left: 9px;
    margin-right: 2px;
}


/* Events Widget Styles */
.events-widget ul li {
    display: block;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.events-widget ul li:last-child {
    margin-bottom: 5px;
}

.events-widget ul li h4 {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.events-widget ul li a {
    display: block;
}

.events-widget ul li a:hover {
    color: #000 !important;
}

/* ------------------------------------------ */
/*    Doc Widget Styles
/* ------------------------------------------ */
.doc-widget ul li .fa {
    margin-right: 15px;
    font-size: 34px;
    float: left;
    color: #ED1C24;
}

.doc-widget ul li a {
    position: relative;
    top: -2px;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.doc-widget ul li a:hover {
    color: #000 !important;
}

.doc-widget ul li {
    margin-bottom: 19px;
    width: 100%;
    display: table;
}

.date {
    display: block;
    width: 45px;
    height: 58px;
    background: #fff;
    text-align: center;
    font-family: 'Helvetica', sans-serif;
    position: relative;
    float: left;
    margin-right: 15px;
}

.date .binds {
    position: absolute;
    height: 12px;
    width: 35px;
    background: transparent;
    border: 2px solid #C3181C;
    border-width: 0 3px;
    top: -6px;
    left: 0;
    right: 0;
    margin: auto;
}

.date .month {
    background: #C3181C;
    display: block;
    padding: 0px 0 9px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    /*border-bottom: 2px solid #F01E23;*/
    /* box-shadow: inset 0 -1px 0 0 #666; */
}

.date .time {
    font-size: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 15px;
}

.date .day {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    position: relative;
    font-weight: bold;
    border: 1px solid #C3181C;
}

/* ------------------------------------------ */
/*    Event Styles
/* ------------------------------------------ */
.event .google-map {
    width: 100%;
    height: 325px;
    border: 1px solid #ccc;
}

.event .fb_iframe_widget {
    top: -3px;
}

.event h1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}

.event .event-box {
    background-color: #ED1C24;
    padding: 10px 10px 10px 50px;
    border: 1px solid #AC1219;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.event .event-box .fa {
    position: absolute;
    top: 22px;
    left: 15px;
    font-size: 20px;
}

.event .event-box p {
    margin-bottom: 0;
}

/* ------------------------------------------ */
/*    Details Styles
/* ------------------------------------------ */
.details .owl-pagination {
    display: none;
}

.details .owl-theme .owl-controls {
    margin-top: -16px;
}

.details .owl-buttons {
    position: relative;
    top: -225px;
    z-index: 5;
}

.function-button {
    width: 100%;
    display: inline-block;
}

.owl-theme .owl-controls .owl-buttons div {
    background: none;
    opacity: 1;
    color: rgba(255, 255, 255, 0.70);
}

.owl-theme .owl-controls .owl-buttons div:hover {
    color: rgba(255, 255, 255, 1);
}

.details .owl-prev:before {
    content: "\f190";
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: 36px;
    left: 25px;
    position: absolute;
}

.details .owl-next:before {
    content: "\f18e";
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: 36px;
    right: 25px;
    position: absolute;
}

.details .similar-news {
    width: 40%;
    float: left;
    padding: 15px;
    margin-bottom: 15px;
    margin-right: 20px;
    border: 1px solid #A5050C;
    background-color: #D71921;
}

.details .similar-news h4 {
    position: relative;
}

.details .similar-news h4:before {
    content: "\f054";
    display: inline-block;
    font: 14px/1 FontAwesome;
    position: absolute;
    top: 6px;
    color: #fff;
    font-size: 10px;
}

.details .similar-news h3 {
    color: #fff !important;
}

.details .similar-news a {
    color: #fff !important;
    font-size: 14px;
    display: block;
    padding-left: 15px;
}

.details .similar-news a:hover {
    color: #000 !important;
}

.details a.attached:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0f6";
    color: #D71921;
    margin: 0 5px;
}

.details .post-content h1,
.details .post-content h2,
.details .post-content h3,
.details .post-content h4,
.details .post-content h5,
.details .post-content h6 {
    margin: 15px 0;
}

.details .sub-title {
    margin: 15px 0;
    font-weight: 500;
    color: #2D2D2D;
}

.details .post-content .item_meta span.meta_users:before,
.details .post-content .item_meta span.meta_calendar:before,
.details .post-content .item_meta span.meta_date:before,
.details .post-content .item_meta span.meta_subcat:before,
.details .post-content .item_meta span.meta_author:before,
.details .post-content .item_meta span.meta_views:before,
.details .post-content .item_meta span.meta_cat:before,
.details .post-content .item_meta span.meta_loc:before,
.details .post-content .item_meta span.meta_comments:before {
    color: #ED1C24 !important;
}

.details .post-poster {
    position: relative;
}

.details.video .post-video {
    display: block !important;
}

.details .post-video {
    display: none;
    position: relative;
}

.details .post-video .picture-button .fa,
.details .post-poster .video-button .fa {
    margin-right: 5px;
    font-size: 12px;
}

.details .post-video .picture-button,
.details .post-poster .video-button {
    outline: none;
    position: absolute;
    z-index: 1;
    padding: 5px 20px;
    /*background: #FBFBFB;*/
    background: #D71921;
    border: 0 none;
    top: 0;
    left: 0;
    /*color: #ED1C24;*/
    color: #fff;
}

.details .post-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;   
}

.details .post-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.details .post-poster img {
    width: 100%;
}

.details .post-content a {
    color: #ED1C24;
}

.details .social-buttons {
    display: inline-block;
    width: 100%;
}

.details .twitter-share-button {
    margin-right: 5px;
}

.details .social-buttons .fb-like {
    position: relative;
    top: -4px;
    left: -20px;
}

.details p img {
    float: left;
    margin-right: 20px;
}


.like-dislike {
    display: inline;
    float: right;
}

.like-dislike img {
    cursor: pointer;
}

.comment-like-dislike-bubble {
    background-color: #fff;
    margin: 0 8px 0 6px;
    border-radius: 100%;
    border: 1px solid #ccc;
    min-width: 26px;
    min-height: 23px;
    display: inline-block;
    line-height: 23px;
    text-align: center;
    font-size: 11px;
}

.comments-section{
    display: block;
    margin: 5px auto;
}
.comments-list{
    list-style-type:none;margin:0 0 80px;padding:0;
}
.comments-list li.comment {
    margin-top: 2em;
}
.comments-list li > div.comment-body {
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    margin: 0;
    overflow: hidden;
    padding: 25px 25px 20px 60px;
    position: relative;
}
.user-avatar {
    float: left;
    height: 81px;
    line-height: 76px;
    padding: 5px;
    text-align: center;
    width: 81px;
}
.comments-list li.comment > div .user-avatar {
    left: -30px;
    position: relative;
}
.user-avatar img {
    border-radius:50%;
    -webkit-border-radius:50%;
    display: block;
    overflow: hidden;
    position: relative;
    max-width:100%;
    vertical-align: middle;
}
.comment-user,.reply{
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
}
.comment-user a,.reply a {
    color:#555;transition: all 0.17s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.comment-user a:hover,.reply a:hover {
    color:#212121;
}
.comment-date {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
    color:#888;
}
.reply .sep {
    margin: 0 5px 0 6px;
}

.comment-body p {
    margin: 0.85em 0 0.85em 81px;
}
.comments-list .children {
    list-style: none outside none;
    margin-left: 0 !important;
    padding-left: 40px;
    list-style-type:none;
}
.comments-list ol ol, .comments-list ul ul {
    margin-left: 18px;
}

.comments-list li.comment > div.comment-body {
    background-color: #f8f8f8;
    border: 1px solid #E1E1E1;
    margin: 0;
    overflow: hidden;
    padding: 25px 25px 20px 60px;
    position: relative;
}

.add-comment {
    margin: 25px 0 40px;
}

.add-comment .input {
    margin-bottom: 20px;
}

.add-comment .textarea {
    height: 120px;
    resize: none;
    margin-bottom: 20px;
}

.add-comment .button {
    width: 100%;
}

.small-title-rtext {
    margin-left: 10px;
    font-size: 12px;
    color: #ED1C24 !important;
}

/* ------------------------------------------ */
/*    Region Styles
/* ------------------------------------------ */
.region h4 {
    margin-bottom: 10px;
}

.region-box {
    /*    background: #ffffff;  Old browsers 
                    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);  FF3.6+ 
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));  Chrome,Safari4+ 
                    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);  Chrome10+,Safari5.1+ 
                    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);  Opera 11.10+ 
                    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);  IE10+ 
                    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);  W3C 
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );  IE6-9 */
    /*border: 1px solid #ccc;*/

    background-color: #ED1C24;
    color: #fff;
    border-bottom: 2px solid #A90D11;

    overflow: hidden;
    margin-bottom: 20px;
}

.region-box-content {
    padding: 3px 0 0 0;
    font-size: 13px;
}

.region-box img {
    margin-right: 15px;
    position: relative;
    top: 2px;
    left: 2px;
}


.region-box .region-box-labal {
    width: 70px;
    display: inline-block;
    display: none;
}

/* ------------------------------------------ */
/*    Become Member  Styles
/* ------------------------------------------ */
.become-member form.become-member-form {
    padding: 10px 0 50px 0;
    display: inline-block;
}

.become-member form.become-member-form img {
    border: 1px solid rgba(0,0,0, .1);
    margin-bottom: 10px;
}

.become-member form.become-member-form a {
    position: relative;
    top: -6px;
    left: 5px;
}

.become-member form.become-member-form a:hover {
    color: #ED1C24;
}

.become-member form.become-member-form label {
    line-height: 40px;
}

.become-member form.become-member-form .input,
.become-member form.become-member-form .select {
    margin-bottom: 20px;
}

.no-padding {
    padding: 0;
}

.spacing {
    height: 15px;
    display: block;
}

/* ------------------------------------------ */
/*    Lists Styles
/* ------------------------------------------ */
ul.list li {

}

ul.list li a {
    font-size: 14px;
    margin-left: -3px;
}

ul.list li a:hover {
    color: #ED1C24;
}

ul.list.documents li .fa {
    font-size: 30px;
    float: left;
    margin-right: 15px;
}

ul.list.documents li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 20px;
}

ul.list.documents li a { 
    display: block;
    font-size:14px;
}

ul.list.documents .button {
    display: inline;
    padding: 5px 20px !important;
    font-size: 12px;
    margin-left: 20px;
}

ul.list.documents .button:hover {
    color: #fff;
}

ul.list.documents .document-details {
    margin-top: 3px;
    float: right;
}

ul.list li .fa {
    margin-right: 7px;
    color: #ED1C24;
    position: relative;
    top: 3px;
}


/* ------------------------------------------ */
/*    Gallery Styles
/* ------------------------------------------ */
.gallery ul.gallery-list {
    display: inline-block;
    margin-bottom: -40px;
}

.gallery .article-gallery {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.gallery .article-gallery figure {
    overflow: hidden;
}

.gallery .article-gallery .overlay.black {
    background: rgba(0, 0, 0, 0.55);
}

.gallery .article-gallery:hover .overlay {
    opacity: 0;
}

.gallery .article-gallery .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    padding: 15px 20px;


    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.gallery .article-gallery .overlay h4 {
    color: #fff;
    text-align: center;
    min-height: 70px;
}

.gallery .article-gallery .overlay .fa-picture-o {
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin: -40px auto 0;
    display: table;
    padding: 50px;
}

.gallery .article-gallery .overlay .gallery-meta {
    position: relative;
    bottom: 0;
    color: #fff;
}


.gallery .article-gallery .overlay .fa {
    color: #fff;
}

.gallery .article-gallery .overlay .under-title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    display: block;
}

.gallery .article-gallery .overlay .under-title:after {
    content: "";
    height: 3px;
    width: 55px;
    display: block;
    margin: 10px auto 0;
    background-color: #fff;
}

.gallery .article-gallery .overlay .meta .date {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #fff;
}

.gallery .article-gallery .overlay .meta .month {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
}

.gallery .article-gallery-contnet {
    background: #fff;
    border-color: #e9e9e9;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 13px 22px 17px;
}

.gallery .article-gallery-title {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.gallery .article-gallery-description {
    color: #999;
    font-size: 13px;
}

.gallery .article-gallery-meta {
    display: block;
    font-size: 13px;
    margin-bottom: 13px;
}

.gallery .article-gallery-meta span a {

    color: #8a8d8d;
}

.gallery .article-gallery figure img {
    max-height: 209px;
    width: 100%;
}

.gallery .thumbs-list {
    /*display: none;*/
}

/* ------------------------------------------ */
/*    Events Styles
/* ------------------------------------------ */
.events table {
    width: 100%;
}

.events table thead tr th {
    border: 1px solid #9A0E11;
    width: 14.28%;
}

.events .calendar-prev {
    float: left;
}

.events .calendar-next {
    float: right;
}

.events .calendar-prev,
.events .calendar-next {
    padding: 10px 20px;
    background-color: #F01E23;
    border: 1px solid #9A0E11;
    color: #fff;
    margin-bottom: 20px;
}

.events .calendar-prev .fa,
.events .calendar-next .fa {
    font-size: 20px;
}

.events .calendar-month {
    font-size: 30px;
    color: #333;
    position: relative;
    top: 15px;
}

.events table tbody tr td .calendar-day {
    padding: 5px 15px;
    font-size: 16px;
}

.events table tbody tr td .calendar-event {
    padding: 0 8px;
    background-color: #f01e23;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    border: 1px solid #9A0E11;
}

.events table tbody tr td .calendar-event a {
    color: #fff;
    display: block;
    line-height: 18px;
}

.events table tbody tr td .calendar-dayOut {
    color: #CACACA;
}

.events table tbody tr td .calendar-inn {
    min-height: 160px;
}

.events table tbody tr td {
    border-top: 0 none;
    border: 1px solid #E6E6E6;
    background-color: #F6F6F6;
}

.events table thead tr th {
    padding: 15px 10px;
    background-color: #F01E23;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

/* ------------------------------------------ */
/*    Contacts Styles
/* ------------------------------------------ */
.contacts h5 {
    font-weight: bold;
}

.contacts span {
    display: block;
}

.contacts ul li {
    margin-bottom: 5px;
}

.contacts ul li .fa {
    margin-right: 5px;
    color: #ED1C24;
}

.contacts .google-map {
    height: 250px;
    border: 1px solid #ccc;
}

/* ------------------------------------------ */
/*    Sitemap Styles
/* ------------------------------------------ */
ul.sitemap > li > a {
    font-weight: bold;
}

ul.sitemap.list li {
    margin: 0 0 3px 0;
}

ul.sitemap.list ul {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 30px;
}

ul.sitemap.list .fa {
    position: relative;
    top: 0px;
}

/* ------------------------------------------ */
/*    Footer Styles
/* ------------------------------------------ */
.footer {
    background-color: #F01E23;
    padding: 40px 0 20px;
}

.footer ul {
    margin-top: -15px;
}

.footer ul li {
    display: block;
    color: #fff;
}

.footer ul li:last-child {
    border-right: 0 none;
}

.footer ul li .fa {
    margin-right: 7px;
}

.footer ul li a {
    color: #fff;
}

.footer ul li a:hover {
    color: #000 !important;
}

.footer .copy {
    color: #fff;
    margin: 30px 0 0 0;
}

.footer .copy a {
    color: #fff;
}

/* Footer Socials Styles */
.footer-socials {
    margin: 15px 0 0 0 !important;
}

.footer-socials li {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.footer-socials li a {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.footer-socials li a:hover {
    color: #fff !important;
}

.footer-socials li a .fa {
    margin-right: 0;
}

.footer-socials li a:hover {
    opacity: 0.8;
}

.footer-socials li a .fa {
    font-size: 14px;
}

.footer-socials li a.facebook {
    background-color: #3B5998;
    border-bottom: 2px solid #143578;
}

.footer-socials li a.twitter {
    background-color: #5EA9DD;
    border-bottom: 2px solid #007db2;
}

.footer-socials li a.youtube {
    background-color: #C81C17;
    border-bottom: 2px solid #9B230D;
}

.footer .footer-logo {
    padding: 15px;
    background-color: #fff;
    margin: 50px auto 0;
    display: table;
}

/* Alerts Styles */
.alert .glyphicon {
    margin-right: 5px;
}

.text-page strong,.text-page b{
    font-weight:bold;
}

.text-page ol li:before, .details  ul li:before {
    content: "\f192";
    display: inline-block;
    font: 14px/1 FontAwesome;
    margin-right: 7px;
    color: #ED1C24;
    position: relative;
    top: 0px;
}

iframe[name="google_conversion_frame"] {
    display: none !important;
}


/* ------------------------------------------ */
/*    404 Styles
/* ------------------------------------------ */
.error-404 span.error-404-left {
    border-right: 1px solid #E2DFDF;
    display: block;
    text-align: center;
    line-height: 400px;
    font-size: 30px;
}

.error-404 span.error-404-right {
    display: table;
    margin: 0 auto 0;
    font-size: 200px;
    line-height: 400px;
}

.error-404 em {
    font-size: 50px;
    position: relative;
    bottom: 90px;
    margin: 0 auto;
    display: table;
    font-style: normal;
}

.post-content strong,.post-content b{
    font-weight:bold;
}

.cookie {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #494949;
    border-radius: 0px;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    z-index: 900;
    padding: 8px 20px;
    font-family: 'Open Sans';
    font-size: 0.8em;
    text-align: center;
}

.cookie a {
    background-color: #333;
    padding: 4px 7px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #2E2E2E;
    border-radius: 3px;
    margin-left: 3px;
    font-weight: 500;
}
.gall-views .fa,
.gall-date .fa,
.gall-download .fa {
    margin-right: 7px;
}

.gall-views,
.gall-date,
.gall-download {
    background-color: #ED1C24;
    color: #fff;
    display: inline;
    padding: 4px 10px;
    position: relative;
    top: -2px;
    font-size: 13px;
}

.gall-download a {
    color: #fff;
}

#galleria {
    margin-top: 40px !important;
}

.galleria-theme-classic {
    overflow: inherit !important;
}

/*Error Messages*/    
.errorMsg {
    color: #fff;
    background-color: #F35959;
    border: 1px solid #2E1B14;
    margin-bottom: 10px;
}

.success {
    color: #000000;
    background-color: #B0ED96;
    border: 1px solid #2E1B14;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    margin-top: 15px;
}

.warning {
    color: #000000;
    background-color: #E3F54D;
    border: 1px solid #2E1B14;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    margin-top: 15px;
}

.alert {
    padding: 10px 15px;
    padding-right: 35px;
}

/* ------------------------------------------ */
/*	Cards Styles
/* ------------------------------------------ */
.cards ul li {
    margin: 30px 0 40px 0;
}

.cards ul li figure {
    position: relative;
}

.cards ul li figure img {
    position: relative;
    z-index: 5;
    top: 20px;

    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.17);
}

.cards ul li figure:before {
    content: "";
    background-color: #9C0B0B;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -10px;
    z-index: 3;

    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
}

.cards ul li figure:after {
    content: "";
    background-color: #9C0B0B;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -10px;
    z-index: 3;

    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    transform: rotate(5deg);
}

.cards ul li figure figcaption .button {
    display: inline-block;
    margin: 5px 0 0 0;
}

.cards ul li figure figcaption h5 .fa {
    margin-right: 5px;
}

.cards ul li figure figcaption h5,
.cards ul li figure figcaption h3 {
    color: #fff !important;
}

.cards ul li figure figcaption {
    z-index: 10;
    position: relative;
    text-align: center;
    padding: 25px 0;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}