/*
Theme Name: Military in germany by Goran
Theme URI: http://www.gjakovljevic.com
Description: This is a MIG Theme made by Goran
Author: Goran Jakovljevic
Author URI: http://gjakovljevic.com
Version: 1.0
*/

/* =============================================================================
1. Reset CSS based on yahoos reset
============================================================================= */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  margin:0;
  padding:0;
}

html, html * {
    box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}

address {
    font-style: normal;
}

body {
  line-height:1;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

ol,ul {
  list-style:none;
}

dd {
  margin-left: 3em;
  margin-bottom: 1em;
}

blockquote,q {
  quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content:none;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}

iframe{
    max-width: 100%;
/*    height: auto; */
}

/* 1.1 Clearfix -  - Nicolas Gallagher's micro clearfix
   ========================================================================== */
.clear:before,
.clear:after,
.section:before,
.section:after,
.row:before,
.row:after {
  content: "";
  display: table;
}
.clear:after,.section:after,.row:after {
  clear: both;
}
.clear,.section,.row {
  zoom: 1;
}

p {
    margin: 10px 0;
}


/*  ===========================================================================
    2. Grid System by Goran Jakovljevic, inspired by 960gs
============================================================================= */

/* `Container
----------------------------------------------------------------------------- */
.row {margin-left: auto; margin-right: auto; max-width: 500px;position: relative;padding: 0;}

/* `Grid >> Global
----------------------------------------------------------------------------- */
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {display: inline; float: left; margin-left: 2%; margin-bottom: 25px;}
.row [class*="grid"]:first-child {
        margin-left: 0;
    }

.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11 {position: relative;}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------- */
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------- */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}


/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------- */
.row .prefix_1 {padding-left: 80px;}
.row .prefix_2 {padding-left: 160px;}
.row .prefix_3 {padding-left: 240px;}
.row .prefix_4 {padding-left: 320px;}
.row .prefix_5 {padding-left: 400px;}
.row .prefix_6 {padding-left: 480px;}
.row .prefix_7 {padding-left: 560px;}
.row .prefix_8 {padding-left: 640px;}
.row .prefix_9 {padding-left: 720px;}
.row .prefix_10 {padding-left: 800px;}
.row .prefix_11 {padding-left: 880px;}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------- */
.row .suffix_1 {padding-right: 80px;}
.row .suffix_2 {padding-right: 160px;}
.row .suffix_3 {padding-right: 240px;}
.row .suffix_4 {padding-right: 320px;}
.row .suffix_5 {padding-right: 400px;}
.row .suffix_6 {padding-right: 480px;}
.row .suffix_7 {padding-right: 560px;}
.row .suffix_8 {padding-right: 640px;}
.row .suffix_9 {padding-right: 720px;}
.row .suffix_10 {padding-right: 800px;}
.row .suffix_11 {padding-right: 880px;}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------- */
.row .push_1 {left: 80px;}
.row .push_2 {left: 160px;}
.row .push_3 {left: 240px;}
.row .push_4 {left: 320px;}
.row .push_5 {left: 400px;}
.row .push_6 {left: 480px;}
.row .push_7 {left: 560px;}
.row .push_8 {left: 640px;}
.row .push_9 {left: 720px;}
.row .push_10 {left: 800px;}
.row .push_11 {left: 880px;}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------- */
.row .pull_1 {left: -80px;}
.row .pull_2 {left: -160px;}
.row .pull_3 {left: -240px;}
.row .pull_4 {left: -320px;}
.row .pull_5 {left: -400px;}
.row .pull_6 {left: -480px;}
.row .pull_7 {left: -560px;}
.row .pull_8 {left: -640px;}
.row .pull_9 {left: -720px;}
.row .pull_10 {left: -800px;}
.row .pull_11 {left: -880px;}


/*  ===========================================================================
    3. Responsive Grid
============================================================================= */

@media only screen and (min-width: 768px){

    /* GRIDS */
    .grid_1 {width: 8%;}
    .grid_2 {width: 16%;}
    .grid_3 {width: 25%;}
    .grid_4 {width: 33%;}
    .grid_5 {width: 41%;}
    .grid_6 {width: 50%;}
    .grid_7 {width: 58%;}
    .grid_8 {width: 66%;}
    .grid_9 {width: 75%;}
    .grid_10 {width: 83%;}
    .grid_11 {width: 91%;}
    .grid_12 {width: 100%;}

}

/* =============================================================================
    1. TYPOGRAPHY
============================================================================= */

@font-face {
    font-family: 'MuseoSans100';
    src: url("../font/attack.ttf");
}

body{
    font-family: Arial, Verdana, Geneva, sans-serif;
    background: #fff;
}

img { max-width:100%; }

h3 { font-size:18px;}

.tribe-events-adv-list-widget h4 { font-weight:normal;font-size: 15px; }

.tribe-events-adv-list-widget .duration { font-weight:normal!important;font-size: 12px;}
.tribe-events-adv-list-widget .location {font-size: 13px;}

.hfeed.vcalendar { padding-left:20px;}

.tribe-events-adv-list-widget ol li { margin-bottom:15px!important;}

.inside-left span.excerpt span { display:none;}

.tribe-mini-calendar-nav span { font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-shadow: 1px 1px 1px transparent;
}

a { color:#91C200;}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

b,strong {
    font-weight: bold;
}

.single-content-left ul {
    list-style: inherit;
}

.single-content-left ul li {
    list-style: inside;
        font-size:14px;
        line-height:1.9em;
}

li.widget {
    list-style: none;
}


/* ============================================================================
    2. HEADER
============================================================================ */


.ad {
    width: 100%;
    height: 90px;
    float: right;
    background-color: #fff;
    margin-top: 18px;
    overflow: hidden;
}
#searchform .search {
    width: 85%!important;
    height: 34px;
    line-height: 27px;
    border: 1px solid #ececec;
    outline: none;
    padding-left: 5px;
    color: #585858;
    float: left;
    background: url(images/search_bg.png);
    border-right: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
}
#searchform .searchb {
    background: url(images/search_button.png);
    border: 1px solid #ececec;
    border-left: 0;
    width: 26px;
    height: 38px;
    cursor: pointer;
}
#searchform {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

/*
    2.1 MENU
============================================================================ */

#categories{background: #222}

#categories ul.menu{float: left;}

#categories ul.menu li{float: left; text-decoration: none;}

#categories ul.menu li a{color: #fff;text-decoration: none;padding: 15px;float: left;}

#categories ul.menu li:hover{background: #444;}

#categories ul.sub-menu{
    display: none;
    border: 1px solid #dbdbdb;
}
#categories ul.sub-menu li{
    clear: both;
    background: #fff;
    display: block;
    border-top: 1px solid #dbdbdb;
    width: 100%;
}
#categories ul.sub-menu li a{
    color: #000;
    padding: 10px;
    display: block;
    float: none;
}
#categories ul.sub-menu li:hover{
    background: #d3d3d3;
}

#categories ul.menu li:hover ul.sub-menu li ul.sub-menu { display:none; }

#categories ul.menu li:hover ul.sub-menu li:hover  ul.sub-menu {display:block;left:182px;top:147px;}

#categories ul.menu li:hover ul.sub-menu{
    display: block;
    background: #FFF;
    position: absolute;
    display: red;
    z-index: 9999999;
    color: red;
    top: 46px;
    color: #000;
     overflow: visible;
}



/*
    2.2 SLIDER
============================================================================ */
.slider{margin: 20px 0;overflow: hidden;max-height:265px;}


/*
    2.2 Top part home page
============================================================================ */

/*.top-stuff {
    margin:30px 0;
}*/

.inside-left {
    position: relative;
    width: 291px;
    float: left;
    margin-right: 30px;
}

.inside-left h1 {
    /*background: #91C200;
    margin-bottom: 8px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;*/
    margin: 0;
    background: #91C200;
    color: #fff;
    padding: 7px 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.inside-left h2 a {
    color:#fff;
    font-size:18px;
    text-decoration:none;
    margin: 10px 0;
    display:block;
}

.inside-left .ap-content-container {
    padding: 4px 10px;
}

.inside-left span.date {
    font-size:12px;
    margin:10px 0;
    display:block;
    color:#a2a2a2;
}

.inside-left span.excerpt p {
    font-size:16px;
    margin-top:5px;
    color:#000000;
    line-height:1.4;
}

.inside-left a img {
    border:1px solid #dedbd1;
    padding: 3px;
    -moz-box-shadow: 0px 0px 7px #DFDFDF;
    -webkit-box-shadow: 0px 0px 7px #DFDFDF;
}

.inside-left a:hover img{
    border:1px solid #acacac;
}

.inside-left img.top-overlay {
    position: absolute;
    left: -10px;
    top: -15px;
}


/* TOP 10 widget */

/*.top-ten {
    position: relative;
    width: 212px;
    padding: 0px 25px 20px 25px;
    border: 1px solid #91C200;
    float: left;
}

.top-ten h1 {
    background: #91C200;
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: -25px;
    margin-right: -25px;
}

.top-ten img.overlay {
    position: absolute;
    top: -50px;
    margin-left: -50px;
    left: 50%;
}

.top-ten a {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

.top-ten a:hover {
    color: #7d7d7d;
}*/


/*
    2.2 HOME PAGE CATEGORY LISTING
============================================================================ */

.listing {
    clear: both;
    margin-bottom: 35px;
}

/*.listing .header {
    background: url(images/cat-rep.png) repeat-x;
    margin-bottom: 25px;
}*/

/*.listing .header h1 {
    background: #91C200;
}

.listing .header h1 a{
    background: #fff;
    padding-right: 10px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}*/
.listing .header h1 {
    margin: 0;
    background: #91C200;
    color: #fff;
    padding: 7px 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.listing .header h1 a {
    color: #fff;
    text-decoration: none;
}

.left_side {
    float: left;
    position: relative;
    margin-right: 35px;
}

.left_side img {
    border:1px solid #dedbd1;
    padding: 3px;
        width:284px;
        height:auto;
    -moz-box-shadow: 0px 0px 7px #DFDFDF;
    -webkit-box-shadow: 0px 0px 7px #DFDFDF;
}

.left_side img:hover {
    border:1px solid #acacac;
}

.left_side .desc{
    position: absolute;
    left: 4px;
    width: 270px;
    padding: 7px;
    margin-top: 158px;
    height: 48px;
    bottom: 6px;
    background: rgba(0,0,0,.6);
}

 .inside-left .desc {
    position: absolute;
    left: 5px;
    width: 282px;
    padding: 2px;
    margin-top: 158px;
    height: 48px;
    top: 42px;
    background: rgba(0,0,0,.6);
}

.inside-left h2 a,
.listing h2 a {
    display: block;
    margin: 0;
    padding: 8px;
    text-decoration: none;
    color:#fff;
    font-size:21px;
    font-weight: normal;
    line-height: 1.2;
}


.right_side {
    width: 44%;
    float: left;
}

.small-content {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.right_side .slika img{
    float: left;
    width: 86px;
    height: 57px;
    border:1px solid #dedbd1;
    padding: 3px;
    margin-right: 5px;
    -moz-box-shadow: 0px 0px 7px #DFDFDF;
    -webkit-box-shadow: 0px 0px 7px #DFDFDF;
}

.right_side .slika img:hover {
    border:1px solid #acacac;
}

.right_side .desc h2 a {
    display: block;
    color:#242424;
    text-decoration:none;
    line-height:1.5em;
    font-size:15px;
    font-weight: normal;
}

span.date {
    font-size:12px;
    margin:10px 0;
    display:block;
    color:#a2a2a2;
}

h2.page-title {
    margin: 30px 0;
    font-size: 26px;
    color: #000;
    font-weight: bold;
}


/* =================================================================
      5. sidebar and widgets
=====================================================================*/

#sidebar {
    margin-top: 20px;
}
.grid_5 .widget + .widget,
.grid_5 .widget + .tptn_counter + .widget{
    border-top: 2px solid #91C200;
    padding-top: 20px;
    margin-top: 20px;
}
/*.grid_5 .widget {
    border-bottom: 2px solid #91C200;
    padding-bottom: 20px;
    margin-bottom: 20px;
}*/
.grid_5 .widget h1,
.grid_5 .widget h2,
.grid_7 .widget h2 {
    margin: 0;
    background: #91C200;
    color: #fff;
    padding: 7px 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.grid_5 a {
    color:#696969;
    text-decoration:none;
}
.grid_5 a:hover {
    color:#333;
}
.grid_5 ol,
.grid_5 ul {
    margin: 18px 8px 0;
}
.grid_5 ol li:nth-child(odd),
.grid_5 ul li:nth-child(odd) {
    background: #efefef;
}
.grid_5 ol li a,
.grid_5 ul li a {
    color:#696969;
    display:block;
    text-decoration:none;
    border-bottom:1px solid #e9e9e9;
    padding:6px 0 6px 10px;
    line-height:1.6;
}
.grid_7 .small-content:hover,
.grid_5 ol li a:hover,
.grid_5 ul li a:hover {
    border-bottom:1px dotted #000;
    color:#333;
    background: rgba(145, 194, 0, .35);
}
.tagcloud a {
color:#7e7e7e;
font-size:12px !important;
display:block;
padding:5px;
float:left;
background-color:#f9f9f9;
border:#e5e5e5 1px solid;
margin:2px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
text-shadow:none;
text-decoration:none;
}

.tagcloud a:hover{
border:1px solid #bababa !important;
background-color:#eeeeee;
color:#353535 !important;
}

.thumb a img{width: 100%;}

/* ============================================================================
    4. FOOTER
============================================================================ */

#footer{
    background: #000;
}

.insider{
    float: left;
    width: 23%;
    margin-top: 25px;
    margin-left: 2%;
}

.insider h3{
    color: #fff;
    font-weight: bold !important;
    text-shadow: #000 1px 1px;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #292929;
}

ul.nav_menu_footer li a{
    text-decoration: none;
    display: block;
    margin-top: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #b4b4b4;
}

ul.nav_menu_footer li a:hover{
    color: #fff;
    text-decoration: none;
}
.row .grid_12 > .insider:first-child{
    margin-left: 0;
}
.insider p{
    color: #fff;
    font-size: 14px;
    line-height: 1.9em;
}
.insider a{
    color: #b4b4b4;
    text-decoration: none;
    font-size: 14px;
        line-height:20px;
    text-shadow: 1px 1px 1px transparent;
}
.insider a:hover{
    color: #fff;
}
.post_heading {
background: url(images/cat-bg-repeat.png) repeat-x;
float: left;
clear: both;
width: 100%;
margin-top: 34px;
margin-bottom: 15px;
}
.post_heading .left_heading {
font-size: 16px;
text-transform: uppercase;
background: #fff;
float: left;
padding-right: 10px;
color: #000;
text-shadow: none;
font-weight: bold;
}

/*
    4.1 Foote-left
============================================================================ */
.footer-left{
    float: left;
}
.footer-left img{
    float: left;
}
.footer-left p{
    float: left;
    font-size: 12px;
    color: #535353;
    line-height: 32px;
    clear: both;
    padding-top: 25px;
}

/*
    4.2 Foote-right
============================================================================ */
.footer-right img{
    float: right;
    margin-right: 30px;
    margin-top: 20px;
}
.footer-right p{
    float: right;
    font-size: 12px;
    color: #535353;
    line-height: 32px;
}
#footer div.right {
    float: right;
    line-height: 32px;
    font-size: 12px;
    color: #535353;
    clear: both;
    padding-top: 30px;
}
#footer div.right a{
    color: #b5b5b5;
}
#footer div.right a:hover{
    color: #7c7c7c;
}
@media (max-width: 767px) {
    .top-of-page {
        float: left;
    }
}

/* ============================================================================
    4. SINGLE-CONTENT
============================================================================ */

.single-content-left img.alignright {
    margin-left: 1em;
    margin-bottom: .5em;
    margin-top: .5em;
}

.single-content-left img.alignleft {
    margin-right: 1em;
    margin-bottom: .5em;
    margin-top: .5em;
}

.single-content-left .thumb {
    margin-top: 30px;
    position: relative;
    margin-bottom:20px;
}

.single-content-left{
    margin-top: 10px;
}

.single-content-left .thumb img{
    border: 1px solid #DEDBD1;
    padding: 3px;
    -moz-border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: #dfdfdf 0px 0px 7px;
    -moz-box-shadow: 0px 2px 7px #dfdfdf;
}

.single-content-left .info {
    position: absolute;
    bottom: 2px;
    width: 100%;;
    background: url(images/transparent.png);
}

.single-content-left .info h2 {
    color: #fff;
    margin: 0.9em;
    font-size:24px;
    font-weight:bold;
    margin-left: 15px;
}

.single-content-left p{
    font-size: 14px;
    line-height: 1.9em;
    color: #000000;
        margin-bottom:15px;
}

.single-content-left {

    font-size: 14px;
    line-height: 1.9em;
}

.related {
    margin-bottom: 15px;
    margin: 25px 0;
}

.related h1 {
    background: #91C200;
    line-height:16px;
}

.related h1 span{
    background: #fff;
    padding-right: 10px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

ul.related_articles,
ul.related_articles *{
    box-sizing: border-box;
}
ul.related_articles{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
}
ul.related_articles li{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 1%;
    padding: 0;
    width: 48%;
    line-height: 20px;
    list-style: none;
    border-bottom: 1px solid #91C200;
}
@media (min-width: 768px) {
    ul.related_articles li{
        width: 23%;
    }
}
ul.related_articles a{
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
ul.related_articles a:hover {
    background: rgba(145, 194, 0, .20);
}
.single-content-left ul.related_articles li a img {
    display: block;
    width: 100%;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: 0px 0px 7px #d9d9d9;
    -moz-box-shadow: 0px 0px 7px #d9d9d9;
    box-shadow: 0px 0px 7px #d9d9d9;
}
ul.related_articles li p{
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}


/* ============================================================================
    4. ARCHIVE PAGE - CATEGORY LISTING
============================================================================ */

.header-cat {
    margin-top: 30px;
    margin-bottom: 25px;
}

.header-cat h1 {
    background: #91C200;
}

.header-cat h1 span{
    background: #fff;
    padding-right: 10px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.news-article{
    width: 100%;
    margin-top: 15px;
    float: left;
    min-height: 140px;
    border-bottom: 1px solid #ddd;
}
.news-article .article-tags {
    font-size: 12px;
}

.news-article p{
    font-size:13px;
    line-height:18px;
    color:#6b6b6b;
}

.news-article a img{
    width: 210px;
    height: 125px;
    float: left;
    display: block;
    position: relative;
    margin-right: 10px;
}

.news-article h1 a{
    color:#222;
    font-size: 20px;
    line-height: 24px;
    text-decoration:none;
    margin-bottom:10px;
    display:block;
}

.news-article h1 a:hover {
    color: #91C200;
}

a.news-article-title{
    font-size: 18px;
    color: #555;
    display: block;
    padding-bottom: 4px;
}

h2.tribe-events-list-event-title a{ color:#91C200; font-size:22px;}

h2.tribe-events-single-event-title { color:#91C200; }



/*******************************************************************************

MOVIE STUFF

********************************************************************************/

.cinema-movie-cover{
    float:left;
    margin-top:15px;
}

.cinema-movie-description{
    width:460px;
    float:left;
    margin-left:20px;
}

.cinema-movie-schedule{
    clear:both;
}

.FeatureMatrix {padding: 25px 0 90px 0;}
.FeatureMatrix {font-size: 12px;}
.FeatureMatrix th#MatrixItems {}
.FeatureMatrix th.matrixColumn, .FeatureMatrix td.matrixItem,
.FeatureMatrix td.matrixOdd, .FeatureMatrix td.matrixEven {
    color:#ffffff;
    background-color: #F7F7F7;
    text-align: center;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    /*border-color: #C6C6C6;*/}
.FeatureMatrix td.matrixItem { font-weight: bold; }
.FeatureMatrix td.matrixEven { background-color: #616161; }
.FeatureMatrix td.matrixOdd { background-color: #808080; }
.FeatureMatrix th h6 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 11px;
    padding-bottom: 3px;}
.FeatureMatrix .matrixItem {
    width: 200px;
    padding: 10px 0 10px;}
.FeatureMatrix .matrixColumn {
    padding: 10px 0 10px;}
.FeatureMatrix td {width: 500px;}
.FeatureMatrix td.checkMark {
    background-image: url("../images/bullets/check.gif");
    background-position: center center;
    background-repeat: no-repeat;}
.FeatureMatrix td.last {border-bottom: 1px solid #C6C6C6;}

.matrixColumn h5 {
    color:#cdcdcd;
}

.right.cinema {height:auto!important;}

.movie_section_header {
    background-color:#000000;
    color:#FFFFFF;
    width:100%;
    display:block;
    font-size:20px;
    line-height:34px;
    font-weight:900;
    position:relative;
    left:-40px;
    padding-left:40px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.movie_list_container{
    display:block;
    overflow:hidden;
}

#page div.entry-content div.movie_list_container ul{
    list-style:none;
    margin:0;
    padding:0;
}

#page div.entry-content div.movie_list_container li, #page div.entry-content div.movie_list_container li a{
    font-size:20px;
    line-height:28px;
    padding:0;
}

#movies_content{
    margin-left:40px;
    font-size:16px;
    line-height:34px;
}

#choose-theater{
    font-size:24px;
    line-height:34px;
}


/*******************************************************************************

NEWS

********************************************************************************/
#page div.entry-content.news h3{
    font-size:18px;
    margin-bottom: 0;
}
#page div.entry-content.news h4{
    font-size:12px;
    font-weight: normal !important;
    margin-top: 0;
}
.newspaper_container{
    clear:both;
    display:block;
    overflow:hidden;
    width:100%;
}

#page div.entry-content hr{
    margin-bottom:50px;
    margin-top:50px;
}

.top_story_image{
    width:80px;
    height:auto;
}
.top_story_list{
    float:left;
    width:350px ;
    margin:0 ;
    padding-top:8px ;
    margin-left:20px ;
}

.entry-content.news h2 {
    font-size:28px;
    margin:0.9em;
    margin-left:0;
}
.entry-content.news h3 {
    font-size:18px;
    font-weight:bold;
    margin-left:0;
}

.top_story_list { float:left;}

.single-content-left ul.top_story_list li{
    width:350px !important;
    list-style:none;
    margin:0;
    padding:0;
}

.top_story_list div{
    font-weight:bold;
    width:250px;
    float:left;
    margin-left:5px;
}

.top_story_list div, .top_story_list img{
    float:left;
}

.newspaper_image{
    float:left;
    width:200px;
    height:auto;
}

.newspaper_date{
    font-size:16px;
}
.newspaper_date_container{
    margin-left:25px;
    float:left;
    margin-top:30px;
}
.newspaper_date_title{
    font-size:16px;
    font-weight:900;
}

/***************
 EVENTS
 ****************/

.tribe-events-event-meta .tribe-events-meta-group, .tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-gmap {
    width: 100%!important;
}
ul.tribe-related-events.tribe-clearfix {
    display: flex;
}



/*******************************************************************************

mailchimp widget

********************************************************************************/
#mc_embed_signup{
background:#F7F7F7; clear:left; font:13px Helvetica,Arial,sans-serif;
}

#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#529214;}
#mc_embed_signup .button {clear:both; background-color: #8FC24D; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#aaa;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; color:#529214; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}


/* SLIDER */


.slider .desc {
    position: absolute;
    left: 4px;
    width: 100%;
    padding: 7px;
    margin-top: 158px;
    height: 48px;
    bottom: 0;
    background: rgba(0,0,0,.6);
}

.slider h2 a{
    display: block;
    margin: 0;
    padding: 8px;
    text-decoration: none;
    color:#fff;
    font-size:21px;
    font-weight: normal;
    line-height: 1.2;
}

.slider-top {
 background: #91C200; color: #fff; height: 35px; line-height: 35px; font-weight: bold; padding-left: 5px; position: absolute; top: 20px; z-index: 999; width: 45%;

}

/** SLIDER
===================================*/

.bx-wrapper {
    position: relative;
    width:78%;
    padding: 0;
    *zoom: 1;
        float:left;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

#bx-pager {
 float: left; width: 18%; margin-left: 20px;
}

#bx-pager a img{
    width: 86px;
    height: 57px;
    border:1px solid #dedbd1;
    padding: 3px;
    margin-right: 5px;
    -moz-box-shadow: 0px 0px 7px #DFDFDF;
    -webkit-box-shadow: 0px 0px 7px #DFDFDF;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: solid #fff 5px;
    left: -5px;
    background: #fff;
}




/* min-width: 960px and max-width: 1024px
   ========================================================================== */
@media only screen and (min-width: 960px) and (max-width: 1024px){

    #searchform .search{width: 91%!important;}
    /*.top-ten { width:167px; padding: 0 24px 0 25px;}*/
    .left_side { margin-right:4px;}
    .inside-left { width:281px;}
    #facebooklikebox-2 {display:none;}

}


/* min-width: 768px and max-width: 959px
   ========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px){
    .right_side { width:39%;}
    .left_side { margin-right:10px;}
    #searchform .search{width: 91%!important;}
    .info{width: 99.6%;}
    ul.related_articles {width: 100%;}
    #facebooklikebox-2 {display:none;}
    img {height:auto!important; width:auto;}
}


/* min-width: 480px and max-width: 767px
   ========================================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px){
    #footer div.right{float: none;padding-top: 0px;}
    .slider { display:none;}
    .right_side { width:100%;}
    #facebooklikebox-2 {display:none;}
    img {height:auto!important; width:auto;}
    #footer .grid_12 { display:none;}
}


/* min-width: 320px and max-width: 479px
   ========================================================================== */
 @media only screen and (min-width: 320px) and (max-width: 479px){
    .slider { display:none;}
    .right_side { width:100%;}
    #facebooklikebox-2 {display:none;}
    img {height:auto!important; width:auto;}
    #footer .grid_12 { display:none;}

 }


/* AdvantiPro customizations */
html {
	background: #000;
}
.hidden {
    display: none;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.wp-caption {
    max-width: 100%!important;
}

/* header */
header .row-masthead {
    margin-top: 0;
}
.row-masthead .grid_4,
.row-masthead .grid_8 {
    margin-bottom: 0;
}

/* Doubleclick ads */
#mig_leaderboard_atf,
#mig_leaderboard_btf {
    max-width: 970px;
    margin: 20px auto;
	background: #fff;
	min-height: 108px !important;
	max-height: 108px !important;
	height: 108px !important;
}
@media (min-height: 800px) {
	#mig_leaderboard_atf,
	#mig_leaderboard_btf {
		min-height: 98px !important;
		max-height: 98px !important;
		height: 98px !important;
	}
}
.grid_5 .ap-ad {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    background: #fff;
}
.grid_5 .ap-ads iframe {
    margin: 4px;
}
.custom-html-widget .textwidget br {
    display: none!important;
}

/* in-content Booking.com widget */
.bookingaff-wrapper {
  display: block;
  margin-left: -12%;
  margin-bottom: 1em;
  padding: 8px;
  text-align: center;
  background-color: #91C200;
}
.bookingaff-wrapper strong {
    display: block;
    font-size: 1.25em;
    line-height: 1.2;
    color: white;
    padding-bottom: 6px;
}
.bookingaff {
  height: 400px;
  background: #eee;
}
.bookingaff iframe {
  height: 400px !important;
  max-width: 300px !important;
}
@media (min-width: 480px) {
  .bookingaff-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .bookingaff-wrapper {
    float: right;
    margin-left: 1em;
    max-width: 300px;
  }
}

/* Facebook sidebar widget */
.widget.widget_FacebookLikeBox {
    text-align: center;
}
.widget.widget_FacebookLikeBox h2 {
    text-align: left;
}

/** Facebook video embed **/
/*  Reset these, in case there is no Featured Image  */
.single-content-left .info {
    position: static;
}
.single-content-left .info h2 {
    margin: 0;
    padding: 15px;
}
/*  Now make headline overlay image if there IS a Featured Image  */
.single-content-left img + .info {
    position: absolute;
}

/* AAFES Gas Prices sidebar widget */
.widget_custom_html .textwidget > .aafes-exchange-gas-prices {
    background: white;
    padding-top: 1em;
}
.widget_custom_html .textwidget > .aafes-gas-prices {
    padding: 0 10px;
}
.widget_custom_html .textwidget > .aafes-gas-prices table {
    background: white;
}

/* Movie Listings page */
.ap-movie-times span.label {
    background: rgba(145, 194, 0, .5);
    color: #444;
    font-weight: bold;
    padding: 2px 4px;
}
.ap-movie-times-address {
    font-weight: 700;
}
.ap-movie-times-address p {
    margin: 0;
}

/* Testing native WP [video] shortcode */
.fb-video {
    position: relative;
    width: 100%!important;
}
.fb-video > span {
    display: block!important;
    position: relative;
    width: 100%!important;
    height: 0!important;
    padding-bottom: 56%!important;
    overflow: hidden;
}
.fb-video > span > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    background: 0;
    border: 0;
}

/* Advertising & Contact form */
.wpcf7-form {
    border: 1px solid #ddd;
    padding: 15px;
}
.wpcf7-form,
.wpcf7-form > p,
.wpcf7-form > div {
    position: relative;
}
.wpcf7-form span.required {
    position: absolute;
    color: red;
    left: -10px;
    top: 2px;
}
.wpcf7-form p > label {
    font-weight: bold;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
    border: 1px solid #ddd;
    width: 100%;
    padding: 4px 8px;
    font-size: 16px;
}
.wpcf7-form span.wpcf7-list-item {
    display: block;
    margin-left: 0;
}
.wpcf7-form input[type="submit"] {
    background: #000;
    font-size: 22px;
    color: #fff;
    padding: 6px 12px;
    border: 0;
    box-shadow: 0 0 10px 0px rgba(0,0,0,.5);
    border-radius: 6px;
}
.wpcf7-form.sent > * {
    display: none;
}
.wpcf7-form > .wpcf7-mail-sent-ok {
    display: block;
}
.wpcf7-form .wpcf7-validation-errors {
    margin: 0;
    border-color: red;
    color: red;
    background: rgba(255, 0, 0, .15);
}
.wpcf7-form .wpcf7-mail-sent-ok {
    margin: 0;
    border-color: #398f14;
    color: #398f14;
    background: rgba(57, 143, 20, .2);
}

/** Fixing homepage slider alignments **/
.slider .bxslider a {
    display: block;
}
.slider .bxslider .desc {
    bottom: 8px;
    height: auto;
}


/**
 * Traying to introduce better responsiveness
 **/
body {
    width: 100%;
    margin: 0 auto;
}
.row {
    width: 100%;
}
header .row-ads .grid_9,
header .row-ads .grid_3 {
    margin: 0;
}
header .row-ads .advertisement-left,
header .row-ads .advertisement-right {
    text-align: center;
}
header .row-masthead .search {
    height: auto!important;
    padding: 0 10px;
    margin: 0;
}
header .row-masthead .logo {
    /*margin-top: 15px;*/
    text-align: center;
}
.grid_7 img {
    display: block!important;
    padding: 0!important;
    background: 0!important;
    border: 0!important;
    box-shadow: none!important;
}
.grid_7 .desc {
    width: 100%!important;
    height: auto!important;
    left: 0px!important;
    padding: 0!important;
    bottom: 0!important;
    top: auto!important;
    margin: 0!important;
}
.slider,
.bx-wrapper,
.bx-pager {
    display: flex;
    width: 100%!important;
    max-height: none!important;
}
.slider {
    flex-direction: column;
    margin-bottom: 0;
}

.slider > .bx-slider {
    visibility: hidden;
}
.slider .bx-viewport {
    height: auto!important;
    left: 0;
    background: 0;
    border: 0;
    box-shadow: none;
}
.slider img {
    width: 100%;
    margin: 0 auto;
}
.slider .desc {
    left: 0;
    margin: 0;
    height: auto;
}
.bx-controls {
    position: absolute;
    top: 45%;
    width: 100%;
}
.bx-controls a {
    position: absolute;
    overflow: hidden;
    width: 34px;
    height: 34px;
    color: transparent;
    font-size: 35px;
    text-align: center;
}
.bx-controls a::before {
    content: "\f137";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255,255,255,.5);
    width: 34px;
    height: 34px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bx-controls .bx-next {
    right: 0;
}
.bx-controls .bx-next::before {
    content: "\f138";
}
.bx-controls a:hover::before {
    color: rgba(255,255,255,1);
}
.bx-pager {
    justify-content: space-between;
    padding: 6px 0 0;
}
.bx-pager a {
    width: 19%;
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bx-pager a.active::before {
    content: "\f144";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: rgba(255,255,255,.5);
    background: rgba(145, 194, 0, .35);
}
.bx-pager img {
    width: 100%;
    display: block;
}
#searchform {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding: 0 10px;
    border: 2px solid #91C200;
    border-radius: 4px;
}
#searchform .searchb {
    width: 34px!important;
    height: 34px!important;
    border: 0;
}
#searchform .search {
    width: 100%!important;
    border: 0;
}
.inside-left {
    width: 100%!important;
    margin: 0!important;
    padding: 0!important;
}
.inside-left a img {
    width: 100%!important;
    height: auto!important;
}
.ap-image-container {
    position: relative;
}
.ap-image-container a {
    display: block;
}
.row {
    margin: 15px auto;
}
.tptn_posts_daily h2,
.tptn_posts_daily + br,
.tptn_list_count {
    display: none;
}
.tptn_posts_daily ol {
    list-style-type: decimal;
}
.tptn_after_thumb,
.tptn_after_thumb a {
    display: block;
}
.tptn_posts_daily {
    padding: 8px;
}
.listing .left_side {
    margin-right: 0!important;
    width: 100%!important;
}
.listing .left_side > div {
    position: relative;
}
.listing .left_side img {
    width: 100%!important;
}
.listing .left_side .desc {
    width: 100%!important;
    bottom: 0;
}
.listing .right_side {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.listing .small-content {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 4px;
    /*border-bottom: 2px solid #91C200;*/
}
.listing .small-content img {
    width: 100%;
    height: auto;
}
.listing .small-content .desc {
    padding: 10px 0!important;
}
#footer {
    padding: 0 10px!important;
}
#footer .grid_12 {
    display: block!important;
    width: 100%!important;
}
#footer .insider {
    width: 100%!important;
    margin: 0!important;
    padding-top: 25px;
    padding-left: 2%;
}
#footer .insider a {
    display: block;
    padding: 8px 0;
}

/* AP: force background as solid */
#mega-menu-wrap-main_menu.mega-sticky {
    opacity: 1;
}

@media only screen and (max-width: 950px) {
    .row.row-nav {
        display: block;
    }
    #mega-menu-wrap-main_menu .mega-menu-toggle {
        display: block;
    }
    #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu {
        display: none;
    }
    #mega-menu-wrap-main_menu .mega-menu-open + #mega-menu-main_menu {
        display: block;
    }
}
@media only screen and (min-width: 600px) and (max-width: 950px) {
    #footer .insider {
        width: 50%!important;
    }
}
@media only screen and (min-width: 768px) {
    .row {
        max-width: 970px;
        display: flex;
        justify-content: space-between;
    }
    .row-ads {
        align-items: center;
    }
    .grid_1 + .grid_11,
    .grid_2 + .grid_10,
    .grid_3 + .grid_9,
    .grid_4 + .grid_8,
    .grid_5 + .grid_7,
    .grid_6 + .grid_6,
    .grid_7 + .grid_5,
    .grid_8 + .grid_4,
    .grid_9 + .grid_3,
    .grid_10 + .grid_2,
    .grid_11 + .grid_1 {
         padding-left: 1%;
    }
    header .row-masthead {
        align-items: baseline;
    }
    /*.top-stuff,
    .listing .content {
        display: flex;
    }
    .top-stuff .left_side,
    .listing .left_side {
        width: 66%!important;
    }
    .top-stuff .right_side,
    .listing .right_side {
        width: 33%!important;
        margin-left: 1%!important;
    }
    .top-ten a {
        line-height: 1.2;
    }
    .listing .right_side {
        display: block;
        margin-top: 0;
    }
    .listing .small-content {
        flex-direction: row;
        width: 100%;
        border: 0;
    }
    .listing .small-content .desc {
        padding: 0 0 0 4px!important;
    }*/
    .top-stuff {
        display: flex;
    }
    .top-stuff .left_side {
        width: 66%!important;
    }
    .top-stuff .right_side {
        width: 33%!important;
        margin-left: 1%!important;
    }
    .top-ten a {
        line-height: 1.5;
    }
}
@media only screen and (min-width: 951px) {
    #mega-menu-wrap-main_menu {
        width: 100%!important;
        left: 0!important;
        text-align: center!important;
        background: #222!important;
    }
    #mega-menu-wrap-main_menu #mega-menu-main_menu {
        max-width: 970px!important;
        margin: 0 auto!important;
        display: inline-block;
    }
    #footer .insider {
        width: 25%!important;
    }
}

/**
 * Permalink page
 */
.single-content-left {
    margin-top: 20px!important;
}
.single-content-left .thumb {
    margin-top: 0!important;
}
.single-content-left .thumb img {
    border: 0!important;
    padding: 0!important;
    background: 0!important;
    display: block!important;
}
.single-content-left .info {
    bottom: 0!important;
}
.single-content-left .entry {
    padding: 0 2%;
}

/** DSGVO CSS **/
/* User Request layout */
.user-request .wpcf7-list-item {
    width: 48%;
}
.wpcf7 p {
  position: relative;
}
.wpcf7 span.required {
    position: absolute;
    left: -12px;
    top: 4px;
    color: red;
    font-weight: bold;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    background: rgba(255, 0, 0, .25);
}
/* Generic button */
a.button {
    font-size: 13px;
    line-height: 1 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
  font-family: "Georgia", "Times New Roman", serif;
    width: auto;
    padding: 14px 20px 14px 20px;
    margin: 0 5px 5px 0;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    background: #44bdbd;
    color: #ffffff;
    border: 1px solid #44bdbd;
}
a.button.small {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 14px 9px 14px;
}
a.button.red {
    background: #da5457;
    color: #ffffff;
    border-color: #da5457;
}
/* User Request layout */
.user-request .wpcf7-list-item {
    width: 48%;
}
/* OneTrust Cookie Settings adjustments */
.optanon-alert-box-wrapper a,
.optanon-alert-box-wrapper a:hover,
.optanon-alert-box-wrapper a:active,
.optanon-alert-box-wrapper a:focus {
    color: white;
    text-decoration: underline;
    margin-left: 6px;
    font-size: 11pt;
}
.optanon-alert-box-wrapper .optanon-alert-box-corner-close {
    display: none;
}
.optanon-alert-box-wrapper .optanon-alert-box-button-container a,
.optanon-alert-box-wrapper .optanon-alert-box-button-container a:hover {
    font-size: 14px;
}
div.entry .optanon-show-settings-popup-wrapper {
    height: auto;
}
div.entry .optanon-show-settings-left,
div.entry .optanon-show-settings-right,
div.entry #optanon-show-settings-popup {
    display: none !important;
}
div.entry .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
    background: 0 !important;
    border-top: 0;
    border-bottom: 0;
    float: none;
    height: auto !important;
    padding-top: 0;
}
div.entry .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings {
    color: white !important;
    margin-top: 0 !important;
    font-size: 11px;
}

/* legal list styles */
#legal-list {
  counter-reset: section;
}
#legal-list h2 {
  margin-left: 30px;
  text-indent: -26px;
}
#legal-list h2:before {
  counter-increment: section;
  content: counter(section) ".";
  margin: 0 0.25em 0 0;
}
#legal-list ol {
  counter-reset: clause;
  list-style: none outside none;
  text-indent: -2em;
  margin-left: 2.4em;
}
#legal-list ul {
  text-indent: 0;
}
#legal-list ol > li {
  counter-increment: clause;
}
#legal-list ol > li:before {
  content: counter(section) "." counters(clause, ".") ". ";
}

@media (min-width: 768px) {
    .grid_7 {
        width: 100%!important;
        max-width: 66.666666%!important;
        padding-right: 20px!important;
        overflow: hidden;
    }
    .grid_5 {
        width: 33.333333%!important;
        min-width: 380px !important;
        padding: 0!important;
    }
    .grid_7 .wp-caption {
        width: 100%!important;
        max-width: 100%!important;
    }
}

/* News page */
.news h2 {
    line-height: 1.25;
}
.news .news_container {
    padding-bottom: 1em;
}
.news .news_container img {
    margin: 0 auto;
    text-align: center;
}
.news .text_container {
    padding: 1em 0;
}
.news .text_container img {
    width: 100%;
}
@media (min-width: 380px) {
    .news .news_container {
        display: flex;
    }
    .news .image_container {
        min-width: 33%;
        max-width: 33%;
    }
    .news .text_container {
        padding: 0 1em;
    }
    .news .text_container p {
        display: flex;
        align-content: space-between;
    }
    .news .text_container p a {
        max-width: 49%;
    }
}



#footer { clear:both; }

.hidden {
    display: none;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

/* Borrowing from Bootstrap */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    vertical-align: middle;
    white-space: normal;
    text-decoration: none;
}
.btn-success {
    color: #fff;
    background-color: #91C200;
    border-color: #9fbf19;
}
.btn-success:hover {
    background-color: #9fbf19;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover {
    background-color: #46b8da;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover {
    background-color: #eea236;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover {
    background-color: #d43f3a;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-xl > .btn, .btn-xl {
    border-radius: 8px;
    font-size: 24px;
    line-height: 1.33333;
    padding: 14px 20px;
}
.btn-block {
    display: block;
    width: 100%;
}

/** Issuu widget CTA button **/
a.btn.btn-issuu {
    margin: 1em auto;
    display: block;
}

/** MailChimp subscribe form **/
div.entry #mc-embedded-subscribe {
    margin: 1em;
}
div.entry #mc_embed_signup div#mce-responses {
    padding: 0;
    margin: 0;
    width: 100%;
}
.alert,
div.entry #mc_embed_signup div.response {
    padding: 1em;
    width: 90%;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    line-height: 1.62;
}
.alert-success,
div.entry #mc_embed_signup div#mce-success-response {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger,
div.entry #mc_embed_signup div#mce-error-response {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.home .tptn_counter {
    display: none;
}

/* moving ads into content on small screens: https://advantiprogmbh.freshdesk.com/a/tickets/339872?note=35162549837 */
.ap-ad {
	text-align: center;
	background: #fff;
}
.news-article + .ap-ad {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
	.row .ap-ad > div {
		margin: 2em 0;
		min-height: 50vh;
	}
	.row .ap-ad > div.ap-ad-320x100 {
		min-height: 33vh;
	}
	.row .ap-ad > div > div {
		position: sticky;
		top: 30vh;
	}
}