:root {
    --primary-color: rgb(30, 63, 114);
    --secondary-color: rgb(228, 152, 69);
    --tertiary-color: #35A9E7FF;
    --main-background-color: rgb(240, 240, 240);
    --link-color: #005DAA;
    --light-grey-color: #f9f9f9;
    --light-blue-color: #d9edf6;
    --footer-color: #1e3F72;
    --footer-color-dark: #062d69;
    --border-color: #B2DAECFF;
    --border-color-grey: #C7C9CBFF;
    --font-color: #424B51;
    --font-weight-bold: 700;
    --font-weight-semibold: 600;
    --font-weight-normal: 400;
    --clubnet-blue: #0066cc;
    --clubnet-light-blue: #e6f3ff;
    --clubnet-gold: #f7a81b;
    --card-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    --border-radius: 0.5rem;
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

body {
    font: 400 15px/162% 'Roboto', Arial, Helvetica, sans-serif;
    color: #424B51;
    /* background: #f5f5f6; */
    background: #ffffff;
}

main {
    /* background-color: var(--main-background-color); */
}

.innerblock {
    padding: 15px 0px;
}

p, label, input, ul, ol, div.panel-body {

    /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
    /* -ms-word-break: break-all;
         word-break: break-all;*/

    /* Non standard for webkit */
    /*     word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;*/

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}


a.btn-primary:visited {
    color: #fff;
}

a.btn-default:visited {
    color: #424B51;;
}
.link-underline-on {
    text-decoration: underline;
}
/*
.nav a:visited {
	color: #005daa;
}
*/
strong {
    /* color: #36373B; */
}

img {
    max-width: 100%;
}

.media img {
    max-width: none;
}

p, label, input, ol, ul {
    -moz-hyphens: auto;
    hyphens: auto;
    margin: 0px 0px 18px;
}

label, .help-block {
    margin: 0px 0px 5px;
}

input {
    margin: 0;
}

.help-block {
    font-size: 0.8em;
}

.maincontent {
    /* height: 100%; */
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
}

.maincontent div.container {
    background-color: #fff;
    padding-bottom: 60px;
}

/*
.containerwrapper {
    padding: 32px 20px;
}
*/
footer {
    margin-top: 60px;
    padding-top: 0em;
    height: auto;
    width: 100%;
    clear: left;
}

footer .footer-top {
    color: #FFFFFF;
    background: none repeat scroll 0 0 var(--footer-color);
    height: 210px;
    overflow: hidden;
    color: #FFFFFF;
}

footer .footer-bottom {
    background: none repeat scroll 0 0 var(--footer-color-dark);
    color: var(--tertiary-color);
    font-size: 16px;
    padding: 10px 0;
    height: 40px;
}

footer .footer-top .footer-content {
    padding-bottom: 60px;
    padding-top: 0;
    position: relative;
    z-index: 999;
}

footer .footer-top .footer-content {
    margin-top: 60px;
}

footer .footer-top .footer-content .more-menu h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

footer .footer-top .footer-content .more-menu ul {
    padding-left: 0;
}

footer .footer-top .footer-content .more-menu ul li {
    list-style: none outside none;
}

footer .footer-top .footer-content .more-menu ul li a {
    color: #FFFFFF;
}

footer .footer-top a {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease 0s;
}

footer .footer-top .footer-content .contact-info {
    text-align: right;
    color: #FFFFFF;
    display: inline-block;
}

footer .footer-top .footer-content .contact-info h6 {
    margin-bottom: 20px;
    margin-top: 30px;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.1em;
}

footer .footer-top .footer-content .contact-info p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.6em;
}

footer .footer-bottom .copyright {
    float: left;
    display: inline-block;
    margin-right: 24px;
}

footer .footer-bottom ul.footer-nav {
    display: none;
    list-style: none;
    float: right;
    margin: 4px 0 0;
    padding-left: 0;
}

footer .footer-bottom ul.footer-nav {
    display: block;
}

footer .footer-bottom ul.footer-nav li {
    border-left: 1px solid #FFFFFF;
    display: inline-block;
    list-style: none outside none;
    padding: 0 15px;
}

footer .footer-bottom ul.footer-nav li a {
    color: #AAAAAA;
    transition: all 0.2s ease 0s;
}

ul.smb {
    list-style: none outside none;
    margin: 8px 0px 8px 24px;
    padding-left: 24px;
    vertical-align: top;
    float: right;
}

ul.smb li {
    display: inline-block;
    margin-left: 23px;
}

.raw a {
    text-decoration: none;
    color: #6F9F43;
}

.raw a:hover {
    text-decoration: underline;
    color: #6F9F43;
}

nav {
    /* clear: both; */
}

.navbar {
    font-size: 0.9em;
    margin-bottom: 0px;
    padding-top: 10px;
    background: none repeat scroll 0 0 #fff;
}

.navbar-xbrand {
    float: left;
    display: inline;
    margin: 1em 0;
    width: 166px;
    height: 68px;
    text-indent: -999em;
    background: url("../images/logo.png") 0 0 no-repeat;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-xcollapse {
    /* border: medium none; */
    border-bottom: 1px solid #ededed;
    box-shadow: none;
}

.navbar-nav {
    padding: 26px 0px 0px 24px;
}

.navbar-toggle {
    border-color: #ddd;
}

.navbar-toggle .icon-bar {
    background-color: #888;
    border: 2px solid #999;
}

.nav-pills {
    margin: 12px 0px 24px;
}

ul.nav-pills {
    list-style: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #123E87;
}

.panel {
    /*
    height:100%;
    min-height:100%;
    */
}

.panel-wrapper {
    height: inherit;
}

.panel-body {
    height: 100%;
    min-height: 100%;
}

.panel p {
    margin-bottom: 6px;
    line-height: 1.2em;
}

.panel-message .media {
    margin: 12px 0px 12px 0px;
}

.panel-message .navbar-nav {
    padding: 0;
}

.panel-message .collapse {
    height: 1.0rem;
}

.panel-message span.collapse {
    white-space: normal;
}

.panel-message span.collapse.in {
    height: auto;
    white-space: normal;
    display: inline;
    /* padding-bottom: 2.0rem;
    margin-bottom: 2.0rem; */
}

.panel-border {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin: 6px 2px;
    padding-top: 4px;
    padding-right: 4px;
}

.media-icon {
    display: table-cell;
    width: 32px;
    padding-right: 6px;
    vertical-align: top;
}

.media-file {
    display: table-cell;
}


/*
.collapse .in {
    background: none repeat scroll 0 0 #32393A;
    border: medium none;
    box-shadow: none;
    filter: none;
}
*/
.utility-bar {
    color: #31708F; /* #005DAA; */
    background-color: var(--clubnet-light-blue);
    font-size: 0.8em;
    height: 2.2rem;
    line-height: 30px;
}

.utility-base-menu:after {
    clear: both;
}

.base-menu {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

.base-menu ul {
    text-align: right;
    height: 25px;
    line-height: 25px;
}

.base-menu li {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    text-align: right;
    font-size: 0.9em;
}

.base-menu li a, .smb li a {
    color: #999;
}

.base-menu li a {
    display: block;
    position: relative;
    padding: 5px 12px;
}

.base-menu li a:hover, .smb li a:hover {
    background-color: inherit;
    color: #fff;
}

/* MEGAMENU STYLE
-------------------------------------------------- */
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}

.megamenu .container {
    position: relative;
}

.megamenu .dropdown-menu {
    left: auto;
}

.megamenu .megamenu-content {
    padding: 15px;
}

.megamenu .megamenu-content h3 {
    margin-top: 0;
    color: #428bca;
    font-size: 18px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.section-unit {
    background: none repeat scroll 0 0 #F7F6F4;
    color: #2F2F2F;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding-bottom: 80px;
    padding-top: 80px;
}

.section-unit {
    box-sizing: border-box;
    height: 480px;
}

.section-unit.home {
    height: 0;
    /* padding-bottom: 19.2%;*/
    padding-top: 16.559%;

}

.section-unit.home h1, .section-unit.home p {
    color: #ffffff;
}

.section-unit.home h1 {
    font-size: 3.0em;
}

.sectioncontent {
    clear: both;
    /*
    background: transparent;
    color: #fff;
    min-height: 400px;
    padding: 48px 0px; */
}

.searcharea {
    width: 160px;
    position: relative;
}

.tx-macinasearchbox-pi1 input.input-sm.form-control {
    height: 20px;
    padding: 2px 10px;
}

.navbar-form {
    margin: 5px -15px;
}

.center {
    margin: 0 auto;
}

.centered {
    text-align: center;
}

.theme {
    font-style: italic;
    padding-left: 15px;
}

.list-group-item.downloads {
    background-color: transparent;
    border: none;
    font-size: 0.9em;
}

/** headings
-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .pseudo-h2 p {
    /* font-family: 'PT Sans'; */
    text-transform: none;
    font-weight: 500;
    color: var(--clubnet-blue);
    margin-top: 1.2em;
}

h1, .h1 {
    margin: 0.7em auto 0;
    line-height: 1.4em;
    font-size: 2.0em;
}

h2 {
    font-size: 22px;
}

.pseudo-h2 p {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 1.2em;
}

.tx-irfaq-pi1 h4 {
    font-size: 1.0em;
    margin-top: 40px;
}

h5 {
    font-size: 1.2em;
    /* text-transform: uppercase;*/

}

h6 {
    font-size: 1.0em;
}

.jumbotron h1 {
    font-size: 200%;
    color: white;
    background-color: #1e3F72;
    padding: 1.0rem
}

.sectioncontent h2, .sectioncontent h3 {
    /* font-family: 'Merriweather'; */
    font-size: 50px;
    font-weight: 400;
    margin: 0em 0em 0.8em;
}

.sectioncontent h3, .sectioncontent h4 {
    /* font-family: 'Merriweather Sans'; */
    font-size: 34px;
    /* font-style: italic; */
}

.sectioncontent h4 {
    font-size: 1.4em;
}

.sectioncontent h5 {
    font-size: 1.1em;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 0em;
}

section:first-of-type.landing {
    margin-bottom: -150px;
    opacity: 0.5;
}

h5.small {
    margin: 0px 0px 28px;
    text-transform: none;
}

.news-list-item h2 {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-top: 0px;
}

.news-single-item h1 {
    font-size: 2.5em;
}

.news-single-item h5 {
    font-size: 1.02em;
    line-height: 1.4em;
    text-transform: none;
}

h3.csc-firstHeader {
    font-size: 1.4em; /* 15px; */
    /*  text-transform: uppercase; */
    color: #169bd5; /* #222; */
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 0px;
    background-color: #d9edf6; /* #EAEAEA */;
    line-height: 2.2em;
}

h3.csc-firstHeader::before {
    display: inline-block;
    content: "   ";
    width: 48px;
    padding: 0px 6px;
    margin-right: 6px;
    color: yellow;
    background-color: #003669;
}

.panel h6 {
    line-height: 0.9em;
    margin: 0;
    padding: 0;
}

.list2-subdiv {
    border-bottom: 1px solid #DDD;
    margin: 24px 0px 24px;
    /* height: 180px; */
}

/* Caption
*******************************************************************/
.news-list2-container .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    /* width: 100%; */
    color: white;
    margin: 0;
    padding: 0;
}

.news-list2-container .caption h3 {
    /*
    padding:10px 15px 10px 15px;
    margin:0px 5px 10px; */
    padding: 10px 15px 10px 15px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.15);
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
}

.caption h5 {
    padding: 10px 15px 10px 15px;
    margin: 0px 15px 0px;
    background-color: rgba(0, 0, 0, 0.15);
    text-transform: none;
    font-size: 1.0em;
}

.above-the-fold {
    padding: 0px;
    border: none;
    width: 100%;
}

.thumbnail, .newsitemFirst {
    padding: 0px;
    border: none;
    position: relative;
}

.newsitemFirst a > img, .newsitemFirst > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.person.thumbnail {
    /* border: 1px solid #ededed; */
}

.thumbnail .caption, .newsitemFirst .caption {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    /* position: relative; */
}

.person > .caption {
    position: relative;
}

.thumbnail .caption h4 {
    font-size: 1.05em;
    margin-top: 0;
    min-height: 2.4em;
}

.small .thumbnail {
    min-height: 11.0em;
}

.small .caption {
    font-size: 10px;
}

.caption h3 span, .caption h3 a, .caption h3 a:hover, .caption h5 a, .caption h5 a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.3em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
}

.caption h3 span.lg {
    font-size: 1.6em;
}

.csc-textpic-caption {
    /*
    position: absolute;
    bottom: 2.0em;
    margin: 0 auto;
    padding: 0px 80px;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.5em;
    */
    font-style: italic;
    font-size: smaller;
}

.xcsc-textpic-caption span {
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
}


.white {
    color: #ffffff;
}

.white-dark {
    color: #c0c0c0;
}

.grey {
    color: #807f7d;
}

.green {
    /*	color: #0A9500;*/
    color: #6CAD21;
}

.bg-info-light {
    background-color: #eaf6fb;
}

.panel {
    background-color: transparent;
}

.panel-padding {
    margin: 24px 0px;
}

.panel-standard {
    background-color: #fff;
    border: 1px solid #cbcbcb;
}

.panel-standard .panel-heading {
    /* background-color: #cbcbcb; */
    background-color: #d9edf6;
    height: 2.2em;
}

.panel-standard .panel-subheading {
    padding: 0em 15px 1.2em 52px;
    height: 3.5em;
    /* border-bottom: 1px solid #cbcbcb; */
}

.panel-standard .panel-heading .panel-title {
    /* color: #1e3e89; */
    color: #169bd5;
}

.card-standard h3 {
    font-size: 0.7em;
    font-weight: normal;
}

.panel-standard .panel-body {
    padding: 24px 0px 0px;
}

.panel-standard ul.media-list li.media {
    padding: 0;
    margin: 0;
}

.panel-transparent-full {
    background-color: transparent;
    color: #e7e7e7;
}

.panel-grey {
    background-color: #333333;
    color: #e7e7e7;
}

.panel-grey-light {
    background-color: #dddddd;
    color: #333333;
}

.panel-blue-light {
    background-color: #D9EDF7;
    color: #31708F;
}

.panel-blue {
    background-color: #dddddd;
    color: #333333;
}

.panel-transparent-full .panel-heading {
    font-size: 1.4em;
    color: #c0c0c0;
}

.panel-grey .panel-heading {
    padding: 12px 0px;
    margin-bottom: 6px;
    color: #bfbda8;
    background-color: #555;
    font-size: 1.10em;
    line-height: 1.20em;
    text-align: center;
    /* font-family: 'Merriweather Sans'; */
}

.panel-grey .panel-footer {
    background-color: inherit;
    border: none;
}

.panel-grey ol {
    font-size: 0.9em;
    padding-left: 24px;
}

.panel .panel-green {
    color: #343c2e;
    /* background-color: rgba(151,199,48,0.1); */
    background: #97c738;
    background: rgba(151, 199, 56, 0.9)
}

.panel-green p {
    line-height: 1.2em;
}

.panel-green .btn-primary {
    font-weight: bold;
    font-size: 1.15em;
    /* background-color: #005DAA; */
    background-color: #005DAA;
}

.panel-article {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
    min-height: 292px;
    position: relative;
    margin: 8px;
}

.panel-article figure {
    min-height: 100px;
}

.panel-article .panel-body {
}

.panel-article .panel-footer {
    position: absolute;
    bottom: 0;
    background-color: inherit;
    width: 100%;
}

.panel-person {
    height: 24.0em;
}

/* cards */
.card {
    border: none;
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    margin-bottom: 1.5rem;
    background: #ffffff;
}

.card-header {
    background: var(--clubnet-light-blue);
    border-bottom: 1px solid rgba(0, 102, 204, 0.1);
    padding: 1.2rem 1rem;
    border-radius: var(--border-radius) var(--border-radius) 0 0 !important;
}

.card-header h5 {
    color: var(--clubnet-blue);
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.card-header h5.centered {
    display: block;  /* Override flex */
    text-align: center;
}

.card-body-wrapper {
    padding-bottom: 1.2rem;
}

.card-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
}

.date {
    color: var(--rotary-blue);
    font-weight: 500;
    min-width: 60px;
}

.program-event {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.text-bg-warning {
    /* color: var(--clubnet-blue) !important; */
    color: #ffffff;
    background: var(--clubnet-gold); !important;
}
.badge-notification {
    background: var(--clubnet-gold);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
}

.default-padding {
    padding: 10px;
}

.bottom-line {
    border-bottom: 1px solid #ddd;
}

aside {
    box-sizing: border-box;
    padding: 18px;
    margin: 6px;
    width: 40%;
    float: right;
    border: 1px solid #ccc;
    background-color: #efefef;
}

aside p {
    font-size: 0.85em;
}

.small, small, .help-block {
    line-height: 1.4;
    margin-top: 4px;
}

.no-gutter {
    padding-left: 0px;
    padding-right: 0px;
}

.extra-panel-vertical-gutter {
    margin-left: 15px;
    margin-right: 15px;
}

.bigborder {
    border: 12px solid #222222;
    padding: 12px;
}

.heading, .byline {
    padding: 0px 15px;
    margin-bottom: 18px;
    /* font-family: 'Merriweather'; */
    font-size: 2.6em;
    line-height: 1.15em;
}

.byline {
    font-size: 1.6em;
    line-height: 1.4em;
    margin: 18px 0px;
}

.cta {
    padding: 18px 52px;
    margin: 32px 0px;
    font-size: 1.4em;
}

.quote {
    /* font-family: 'Merriweather Sans'; */
    font-style: italic;
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: center;
    margin: 12px 80px;
}

.quote .name {
    font-size: 0.8em;
    margin: 0 auto;
    font-style: normal;
    text-align: center;
}

.quote img {
    border-radius: 50%;
    vertical-align: middle
}

.fixedheight-150 {
    height: 150px;
}

.fixedheight-200 {
    height: 200px;
}

.fixedheight-250 {
    height: 250px;
}

.fixedheight-300 {
    height: 300px;
}

div.dark {
    /* background-color: #eaeaea;*/
    background-color: #F6F6F2;
}


/** general markup
-------------------------------------------------------------------*/
.padded {
    padding: 80px 0px;
    /* overflow: hidden; */
}

.padded-top {
    padding-top: 80px;
}

.padded-bottom {
    padding-bottom: 80px;
}

.sectioncontent.padded {
    padding: 80px 0px 80px;
    /* overflow: hidden; */
}

.sectioncontent.padded-top {
    padding-top: 80px;
}

.sectioncontent.padded-bottom {
    padding-bottom: 80px;
}

.img-padded-left {
    padding-left: 24px;
}

.textpanel p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 19px;
    margin: 0;
    padding: 6px 6px 6px 12px;
    position: relative;
}

.lead {
    /* text-align: center; */
    color: #4d4d4d;
    line-height: 1.6em;
}

p.lead {
    font-size: 1.6em;
    font-weight: 500;
}

p.membername {
    margin-top: 0.5em;
    height: 2.4em;
    font-size: 1.15em;
}

p.classification {
    text-align: center;
    margin-bottom: 0.5em;
}

h1.lead, h2.lead {
    font-size: 36px;
    margin-top: 0px;
}

h1.lead {
    font-weight: 700;
}

h2.lead {
    font-size: 2.2em;
}

span.lead {
    font-size: 1.6em;
    /* font-family: 'Merriweather Sans'; */
}

.form-padding {
    padding-bottom: 24px;
}

.underline-teal {
    border-bottom: 0.1em solid #6cad21;
}

.jumbotron {
    margin-bottom: 0;
    border-bottom: 2px solid #BDBBBC;
    padding: 120px 0;
}

.jumbotron p {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 15px;
}

.jumbotron p.lead {
    font-size: 1.4em;
}

/*.jumbotron p,*/
.jumbotron ul {
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 15px;
}

.jumbotron li {
    padding-bottom: 12px;
}

.billboard {
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.panel-transparent {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.panel-transparent-light {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.panel-transparent-dark {
    background-color: rgba(0, 0, 0, 0.75);
}

.panel-transparent-full {
    background-color: rgba(0, 0, 0, 0.05);
    color: #fff;
}

.panel-heading {
    font-size: 1.9em;
    line-height: 1.3em;
}

.panel-info {
    margin: 0 0 10px;
    /* padding: 0 10px 9px; */
    /* background-color: #d9edf7; */
    background-color: #fff;
    border-color: #bce8f1;
    /* color: #31708f; */
}

.panel-group > .panel-heading > h3.panel-title {
    height: 2.8em;
    line-height: 1.3em;
}

.panel-transparent h1,
.panel-transparent h2 {
    margin-top: 20px;
    font-size: 2.65em;
}

.panel-transparent p {
    font-size: 1.3em;
}

.panel-title > a {
    text-decoration: underline;
}

.panel-title > a {
    text-decoration: underline;
}

.note > a {
    text-decoration: none;
}

.note > a:hover {
    text-decoration: underline;
}

.panel-news > .row, .panel-news > .row > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
}

.panel-news {
    width: 100%;
    min-height: 450px;
}

.panel-news h3 {
    font-size: 1.8em;
}

.panel-news > h4 {
    font-weight: 500;
    font-size: 1.10em;
}

.panel-news .lead {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 300;
}

.separator {
    margin: 1.0em 0 2.0em 0;
    padding: 0 0 1.0em 0;
    border-bottom: 1px solid #ccc;
}

.billboard .panel {
    margin-bottom: 0px;
}

.billboard div.row {
    /* padding-top: 80px; */
}

.billboard h1,
.billboard h2,
.billboard h3,
.billboard h5,
.billboard p,
.billboard ul {
    /* color: #fff; */
}

.panel-transparent h1, .panel-transparent-full h1,
.panel-transparent h2, .panel-transparent-full h2,
.panel-transparent h3, .panel-transparent-full h3,
.panel-transparent-light h3,
.panel-transparent h4, .panel-transparent-full h5
.panel-transparent h5, .panel-transparent-full h5 {
    color: #fff;
}

.panel-message {
    background-color: #f3faff;
    font-size: 0.9em;
    line-height: 1.2em;
    margin-left: 12px;
    margin-right: 12px;
    padding: 0 12px;
}

.panel-message > .panel-heading {
    font-size: 12px;
    font-weight: bold;
    color: #003669;
}

.panel-message > .panel-body {
    padding: 0px 15px 5px;
}

.billboard span {
    text-align: center;
}

#exTab .nav-pills {
    margin: 0;
}

#exTab .nav-pills > li > a {
    border-radius: 5px 5px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
}

/*
#exTab .tab-content {
    border-radius: 4px;
    padding : 5px 15px;
    border: 1px solid #bce8f1;
    border-top: 1px solid #bce8f1;
}
*/
/*
.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}
*/
/*
div.carousel-caption {
    font-size: 2.4em;
    margin: 12px;
    margin-bottom: 0px;
    padding: 6px;
    background: url(../images/opacity-black-50.png) repeat-x;
    background-position: center center;
    background-size: 100% auto;
    height: 60px;
    left: 25%;
    right: 25%;
    display: inline-block;
}
*/
.carousel-caption {
    font-size: 2.4em;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    padding: 0.3em 12px;
    line-height: 1.1em;
    font-family: 'Lato';
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: auto auto;
}

/*
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: 100%;
}
*/
hr, .csc-frame-rulerBefore {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0 1em;
    padding: 0;
}

/** controls
-------------------------------------------------------------------*/

input[type="checkbox"] {
    width: 20px;
    margin: 8px 0px 0px 10px;
    vertical-align: top;
    /* vertical-align:bottom; */
}

.checkbox label {
    margin-right: 12px;
}

.bold {
    font-weight: bold;
}

textarea.form-control {
    font-size: 1.05em;
    padding-bottom: 28px;
}

/** lists
-------------------------------------------------------------------*/
.csc-bulletlist {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

ul.csc-bulletlist li {
    margin-top: 0.45em;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: inherit;
    color: #fff;
}

/*
dd {
    margin-bottom: 24px;
    border-bottom: 1px solid #ddd;
}
dt {
    font-size: 1.1em;
}
*/
dl.inline-list {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    position: relative;
}

.inline-list dd {
    font-size: 0.9em;
    padding-top: 8px;
}

.custom-counter {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}

.typo3-messages {
    list-style: none;
    padding: 0;
}

.list-group-horizontal {
    margin: 15px 24px 15px 20px;
}

.list-group-horizontal .list-group-item {
    display: inline-block;
}

.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
    padding: 4px 0px;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
}

.list-group-horizontal a {
    padding: 0px 4px;
}

/* list items
 * -------------------------------------------*/
ul.raw {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

span.glyphicon {
    margin-right: 18px;
}

.raw li {
    padding: 0 0 5px 1.6em;
    display: block;
    position: relative;
}

.raw li:before {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 1;
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #6CAD21;
    content: "\e080";
}

ul.itemlist {
    list-style-type: none;
    padding-left: 2px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

ul.itemlist li {
    font-size: 0.85em;
    margin: 12px 0px 6px;
    padding: 0px 2px 6px 0px;
    line-height: 1.3em;
    border-bottom: 1px solid #ddd;
    line-height: 1.8em;
}

ul.baselist {
    list-style-type: none;
    padding-left: 2px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

ul.baselist li {
    font-size: 1em;
    margin: 6px 0px 6px;
    padding: 0px 2px 6px 0px;
    line-height: 1.2em;
}

.list-inline > li {
    vertical-align: baseline;
}

/*
ul.itemlist li span.datesmall {
    float: left;
    width: 40px;
    display: block;
}

ul.itemlist li span.text-warning {
    padding-left: 40px;
    display: block;
}
*/
.custom-counter li {
    counter-increment: step-counter;
    padding: 4px 0px 1.6em 3.0em;
    display: block;
    position: relative;
}

.custom-counter li::before {
    content: counter(step-counter);
    /*
    margin-right: 5px;
    font-size: 300%;
    background-color: rgb(200,200,200);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    */
    /* padding: 0px 14px;*/
    padding-top: 4px;
    font-size: 200%;
    border: solid 2px #ccc;
    border-radius: 28px;
    height: 44px !important;
    line-height: 28px;
    text-align: center;
    width: 44px !important;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
}

.circle-medium {
    border-radius: 1000px;
    height: 28px !important;
    line-height: 28px;
    text-align: center;
    width: 28px !important;
}

.circle-cover {
    width: 150px;
    height: 150px;
    line-height: 150px;
    padding: 32px;
    border-radius: 50%;
    background-color: #4e4e4e;
    margin: 60px auto 60px auto;
}

.img-center-vertical {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.img-center-horizontal {
    display: table-cell;
    margin: 0px auto 0px auto;
    float: none;
}


.bg-orange {
    background-color: #df5033 !important;
}

.bg-green {
    background-color: #6CAD21 !important;
    color: #fff;
    font-weight: bold;
}

ul.csc-bulletlist li, ul.csc-menu-1 li, ul.csc-menu-def li {
    margin-bottom: 3px;
}

ul.csc-bulletlist-0 {
    margin-left: 0px;
    padding-left: 18px;
}

ul.csc-bulletlist-2 {
    list-style: none outside none;
    padding: 0px;
    line-height: 22px;
}

ul.csc-bulletlist-2 li {
    padding: 0px 0px 4px 26px;
    margin-left: 0px;
    background: url("../images/check.gif") no-repeat left top transparent;
}

ul.csc-bulletlist-3, ul.csc-menu-1, ul.csc-menu-def {
    list-style: none outside none;
    margin: 4px 0px;
    padding: 0;
}

ul.csc-bulletlist-3 li, ul.csc-menu-1 li, ul.csc-menu-def li {
    margin-left: 0px;
}

ul.csc-bulletlist-3 li a, ul.csc-menu-1 li a, ul.csc-menu-def li a {
    /* background: url("../images/li-item.gif") no-repeat scroll 10px 0.6em transparent; */
    display: block;
    margin: 0;
    padding: 2px 0 4px 20px;
    text-decoration: none;
}

ul.csc-bulletlist-3 li a:before {
    content: '>';
    display: inline-block;
    width: 1.5em;
    float: left;
}

ul.csc-bulletlist-3 li a:hover, ul.csc-menu-1 li a:hover, ul.csc-menu-def li a:hover {
    /* background-color: #9fe220; */
    /* background-color: #597829;*/
    color: #003669;
}

ul.csc-bulletlist-3 li a:hover:before {
    padding-left: 4px;
}

ul.csc-menu-2 {
    border: 1px solid #ddd;
    list-style-type: none;
}

li.csc-section {
    border-bottom: 1px solid #eee;
    height: 30px;
}

ul.sectioncontent {
    font-size: 1.4em;
    line-height: 2.0em;
    /* font-family: 'Merriweather sans'; */
    list-style-type: none;
}


ul.sectioncontent li:before {
    display: inline-block;
    /* width: 1.5em;
     font-size: 1.5em;  */
}

ul.small {
    font-size: 0.85em;
}

.small li {
    line-height: 2.8em;
}

div#xlanguage {
    float: left;
    position: relative;
    width: 70px;
    height: 30px;
    margin: 0;
    padding: 0;
}

#language {
    width: 30px;
    position: relative;
    z-index: 1111;
    padding: 0px 8px 0px 4px;
}

#dropdownMenu1 {
    border: none;
    background-color: inherit;
    color: #fff;
    padding: 0;
}

#language ul.dropdown-menu {
    list-style: none;
    background-color: #32393A;
    min-width: 60px;
}

/** buttons
-------------------------------------------------------------------*/
button a {
    color: #ffffff;
    text-decoration: none;
}

.btn {
    /* margin: 5px 0px; */
}

.btn-center {
    align-content: center;
}

.btn-primary, .btn-primary a:hover {
    background: none repeat scroll 0 0 #123E87;
    border-color: #1e3e89;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #369;
    border-color: #369;
}

.btn-white {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: #ffffff;
    color: #ffffff;
    transition: all 0.2s linear 0s;
}

.btn-success {
    /* background-color: #0A9500;*/
    background-color: #6CAD21;
    border-color: #518319;
}

.btn-santa {
    background-color: #d21317;
    color: #ffffff;
}

a.btn-santa, a:hover.btn-santa {
    color: #ffffff;
}

a:hover.btn-santa {
    background-color: #aa0509;
}

.btn-contrast {
    background-color: #FF6600;
    color: #fff;
}

.btn p {
    margin: 12px 0px 0px;
    font-size: 12px;
    color: #ddd;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover {
    background-color: #eee;
}

/*
section.billboard .btn-primary {
    background: none repeat scroll 0 0 #A3C737;
    border-color: #A3C737;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    font-weight: normal;
    font-size: 24px;
    padding: 16px 32px;
    line-height: 1;
    text-transform: capitalize;
}

*/
.hs-brand-button.small, .hs-brand-button.orange.small {
    box-shadow: 0 3px 0 #994C00, 0 4.2px 2px rgba(0, 0, 0, 0.25);
    font-size: 1.125em;
    line-height: 1.125em;
    padding: 0.7875em 1.37813em;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

i.fa {
    min-width: 1.4em;
}

.icon-reorder:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

/*
a [class^="icon-"], a [class*=" icon-"] {
    display: inline;
}
[class^="icon-"], [class*=" icon-"] {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    height: auto;
    line-height: normal;
    margin-top: 0;
    vertical-align: baseline;
    width: auto;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
*/

*, *:before, *:after {
    -moz-box-sizing: border-box;
}

/* styled radio buttons */
label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #7AA3CC;
    display: inline;
}

label:hover input[type="radio"] ~ i.fa {
    color: #7AA3CC;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #7AA3CC;
    display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label.active {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: transparent;
    border: 0 solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* FIXME */
.tx-felogin-pi1 label {
    display: block;
    margin: 0;
    width: 200px;
}

.tx-felogin-pi1 input {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    line-height: 1.8em;
    margin-bottom: 12px;
}

.tx-felogin-pi1 .submitbutton {
    background-color: #83B130;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    color: #FFFFFF;
    height: 1.8em;
    margin: 8px 0;
    padding: 0 18px;
}

.fixed-label {
    box-sizing: border-box;
    background-color: transparent;
    overflow: hidden;
    /* width: 32px;
    min-height: 36px; */
    position: fixed;
    z-index: 99;
    left: auto;
    right: 0;
    top: 40%;
}

label.cameraButton {
    display: inline-block;
    /* margin: 1em 0; */
}

/* Look like a clicked/depressed button */
label.cameraButton:active {
    border-color: #CCC #EEE #EEE #CCC;
}

/* This is the part that actually hides the 'Choose file' text box for camera inputs */
label.cameraButton input[accept*="camera"] {
    display: none;
}

.testimonial {
    font-size: 0.8em;
}

.testimonial p {
    font-style: italic;
    line-height: 1.4em;
}

.alert {
    margin-top: 20px;
}

.alert-danger p {
    color: #a94442;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

/*
.form-group.required .control-label:after {
  content:" *";
  color: #6f9f43;
}
*/

/* blog
------------------------------------------------------------------------------------*/
.news-catRootline {
    font-weight: bold;
    font-size: 1.15em;
    color: #169bd5; /*#777; */
    margin-bottom: 24px;
}

.news-list-category {
    color: #A7A7A7;
    font-size: 0.928571rem;
    line-height: 1.84615;
    padding-top: 0.6rem;
    clear: both;
}

.news-list-item {
    margin-bottom: 40px;
    clear: both;
}

.news-single-item h2 {
    font-size: 1.5em;
    line-height: 1.25em;
}

.news-single-item h3, .news-single-item h4 {
    line-height: 1.4em;
}

.entry-title {
    color: #A7A7A7;
    font-size: 1.0rem;
    text-transform: uppercase;
    /* padding: 3px 0px 12px; */
}

.author {
    color: #666666;
}

img.thumbnailperson {
    max-width: 100px;
    margin-top: 20px;
    margin-bottom: 5px;
    border: 3px solid #FFF;
    border-radius: 100%;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.news-single img {
    margin: 0px 0px 2.4rem 0px;
}

.newsitem {
    border-bottom: 1px solid #D9EDF7;
    padding: 24px 0px 24px;
}

.media-left img {
    float: left;
    display: inline-block;
}

.teaser {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.teaser-list {
    display: block;
    margin: 4px;
}

.teaser-list a {
    text-decoration: none;
    color: inherit;
}

.teaser-list a:hover {
    background-color: #ddd;
    text-decoration: underline;
}

.nadruk {
    font-weight: bold;
    clear: both;
    margin-bottom: 8px;
}

.newsheader {
    position: relative;
    line-height: 1.5em;
}

.newsheader h3 {
    display: inline;
}

.newsheader > .calendar {
    float: right;
}

.calendar {
    font-size: 0.7em; /* change icon size */
    display: block;
    position: relative;
    width: 3em;
    height: 3em;
    background-color: #fff;
    border-radius: 0.3em;
    box-shadow: 0 1px 0 #bdbdbd;
    overflow: hidden;
    margin-right: 12px;
}

.calendar * {
    display: block;
    width: 100%;
    font-size: 0.8em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

.calendar-lg {
    font-size: 2.7em; /* change icon size */
}

.big-calendar {
    font-size: 1.0em;
}

.calendar > .month {
    position: absolute;
    top: 0;
    padding: 0.2em 0;
    color: #fff;
    background-color: #febc11; /* #003669; #febc11; #fd9f1b;*/
    /* border-bottom: 1px dashed #f37302; */
    box-shadow: 0 2px 0 #febc11;
    height: 1.8em;
    line-height: 1.8em;
}

.calendar > .day {
    position: absolute;
    bottom: 0em;
    color: #fd9f1b;
    font-size: 1.1em;
    letter-spacing: -0.05em;
    padding-top: 0.4em;
    color: #2f2f2f;
    line-height: 1.2em;
}

time.icon {
    font-size: 1em; /* change icon size */
    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    background-color: #fff;
    margin: 2em auto;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0deg) skewY(0deg);
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
}

time.icon * {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

time.icon strong {
    position: absolute;
    top: 0;
    padding: 0.4em 0;
    color: #fff;
    background-color: #febc11;
    border-bottom: 1px dashed #f37302;
    box-shadow: 0 2px 0 #febc11;
}

time.icon em {
    position: absolute;
    bottom: 0.3em;
    color: #febc11;
}

time.icon span {
    width: 100%;
    font-size: 2.8em;
    letter-spacing: -0.05em;
    padding-top: 1.2em;
    color: #003a76;
}

/**
----------------------------------------------------------*/
.memberimg dl {
    margin: 4px;
}

.memberimg dd, .memberimg dt {
    display: block;
    vertical-align: top;
    padding-top: 0;
    margin-top: 0;
    float: left;
}

.memberimg dt {
    position: relative;
    float: left;
    font-size: 0.8em;
    margin-top: 3px;
}

.memberimg dd {
    padding: 18px 0px 0px 12px;
    vertical-align: middle;
}

/*
DIV.news-single-img {
   display: block;
   width: 800px;
   clear: both;
}
	*/

.media {
    /* margin: 24px 0px 24px 0px; */
    margin: 12px 0px 24px 0px;
}

.media:first-child {
    margin-top: 24px;
}

.media-body h3 {
    font-size: 16px;
    margin-top: 2px;
    padding-top: 0px;
}

.media-body span.news-list-date {
    font-size: 12px;
    /* background-color: #bbb;*/
    color: #777;
    padding: 2px;
    border-radius: 2px;
    margin-right: 12px;
}

.media-body a p {
    color: #333;
    display: inline;
}

.media-body a:hover, .media-body a:focus {
    text-decoration: none;
}

.media-body a:hover p {
    background-color: #eee;
    padding: -4px;
}

.media-small {
    margin: 0;
}

DIV.news-single-img img {
    clear: both;
    margin: 32px 0px;
}

.news-single-img p {
    margin: 0;
    font-size: 90%;
    color: #888;
}

.news-latest-item {
    display: block;
    font-size: 0.85em;
    margin: 0;
    padding: 0px 0px 2px 0px;
    width: 100%;
    clear: both;
}

.news-latest-item dt {
    padding-left: 5px;
    font-weight: 400;
}

.news-latest-item dl, .messagetable {
    line-height: 1.0rem;
    margin: 0px 0px 6px;
    padding: 6px 0px 6px;
    border-bottom: 1px solid #ddd;
}

.news-latest-item dd, .news-latest-item dt {
    display: block;
    vertical-align: top;
    padding-top: 0;
    margin-top: 0;
}

/*.news-latest-item dt, .news-single-item dt, .messagetable {*/
.news-latest-item dt, .messagetable {
    position: relative;
    float: left;
    font-size: 0.8em;
    margin-top: 3px;
}

.news-latest-item dd, .news-single-item dd {
    /* margin-left: 52px; */
}

.news-latest-item dd {
    margin-left: 52px;
}


/*
.news-latest-title {
    display: inline-table;
    width: 200px;
}
*/

.news-latest-title a, .news-latest-date a {
    text-decoration: none;
    /* color: #A52135; */
}

.news-latest-date a, span.datesmall {
    font-weight: normal;
    display: inline-table;
    float: left;
    margin: 0px 0px 0px;
    padding: 1px 3px 0px;
    font-size: 11px;
    line-height: 14px;
    color: #777;
    /* color: #FFF;
    background: #01b4e7 none repeat scroll 0% 0%; */
    border-radius: 4px;
}

td.datesmall, th.datesmall {
    width: 52px;
}

.news-latest-title a:visited, .news-latest-date a:visited {
    text-decoration: none;
    color: grey;
}

.news-latest-title a:hover, .news-latest-title a:visited a:hover {
    /* color: #E72E4A; */
    text-decoration: underline;
}

.news-list-item span.badge {
    background-color: #00b3ee;
}

.overlay-top {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 20px;
    margin: 0;
    line-height: 1;
    top: 10px;
    bottom: auto;
}

.news-single-backlink {
    margin: 12px 0px;
}

.news-search-form {
    margin: 0px 0px 24px 0px;
}

.news-single-item header {
}

.news-single-item .teaser {
    font-weight: 300;
    font-style: normal;
}

/*
.news-single-item blockquote {
    clear: both;
    border: none;
    color: #aaa;
    display: block;
    float: left;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.4em;
    margin: 26px 0 24px;
    width: 100%;
}
.news-single-item blockquote p {
    font-style: italic;
    padding: 0px 0px 0px 35px;
    margin-bottom: 0px;
}
.news-single-item blockquote:before {
    content: "“";
    display: block;
    float: left;
    font-size: 2em;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}
*/

.news-single-item blockquote {
    background: #f9f9f9;
    margin: 1.5em 10px;
    padding: 2.0em 32px;
    border-left: 10px solid #00B3EE;
    quotes: "\201C" "\201D" "\2018" "\2019";
    line-height: 1.8em;
}

.news-single-item blockquote:before {
    color: #aaa;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.news-single-item blockquote p {
    font-size: 1.2em;
    display: inline-block;
    font-style: italic;
    color: #888;
}

/*
.news-single-item img.img-responsive {
  height: auto;
  width: auto !important;
  max-width: 100%;
  display: block;
}
*/

.source:before {
    content: "— ";
}

.source {
    clear: both;
    display: block;
    float: left;
    font-size: 0.65em;
    font-style: normal;
}

.news-amenu-container ul {
    list-style-type: none;
    padding-left: 0;
}

.itemcontent {
    clear: left;
}

/** pinterest grid
-------------------------------------------------------------------*/
#pinBoot {
    position: relative;
    max-width: 100%;
    width: 100%;
}

#pinBoot img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.image-panel {
    position: absolute;
    background: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 10px;
}

/*
stylize any heading tags withing white-panel below
*/

.image-panel h1 {
    font-size: 1em;
}

.image-panel h1 a {
    color: #A92733;
}

.image-panel:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    margin-top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* user panel
-------------------------------------------------------------*/
.user-row {
    margin-bottom: 14px;
}

.user-row:last-child {
    margin-bottom: 0;
}

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}

.toppad {
    margin-top: 20px;
}

/* Table
-------------------------------------------------------------*/
th.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
}

th.rotate > div {
    transform: /* Magic Numbers */ translate(25px, 51px) /* 45 is really 360 - 45 */ rotate(315deg);
    width: 30px;
}

th.rotate > div > span {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.eventbar {
    padding: 15px 15px;
    margin: 0;
    list-style: none;
}

/*
---------------------------------------------------------*/
img.list-img-tiny {
    max-width: 50px;
}

img.list-img-small {
    max-width: 75px;
}

img.list-img-default {
    max-width: 125px;
}

img.list-img-big {
    max-width: 300px;
}

img.list-img-padded {
    padding: 15px;
}


/* Badge colors
--------------------------------------------------------*/
.badge-danger {
    background-color: #d43f3a;
}

.badge-warning {
    background-color: var(--clubnet-gold)
}

.badge-success {
    background-color: #398439;
}

.badge-info, .btn-default > .badge-info {
    background-color: #269abc;
}

.badge-default {
    background-color: #169bd5;
}

.badge-light {
    background-color: #D9EDF6;
}

/*
.badge-info, .btn-default > .badge-info, .panel-default>.panel-heading .badge {
    background-color: #269abc;
}
*/

.badge-inverse {
    background-color: #333333;
}

/* Date picker
-------------------------------------------------------------*/

/* Misc
-------------------------------------------------------------*/
.tiny {
    font-size: 0.7em;
    line-height: 1.6em;
}

ul.tiny {
    margin-left: 0px;
    padding-left: 0px;
}

.call-out {
    position: relative;
    padding: 15px 30px;
    margin: 24px 0px;
    color: #333;
    background-color: white;
    border-radius: 10px;
}

.call-out::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    border-width: 15px 15px 0px;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0px;
}

.call-out span {
    font-size: 0.8em;
}


.lowercaret:after {
    content: "";
    width: 1.1em;
    height: 1.1em;
    background: #cbcbcb;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1.6em;
    left: 6%;
    margin-left: 12px;
    z-index: 999999;
}

.triangle::after {
    content: "";
    position: absolute;
    top: 2.25em;
    left: 34px;
    border-top: 0.6em solid #d9edf6;
    border-left: 0.6em solid transparent;
    border-right: 0.6em solid transparent;
    margin-left: 3px;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 150px;
    height: 150px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 200px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.add-sign {
    display: inline-block;
    background-image: url(../images/plus-circle.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 32px;
    height: 34px;
}

a.add-sign {
    margin-left: 24px;
    margin-top: 4px;
    width: 34px;
    line-height: 34px;
}

/*
.caret {
    position: relative;
    cursor: pointer;
}
.caret:before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 12px;
    border-bottom 12px solid #999;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.caret:after {
    content: '';
    position: absolute;
    top: 25%;
    left: 13px;
    border-top: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
*/
/* Media
-------------------------------------------------------------*/
.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tx-irfaq-pi1 .additional-info {
    font-size: 0.8em;
    color: #888;
}

.tx-irfaq-pi1 ul li a {
    color: #888;
}

iframe {
    display: block;
    margin: 0 auto;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.example-a {
    width: 40%;
    height: 480px;
    margin: 1em;
}

span.ce-uploads-description {
    display: block;
    font-size: 1.3rem;
    /* padding-left: 1.0rem; */
}

@media (min-device-width: 768px) and (max-device-width: 1199px) {
    .navbar-brand {
        background-size: 80% 80%;
    } {
    height: auto; /* of voorkomen dat ie geset wordt */
}
}

@media (max-device-width: 768px) {

    .navbar-brand {
        background-size: 80% 80%;
    }

    body {
        font-size: 15px;
    }

    .caption > h3, .caption > h3 > a, .caption h3 a:hover {
        font-size: 13px;
        line-height: 1.3em;
    }

    header div div.container nav {
        position: absolute;
        top: 50%;
        right: 20px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }

    .navbar-brand {
    }

    .panel-person {
        height: 30.0em;
    }

    .extra-panel-vertical-gutter {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-device-width: 480px) {
    .navbar-brand {
        margin: 0 0;
        /* background-size: 50% 50%; */
        width: 83px;
        height: 31px;
    }

    .caption > h3, .caption > h3 > a, .caption h3 a:hover, .panel-heading h3 {
        font-size: 14px;
        line-height: 1.3em;
    }

    .panel-standard h3 {
        font-size: 0.8em;
    }

    .panel-person {
        height: 30.0em;
    }

    .news-single-item h1 {
        font-size: 1.5em;
    }

    .teaser {
        font-size: 1.1em;
    }

    .alert {
        padding: 5px 10px;
    }

    h4.timeline-title {
        font-size: 0.9em;
    }

    .timeline > li > .timeline-panel {
        padding: 10px 10px 6px 10px;
    }

    .timeline-body > p,
    .timeline-body > ul,
    .timeline-body > ol,
    .timeline-footer > span > .alert {
        font-size: 0.7em;
        line-height: 1.5em;
    }

    .media-body .small {
        font-size: 0.6em;
        line-height: 1.0rem;
    }

    .timeline .media-body {
        padding: 0px;
        margin: 4px;
    }

    .timeline .mediabody .small {
        font-size: 1.0rem;
    }
}

@media print {

    #container {
        width: 100%;
        margin: 0;
        float: none;
    }

    #header, #footer, #menu, #nav {
        display: none;
    }

    body, p {
        font: 12pt georgia, serif;
    }

    h1 {
        font-size: 18pt;
    }

    h2 {
        font-size: 16pt;
        color: #000;
    }

    a[href]:after {
        content: none !important;
    }

    footer {
        display: none;
        content: none;
    }

    div time {
        display: none;
        content: none;
    }

    .panel-person {
        width: 45%;
        /* max-height: 324px; */
        min-height: 32.0rem;
        max-height: 34.8rem;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    img.img-reponsive {
        max-with: 150px;
        max-height: 150px;
    }


}
