body {
    margin: 0;
    font: 100%/150% 'Roboto', sans-serif;
    color: #222222;
}

* {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #222222;
}

.clear {
    clear: both;
}

.search_container {
    height: auto;
    width: 100%;
    background: #EC1C24;
}

.g-recaptcha {
    float: right;
    margin-bottom: 15px;
}

form#search_form {
    padding: 0;
    margin: 5px 0;
    width: 100%;
    border: none;
    float: right;
    position: relative;
}

form#search_form fieldset {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    position: relative;
}

form#search_form input[type=text] {
    width: 100%;
    height: 30px;
    float: right;
    line-height: 30px;
    font-size: 0.8em;
    margin: 0;
    padding: 0 25px 0 10px;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
}

form#search_form input[type=text]::-webkit-input-placeholder {
    color: #FFFFFF;
    text-transform: uppercase;
}

form#search_form input[type=text]:-moz-input-placeholder {
    color: #FFFFFF;
    text-transform: uppercase;
}

form#search_form input[type=text]::-moz-input-placeholder {
    color: #FFFFFF;
    text-transform: uppercase;
}

form#search_form input[type=text]::-ms-input-input-placeholder {
    color: #FFFFFF;
    text-transform: uppercase;
}

form#search_form input[type=text]:focus {
    background: none;
    border-bottom: 1px solid #FFFFFF;
}

form#search_form button {
    height: 30px;
    width: 30px;
    float: right;
    margin: -30px 0 0 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

form#search_form button i {
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

form#search_form button:hover i {
    color: #FFFFFF;
    font-size: 25px;
}

header {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.f-dropdown.open {
    margin-top: 12px;
}

.logo {
    margin: 0;
    padding: 0;
    display: block;
    max-width: 275px;
    max-height: 75px;
    text-indent: -99999px;
    text-align: left;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/logo-lg.png) center center no-repeat;
    background-size: contain;

}

nav {
    width: auto;
    height: 80px;
    line-height: 80px;
    float: right;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 25px 0 2px 0;
}

nav ul li {
    display: inline-block;
    float: left;
}

nav ul li a {
    display: block;
    line-height: 30px;
    width: auto;
    height: 30px;
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
    padding: 0 20px;
    border-left: 1px solid #EC1C24;
}

nav ul li:first-child a {
    border-left: none;
}

nav ul li a i {
    color: #EC1C24;
    font-size: 20px;
    line-height: 30px;
    float: right;
    margin: 4px 0 0 5px;
}

nav ul li a:hover {
    color: #EC1C24;
}

nav ul.subnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: none;
}

nav ul.subnav li {
    float: none;
    display: list-item;
}

nav ul.subnav li a {
    display: block;
    line-height: 30px;
    width: 100%;
    height: 30px;
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
    padding: 0 25px;
    border-left: none;
}

nav ul.subnav li a:hover {
    color: #EC1C24;
    background: none;
}

#secondary_nav a,
#secondary_nav .fa,
.search_container .langselector a {
    font-size: 14px;
}

#secondary_nav > ul {
    list-style: none;
    margin: 0.5rem auto;
}

#secondary_nav > ul > li {
    height: 100%;
    display: inline-block;
}

#secondary_nav > ul > li:not(:first-child):before {
    content: '|';
    margin-right: 7px;
    margin-left: 7px;
    color: #FFFFFF;
}

#secondary_nav > ul > li > a {
    color: #FFFFFF;
}

#mobile_nav {
    display: none;
}

.slider_container {
    width: 100%;
    height: 530px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

ul.slider {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.slider li {
    width: 100%;
    height: 530px;
}

ul.slider li a {
    width: 100%;
    height: 530px;
    display: block;
}

ul.slider li .slide_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: 100%;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider_content {
    background: rgba(0, 0, 0, 0.6);
    height: 530px;
    padding: 60px 60px 0 60px;
    box-sizing: border-box;
}

.slider_content h2 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 33px;
    margin: 0;
    padding: 0;
}

.slider_content p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0;
    padding: 0;
}

section {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 30px 0 0 0;
}

section.clanice {
    background: #E6E7E8;
    padding: 30px 0;
    margin: 30px 0;
}

section.content {
    border-top: 1px solid #EC1C24;
}

h3, .content h3.default {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

td.line {
    border-top: 1px solid #EDEDED;
}

table.responsive tr {
    width: 100%;
}

table.responsive tr td img {
    width: 50% !important;
}

h3:after, .content h3.default:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #EC1C24;
}

.news_mid_img {
    float: left;
    width: 100%;
    height: auto;
}

h4 {
    clear: both;
    font-size: 15px;
    line-height: 18px;
    margin: 30px 0 10px 0;
    padding: 0;
    font-weight: bold;
    position: relative;
}

p {
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0;
    padding: 0;
}

ol {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0;
    padding: 0 0 0 20px;
}

a p {
    color: #222222;
}

.home_news_container {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 5px 0 0 0;
    overflow: hidden;
}

.home_news_container a, .home_event_container a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}

.home_news_image_container {
    width: 140px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 0 15px 0 0;
}

.home_news_text_container {
    height: auto;
    min-height: 100px;
    overflow: hidden;
    float: left;
    width: -moz-calc(100% - 155px);
    width: -webkit-calc(100% - 155px);
    width: -o-calc(100% - 155px);
    width: calc(100% - 155px);
}

.home_news_text_container h4 {
    clear: none;
    margin: 0 0 10px 0;
}

a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
    color: #EC1C24;
}

.home_event_container {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 5px 0 0 0;
    border-bottom: 1px solid #EC1C24;
}

.narrow {
    min-height: 65px;
}

.home_event_container h5 {
    clear: none;
    margin: 15px 0 10px 0;
    font-size: 15px;
    line-height: 18px;
    padding: 0;
    font-weight: bold;
    position: relative;
}

.news_feed_container {
    background: #E6E7E8;
    padding: 20px;
    height: 100%;
}

.news_feed_container h4 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #EC1C24;
    margin: 0;
    padding: 0 0 5px 0;
    height: 41px;
    display: table-cell;
    vertical-align: bottom;
}

.news_feed_container h4:after {
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #EC1C24;
}

.news_feed_container .content_news_image_container {
    float: left;
    margin: 15px 0;
}

.news_feed_container h5 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    position: relative;
}

.zastave {
    margin: 0 -5px;
}

.zastave li {
    position: relative;
    font-size: 0;
    padding: 0;
    margin: 5px 0 0 0;
}

.zastave li:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 51%;
}

.zastave li a {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 0px;
    background: #FFFFFF;
    font-size: 0;
}

.zastave li a img {
    width: 100%;
    height: 100%;
    float: left;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
    filter: grayscale(100%);
    transition: .5s ease-in-out;
}

.zastave li a:hover img {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;
    filter: grayscale(0%);
    transition: .5s ease-in-out;
}

.image_placeholder {
    position: relative;
    font-size: 0;
    padding: 0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image_placeholder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 51%;
}

.content h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    position: relative;
}

.content h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #EC1C24;
}

.content h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 30px 0 20px 0;
    padding: 0;
    font-weight: bold;
    position: relative;
}

.content h3:after {
    content: '';
    display: none;
    border-bottom: none;
}

.content h4 {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    font-weight: bold;
    position: relative;
}

.content h4:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #EC1C24;
}

.content h5 {
    font-size: 15px;
    line-height: 18px;
    margin: 20px 0 10px 0;
    padding: 0;
    font-weight: bold;
    position: relative;
}

.content h6 {
    font-size: 15px;
    line-height: 18px;
    margin: 20px 0 10px 0;
    padding: 0;
    font-weight: bold;
    position: relative;
}

.content article h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    font-weight: bold;
    position: relative;
}

.content article h4:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #EC1C24;
}

.content article h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0 10px 0;
    padding: 0;
    font-weight: bold;
    position: relative;
}

.content article h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 10px 0;
    padding: 0;
    font-weight: bold;
    position: relative;
}

.content article p, .content article ul, .content article ol {
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0;
    padding: 0;
}

.content article ul, .content article ol {
    padding: 0 0 0 50px;
}

.content_slider_container {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
    z-index: 1;
}

ul.content_slider {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.content_slider li {
    width: 100%;
    height: auto;
}

ul.content_slider li img {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

ul.langselector {
    margin: 6px 0;
    text-align: right;
}

ul.langselector li {
    display: inline-block;
    margin-right: 5px;
}

ul.langselector li a {
    color: #FFFFFF;
}

ul.langselector li a:hover,
ul.langselector li a:focus,
ul.langselector li a:active {
    color: #FFFFFF;
    text-decoration: underline;
}

ul.langselector li:nth-child(even):before {
    content: '/';
    margin-right: 5px;
    color: #FFFFFF;
}

.langselector img {
    width: 16px;
}

.btn {
    font-size: 15px;
    line-height: 20px;
    margin: 15px 0 30px 0;
    padding: 0;
    font-weight: bold;
    position: relative;
    color: #222222;
    display: block;
}

.btn i {
    color: #EC1C24;
    display: block;
    float: left;
    margin: -2px 5px 0 0;
}

.btn:hover {
    color: #EC1C24;
}

.content .bx-pager {
    color: #FFFFFF;
    text-align: right;
    padding: 10px 15px;
}

.banner_container {
    position: relative;
    font-size: 0;
    padding: 0;
    float: left;
}

.banner_container a img {
    float: left;
    width: 100%;
    height: auto;
}

.related_news {
    margin: 30px 0;
}

.content_news_container {
    width: 100%;
    height: 100px;
    margin: 5px 0 0 0;
}

.content_news_container a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}

.content_news_image_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0;
}

.content_news_text_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

.content_news_text_container h4 {
    clear: none;
    margin: 10px 0 10px 0;
}

footer {
    width: 100%;
    height: auto;
    padding: 30px 0;
    margin: 30px 0 0 0;
    background: #FFFFFF;
    border-top: 1px solid #EC1C24;
}

footer h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
}

footer p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

footer ul {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer ul li {
    display: list-item;
    width: auto;
}

footer ul li a {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222222;
    width: auto;
    overflow: hidden;
    display: block;
}

footer .columns:last-child h6 {
    text-align: right;
}

footer ul li a i {
    color: #EC1C24;
    font-size: 20px;
    height: 24px;
    vertical-align: middle;
}

footer ul li a:hover {
    color: #EC1C24;
}

.fa {
    font-size: 20px;
}

.social {
    width: 30px;
    height: 30px;
    display: block;
    background: #222222;
    border-radius: 50%;
    float: right;
    margin: 0 0 0 5px;
    text-align: center;
}

.social:hover {
    background: #EC1C24;
}

.social .fa {
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    vertical-align: middle;
}

.news_pages {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    width: 100%;
    clear: both;
    float: left;
    border-top: 1px solid #EC1C24;
}

.news_pages li {
    font-size: 0.8em;
    line-height: 1.6em;
    float: left;
    padding: 0 5px 0 0;
    margin-right: 5px;
    display: block;
    color: #000000;
}

.news_pages li.active {
    color: #666666;
    border-bottom: 1px solid #EC1C24;
}

.news_years {
    list-style-type: none;
    margin: 5px 0 20px 0;
    padding: 0;
    width: 100%;
    clear: both;
    float: left;
}

.news_years li {
    font-size: 0.8em;
    line-height: 1.6em;
    display: inline-block;
    float: left;
    color: #666666;
}

.news_years li a {
    padding: 0 5px 0 0;
    margin-right: 5px;
    display: block;
    color: #000000;
}

.news_years li:first-child {
    width: 60px;
}

.news_years li.active a {
    border-bottom: 1px solid #EC1C24;
}

p a, ul li a, ol li a {
    font-weight: 400;
    color: #EC1C24;
}

p a:hover, ul li a:hover, ol li a:hover, p a:focus, ul li a:focus, ol li a:focus, p a:active, ul li a:active, ol li a:active {
    color: #EC1C24;
}

p.date {
    color: #808184;
    font-size: 10px;
    margin: 5px 0 0 0;
}

.document_link, .document_link:hover, .document_link:focus, .document_link:active {
    font-size: 15px;
    line-height: 18px;
    display: block;
    padding: 5px 0;
    font-weight: 400;
    color: #222222;
}

.document_link i {
    margin-right: 5px;
}

.document_link:hover i, .document_link:hover i, .document_link:focus i, .document_link:active i {
    color: #EC1C24;
}

#documents {
    margin: 45px 0;
}

.media_slider {
    width: auto;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 2;
}

.flex-video {
    padding-top: 0;
}

.media_slider iframe {
    border: none;
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}

.media_slider h5 {
    font-size: 15px;
    line-height: 16px;
    color: #222222;
    margin: 0;
    padding: 0;
}

#hamburger {
    display: none;
    width: 63px;
    height: 63px;
    background: url(/images/hamburger.png) center center no-repeat;
}

#mobile_nav {
    display: none;
}

#mobile_nav {
    position: relative;
    float: left;
    margin: 0;
    height: auto;
    width: 100%;
}

#mobile_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    float: left;
    width: 100%;
}

#mobile_nav ul li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    float: left;
    width: 100%;
}

#mobile_nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    width: 100%;
}

#mobile_nav ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    width: 100%;
}

#mobile_nav ul li a {
    text-transform: uppercase;
    color: #404041;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 3px 10px;
    border-left: none;
}

#mobile_nav ul li ul li a {
    text-transform: uppercase;
    color: #404041;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 3px 10px 3px 30px;
}

#mobile_nav ul li.active a:after {
    content: '';
    display: block;
    position: absolute;
    width: 55px;
    top: 23px;
    left: 10px;
    border-bottom: 1px solid #EC1C24;
}

#mobile_nav ul li.active ul li a:after {
    border-bottom: none;
}

#mobile_nav ul li ul li.active a:after {
    content: '';
    display: block;
    position: absolute;
    width: 55px;
    bottom: 0;
    left: 30px;
    border-bottom: 1px solid #EC1C24;
}

.content .clanica h4 {
    margin: 30px 0 10px 0;
}

.content .clanica img {
    margin: 0 0 10px 0;
}

.content .clanica p {
    margin: 0;
    padding: 0;
}

form#kontakt, form#kontakt fieldset {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

form#kontakt input[type="submit"] {
    border: none;
    width: 150px;
    height: 50px;
    line-height: 40px;
    text-transform: uppercase;
    background: #EC1C24;
    cursor: pointer;
    float: right;
    color: #FFFFFF;
}

.addthis_sharing_toolbox {
    margin: 30px 0;
}

.at-share-tbx-element .at-share-btn:first-child {
    margin: 0 2px 0 0;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    height: 186px;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lazyYT-container .html5-info-bar {
    display: none;
}

h3.media {
    width: 50%;
}

.readlink {
    margin-top: 20px;
}

.bx-wrapper .bx-controls-direction a {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 18px;
}

/** start modern contact form style **/

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    box-shadow: none;
    border-bottom: 1px solid #FF485A;
    border-top: none;
    border-left: none;
    border-right: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background-color: #FFFFFF;
    border-bottom: 2px solid #DD1144;
}

/** end modern contact form **/

.main-menu {
    margin-bottom: 10px;
}

/** map styles **/

.map {
    height: 40rem;
    width: 100%;
}

.marker {
    background-image: url('/images/marker.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.mapboxgl-popup {
    max-width: 200px;
}

.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

/** map styles stop **/

/** mobile only styles **/
@media only screen and (max-width: 40em) {
    table.responsive tr td img {
        width: 100% !important;
    }

    .zastave li a img {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    #main_nav {
        display: none;
    }

    #hamburger {
        display: inline-block;
    }

    h1 {
        width: -moz-calc(100% - 47px);
        width: -webkit-calc(100% - 47px);
        width: -o-calc(100% - 47px);
        width: calc(100% - 47px);
        padding: 0;
        margin: 10px 0;
        height: 50px;
    }

    h1 a {
        background: url(/images/logo-lg.png) left center no-repeat;
        background-size: contain;
        overflow: hidden;
    }

    .home_news_container {
        height: auto;
    }

    .home_news_image_container {
        height: auto;
    }

    .home_news_text_container {
        height: auto;
    }

    .home_event_container {
        height: auto;
    }

    .news_feed_container {
        height: auto;
        margin: 5px 0;
    }

    .home_news_text_container h4 {
        margin: 0 0 10px 0;
    }

    .home_event_container h5 {
        margin: 0 0 10px 0;
    }

    ul.langselector {
        vertical-align: middle;
        display: table-cell;
        height: 70px;
    }

    .langselector a {
        color: #EC1C24 !important;
    }

    ul.langselector li:nth-child(even):before {
        color: #EC1C24;
    }
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (min-width: 40.063em) {
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #main_nav {
        display: none;
    }

    #hamburger {
        display: inline-block;
        height: 88px;
    }

    h1 {
        width: -moz-calc(100% - 57px);
        width: -webkit-calc(100% - 57px);
        width: -o-calc(100% - 57px);
        width: calc(100% - 57px);
        padding: 0;
        margin: 10px 0;
    }

    h1 a {
        background-size: contain;
        background: url(/images/logo-lg.png) left center no-repeat;
    }

    .news_feed_container {
        margin: 15px 0;
    }

    nav ul li a {
        padding: 0 10px;
    }

    .home_event_container {
        min-height: 0;
    }

    ul.langselector {
        vertical-align: middle;
        display: table-cell;
        height: 95px;
    }

    .langselector a {
        color: #EC1C24 !important;
    }

    ul.langselector li:nth-child(even):before {
        color: #EC1C24;
    }

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 64.063em) {
}

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
}

/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 90.063em) {
}

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 120.063em) {
}

/* min-width 1921px, xxlarge screens */