/*
Theme Name: IFI
Theme URI: http://www.ifi.ie
Author: Fusio
Author URI: http://www.fusio.net
Description: Responsive theme for IFI.
*/

/*** CSS RESET (based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) ***/
/*
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border:0; font-family:inherit; font-size:100%; font-style:inherit; font-weight:inherit; margin:0; outline:0; padding:0; vertical-align:baseline; }
*/


#calendar {display: none}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
    padding-left: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

/*** end CSS RESET ***/

/*body { background:#fff; color:#333!*#b2c1c8*!; font:0.74em/1.1 'Roboto', Helvetica, sans-serif; margin:0; padding:0; text-align:center; }*/
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

body {
    background: #fff;
    color: #888 /*#b2c1c8*/;
    font: 0.74em/1.1 'Roboto', Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

body.french-festival {
    background: #b2c1c8;
    color: #fff;
    font: 0.74em/1.1 'Roboto', Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

.container {
    max-width: 960px;
}

#wrapper {
    text-align: left;
}

/*** GENERIC STYLES --------------------------------------------------------------------------------------------------- ***/
/** Links **/
a:link, a:visited {
    color: #ccc;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #980b0b;
    text-decoration: underline;
}

/*section explorers for mobile responsive inputs*/
@media only screen and (min-width: 240px) {
    .wpcf7-textarea,
    .wpcf7-text {
        max-width: 100%;
        padding: 2px 1px !important;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe, object {
    width: 100%;
}

.interactive_bottom {
    height: auto !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 2px;
}

@media (min-width: 768px) {
    .wp-pagenavi a, .wp-pagenavi span {
        padding: 3px 5px;
    }
}

/** Generic Text **/
strong {
    font-weight: 500;
}

em {
    font-style: italic;
}

/** Forms **/
input {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 1em;
}

.searchform .margin-right {
    margin-right: 5px;
    margin-top: 10px;
}

#sideinfo p, #sideinfo p {
    float: left;
}

#sideinfo p {
    margin-right: 20px;
}

.wpcf7-list-item {
    display: block;
    background: #454848;
    margin-bottom: 8px;
    padding: 5px;
    color: #ffffff
}

/** Headings etc **/
h1, h2, h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 0.9;
    margin: 0 0 12px;
    text-transform: uppercase;
}

h1 {
    font-size: 3.15em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.6em;
    font-weight: bold;
}

h5 {
    font-size: 1.2em;
    font-weight: bold;
}

#twocol p, #widecol p {
    margin: 0 0 12px;
    font-weight: 400;
}

.topblock strong, .btmblock strong, .pane strong {
    color: #777;
}

.buttons {
    padding: 20px 0 10px;
    text-align: left
}

.buttons a {
    background: url(images/button.png) no-repeat;
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    height: 20px;
    margin-right: 2px;
    padding: 7px 27px 3px 13px;
    text-align: left;
    width: 94px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.clear {
    clear: both;
}

/**
* Wordpress Core Styles
* ----------------------------------------------------------------------------
*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* ******************************************************************** */
/* Page Colour Schemes 													*/
/* ******************************************************************** */
.home a {
    color: #980b0b;
}

/* petrol */
.home #homepromos a {
    color: #ffffff;
}

.home #homepromos a {
    color: #ffffff;
}

.home #homepromos .dropdown a {
    color: #048BE5;
}

.home #extrawidecol {
    background: url(images/top-border-home-wide.gif) no-repeat 0 0;
    border: 0;
    padding-top: 19px;
}

.home #calendar, .home #calendar caption {
    background: #980b0b;
}

.home #calendar table {
    border-left: 1px solid #980b0b;
}

.home #calendar th {
    background: #d5de99;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #515c00;
}

.home #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #980b0b;
}

.home #calendar td a:link, .home #calendar td a:visited {
    background: #eaefcc;
    color: #515c00;
}

.home #calendar td a:hover, .home #calendar td a:active {
    background: #980b0b;
}

.home #calendar td#today {
    background: #c1ce66;
}

.home #calendar td#today a:link, .home #calendar td#today a:visited {
    background: #c1ce66;
    color: #515c00;
}

.home #calendar td#today a:hover, .home #calendar td#today a:active {
    background: #980b0b;
}

.home #sidenews li {
    color: #980b0b;
}

.home #footer {
    border-top: 9px solid #980b0b;
}

.home #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.home .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.home #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.home #sidenews h2 {
    color: #980b0b;
}

.home #mobile-submenu {
    display: none;
}

.home.membership #mobile-submenu {
    display: block;
}

.home.group-membership #calendar {
    display: none;
}

@media (min-width: 768px) {
    .home.membership #mobile-submenu {
        display: none;
    }
}

.test-season a {
    color: #980b0b;
}

.test-season #calendar, .whatson #calendar caption {
    background: #980b0b;
}

.test-season #calendar table {
    border-left: 1px solid #980b0b;
}

.test-season #calendar th {
    background: #d5de99;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #515c00;
}

.test-season #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #9ea65e;
}

.test-season #calendar td a:link, .whatson #calendar td a:visited {
    background: #eaefcc;
    color: #354b00;
}

.test-season #calendar td a:hover, .whatson #calendar td a:active {
    background: #980b0b;
}

.test-season #calendar td#today {
    background: #c1ce66;
}

.test-season #calendar td#today a:link, .whatson #calendar td#today a:visited {
    background: #c1ce66;
    color: #354b00;
}

.test-season #calendar td#today a:hover, .whatson #calendar td#today a:active {
    background: #980b0b;
}

.test-season #footer {
    border-top: 9px solid #980b0b;
}

.test-season #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.test-season #filminfo {
    background: #980b0b;
}

.test-season #filminfo h2 {
    color: #e1e7ad;
}

.test-season #share {
    border-color: #cbd680;
}

.test-season #filmtimes h3 {
    color: #980b0b;
}

#accordion {
    font-size: 14px;
}

#accordion h2 a:active {
    color: #ffffff;
}

#accordion h2 a:link {
    color: #ffffff;
}

#accordion h2 a:visited {
    color: #ffffff;
}

#accordion h2 a:hover {
    color: #980b0b;
}

#accordion h2 {
    margin-bottom: 8px
}

.whatson a {
    color: #980b0b;
}

.whatson header ul li.current_page_item > a, .whatson header ul li.current_page_ancestor > a, .whatson header ul li.current-page-ancestor > a, .whatson header ul li.current_page_item ul li.current_page_item2 a, .whatson #subnav li.current_page_item3 a, .whatson .monthblock h2, .whatson .monthblock td a:hover, .whatson .monthblock td a:active, .whatson .filmblocks h2, .whatson #programme, .whatson header ul li a:hover {
    color: #828282;
}

.whatson #centercol {
    background-color: #e8e8e8eee;
}

.whatson #calendar, .whatson #calendar caption {
    background: #980b0b;
}

.whatson hr {
    border: 3px solid #980b0b;
}

.whatson #calendar table {
    border-left: 1px solid #980b0b;
}

.whatson #navbar .dropdown-menu .col-title {
    color: #980b0b;

}

@media (max-width: 767px) {
    .whatson .test {
        background-color: #980b0b;
        overflow: hidden;
        margin: 10px 0;
        color: #fff;
        text-transform: uppercase;
    }

     #navbar {
        background-color: #fff !important;
        font-size: 12px;
    }

     .whatson .nav > li {
         border-bottom: 2px solid #980b0b;
     }
    .whatson .navbar-default .navbar-nav > li > a {
        color: #980b0b;
        font-size: 16px;
    }
}

@media (min-width: 768px) {

    .whatson .navbar li.dropdown.open a.primary:after {
        border-top: 15px solid #980b0b;
    }
}

.whatson #calendar th {
    background: #980b0b;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #fff;
}

.whatson #navbar {
    background-color: #980b0b;
    font-size: 12px;
}

.whatson h1, .whatson h2, .whatson h3 {
    color: #888 /*#b2c1c8*/;
}

.whatson #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #980b0b;
}

.whatson #calendar td a:link, .whatson #calendar td a:visited {
    background: #ECC8EC;
    color: #551A8B;
}

.whatson #calendar td a:hover, .whatson #calendar td a:active {
    background: #980b0b;
}

.whatson #calendar td#today {
    background: #980b0b;
}

.whatson #calendar td#today a:link, .whatson #calendar td#today a:visited {
    background: #ECC8EC;
    color: #551A8B;
}

.whatson #calendar td#today a:hover, .whatson #calendar td#today a:active {
    background: #980b0b;
}

.whatson #footer {
    border-top: 9px solid #980b0b;
}

.whatson #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.whatson #filminfo {
    background: #980b0b;
}

.whatson #filminfo h2 {
    color: #fff;
}

.whatson #share {
    border-color: #980b0b;
}

.whatson #filmtimes h3 {
    color: #980b0b;
}

.whatson p a {
    color: #980b0b;
}

.whatson .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.whatson #filminfo a {
    text-decoration: underline;
    color: #ffffff;
}

.whatson #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.whatson .navbar-toggle .icon-bar {
    background-color: #fff;
}

.whatson #mobile-submenu {
    border: 2px solid #980b0b;
}

.whatson #sidenews h2 {
    color: #980b0b;
}

.whatson.season #accordion h2 {
    margin: 15px 0;
}

.whatson.season #accordion h2 a {
    color: #980b0b;
}

@media (min-width: 670px) {
    .whatson #centercol {
        float: right;
    }
}

.learn a {
    color: #980b0b;
}

.learn #navbar .dropdown-menu .col-title {
    color: #980b0b;
}

.learn hr {
    border: 3px solid #980b0b;
}

@media (min-width: 768px) {

    .learn .navbar li.dropdown.open a.primary:after {
        border-top: 15px solid #980b0b;

    }
}
@media (max-width: 767px) {
    .learn .test {
        background-color: #980b0b;
        overflow: hidden;
        margin: 10px 0;
        color: #fff;
        text-transform: uppercase;
    }
    .learn .nav > li {
        border-bottom: 2px solid #980b0b;
    }
    .learn .navbar-default .navbar-nav > li > a {
        color: #980b0b;
        font-size: 16px;
    }
}

.learn #navbar {
    background-color: #980b0b;
    font-size: 12px;
}

.learn .monthblock h2, .learn .monthblock td a:hover, .learn .monthblock td a:active {
    color: #fff;
}

.learn #calendar, .learn #calendar caption {
    background: #980b0b;
}

.learn #calendar table {
    border-left: 1px solid #980b0b;
}

.learn #calendar th {
    background: #e7e7e0;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #78765a;
}

.learn #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #c7c6b9;
}

.learn #calendar td a:link, .learn #calendar td a:visited {
    background: #ecebe6;
    color: #535023;
}

.learn #calendar td a:hover, .learn #calendar td a:active {
    background: #980b0b
}

.learn #calendar td#today {
    background: #e3e2da;
    color: #a2a190;
}

.learn #calendar td#today a:link, .learn #calendar td#today a:visited {
    background: #e3e2da;
    color: #535023;
}

.learn #calendar td#today a:hover, .learn #calendar td#today a:active {
    background: #980b0b;
}

.learn #footer, .cafe-bar #footer {
    border-top: 9px solid #980b0b;
}

.learn #sideinfo, .cafe-bar #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.learn .topblock, .learn h5 {
    color: #980b0b;
}

.learn #subnav {
    border-bottom: 0 solid #980b0b;
    font-size: 0.9em;
}

.learn .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.learn #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.learn .navbar-toggle .icon-bar {
    background-color: #fff;
}

.learn #mobile-submenu {
    border: 2px solid #980b0b;
}

.learn #sidenews h2 {
    color: #980b0b;
}

#logo-area {
    text-align: left;
}

#logo-area .logo-headline {
    display: block;
    margin-left: 15px;
}

@media (min-width: 992px) {
    #logo-area .col-md-pull-6 {
        right: 0;
    }

    #logo-area .col-xs-6 {
        width: 100%;
    }

    #logo-area #logo {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #logo-area {
        margin-bottom: 15px;
    }

    #logo-area .col-xs-6 {
        width: 100%;
    }

    #logo-area #logo img {
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    #logo-area .logo-headline {
        display: none;
    }
}

/* Cafe bar */

.cafebar #navbar .dropdown-menu .col-title {
    color: #980B0B;
}

@media (min-width: 768px) {

    .cafebar .navbar li.dropdown.open a.primary:after {
        border-top: 15px solid #980B0B;

    }
}

.cafebar a {
    color: #980b0b;
}

.cafebar #navbar {
    background-color: #980b0b;
    font-size: 12px;
}

.cafebar .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.cafebar .btmblock a {
    color: #980b0b;
}

.cafebar #calendar, .cafebar #calendar caption {
    background: #980b0b;
}

.cafebar #calendar table {
    border-left: 1px solid #980b0b;
}

.cafebar #calendar th {
    background: #d5de99;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #515c00;
}

.cafebar #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #980b0b;
}

.cafebar #calendar td a:link, .cafebar #calendar td a:visited {
    background: #eaefcc;
    color: #515c00;
}

.cafebar #calendar td a:hover, .cafebar #calendar td a:active {
    background: #980b0b;
}

.cafebar #calendar td#today {
    background: #c1ce66;
}

.cafebar #calendar td#today a:link, .cafebar #calendar td#today a:visited {
    background: #c1ce66;
    color: #515c00;
}

.cafebar #calendar td#today a:hover, .cafebar #calendar td#today a:active {
    background: #980b0b;
}

.cafebar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.cafebar #mobile-submenu {
    border: 2px solid #980b0b;
}

.cafebar #sidenews h2 {
    color: #980b0b;
}

.cafebar #programme li a:link, .cafebar #programme li a:visited {
    color: #980b0b !important;
}

/* festival */
.french-festival .topblock {
    background: #a1aeb6
}

.french-festival .btmblock {
    background: #adbcc3;
    color: #000000
}

.french-festival #sideinfo {
    border-top: 9px solid #e0eaec;
    border-bottom: 9px solid #e0eaec
}

.french-festival #frenchinfo {
    border-top: 9px solid #e0eaec
}

.french-festival #frenchinfo img {
    float: left
}

.french-festival #filmtimes {
    background: #a1aeb6;
    margin-bottom: 10px;
    padding: 12px;
}

.french-festival #filmtimes {
    border-top: 9px solid #e0eaec;
    border-bottom: 9px solid #e0eaec
}

.french-festival #filmtimes li {
    border-bottom: 1px solid #b5c2ca;
    padding: 3px 0;
}

.french-festival #filmtimes h3 {
    border-bottom: 1px solid #b5c2ca;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 1.1em;
    margin-bottom: 0;
    padding-bottom: 8px;
    text-transform: none;
}

.french-festival #filminfo {
    color: #000000;
    background: #a1aeb6
}

.french-festival #filminfo h1 {
    color: #ffffff
}

.french-festival #filminfo h2 {
    color: #e4ebf1
}

.french-festival .festivalTable {
    background: #a0adb5;
    padding: 9px;
    font-size: 14px
}

.french-festival .festivalTable a {
    color: #dde5e8
}

.french-festival .festivalTable h2 {
    color: #dde5e8
}

.french-festival .festivalTable td {
    border-bottom: 1px solid #dde5e8;
    padding-bottom: 5px
}

.french-festival .festivalTable .festivalBlackText {
    color: #000000
}

.french-festival .festivalTable .date {
    font-size: 16px
}

.preserve a {
    color: #980b0b;
}

.preserve #navbar {
    background-color: #980b0b;
    font-size: 12px;
}

.preserve #navbar .dropdown-menu .col-title {
    color: #980b0b;

}

@media (min-width: 768px) {

    .preserve .navbar li.dropdown.open a.primary:after {
        border-top: 15px solid #980b0b;

    }
}
@media (max-width: 767px) {
    .preserve .test {
        background-color: #980b0b;
        overflow: hidden;
        margin: 10px 0;
        color: #fff;
        text-transform: uppercase;
    }
    .preserve .nav > li {
        border-bottom: 2px solid #980b0b;
    }
    .preserve .navbar-default .navbar-nav > li > a {
        color: #980b0b;
        font-size: 16px;
    }
}

.preserve hr {
    border: 3px solid #980b0b;
}

.preserve #calendar, .preserve #sidenews {
    display: none;
}

.preserve #calendar, .preserve #calendar caption {
    background: #980b0b;
}

.preserve #calendar table {
    border-left: 1px solid #980b0b;
}

.preserve #calendar th {
    background: #bdd7ee;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #145895;
}

.preserve #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #a6c6e3;
}

.preserve #calendar td a:link, .preserve #calendar td a:visited {
    background: #dae8f5;
    color: #10487b;
}

.preserve #calendar td a:hover, .preserve #calendar td a:active {
    background: #980b0b;
}

.preserve #calendar td#today {
    background: #8fbee8;
    color: #fff;
}

.preserve #calendar td#today a:link, .preserve #calendar td#today a:visited {
    background: #8fbee8;
    color: #10487b;
}

.preserve #calendar td#today a:hover, .preserve #calendar td#today a:active {
    background: #980b0b;
}

.preserve #footer {
    border-top: 9px solid #980b0b;
}

.preserve #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.preserve .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.preserve .topblock {
    color: #980b0b;
}

.preserve #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.preserve .navbar-toggle .icon-bar {
    background-color: #fff;
}

.preserve #mobile-submenu {
    border: 2px solid #980b0b;
}

.preserve #sidenews h2 {
    color: #980b0b;
}

@media (min-width: 768px) {
    .preserve #calendar, .preserve #sidenews {
        display: block;
    }
}

.membership a {
    color: #980b0b;
}

.membership #calendar, .membership #calendar caption {
    background: #980b0b;
}

.membership #calendar table {
    border-left: 1px solid #980b0b;
}

.membership #calendar th {
    background: #fbdd72;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #7e4700;
}

.membership #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #980b0b;
}

.membership #calendar td a:link, .membership #calendar td a:visited {
    background: #fbdd72;
    color: #7e4700;
}

.membership #calendar td a:hover, .membership #calendar td a:active {
    background: #980b0b;
}

.membership #calendar td#today {
    background: #980b0b;
    color: #fff;
}

.membership #calendar td#today a:link, .membership #calendar td#today a:visited {
    background: #980b0b;
    color: #7e4700;
}

.membership #calendar td#today a:hover, .membership #calendar td#today a:active {
    background: #980b0b;
}

.membership #footer {
    border-top: 9px solid #980b0b;
}

.membership #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.membership .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.membership .topblock {
    color: #980b0b;
}

.membership #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.membership .navbar-toggle .icon-bar {
    background-color: #fff;
}

.membership #mobile-submenu {
    border: 2px solid #980b0b;
}

.membership #sidenews h2 {
    color: #980b0b;
}

.preserve .btmblock a {
    color: #980b0b;
}

.international a {
    color: #980b0b;
}

.international #navbar .dropdown-menu .col-title {
    color: #980b0b;

}

@media (max-width: 767px) {
    .international .test {
        background-color: #980b0b;
        overflow: hidden;
        margin: 10px 0;
        color: #fff;
        text-transform: uppercase;
    }
    .international .nav > li {
        border-bottom: 2px solid #980b0b;
    }
    .international .navbar-default .navbar-nav > li > a {
        color: #980b0b;
        font-size: 16px;
    }
}

.international hr {
    border: 3px solid #980b0b;
}

@media (min-width: 768px) {

    .international .navbar li.dropdown.open a.primary:after {
        border-top: 15px solid #980b0b;

    }
}

.international #calendar, .international #calendar caption {
    background: #980b0b;
}

.international #calendar table {
    border-left: 1px solid #980b0b;
}

.international #calendar th {
    background: #d5de99;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #515c00;
}

.international #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #9ea65e;
}

.international #calendar td a:link, .international #calendar td a:visited {
    background: #eaefcc;
    color: #515c00;
}

.international #calendar td a:hover, .international #calendar td a:active {
    background: #980b0b;
}

.international #calendar td#today {
    background: #d5de99;
    color: #fff;
}

.international #calendar td#today a:link, .international #calendar td#today a:visited {
    background: #d5de99;
    color: #515c00;
}

.international #calendar td#today a:hover, .international #calendar td#today a:active {
    background: #980b0b;
}

.international #calendar, .international #sidenews {
    display: none;
}

.international #footer {
    border-top: 9px solid #980b0b;
}

.international #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.international .topblock h1 {
    color: #980b0b;
}

.international .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.international #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.international .btmblock a {
    color: #980b0b;
}

.international .navbar-toggle .icon-bar {
    background-color: #fff;
}

.international #mobile-submenu {
    border: 2px solid #980b0b;
}

.international .filmblock img {
    margin-bottom: 15px;
}

.international #sidenews h2 {
    color: #980b0b;
}

#widecol .international #leftcol, #widecol .international #centercol {
    background-color: #e8e8e8;
    padding: 10px;
}

@media (min-width: 768px) {
    .international #calendar, .international #sidenews {
        display: block;
    }
}

.category-films .filmblock {
    margin-bottom: 20px;
    padding: 10px;
}

.category-films .filmblock .film-text {
    float: left;
    max-width: 490px;
    width: 100%;
    margin-right: 10px;
}

.category-films .filmblock img {
    float: left;
    margin-right: 10px;
}

.btmblock.film-categories {
    padding: 20px;
    margin-bottom: 10px;
}

.btmblock.film-categories .category {
    padding: 0 10px;
    margin-bottom: 30px;
    width: 100%;
    float;
    none;
}

.btmblock.film-categories .category h3 {
    font-size: 2em;
    margin-top: 5px;
}

@media (min-width: 620px) {
    .btmblock.film-categories .category h3 {
        font-size: 1.5em;
    }
}

@media (min-width: 450px) and (max-width: 619px) {
    .btmblock.film-categories .category h3 {
        font-size: 1.2em;
    }
}

@media (min-width: 450px) {
    .btmblock.film-categories .category {
        width: 25%;
        float: left;
        text-align: center;
        font-size: 1em;
    }
}

.new-ifi-international-page a {
    color: #980b0b;
}

.new-ifi-international-page #widecol, .new-ifi-international-page #leftcol, .new-ifi-international-page #centercol, .new-ifi-international-page #rightcol {
    border-top: 9px solid #980b0b
}

.new-ifi-international-page #calendar, .new-ifi-international-page #calendar caption {
    background: #980b0b;
}

.new-ifi-international-page #calendar table {
    border-left: 1px solid #980b0b;
}

.new-ifi-international-page #calendar th {
    background: #bfe1f7;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #145895;
}

.new-ifi-international-page #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #a6c6e3;
}

.new-ifi-international-page #calendar td a:link, .new-ifi-international-page #calendar td a:visited {
    background: #dcf1ff;
    color: #10487b;
}

.new-ifi-international-page #calendar td a:hover, .new-ifi-international-page #calendar td a:active {
    background: #980b0b;
}

.new-ifi-international-page #calendar td#today {
    background: #b4e0fc;
    color: #fff;
}

.new-ifi-international-page #calendar td#today a:link, .new-ifi-international-page #calendar td#today a:visited {
    background: #b4e0fc;
    color: #10487b;
}

.new-ifi-international-page #calendar td#today a:hover, .new-ifi-international-page #calendar td#today a:active {
    background: #980b0b;
}

.new-ifi-international-page #footer {
    border-top: 9px solid #980b0b;
}

.new-ifi-international-page #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.new-ifi-international-page .topblock {
    color: #980b0b;
}

.new-ifi-international-page #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.topblock.category {
    padding: 10px;
}

.category .category-text {
    float: left;
    width: 397px;
    margin-right: 20px;
}

.category .description {
    color: #888;
    font-weight: normal;
    display: block;
}

@media (min-width: 768px) {
    .topblock.category img {
        width: 200px;
        height: auto;
        float: right;
        margin: 0 0 30px 30px;
    }
}

#alphabetical-menu li {
    float: left;
    margin-right: 5px;
}

#international-year {
    margin-bottom: 10px;
    float: left;
}

.filmblock.filter-menu {
    padding: 10px;
}

.filmblock.filter-menu h1 {
    font-size: 2em;
}

.filmblock.filter-menu.year h1 {
    float: left;
}

.filmblock.filter-menu.year select {
    float: right;
}

.buttons.international {
    padding: 0;
    margin-bottom: 10px;
}

.buttons.international a {
    color: #ff0000;
}

#international-search p {
    width: 50%;
    float: left;
}

#international-search #search-categories {
    clear: both;
}

#international-search h1 {
    clear: both;
    padding-top: 10px;
    float: left;
}

.international-subnav {
    font-size: 0.8em;
    padding: 10px 10px 20px !important;
}

.international-subnav li {
    margin-bottom: 2px;
}

#international-sort {
    margin: 20px 10px 20px 0;
}

#international-sort p, #international-sort select {
    float: left;
    margin-right: 10px;
}

#international-search #international-year {
    float: left;
    margin: 10px;
}

.international-search-buttons {
    clear: both;
    padding: 10px 0;
}

.international-search #submit-search, .international-search #clear-search {
    float: left;
    margin: 10px 10px 0 0;
}

.international-description {
    font-size: 1em !important;
}

#twocol.international #leftcol {
    min-height: 517px;
    background-color: #980b0b;
    color: #fff;
    width: 294px;
    padding: 10px;
}

#twocol.international #leftcol a {
    color: #fff;
}

.blacktext {
    color: #000;
}

.blacktext.tight {
    margin-bottom: 5px !important;
}

#international-film-spec li {
    width: 50%;
    float: left;
}

#international-film-spec li:first-child {
    padding-right: 10px;
    border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#international-film-spec ul li {
    width: 100%;
    float: none;
}

#twocol.international #centercol {
    border: 0;
}

.international-synopsis {
    clear: both;
}

#international-categories, #international-keyword-search {
    text-align: right;
}

#international-categories #subnav {
    padding-bottom: 10px;
}

#international-categories #subnav li {
    color: #888;
}

.international-large-font {
    font: 16px 'Roboto Condensed', 'Roboto', sans-serif;
    color: #888;
    text-transform: uppercase;
}

.international #centercol {
    padding-top: 0;
}

.shop a {
    color: #980b0b;
}

.shop hr {
    border: 3px solid #980b0b;
}

/* pink */
.shop h1 {
    color: #980b0b;
}

.shop #navbar {
    background-color: #980b0b;
    font-size: 12px;
}

.shop #navbar .dropdown-menu .col-title {
    color: #980b0b;

}

@media (min-width: 768px) {

    .shop .navbar li.dropdown.open a.primary:after {
        border-top: 15px solid #980b0b;

    }
}
@media (max-width: 767px) {
    .shop .test {
        background-color: #980b0b;
        overflow: hidden;
        margin: 10px 0;
        color: #fff;
        text-transform: uppercase;
    }
    .shop .nav > li {
        border-bottom: 2px solid #980b0b;
    }
    .shop .navbar-default .navbar-nav > li > a {
        color: #980b0b;
        font-size: 16px;
    }
}

.shop #calendar, .shop #calendar caption {
    background: #980b0b;
}

.shop #calendar table {
    border-left: 1px solid #980b0b;
}

.shop #calendar th {
    background: #f3a5c6;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #9c2758;
}

.shop #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #e572a3;
}

.shop #calendar td a:link, .shop #calendar td a:visited {
    background: #f9cddf;
    color: #76103b;
}

.shop #calendar td a:hover, .shop #calendar td a:active {
    background: #980b0b;
}

.shop #calendar td#today {
    background: #ef87b3;
}

.shop #calendar td#today a:link, .shop #calendar td#today a:visited {
    background: #ef87b3;
    color: #76103b;
}

.shop #calendar td#today a:hover, .shop #calendar td#today a:active {
    background: #980b0b;
}

.shop #calendar, .shop #sidenews {
    display: none;
}

.shop #footer {
    border-top: 9px solid #980b0b;
}

.shop #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.shop #widecol h2 {
    color: #980b0b;
    padding-left: 10px;
}

.shop #filminfo {
    background: #980b0b;
}

.shop #filminfo h2 {
    color: #f7c3d9;
}

.shop #share {
    border-color: #f29bc0;
}

.shop #filmtimes h3 {
    color: #980b0b;
}

.shop .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.shop #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.shop .btmblock a {
    color: #980b0b;
}

.shop .navbar-toggle .icon-bar {
    background-color: #fff;
}

.shop #mobile-submenu {
    border: 2px solid #980b0b;
}

.shop #sidenews h2 {
    color: #980b0b;
}

@media (min-width: 768px) {
    .shop #calendar, .shop #sidenews {
        display: block;
    }
}

.admit-one a {
    color: #980b0b;
}

/* pink */
.admit-one h1 {
    color: #980b0b;
}

.admit-one #leftcol, .admit-one #centercol, .admit-one #rightcol {
    border-top: 9px solid #980b0b
}

.admit-one #calendar, .admit-one #calendar caption {
    background: #980b0b;
}

.admit-one #calendar table {
    border-left: 1px solid #980b0b;
}

.admit-one #calendar th {
    background: #f3a5c6;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #9c2758;
}

.admit-one #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #e572a3;
}

.admit-one #calendar td a:link, .admit-one #calendar td a:visited {
    background: #f9cddf;
    color: #76103b;
}

.admit-one #calendar td a:hover, .admit-one #calendar td a:active {
    background: #980b0b;
}

.admit-one #calendar td#today {
    background: #ef87b3;
}

.admit-one #calendar td#today a:link, .admit-one #calendar td#today a:visited {
    background: #ef87b3;
    color: #76103b;
}

.admit-one #calendar td#today a:hover, .admit-one #calendar td#today a:active {
    background: #980b0b;
}

.admit-one #calendar, .admit-one #sidenews {
    display: none;
}

.admit-one #footer {
    border-top: 9px solid #980b0b;
}

.admit-one #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.admit-one #widecol h2 {
    color: #980b0b;
    padding-left: 10px;
}

.admit-one #filminfo {
    background: #980b0b;
}

.admit-one #filminfo h2 {
    color: #f7c3d9;
}

.admit-one #share {
    border-color: #f29bc0;
}

.admit-one #filmtimes h3 {
    color: #980b0b;
}

.admit-one .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.admit-one #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.admit-one .btmblock a {
    color: #980b0b;
}

.admit-one .navbar-toggle .icon-bar {
    background-color: #fff;
}

.admit-one #mobile-submenu {
    border: 2px solid #980b0b;
}

@media (min-width: 768px) {
    .admit-one #calendar, .admit-one #sidenews {
        display: block;
    }
}

.visit a {
    color: #980b0b;
}

.visit #navbar .dropdown-menu .col-title {
    color: #980b0b;
}

.visit hr {
    border: 3px solid #980b0b;
}

@media (min-width: 768px) {

    .visit .navbar li.dropdown.open a.primary:after {
        border-top: 15px solid #980b0b;

    }
}

@media (max-width: 767px) {
    .visit .test {
        background-color: #980b0b;
        overflow: hidden;
        margin: 10px 0;
        color: #fff;
        text-transform: uppercase;
    }
    .visit .nav > li {
        border-bottom: 2px solid #980b0b;
    }
    .visit .navbar-default .navbar-nav > li > a {
        color: #980b0b;
        font-size: 16px;
    }
}

.visit #calendar, .visit #calendar caption {
    background: #980b0b;
}

.visit #calendar table {
    border-left: 1px solid #980b0b;
}

.visit #calendar th {
    background: #f3a5c6;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #9c2758;
}

.visit #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #980b0b;
}

.visit #calendar td a:link, .visit #calendar td a:visited {
    background: #f9cddf;
    color: #76103b;
}

.visit #calendar td a:hover, .visit #calendar td a:active {
    background: #980b0b;
}

.visit #calendar td#today {
    background: #ef87b3;
}

.visit #calendar td#today a:link, .visit #calendar td#today a:visited {
    background: #ef87b3;
    color: #76103b;
}

.visit #calendar td#today a:hover, .visit #calendar td#today a:active {
    background: #980b0b;
}

.visit #calendar, .visit #sidenews {
    display: none;
}

.visit #footer {
    border-top: 9px solid #980b0b;
}

.visit #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.visit .topblock {
    color: #980b0b;
}

.visit .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.visit #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.visit .btmblock a {
    color: #980b0b;
}

.visit .navbar-toggle .icon-bar {
    background-color: #fff;
}

.visit #mobile-submenu {
    border: 2px solid #980b0b;
}

.visit #sidenews h2 {
    color: #980b0b;
}

.visit #navbar {
    background-color: #980b0b;
    font-size: 12px;
}

@media (min-width: 768px) {
    .visit #calendar, .visit #sidenews {
        display: block;
    }
}

.news a {
    color: #980b0b;
}

.news #navbar .dropdown-menu .col-title {
    color: #980b0b;
}

.news hr {
    border: 3px solid #980b0b;
}

@media (min-width: 768px) {

    .news .navbar li.dropdown.open a.primary:after {
        border-top: 15px solid #980b0b;

    }
}

@media (max-width: 767px) {
    .news .test {
        background-color: #980b0b;
        overflow: hidden;
        margin: 10px 0;
        color: #fff;
        text-transform: uppercase;
    }
    .news .nav > li {
        border-bottom: 2px solid #980b0b;
    }
    .news .navbar-default .navbar-nav > li > a {
        color: #980b0b;
        font-size: 16px;
    }
}

.news #navbar {
    background-color: #980b0b;
    font-size: 12px;
}

/* purple */
.news .topblock h1 {
    font-size: 32px;
}

.news #calendar, .news #calendar caption {
    background: #980b0b;
}

.news #calendar table {
    border-left: 1px solid #980b0b;
}

.news #calendar th {
    background: #bfe1f7;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #145895;
}

.news #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #a6c6e3;
}

.news #calendar td a:link, .news #calendar td a:visited {
    background: #bfe1f7;
    color: #145895;
}

.news #calendar td a:hover, .news #calendar td a:active {
    background: #980b0b;
}

.news #calendar td#today {
    background: #980b0b;
}

.news #calendar td#today a:link, .news #calendar td#today a:visited {
    background: #b4e0fc;
    color: #145895;
}

.news #calendar td#today a:hover, .news #calendar td#today a:active {
    background: #980b0b;
}

.news #calendar, .news #sidenews {
    display: none;
}

.news #footer {
    border-top: 9px solid #980b0b;
}

.news #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.news .topblock {
    color: #980b0b;
}

.news .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.news #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.news .btmblock a {
    color: #980b0b;
}

.news .navbar-toggle .icon-bar {
    background-color: #fff;
}

.news #mobile-submenu {
    border: 2px solid #980b0b;
}

.news #sidenews h2 {
    color: #980b0b;
}

@media (min-width: 768px) {
    .news #calendar, .news #sidenews {
        display: block;
    }
}

.support a {
    color: #980b0b;
}

.support #navbar .dropdown-menu .col-title {
    color: #980b0b;
}

.support hr {
    border: 3px solid #980b0b;
}

@media (min-width: 768px) {

    .support .navbar li.dropdown.open a.primary:after {
        border-top: 15px solid #980b0b;

    }
}

@media (max-width: 767px) {
    .support .test {
        background-color: #980b0b;
        overflow: hidden;
        margin: 10px 0;
        color: #fff;
        text-transform: uppercase;
    }
    .support .nav > li {
        border-bottom: 2px solid #980b0b;
    }
    .support .navbar-default .navbar-nav > li > a {
        color: #980b0b;
        font-size: 16px;
    }
}

.support #navbar {
    background-color: #980b0b;
    font-size: 12px;
}

.support #calendar {
    background: #980b0b;
    color: #2e2f2f;
}

.support #calendar caption {
    background: #980b0b;
    color: #7e4700;
}

.support #calendar caption a {
    background: #980b0b;
    color: #b87500;
}

.support #calendar table {
    border-left: 1px solid #980b0b;
}

.support #calendar th {
    background: #f4d669;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #b87500;
}

.support #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #c59f30;
}

.support #calendar td a:link, .support #calendar td a:visited {
    background: #fbdd72;
    color: #7e4700;
}

.support #calendar td a:hover, .support #calendar td a:active {
    background: #980b0b;
}

.support #calendar td#today {
    background: #f4cf4b;
}

.support #calendar td#today a:link, .support #calendar td#today a:visited {
    background: #f4cf4b;
    color: #7e4700;
}

.support #calendar td#today a:hover, .support #calendar td#today a:active {
    background: #980b0b;
}

.support #calendar, .support #sidenews {
    display: none;
}

.support #footer {
    border-top: 9px solid #980b0b;
}

.support #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.support .topblock {
    color: #980b0b;
}

.support .btmblock a {
    color: #980b0b;
}

.support .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.support #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.support .navbar-toggle .icon-bar {
    background-color: #fff;
}

.support #mobile-submenu {
    border: 2px solid #980b0b;
}

.support #sidenews h2 {
    color: #980b0b;
}

.about a {
    color: #980b0b;
}

@media (max-width: 767px) {
    .about .test {
        background-color: #980b0b;
        overflow: hidden;
        margin: 10px 0;
        color: #fff;
        text-transform: uppercase;
    }
    .about .nav > li {
        border-bottom: 2px solid #980b0b;
    }
    .about .navbar-default .navbar-nav > li > a {
        color: #980b0b;
        font-size: 16px;
    }
}

.about hr {
    border: 3px solid #980b0b;
}

.about #navbar {
    background-color: #980b0b;
    font-size: 12px;
}

.about #calendar, .about #calendar caption {
    background: #980b0b;
}

.about #calendar table {
    border-left: 1px solid #980b0b;
}

.about #calendar th {
    background: #d5de99;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #515c00;
}
.about #navbar .dropdown-menu .col-title {
    color: #980b0b;

}
@media (min-width: 768px) {

    .about .navbar li.dropdown.open a.primary:after {
        border-top: 15px solid #980b0b;
    }
}
.about #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #9ea65e;
}

.about #calendar td a:link, .about #calendar td a:visited {
    background: #eaefcc;
    color: #515c00;
}

.about #calendar td a:hover, .about #calendar td a:active {
    background: #980b0b;
}

.about #calendar td#today {
    background: #980b0b;
}

.about #calendar td#today a:link, .about #calendar td#today a:visited {
    background: #d5de99;
    color: #515c00;
}

.about #calendar td#today a:hover, .about #calendar td#today a:active {
    background: #980b0b;
}

.about #calendar, .about #sidenews {
    display: none;
}

.about #footer {
    border-top: 9px solid #980b0b;
}

.about #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.about .topblock {
    color: #980b0b;
}

.about .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.about #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.about .btmblock a {
    color: #980b0b;
}

.about .navbar-toggle .icon-bar {
    background-color: #fff;
}

.about #mobile-submenu {
    border: 2px solid #980b0b;
}

.about #sidenews h2 {
    color: #980b0b;
}

#mobile-submenu-block {
    display: block;
    padding: 10px 15px 0 15px;
    margin-top: 30px;
    text-align: left;
}

#mobile-submenu-block p {
    font-size: 20px;
    color: #fff;
}

#mobile-submenu {
    width: 100%;
    margin: 15px 0;
    height: 30px;
}

#mobile-subnav, #mobile-subnav #subnav {
    display: block;
    padding: 0;
}

#mobile-subnav li {
    margin-bottom: 10px;
    font-size: 18px;
}

@media (min-width: 768px) {
    .about #calendar, .about #sidenews {
        display: block;
    }

    #mobile-submenu {
        display: none;
    }

    #mobile-subnav {
        display: none;
    }
}

@media (min-width: 768px) {
    .header_buttons {
        display: none;
    }
}

@media (min-width: 992px) {
    #logo {
        float: right;
    }
}

@media only screen and (max-device-width: 768px) {
    /* replace logo image source with smaller one*/
    h4 {
        font-size: 1.6em;
        font-weight: normal !important;
    }
}

/*iPhone6 => 375*/
@media only screen and (max-device-width: 370px) {
    /* replace logo image source with smaller one*/
    #logo a img {
        content: url('/wp-content/themes/ifi2011/images/ifi_smaller.png')
    }

    header #logo {
        margin-top: 20px !important;
    }
}

/*submenu dropdowm*/
@media (min-width: 768px) {
    #mobile-submenu {
        display: none;
    }
}

.scrolling-calendar-preview #widecol {
    background: url(images/top-border-home.gif) no-repeat 0 0;
    border: 0;

    clear: both;
}

.scrolling-calendar-preview #rightcol {
    border-top: 9px solid #62aca1
}

.scrolling-calendar-preview #sideinfo {
    border-bottom: 9px solid #5cada3;
    border-top: 9px solid #5cada3;
}

.scrolling-calendar-preview #calendar, .scrolling-calendar-preview #calendar caption {
    background: none repeat scroll 0 0 #62aca1;
}

/* Blog #e7b242 - orange*/

/* ******************************************************************** */
/* Page Structure												        */
/* ******************************************************************** */
#pagewidth {
    margin: 0 auto;
    text-align: left;
    width: 960px;
}

#extrawidecol {
    float: left;
    padding-top: 10px;
    position: relative;
    width: 100%;
    height: 100%
}

#twocol {
    float: left;
    position: relative;
    width: 637px;
}

#leftcol {
    position: relative;
    width: 100%;
}

#centercol {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    #leftcol {
        margin-top: 0;
    }
}

/* ******************************************************************** */
/* Header														        */
/* ******************************************************************** */

/* ******************************************************************** */
/* Main menu													                                  */
/* ******************************************************************** */

/* ******************************************************************** */
/* Content Page Elements												*/
/* ******************************************************************** */
.topblock {
    background: #e0e0e0;
    margin-bottom: 10px;
    padding: 12px;
}

.topblock img {
    margin-bottom: 15px;
}

@media (min-width: 500px) {
    .topblock img {
        float: right;
        padding: 0 0 12px 12px;
    }

    .topblock {
        padding: 12px;
    }
}

.topblock p {
    font-size: 1.2em;
    font-weight: normal;
}

.btmblock {
    background: #e8e8e8;
    padding: 12px;
    font-size: 14px;
    line-height: 1.3em;
}

.btmblock ul {
    margin: 0 0 12px 15px;
}

.btmblock ul li {
    list-style: disc;
}

.btmblock a {
    color: #980b0b;
}

.btmblock.space-above {
    margin-top: 10px;
}

.btmblock.transparent {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.btmblock.nopadding {
    padding: 0;
}

.monthblock {
    background: #4e4e4e;
    margin-bottom: 10px;
    padding: 12px 12px;
}

.monthblock td, .monthblock th {
    border-bottom: 1px solid #2e3030;
    color: #9a9a9a;
    font-size: 1em;
    padding: 1px 15px 1px 5px;
}

.monthblock th {
    font-size: 1.35em;
    font-weight: bold;
}

.monthblock td strong {
    color: #fff;
    font-size: 1.1em;
}

.monthblock td a:link, .monthblock td a:visited {
    color: #9a9a9a;
}

.monthblock td strong a:link, .monthblock td strong a:visited {
    color: #fff;
}

.monthblock td.first {
    width: 300px
}

.monthblock td.second {
    width: 125px
}

.monthblock td.third {
    width: 125px
}

.learn .monthblock {
    background: #980b0b;
}

.learn .monthblock td, .learn .monthblock th {
    color: #fff;
}

.learn .monthblock td a:link, .learn .monthblock td a:visited {
    color: #fff;
}

.formatdownload {
    background-color: #888;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    margin-right: 40px;
}

.formatdownload ul li {

    list-style: square;
    margin-bottom: 10px;
}

.formatdownload ul li a {
    color: #fff;
}

.formatdownload h2 {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .monthblock td, .monthblock th {
        font-size: 1.2em;
    }
}

.filmblocks {
}

.filmblocks h2 {
    padding: 12px 12px 2px;
}

.filmblock {
    background: #e0e0e0;
    padding: 12px;
    margin-bottom: 10px;
}

.filmblock h1 {
    font-size: 2em;
}

.filmblock h3 {
    font-family: 'Roboto Condensed', 'Roboto', Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    text-transform: none;
}

.filmblock h3 img {
    display: block;
    margin-bottom: 15px;
}

@media (min-width: 320px) {
    .filmblock h3 img {
        float: right;
        margin: 0 0 0 15px;
    }
}

.filmblock p {
    font-size: 1.2em;
}

.filmdetails {
    color: #cdcdcd;
}

.filmdetails img {
    float: left;
    margin-right: 15px;
}

.filmblock2 {
    background: #fff;
    font-size: 1.1em;
    margin-bottom: 10px;
    padding: 12px 12px;
}

.filmblock2 h4 {
    display: inline;
    float: left;
    font-size: 1.2em;
    padding-right: 20px;
    width: 40%;
}

.filmblock2 p {
    display: inline;
    font-size: 1.2em;
}

.filmblock2 div {
    margin-top: 5px;
}

.filmblock2 div:last-child {
    margin-top: 0;
}

#eventlist li {
    background: #e8e8e8;
    margin-bottom: 10px;
    padding: 12px;
    color: #888;
}

#eventlist li h3 {
    color: #980b0b;
    font-family: 'Roboto Condensed', 'Roboto', Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 4px;
    text-transform: none;
    line-height: 1.2em;
}

#eventlist li h3 a, #eventlist li h3 a:link, #eventlist li h3 a:visited {
    color: #980b0b !important;
}

.preserve #eventlist li h3 a:link, .preserve #eventlist li h3 a:visited {
    color: #980b0b !important;
}

#eventlist li p {
    /*font-size: 1.1em;*/
    margin: 0 0 10px;
    line-height: 14px;
}

#eventlist li p.date {
    color: #980b0b;
    margin: 0 0 2px;
}

#eventlist li p.more a:link, #eventlist li p.more a:visited {
    border-bottom: 1px dotted #980b0b;
    color: #980b0b;
    font-size: 0.85em;
}

#eventlist li img {
    margin-bottom: 15px;
}

#eventlist_learn li {
    background: #e8e8e8;
    margin-bottom: 10px;
    padding: 12px;
    color: #888;
}

#eventlist_learn li h3 {
    color: #980b0b;
    font-family: 'Roboto Condensed', 'Roboto', Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 4px;
    text-transform: none;
    line-height: 1.2em;
}

#eventlist_learn li p {
    font-size: 1.1em;
    margin: 0 0 2px;
}

#eventlist_learn li p.date {
    color: #980b0b;
    margin: 0 0 2px;
}

#eventlist_learn li p.more a:link, #eventlist_learn li p.more a:visited {
    border-bottom: 1px dotted #980b0b;
    color: #980b0b;
    font-size: 0.85em;
}

#eventlist_learn li img {
    float: right;
}

#subnav {
    margin-bottom: 10px;
    padding: 0 0 55px 10px;
}

#subnav li {
    color: #fff;
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
    font-size: 2.4em;
    line-height: 0.9;
    text-transform: uppercase;
}

/* ******************************************************************** */
/* Film Details															*/
/* ******************************************************************** */
#filminfo {
    margin-bottom: 10px;
    padding: 12px;
}

#filminfo h1 {
    margin-bottom: 0;
    color: #ffffff;
}

#filminfo h2 {
    font-size: 3.10em;
    margin: 0 0 40px;
}

#filminfo h3 {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.3;
    margin: 0;
}

#filminfo p {
    font-size: 1.1em;
    color: #ffffff;
    margin: 0 0 15px 0;
}

#filminfo .buttons p a {
    color: #333333
}

#share {
    border: 1px solid #fff;
    border-width: 1px 0;
    padding: 2px 0;
    margin-top: 10px;
}

#share h3 {
    color: #fff;
    display: inline;
    float: left;
    font-size: 2em;
}

#share > div {
    display: inline;
    float: right;
}

#filmpics .pikachoose {
    display: none;
}

@media (min-width: 768px) {
    #filmpics .pikachoose {
        display: block;
    }

    #filmtimes {
        padding: 12px;
    }
}

#filmpics .iframe {
    display: block;
    margin-bottom: 30px;
}

#thumbs {
    margin: 10px 0;
}

#thumbs img {
    border: 2px solid #6a6a6a;
    margin-right: 10px;
}

#filmvid {
    z-index: 1
}

#filmvid iframe {
    width: 100%;
}

#filmtimes {
    background: #e8e8e8eee;
}

#filmtimes h3 {
    border-bottom: 1px solid #888888;
    font-family: 'Roboto Condensed', 'Roboto', Helvetica, sans-serif;
    font-size: 2.3em;
    margin-bottom: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
}

#filmtimes li {
    border-bottom: 1px solid #888888;
    padding: 3px 0;
}

#comments h3 {
    display: block;
    float: left;
    margin-bottom: 0;
    padding: 12px;
}

#comments p {
    display: block;
    float: left;
    padding: 15px 10px 0;
    text-align: left;
    width: 150px
}

#comments p a {
    background: url(images/arrow-right.png) no-repeat 100% 50%;
    color: #fff;
    font-size: 1.2em;
    padding-right: 20px;
}

#comments ul {
    clear: both;
}

#comments li {
    background: #1d1f1f;
    margin-bottom: 10px;
    padding: 10px 12px;
}

#comments p label {
    width: 200px;
    display: block;
}

#comments .commentlist p {
    float: left;
    width: 304px;
    display: block;
    background: #1d1f1f;
    padding: 5px;
    margin-bottom: 5px
}

#comments-form {
    padding-bottom: 15px;
    background: #980b0b
}

#comments-form h3 {
    display: block;
    float: left;
    margin-bottom: 0;
    padding: 12px;
}

#comments-form p {
    display: block;
    float: left;
    padding: 15px 10px 0;
    text-align: left;
    width: 960px
}

#comments-form p a {
    background: url(images/arrow-right.png) no-repeat 100% 50%;
    color: #fff;
    font-size: 1.2em;
    padding-right: 20px;
}

#comments-form ul {
    clear: both;
}

#comments-form li {
    background: #1d1f1f;
    margin-bottom: 10px;
    padding: 10px 12px;
}

#comments-form p label {
    width: 200px;
    display: block;
}

#comments-form #submit {
    width: 190px;
    background: #FFFFFF;
    border: 0;
    padding: 5px
}

/* ******************************************************************** */
/* Shop				 													*/
/* ******************************************************************** */
.prodboxes {
    padding-bottom: 20px;
    background: url(/wp-content/themes/ifi2011/images/shopbox.png) repeat-y;
    min-height: 210px
}

.prodboxes div {
    background: #fff;
    color: #2e3030;
    float: left;
    padding: 12px 12px 8px 12px;
    width: 290px;
}

.prodboxes div.basketPrice {
    position: absolute;
    top: 240px;
    float: left;
    background: none;
    padding: 0
}

.prodboxes div:first-child {
    margin-right: 9px;
}

.prodboxes div img {
    float: left;
    margin: 0 10px 0 0;
}

.prodboxes div a:link, .prodboxes div a:visited {
    color: #2e3030;
}

#widecol .prodboxes p.price {
    display: inline;
    float: left;
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px 0 2px;
}

#widecol .prodboxes p.add {
    background: url(images/pink-arrow.gif) no-repeat right bottom;
    display: inline;
    float: right;
    font-size: 1.1em;
    margin-bottom: 0;
    padding: 16px 19px 1px 0;
}

.prodlists {
}

.prodlists div {
    background: #181919;
    color: #fff;
    float: left;
    padding: 12px 12px 8px 12px;
    width: 290px;
    height: auto;
    border-top: 9px solid #2e2f2f
}

.prodlists div:first-child {
    margin-right: 9px;
}

.prodlists div.left-child {
    margin-right: 9px;
}

.shop #widecol .prodlists div h2 {
    padding-left: 0;
}

.prodlists div a:link, .prodlists div a:visited {
    color: #fff;
}

.prodlists li {
    font-size: 1.2em;
    padding-bottom: 3px;
}

/* ******************************************************************** */
/* Right Column		 													*/
/* ******************************************************************** */

#rightcol, #filmtimes {
    margin-top: 15px;
}

#mc_embed_signup form {
    padding: 30px 0 15px !important;
}

@media (min-width: 768px) {
    #rightcol {
        margin-top: 0;
    }

    #mc_embed_signup form {
        padding: 10px 0;
    }
}

#search {
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    max-width: 280px;
    margin-top: 15px;
}

#search label {
    display: inline-block;
    font-size: 1em;
    padding: 0 3px 0 0;
    vertical-align: middle;
}

#search input[type=text] {
    background: #e8e8e8;
    border: 1px solid #909090;
    height: 18px;
    padding: 2px 6px;
    vertical-align: middle;
    width: 110px;
}

#search input[type=image] {
    margin-left: 2px;
    vertical-align: middle;
}

#signin {
    background: url(images/arrow-right-wine.png) no-repeat right center;
    color: #a6a6a6;
    display: inline-block;
    font-size: 1.2em;
    margin: 15px 0 10px;
    padding: 2px 20px 0 0;
}

.home #signin, .cafebar #signin {
    background: url(images/arrow-right-wine.png) no-repeat right center;
}

.whatson #signin {
    background: url(images/arrow-right-wine.png) no-repeat right center;
}

.preserve #signin, .news #signin {
    background: url(images/arrow-right-wine.png) no-repeat right center;
}

.shop #signin, .visit #signin {
    background: url(images/arrow-right-wine.png) no-repeat right center;
}

.international #signin, .about #signin {
    background: url(images/arrow-right-wine.png) no-repeat right center;
}

@media (min-width: 768px) {
    #rightcol #calendar {
        margin: 0;
    }

    #signin {
        adding: 2px 20px 0 10px;
    }
}

@media (min-width: 600px) {
    #calendar {
        float: left;
    }
}

#calendar {
    clear: both;
    margin-top: 15px;
    padding: 10px;
}

@media (min-width: 768px) {
    #calendar {
        float: left;
    }
}

#calendar h2 {
    margin: 0;
    color: #fff;
}

#calendar table {
    background: #fff;
    margin-top: 10px;
    text-align: center;
    width: 270px;
}

#calendar caption {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 3px;
    padding: 0;
    text-align: center;
    width: 270px;
}

#calendar .nav, #calendar .nav a {
    color: #fff;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
}

#calendar .nav:first-child {
    float: left;
}

#calendar .nav:last-child {
    float: right;
}

#calendar th {
    font-size: 1em;
    font-weight: bold;
    padding: 4px 0;
    text-align: center;
}

#calendar td {
    height: 22px;
    line-height: 21px;
    text-align: center;
}

#calendar td a {
    display: block;
    font-weight: bold;
    text-decoration: none;
}

#calendar td a:hover, #calendar td a:active, #calendar td#today {
    color: #fff;
}

#calendar td#today a, #calendar td#today a:link, #calendar td#today a:visited {
    font-weight: bold;
}

#calendar td#today a:hover, #calendar td#today a:active {
    color: #fff;
}

@media (min-width: 992px) {
    #calendar {
        float: none;
    }
}

#sidenews {
    margin: 0 0 10px;
    padding-top: 10px;
    clear: both;
}

#sidenews h2 {
    display: inline;
    float: left;
    margin: 0 0 8px;
    padding: 0 10px 4px;
}

#sidenews p {
    display: inline;
    float: right;
    padding: 10px 10px 0;
    text-align: right;
}

#sidenews p a {
    background: url(images/arrow-right-wine.png) no-repeat 100% 50%;
   /* color: #488980;*/
    font-size: 1.2em;
    padding-right: 20px;
}

.home #sidenews p a, .cafebar #sidenews p a {
    background: url(images/arrow-right-wine.png) no-repeat 100% 50%;
}

.whatson #sidenews p a {
    background: url(images/arrow-right-wine.png) no-repeat 100% 50%;
}

.preserve #sidenews p a, .news #sidenews p a {
    background: url(images/arrow-right-wine.png) no-repeat 100% 50%;
}

.irish-film #sidenews p a {
    background: url(images/arrow-right-wine.png) no-repeat 100% 50%;
}

.shop #sidenews p a, .visit #sidenews p a {
    background: url(images/arrow-right-wine.png) no-repeat 100% 50%;
}

.international #sidenews p a, .about #sidenews p a {
    background: url(images/arrow-right-wine.png) no-repeat 100% 50%;
}

#sidenews ul {
    clear: both;
    padding: 0;
}

#sidenews li {
    background: #e8e8e8;
    position: relative;
    clear: right;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 13px;
}

#sidenews span.date {
    
    bottom: 0;
    margin-bottom: 5px;
    color: #888;
}

#sidenews li a {
    color: #333333;
    font-size: 11px;
    line-height: 13px;
}

#sidenews li a:hover {
    text-decoration: underline;
}

#sidenews li img {
    float: right;
    margin: -10px -10px;
    padding-left: 30px;
}

#sidenews li strong {
    font-weight: normal;
    padding-top: 10px;
}

#sideinfo {
    padding: 10px 0 10px 10px;
    font-size: 1.15em;
}

#sideinfo p {
    line-height: 1.2;
    padding: 2px 0 8px;
}

#sideinfo p:first-child {
    padding-bottom: 15px;
}

#sideinfo p img {
    float: right;
    padding-left: 30px;
}

#sideinfo p a {
    color: #62aca1;
    text-decoration: underline;
}

.home #sideinfo p a {
    color: #980b0b;
}

.whatson #sideinfo p a {
    color: #980b0b;
}

.learn #sideinfo p a {
    color: #980b0b;
}

.preserve #sideinfo p a {
    color: #980b0b;
}

.shop #sideinfo p a {
    color: #980b0b;
}

.international #sideinfo p a {
    color: #980b0b;
}

.irish-film #sideinfo p a {
    color: #980b0b;
}

.cafebar #sideinfo p a {
    color: #980b0b;
}

.visit #sideinfo p a {
    color: #980b0b;
}

.news #sideinfo p a {
    color: #980b0b;
}

.membership #sideinfo p a {
    color: #980b0b;
}

.about #sideinfo p a {
    color: #980b0b;
}

#sideinfo div img {
    padding-right: 4px;
}

#sideinfo div a:last-child img {
    padding: 0 0 0 0px;
}

#frenchinfo {
    padding: 10px 0 10px 10px;
    font-size: 1.15em;
}

#frenchinfo p {
    line-height: 1.2;
    padding: 2px 0 8px;
}

#frenchinfo p:first-child {
    padding-bottom: 15px;
}

#frenchinfo p img {
    float: right;
    padding-left: 30px;
}

#frenchinfo p a {
    color: #fff;
    text-decoration: underline;
}

#frenchinfo div img {
    padding-right: 4px;
}

#frenchinfo div a:last-child img {
    padding: 0 0 0 5px;
}

#programme {
    margin-bottom: 12px;
    padding: 10px;
    background-color: #e8e8e8;
}

#programme h3 {
    font-family: 'Roboto Condensed', 'Roboto', Helvetica, sans-serif;
    font-size: 2.0em;
    text-transform: uppercase;
    margin-top: 15px;
}

#programme ul {
    border-top: 1px solid #888888;
    padding-top: 4px;
}

#programme li {
    padding: 10px 0;
    font-size: 14px;
}

#programme li a:link, #programme li a:visited {
    color: #980b0b;
}

#programme li a {
    border-bottom: 1px solid #888888;
    line-height: 20px;
}

.whatson #programme ul li ul {
    border: 0;
}

.whatson #programme a {
    color: #980b0b;
}

.wp-caption-dd {
    padding: 5px;
    margin-bottom: 8px
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
}

#mc_embed_signup {
    background: transparent !important;
}

#mc_embed_signup h2 {
    font-size: 1.5em !important;
    font-weight: normal !important;
    margin: 0 0 10px !important;
}

#mc_embed_signup input[type="text"], #mc_embed_signup input[type="email"] {
    width: 80%;
}

#mc_embed_signup input[type="submit"] {
    font-size: 0.9em !important;
}

#mc_embed_signup .mc-field-group input {
    padding: 5px 0 !important;
    color: black;
}

#mc_embed_signup .mc-field-group {
    min-height: 0 !important;
}

/*#mc_embed_signup .button { background-color: #62aca1 !important; }*/

/* ******************************************************************** */
/* Footer 														        */
/* ******************************************************************** */
#footer {
    clear: both;
    display: block;
    margin-top: 10px;
    padding: 20px;
    color: #333333;
}

#footer a:link, #footer a:visited {
    color: #333333;
    text-decoration: underline;
}

#footer a:hover, #footer a:active {
    color: #62aca1;
}

/* ******************************************************************** */
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

.pikachoose {
    width: 100%;
    margin: 0;
}

.pika-stage {
    position: relative;
    width: 315px;
    height: 250px;
}

.pika-stage .pika-aniwrap, .pika-stage .main-image {
    position: absolute;
    top: 0;
    left: 0;
}

.pika-stage .pika-aniwrap {
    width: 100%;
}

.pika-stage .pika-ani {
    position: relative;
    display: none;
    z-index: 2;
    margin: 0;
}

.pika-stage img {
    border: 0;
    width: 100%;
    height: auto;
    display: block;
}

.pika-stage .caption {
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid #141414;
    font-size: 11px;
    color: #fafafa;
    text-align: right;
    bottom: 20px;
    right: 10px;
}

.pika-stage .caption p {
    padding: 0;
    margin: 0;
    line-height: 14px;
}

.pika-textnav, .pika-imgnav {
    display: inline;
}

.pika-counter {
    position: absolute;
    bottom: -20px;
    left: 15px;
    font-size: 11px;
}

#pikame {
    display: block;
}

.jcarousel-skin-pika .jcarousel-container-horizontal {
    padding: 15px 0px;
    overflow: hidden;
}

.jcarousel-skin-pika .jcarousel-clip-horizontal {
    height: 90px;
    width: 225px;
}

.jcarousel-skin-pika .jcarousel-item-horizontal {
    margin-right: 7px;
}

/* Style the thumbnails */
.pika-thumbs {
    padding: 0 0px;
}

.pika-thumbs li {
    width: 51px;
    height: 51px;
    margin: 0px 0 10px 0;
    padding: 0;
    overflow: hidden;
    float: left;
    list-style-type: none;
    padding: 1px;
    background: #ffffff;
    border: 1px solid #97ab2e;
    cursor: pointer;
}

.pika-thumbs li:last {
    margin: 0;
}

.pika-thumbs li .clip {
    position: relative;
    height: 100%;
    text-align: center;
    vertical-align: center;
    overflow: hidden;
}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {
    width: 100%;
}

.pika-stage {
    position: relative;
    text-align: center;
    height: 250px;
}

@media (min-width: 768px) {
    .pika-stage img {
        height: 100%;
    }
}

.pika-stage .caption {
    position: absolute;
    border: none;
    font-size: 11px;
    color: #fafafa;
    padding: 10px;
    text-align: right;
    bottom: 0;
    right: 0;
}

.pika-stage .caption p {
    padding: 0;
    margin: 0;
    line-height: 14px;
}

.jcarousel-skin-pika {
    width: 225px
}

.jcarousel-list-horizontal {
    width: 225px
}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {
    position: absolute;
    text-indent: -5000px;
    display: block;
    z-index: 3;
}

.pika-imgnav a.previous {
    background: url(images/homepromos/arrow-left.gif) no-repeat right 45% #dddddd;
    height: 50px;
    width: 25px;
    top: 265px;
    right: 30px;
    cursor: pointer;
}

.pika-imgnav a.next {
    background: url(images/homepromos/arrow-right.gif) no-repeat right 45% #ff0000;
    height: 50px;
    width: 25px;
    top: 265px;
    right: 0px;
    cursor: pointer;
}

.pika-imgnav a.play {
    background: url(images/homepromos/arrow.png) no-repeat 0% 50% #ffffff;
    height: 100px;
    width: 44px;
    top: 0;
    left: 50%;
    display: none;
    cursor: pointer;
}

.pika-imgnav a.pause {
    background: url(images/homepromos/arrow.png) no-repeat 0% 50% #ffffff;
    height: 100px;
    width: 44px;
    top: 0;
    left: 50%;
    display: none;
    cursor: pointer;
}

/* The previous and next textual buttons */
.pika-textnav {
    display: none;
}

.pika-textnav a {
    font-size: 12px;
    text-decoration: none;
    color: #333;
    padding: 4px;
}

.pika-textnav a.previous {
    float: left;
    width: auto;
    display: block;
}

.pika-textnav a.next {
    float: right;
    width: auto;
    display: block;
}

/*for the tool tips*/
.pika-tooltip {
    font-size: 12px;
    position: absolute;
    color: white;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 3px solid black;
}

.pika-counter {
    position: absolute;
    bottom: 45px;
    left: 15px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    font-size: 11px;
    padding: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */
.pika-loader {
    background: url(loading.gif) 3px 3px no-repeat #000;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    width: 60px;
    font-size: 11px;
    padding: 5px 3px;
    text-align: right;
    position: absolute;
    top: 15px;
    right: 15px;
}

a:hover {
    color: #828282;
    text-decoration: none;
}

.btmmapblock {
    background: #4e4e4e;
    padding: 5px;
    font-size: 1.1em;
}

a.booknowlink {
    color: #980b0b !important;
}

/* Festival single page */
#fullcol {
    width: 960px;
    border-top: 9px solid #980b0b;
}

#fullcol .topblock {
    margin-top: 5px;
    margin-bottom: 8px;
}

/*.topblock h1 {
    font-size: 3.7em;
}*/

@media (max-width: 568px) {

    .topblock h1 {
        font-size: 3.5em;
        padding-top: 10px;
        display: block;
    }
}

.festivalmenu {
    background-color: #980b0b;
    margin-bottom: 10px;
}

.festivalmenu li {
    border-bottom: 2px solid #fff;
}

.festivalmenu li a {
    color: #fff;
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
    font-size: 2em;
    padding: 9px 14px 9px 14px;
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .festivalmenu li a {
        font-size: 1.5em;
    }
}

@media (min-width: 768px) {
    .festivalmenu li {
        float: left;
        border-right: 6px solid #fff;
        border-bottom: 0;
    }
}

.festivalmenu li a:hover {
    text-decoration: none;
    color: #fff;
}

#fullcol .btmblock {
    background-color: transparent;
    padding: 0;
}

#fullcol .socialmedia {
    float: right;
}

#festivalitems {
    width: 960px;
    margin-top: 8px;
    margin-left: 0 !important;
}

.festivalitem {
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .festivalitem {
        width: 50%;
        float: left;
    }
}

.festivalitem a {
    display: block;
    text-decoration: none;
}

.festivalitem a:hover .synopsis {
    display: block;
}

.festivalitem .title {
    background-color: #4e4e4e;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media (min-width: 992px) {
    .festivalitem .title {
        height: 90px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .festivalitem .title {
        height: 60px;
    }
}

.festivalitem .time {
    background-color: #980b0b;
    color: #fff;
    padding: 10px;
    font-size: 0.9em;
}

.festivalitem .time span {
    display: block;
    margin-bottom: 5px;
}

.socialmedia p {
    margin-bottom: 10px;
}

.synopsis-area {
    position: relative;
    background-color: #4e4e4e;
}

.synopsis-area img {
    display: block;
    margin: 0 auto;
}

.synopsis {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(105, 68, 137, 0.8);
    color: #fff;
    padding: 7px;
    font-size: 0.9em;
}

.large-checkbox {
    display: none;
    margin: 3px 3px 3px 4px;
}

.large-checkbox + label {
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.large-checkbox:active, .large-checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.large-checkbox:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.large-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 2px;
    color: #424242;
}

.large-checkbox:checked + label:after {
    font-size: 20px;
}

#international-category-search li {
    margin-bottom: 5px;
}

.wp-pagenavi {
    display: block;
    margin: 20px 0;
}

#widecol {
    position: relative;
}

/*cafe bar gallery*/
.cafe-images ul li {
    list-style: none;
}

#sign-in {
    padding: 10px 0 10px 0;
    display: block;
    width: 100%;
    font-size: 14px;
}

#mc_embed_signup h2 {
    font-size: 19px !important;
}

@media (min-width: 601px) and (max-width: 992px) {
    #rightcol #mailchimp, #rightcol #calendar, #rightcol #filmtimes {
        float: left;
        width: 50%;
        clear: none;
    }
}

@media (max-width: 600px) {
    li.filmarchive div.film_text {
        width: 80% !important;
    }
}

/*********************/
.irish-film a {
    color: #980b0b;
}

.irish-film #navbar {
    background-color: #980b0b;
    font-size: 12px;
}

@media (max-width: 767px) {
    .irish-film .test {
        background-color: #980b0b;
        overflow: hidden;
        margin: 10px 0;
        color: #fff;
        text-transform: uppercase;
    }
    .irish-film .nav > li {
        border-bottom: 2px solid #980b0b;
    }
    .irish-film .navbar-default .navbar-nav > li > a {
        color: #980b0b;
        font-size: 16px;
    }
}

.irish-film #navbar .dropdown-menu .col-title {
    color: #980b0b;

}

.irish-film hr {
    border: 3px solid #980b0b;
}

@media (min-width: 768px) {

    .irish-film .navbar li.dropdown.open a.primary:after {
        border-top: 15px solid #980b0b;

    }
}

.irish-film #calendar, .irish-film #calendar caption {
    background: #980b0b;
}

.irish-film #calendar table {
    border-left: 1px solid #980b0b;
}

.irish-film #calendar th {
    background: #d5de99;
    border: 1px solid #980b0b;
    border-left: 0;
    color: #515c00;
}

.irish-film #calendar td {
    border-right: 1px solid #980b0b;
    border-bottom: 1px solid #980b0b;
    color: #9ea65e;
}

.irish-film #calendar td a:link, .irish-film #calendar td a:visited {
    background: #eaefcc;
    color: #515c00;
}

.irish-film #calendar td a:hover, .irish-film #calendar td a:active {
    background: #980b0b;
}

.irish-film #calendar td#today {
    background: #d5de99;
    color: #fff;
}

.irish-film #calendar td#today a:link, .irish-film #calendar td#today a:visited {
    background: #d5de99;
    color: #515c00;
}

.irish-film #calendar td#today a:hover, .irish-film #calendar td#today a:active {
    background: #980b0b;
}

.irish-film #calendar, .irish-film #sidenews {
    display: none;
}

.irish-film #footer {
    border-top: 9px solid #980b0b;
}

.irish-film #sideinfo {
    border-top: 9px solid #980b0b;
    border-bottom: 9px solid #980b0b;
}

.irish-film .topblock h1 {
    color: #980b0b;
}

.irish-film .header_buttons {
    background-color: #980b0b;
    color: white;
    padding: 5px;
    margin: 5px 0 5px;
}

.irish-film #mc_embed_signup .button {
    background-color: #980b0b !important;
}

.irish-film .btmblock a {
    color: #980b0b;
}

.irish-film .navbar-toggle .icon-bar {
    background-color: #fff;
}

.irish-film #mobile-submenu {
    border: 2px solid #980b0b;
}

.irish-film .filmblock img {
    margin-bottom: 15px;
}

.irish-film #sidenews h2 {
    color: #980b0b;
}

#widecol .irish-film #leftcol, #widecol .irish-film #centercol {
    background-color: #e8e8e8;
    padding: 10px;
}

@media (min-width: 768px) {
    .irish-film #calendar, .irish-film #sidenews {
        display: block;
    }
}

ul.row li {
    float: none;
}

#irish-film-year {
    margin-bottom: 10px;
    float: left;
}

.buttons.irish-film {
    padding: 0;
    margin-bottom: 10px;
}

.buttons.irish-film a {
    color: #ff0000;
}

#irish-film-search p {
    width: 50%;
    float: left;
}

#irish-film-search #search-categories {
    clear: both;
}

#irish-film-search h1 {
    clear: both;
    padding-top: 10px;
    float: left;
}

.irish-film-subnav {
    font-size: 0.8em;
    padding: 10px 10px 20px !important;
}

.irish-film-subnav li {
    margin-bottom: 2px;
}

#irish-film-sort {
    margin: 20px 10px 20px 0;
}

#irish-film-sort p, #irish-film-sort select {
    float: left;
    margin-right: 10px;
}

#irish-film-search #irish-film-year {
    float: left;
    margin: 10px;
}

.irish-film-search-buttons {
    clear: both;
    padding: 10px 0;
}

.irish-film-search #submit-search, .irish-film-search #clear-search {
    float: left;
    margin: 10px 10px 0 0;
}

.irish-film-description {
    font-size: 1em !important;
}

#twocol.irish-film #leftcol {
    min-height: 517px;
    background-color: #980b0b;
    color: #fff;
    width: 294px;
    padding: 10px;
}

#twocol.irish-film #leftcol a {
    color: #fff;
}

.blacktext {
    color: #000;
}

.blacktext.tight {
    margin-bottom: 5px !important;
}

#irish-film-film-spec li {
    width: 50%;
    float: left;
}

#irish-film-film-spec li:first-child {
    padding-right: 10px;
    border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#irish-film-film-spec ul li {
    width: 100%;
    float: none;
}

#twocol.irish-film #centercol {
    border: 0;
}

.irish-film-synopsis {
    clear: both;
}

#irish-film-categories, #irish-film-keyword-search {
    text-align: right;
}

#irish-film-categories #subnav {
    padding-bottom: 10px;
}

#irish-film-categories #subnav li {
    color: #888;
}

.irish-film-large-font {
    font: 16px 'Roboto Condensed', 'Roboto', sans-serif;
    color: #888;
    text-transform: uppercase;
}

.irish-film #centercol {
    padding-top: 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* General */

body {
    padding-top: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 19px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}
#homepage-tabs li{
    line-height: 26px;
}

.container {
    max-width: 970px;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed';
    font-weight: 700;
}*/

/* Buttons */

.btn,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.form-control,
.input-group-addon {
    border: 0;
    border-radius: 0;
    font-family: 'Roboto Condensed';
}

.btn-primary {
    background: #337AB7;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 16px;
}

/* Navigation */
.navbar {
    margin-bottom: 15px;
}

.navbar-default {
    background: none;
    border-radius: 0;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Roboto Condensed';
}

.navbar-brand {
    display: block;
    height: 100%;
    padding-bottom: 15px;

}

.navbar-brand img {
    max-height: 100px;
    width: auto;   
}

#navbar {
    text-transform: uppercase;
}

.nav-inline .nav-item {
    display: inline-block;
}

.nav-link {
    display: inline-block;
}

@media (max-width: 767px) {
    .navbar-form {
        margin-top: 4px;
        margin-bottom: 0;
        margin-bottom: 4px;
    }
}

@media (min-width: 767px) {
    .navbar-form {
        margin-top: 7px;
        margin-bottom: 0;
    }
}

.navbar-form .form-control {
    text-transform: uppercase;
    height: 25px;
    color: #747474;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0px 5px 5px;
    max-width: 120px;
}

.navbar-toggle {
    float: left;
    margin: 7.5px 15px 0;
    padding: 0;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    border-radius: 0;
    height: 3px;
}

.navbar-default .navbar-nav > li > a {
    color: #980B0B;
    font-size: 16px;
}

/* Mega Menu */

#navbar .dropdown-menu {
    min-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.navbar li.dropdown.open {
    position: static;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
    background-image: none;
    box-shadow: none;
}

.navbar-nav a {
    line-height: 26px;
}

#navbar .dropdown-menu ul {
    list-style-type: none;
}

.nav > li.dropdown.open .dropdown-menu {
}

#navbar .dropdown-menu ul {
    padding-left: 0;
    margin: 0;
}

#navbar .dropdown-menu ul li ul {
    padding-top: 10px;
}

#navbar .dropdown-menu .col-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #980B0B;
    pointer-events: none;
    cursor: default;
}

#navbar .dropdown-menu a {
    color: #4a4a4a;
    text-transform: none;
}

/* Smart Menu Bootsrap Addon */

.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 0;
}

/* Home Page */

#homepromos {
    color: #fff;
    line-height: 19px;
}

#homepromos h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    margin: 0;
    letter-spacing: -0.5px;
}

#homepromos .grid-description p {
    padding-top: 0px;
}

.masonry-lg,
.masonry-sm {
    margin-bottom: 10px;
    position: relative;
}

.masonry-lg h2,
.masonry-sm h2,
.masonry-lg p,
.masonry-sm p {
    padding: 7.5px 15px;
}

.masonry-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
}

.mail-list {
    background-color: #fff;
    padding: 10px 15px;
    display: block;
    font-family: 'Roboto Condensed';
    position: relative;
    font-size: 18px;
}

.mail-list:hover, .mail-list:active, .mail-list:visited {
    text-decoration: none;
}

.mail-list .caret {
    position: absolute;
    right: 15px;
    top: 18.5px;
}

#login-dp {
    border-radius: 0;
    border: 0;
    left: initial;
    margin-right: 15px;
    padding: 10px 15px;
}

#login-dp .input-group {
    margin-bottom: 15px;
    border: 1px solid #eee;
}

#login-dp .input-group .glyphicon {
    font-size: 12px;
}

#login-dp input[type=text] {
    display: block;
    width: 100%;
    height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#home-news * {
    font-size: 14px;
    line-height: 21px;
}

#home-news .section-title {
    border-top: 2px solid #980B0B;
    font-size: 24px;
    color: #980B0B;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
}

#home-news h2,
#home-news p {
    padding: 7.5px 15px;
    margin-top: 0;
}

#home-news h2 {
    color: #151515;
    font-weight: 400;
}

#home-news article {
    background-color: #e7e7e7;
    height: 100%;
}

.date {
    color: #980B0B;
}

hr {
    border: 3px solid #980B0B;
}

/*** Footer ***/

#ifi-footer address {
    margin-bottom: 0;
}

#ifi-footer ul {
    padding-left: 0;
    overflow: auto;
    float: left;
}

#ifi-footer ul li {
    float: left;
    list-style-type: none;
}

#ifi-footer ul li a {
    color: #454545;
}

.social-media li {
    margin-right: 15px;
}

.footer-logo-text,
.footer-logo {
    float: left;
}

.footer-logo-text {
    text-align: right;
    line-height: 19px;
}

.footer-logo-text {
    width: 25%;
}

.footer-terms {
    margin-top: 30px;
}

/* Media Queries */

@media (max-width: 767px) {
    .navbar-brand {
        padding: 0;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .upper-nav-btns {
        margin-top: 10px;
    }

    .upper-nav-btns button {
        width: 33.333%;
        margin: 0 15px 5px 0;
        float: right;
        clear: right;
    }

    .upper-nav-btns button.btn-last {
        margin-bottom: 0;
    }

    .test {
        background-color: #980B0B;
        overflow: hidden;
        margin: 10px 0;
        color: #fff;
        text-transform: uppercase;
    }

    .test p {
        margin: 7px 0 0;
        font-size: 16px;
    }

    .nav > li {
        border-bottom: 2px solid #980B0B;
    }

    .visible-xs {
        display: inline-block !important;
    }

    .navbar .navbar-form {
        float: right;
        width: 33.333%;
        border-top: 0;
        border-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-right: 15px;
        padding: 0;
    }

    .navbar-form .form-control {
        text-align: center;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }

    #navbar .dropdown-menu .col-1st,
    #navbar .dropdown-menu .col-2nd {
        padding: 0;
    }

    #navbar .dropdown-menu .col-title {
        display: block;
        margin: 0 -15px;
        padding: 5px 15px;
        text-decoration: none;
        border-bottom: 1px solid #9B9B9B;
        background-color: #ececec;
    }

    header .main-menu li a.dropdown-toggle {
        float: right;
        padding: 10px 20px;
    }

    .masonry-lg, .masonry-sm {
        padding-bottom: 15px;
    }

    .masonry-img {
        overflow: hidden;
    }

    .masonry-img img {
        width: 100%;
        object-fit: cover;
        object-position: 50% 0;
    }
}

@media (min-width: 768px) {
    /* Boostrap Gutter Hack - http://arnique.net/web-design/58/a-quick-guide-to-changing-bootstraps-gutter-width/ */
    /* 10px gutter */
    .gutter-10.row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .gutter-10 > [class^="col-"],
    .gutter-10 > [class^=" col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

    /* Equal height styles - http://getbootstrap.com.vn/examples/equal-height-columns/*/
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-brand {
        padding: 15px;
    }

    #navbar {
        background-color: #980B0B;
        font-size: 12px;
    }

    #navbar a {
        color: #fff;
    }

    .navbar-header {
        float: none;
        position: relative;
    }

    .navbar-nav > li > a {
        padding: 10px 7.5px;
    }

    .navbar-nav > li:first-child > a {
        padding-left: 0;
    }

    .navbar-nav > li:last-child > a {
        padding-right: 0;
    }

    .navbar-nav > li > a,
    .nav.nav-inline > li > a {
        color: #5c5c5c;
    }

    #homepage-tabs .nav-item .nav-link {
        font-weight: 900;
        font-family: Roboto;
        font-size: 10px;
        text-transform: uppercase;
    }

    .navbar-nav > li > a {
        padding: 10px 5px;
    }

    #navbar a:hover {
        text-decoration: underline;
    }

    .nav.nav-inline > li > a {
       
        padding: 5px 3px 4px 3px;
        border: 1px solid #980B0B;
        line-height: 1;
    }

    .nav-inline.navbar-right {
        padding-right: -30px;
    }

    .navbar li.dropdown.open a.primary:after {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 12.5px solid transparent;
        border-right: 12.5px solid transparent;
        border-top: 15px solid #980B0B;
        clear: both;
        z-index: 9999;
    }

    #navbar .dropdown-menu .col-1st,
    #navbar .dropdown-menu .col-2nd {
        padding: 25px;
    }

    #navbar .dropdown-menu .col-1st {
        background-color: #ECECEC;
    }

    #navbar .dropdown-menu .col-2nd {
        background-color: #e2e5e8;
    }

    #navbar .dropdown-menu ul.row {
        background-color: #e2e5e8;
    }

    #home-page {
        margin-top: -40px;
    }

    .navbar-header .navbar-form {
        position: absolute;
        right: 15px;
    }

    .upper-nav-btns {
        padding: 15px 0 27.5px;
        float: right;
    }

    .upper-nav-btns button {
        margin-right: 15px;
    }

    button.btn-last {
        margin-right: 0;
    }

    .masonry-lg {
        /* Temp - take out with masonry included*/
        height: 355px;
    }

    .masonry-sm {
        /* Temp - take out with masonry included*/
        height: 150px;
    }

    .masonry-img {
        height: 280px;
        overflow: hidden;
    }

    #home-news .masonry-img {
        height: 173px;
    }

    .post-info {
        position: absolute;
        bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-form .form-control, #navbar a {
        font-size: 12px;
    }

    #login-dp.dropdown-menu {
        max-width: 325px;
    }
}

@media (min-width: 992px) {
    .navbar-nav > li > a {
        padding: 10px 7.5px;
    }

    #homepage-tabs .nav-item .nav-link {
        font-size: 12px;
        text-transform: uppercase;
    }

    #navbar {
        font-size: 16px;
    }

    .nav-inline.navbar-right {
        padding-right: -30px;
    }

    .nav.nav-inline > li > a {
        margin-top: 15px;
        padding: 5px 7px 4px 7px;
        border: 1px solid #980B0B;
    }

    #login-dp.dropdown-menu {
        max-width: 197.5px;
    }

    .masonry-lg {
        /* Temp - take out with masonry included*/
        height: 315px;
    }

    .masonry-img {
        height: 182px;
    }

    #home-news .masonry-img {
        height: 228px;
    }
}


/** New Home Slider **/

.section-title-news {
    font-size: 24px !important;
    color: #980B0B !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-top: 0px;
}

.section-title-news a {
    color: #980B0B !important;

}


.showtoday {
    height: 437px;
    background: #E7E7E7;
    overflow: hidden;
    overflow-y: auto;
    color: #363636;
    font-family: 'Roboto Condensed', sans-serif;

}

body:not(.new-homepage) .showtodaytitle {
    height: 38px;
    background: #114466;
    color: #fff;
    margin-bottom:0px;
}

.showtodaytitle select, .showtodaytitle select option{
    color: white !important; border: 1px solid white !important;
}

.showtodaytitle h2 {color: #fff; font-family: 'Roboto Condensed', sans-serif; padding: 4px 15px;}*/
#chooseDateSelect{color: white;}
.showtoday ul li p strong a {font-weight:500; font-size: 16px; color:#980B0B !important;}
.showtoday ul li p strong a:hover {font-weight:500; font-size: 16px; color:#980B0B !important; text-decoration: underline;}

.showtoday ul li p a  {color: #363636 !important; font-family: 'Roboto Condensed', sans-serif;}

.showtoday ul li p a:hover  {color: #363636 !important; text-decoration: underline;}

.showtoday ul li p {margin-bottom: 5px;}

.showtoday ul li hr { border: 0;
    height: 1px;
    background: #95989A; margin: 5px 15px;}

@media (max-width:767px){
    
    .showtoday {
    height:auto;
   
}
}

@media (min-width:768px){
    
    .showtoday {
    height:477px;
   
}
}

@media (min-width:990px){
    
    .showtoday {
    height:437px;
   
}
}

/* Bootstrap 4 styles */
@media (min-width:768px) {
    .ml-sm-3 {
        margin-left: 1rem;
    }
    .ml-sm-4 {
        margin-left: 1.5rem;
    }
}

/* Bootstrap 4 styles */
@media (min-width:992px) {
    .ml-md-3 {
        margin-left: 1rem;
    }
    .ml-md-4 {
        margin-left: 1.5rem;
    }
}