/*!
* Site - FoM Website
*/

/* MAIN ELEMENTS
----------------------------------------------------------*/

* {
    font-family: 'Open Sans', sans-serif !important;
}

*, *:before, *:after{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0 !important;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #2f2f2f;
    word-wrap: break-word;
}

.glyphicon, .glyphicon:before {
    font-family: 'Glyphicons Halflings',sans-serif !important;
}

section{
    width: 100%;
    padding: 0px;
}

h1,h2,h3{
    color: #000;
    font-weight: 300;
}

h1, .h1{
    font-size: 36px;
}

h2, .h2{
    font-size: 24px;
}

a,
a:hover{
    color: #05A2B3;
}

.form-control input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-sizing: content-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 30px;
    border: 2px solid #cccccc;
    padding: 0px 10px;
    font-size: 14px;
}

select{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #d5d5d5;
    padding: 10px 0px 10px 10px;
    font-size: 14px;
}

/*focus*/
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 2px solid #20d49f;
}

table td, table th{
    padding: 2px 4px;
    vertical-align: top;
}

strong{
    font-weight: 600;
}

img.img-responsive{
    max-width: 100%;
}

hr{
    margin: 30px 0px;
}



.modal.in .modal-dialog {
    z-index: 1050;
}

.breadcrumb {
    background: transparent;
    margin: 0;
}

.breadcrumb > .active {
    color: #fff;
    opacity: 1;
}

.breadcrumb > li + li:before {
    color: #fff;
}

.breadcrumb a {
    color: #fff;
}

/* MISC
----------------------------------------------------------*/
.no-padding{
    padding: 0px;
}

.text-uppercase{
    text-transform: uppercase;
}

.text-small{
    font-size: 14px;
    font-weight: 200;
}

.bold{
    font-weight: 600;
}

.light{
    font-weight: 300;
}

.img-responsive {
    width: 100%;
}

.brand-logo {
    margin: 0px;
    float: left;
    position: absolute;
    top: 5px;
    left: 200px;
}

.brand-text {
    width: 150px;
    float:left;
    margin: 30px 0 0 8px;
}

.read-details{
    font-size: 20px;
    margin: 40px 0px;
    text-align: center;
}

.szoveg{
    font-size: 16px!important;
    font-weight: 300!important;
}

.kiemeles{
    font-size: 16px!important;
    font-weight: 600!important;
}

.no-pic {
    background: #6ac0ca;
}

.btn-primary,
.btn-primary:visited {
    color: #fff;
    background-color: #6ac0ca;
    border-color: #6ac0ca;
}

.btn-primary:hover {
    color: #fff;
    background-color: #59b0b9;
    border-color: #59b0b9;
}


/* columns of same height styles */

.row-full-height {
    height: 100%;
}
.col-full-height {
    height: 100%;
    vertical-align: middle;
}
.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}



/** /columns of same height styles */


/* vertical alignment styles */

.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}

/* /vertical alignment styles */

/* carousel
----------------------------------------------------------*/

.carousel-caption {
    background: rgba(0,0,0,.2);
    text-align: left;
    padding: 10px 20px;
    font-weight: 300;
}

.carousel-caption h3 {
    font-weight: 300;
    color: #fff;
    font-size: 36px;
}

.carousel-caption a{
    color: #fff;
}

.carousel-control span {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel-control.left span {
    left: 35px;
}

.carousel-control.right span {
    right: 35px;
}

.carousel-one-pic .carousel-control, .carousel-one-pic .carousel-indicators{
    display:none;
}

.slideshow-event-container {
    padding-top: 30px;
}

.slideshow-event-container .title-param {
    font-weight: bold;
}

.slideshow-event-container .lead-box {
    margin: 12px 0;
}

.slideshow-event-col {
    padding: 0;
}

#slideshow-event .carousel-indicators{
    top: 10px;
}

#slideshow-event .carousel-caption {
    background: none;
    position: relative;
    width: 100%;
    left:0;
    right: 0;
    top:0;
    min-height:6em;
    color: #000;
    text-shadow: none;
    padding: 12px;
}

#slideshow-event .carousel-caption h3{
    font-size: 16px;
    margin: 0;
    color: #000;
    text-shadow: none;
    font-weight: bold;
}

#slideshow-event .carousel-control {
    background: none;
}

#slideshow-home .carousel-indicators{
    left: 5%;
    right: auto;
    padding-left: 20px;
    margin-left: 0;
    text-align: left;
}



.carousel.cover img {
     width: 100%;
 }

.page-news-article .lead-box {
    font-weight: bold;
    margin-bottom: 16px;
}




/* MENU: main
----------------------------------------------------------*/

.navbar.navbar-default.navbar-fixed-top {

    height: 180px;
    background: #fff url(img/bg-silhouette.jpg) bottom no-repeat ;
    background-size: 100% auto;
    border: none;
}

.nav.navbar-nav .dropdown {
    font-weight: bold;
    text-transform: uppercase;

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-right .dropdown-menu{
    left: 0px;
    right: auto;
}

.navbar-nav > li > a{
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
}

.navbar-nav > li > a .caret{
    margin-left: 10px;
}

.navbar-default .navbar-nav > li, .navbar-default .navbar-nav > li {
    margin: 0 10px;
}

.navbar-default .navbar-nav > li > a, .navbar-nav > li > a,.dropdown-menu > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus  {
    color: #fff;
}

.nav.navbar-nav .dropdown.explore, .nav.navbar-nav .dropdown.explore.open a, .nav.navbar-nav .dropdown.explore .dropdown-menu  {
    background: #db4b5a;
    color: #fff;
}

.nav.navbar-nav .dropdown.explore .dropdown-menu a:hover{
    background: #c14756;
    color: #fff;
}


.nav.navbar-nav .dropdown.learn, .nav.navbar-nav .dropdown.learn.open a, .nav.navbar-nav .dropdown.learn .dropdown-menu{
    background: #e65131;
    color: #fff;
}

.nav.navbar-nav .dropdown.learn .dropdown-menu a:hover{
    background: #c6462d;
    color: #fff;
}

.nav.navbar-nav .dropdown.save, .nav.navbar-nav .dropdown.save.open a, .nav.navbar-nav .dropdown.save .dropdown-menu{
    background: #a65aa0;
    color: #fff;
}

.nav.navbar-nav .dropdown.save .dropdown-menu a:hover{
    background: #90488a;
    color: #fff;
}

.nav.navbar-nav .dropdown.about-us, .nav.navbar-nav .dropdown.about-us.open a, .nav.navbar-nav .dropdown.about-us .dropdown-menu{
    background: #81ac41;
    color: #fff;
}

.nav.navbar-nav .dropdown.about-us .dropdown-menu a:hover{
    background: #6b923b;
    color: #fff;
}


.nav.navbar-nav .social{
     background: #e9c62c;
     color: #fff;

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    padding: 6px 15px;
}

.nav.navbar-nav .social li{
    list-style-type: none;
}

.nav.navbar-nav .social li {
    box-sizing: content-box;
    float: left;
    height: 25px;
    padding: 0 5px 0 0;
}

.nav.navbar-nav .social li ul li {
    box-sizing: content-box;
    float: left;
    height: 35px;
    padding: 0 5px 0 0;
}

.nav.navbar-nav .social li ul{
    background: #e9c62c;
    color: #fff;

    padding: 0;
}

.social .dropdown-menu {
    margin: 0 0 0 -150px;
}

.social .dropdown-menu > li {
    width: 99%;
    box-sizing: content-box;
}


.nav.navbar-nav .social li ul li:hover,
.nav.navbar-nav .social li ul li:active,
.nav.navbar-nav .social li ul li:visited{
    background: #d8b51b ;
}



.social .dropdown-menu > li > a {
    padding: 5px 10px;
}




.social .dropdown-menu > li > a:hover, .social .dropdown-menu > li > a:visited {
    color: #fff;
    text-decoration: none;
    background: transparent;
}

li.social ul{
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    padding: 0 0 0 5px;
}


.nav.navbar-nav .social img {
    height: 25px;
}

.navbar-nav .languages  a{
    /* margin: 0;
    padding-left: 0;
    padding-right: 0;*/
 }

#barrierfree {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav > li.languages > a  {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav > li.languages > a span{
    padding: 0px;
}

.navbar-nav > li.languages > a .caret{
    color: #333;
}

.navbar-nav > li.languages .dropdown-menu {
    padding: 0 0 0  0;
    margin: 0 6px 0 -25px;
}




.caret {
    color: #fff;
}

.navbar-brand img {
    width: 220px;
}

.flag-mini {
    height: 20px;
}

.flag {
    width: 30px;
}



/* paginator */

ul.yiiPager
{
    font-size:14px;
    border:0;
    margin:0;
    padding:0;
    line-height:100%;
    display:inline;
}

ul.yiiPager li
{
    display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
    border:solid 1px #6AC0CA;
    font-weight:bold;
    color:#6AC0CA;
    text-decoration:none;
    border-radius: 3px;
    padding: 6px;
}

ul.yiiPager .page a
{
    font-weight:normal;
}

ul.yiiPager a:hover
{
    border:solid 1px #6AC0CA;
}

ul.yiiPager .selected a
{
    background:#6AC0CA;
    color:#FFFFFF;
    font-weight:bold;
}

ul.yiiPager .hidden a
{
    border:solid 1px #DEDEDE;
    color:#888888;
}

ul.yiiPager .next {
    margin-left: 6px;
}

/** MENU side **/

.box-menu {
    margin-top: 20px;
}

.box-menu .box-menu-item {
    display: block;
    position: relative;
    width: 100%;

    margin: 0 0 7px 0;
}

.box-menu .box-menu-item a {
    text-decoration: none;

}

.box-menu .box-menu-item .title {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 50;
    background: rgba(106, 192, 202, 0.67);
    padding: 8px 12px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
}

.box-menu .box-menu-item.pictureless .title {
    position: relative;
}


/*lis*/



.box-list {
    margin-top: 20px;
}

.box-list .box-list-item {
    display: block;
    position: relative;
    width: 100%;

    margin: 0 0 7px 0;
}

.box-list .box-list-item a {
    text-decoration: none;

}

.box-list .box-list-item .title {
    display: block;
    width: 100%;
    min-height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 50;
    background: rgba(106, 192, 202, 0.67);
    padding: 8px 12px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;

}





/*offcanvas*/


.row-offcanvas-left.active {
    left: 220px !important

}
.row-offcanvas-left .sidebar-offcanvas {
    left: -220px;
}
.row-offcanvas-left.active .sidebar-offcanvas {
    left: -220px !important;
}
.sidebar-offcanvas {
    width: 220px;
    margin: 0;
    position: absolute;
    height: 100%;
    background: #6ac0ca;
    z-index: 300;
    border-right: 8px solid #fff;
    overflow-y: scroll;

}
.sidebar-offcanvas ul {
    /*position: fixed;*/
    position: relative;
    margin-top: 0;
    padding-left:0;
    width: 220px;
    z-index: 300;
    list-style-type:none;

}
.sidebar-offcanvas ul li {
    background: 0;
    padding: 0;
    width: 202px;
}
.sidebar-offcanvas ul li a {
    display: block;
    color: white !important;
    font-size: 16px;
    /*height: 35px;*/
    line-height: 1.5em;
    border-bottom: 1px solid #fff;
    padding:  5px 0 5px 20px;
}

.sidebar-offcanvas ul li ul {
    background: #96D2D9;
    padding: 0;
    width: 202px;
}
.sidebar-offcanvas ul li ul li {
    width: 200px;
}
.sidebar-offcanvas ul li a:hover {
    background: rgba(255,255,255,.3);
}
.sidebar-offcanvas ul li:last-child a {
    border-bottom: none !important;
}

.sidebar-offcanvas .lang {
    display: inline-block;
}
.row-offcanvas-left ul {
    left: -220px;
    -webkit-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    transition: left .25s ease-out;
}
.row-offcanvas-left.active ul {
    left: 0;
    -webkit-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    transition: left .25s ease-out;
}


/* LAYOUT: common
----------------------------------------------------------*/

.container{
    max-width: 1140px;
}

div[class*="section-"]{
    display: table;
    width: 100%;
}

.title-box h1{
    margin-top: 0;
}

/* SECTIONS
----------------------------------------------------------*/

/** section-stripe **/

.section-stripe, .section-stripe-fixed {
    display:block;
    width: 100%;
    height: 20px;
    background: rgba(86, 188, 203,.5);

}

.section-stripe-fixed {
    position: absolute;
    top: 180px;
    z-index: 150;
}

/** section-content **/

.section-content {
    min-height: 500px;
}


/** section-content-and-sidebar **/

.section-content-and-sidebar {

}

.section-content-and-sidebar .sidebar.right {
    padding-bottom: 550px;
    padding-top: 40px;
}

.section-content-and-sidebar .sidebar {
    padding-top: 12px;
}

.section-content-and-sidebar .sidebar .items {
    margin-bottom: 50px;
}

.section-content-and-sidebar .sidebar .featured {
    position: absolute;
    bottom: 12px;
    padding-right: 15px;
}

.section-content-and-sidebar .sidebar .featured .col-sm-6{
    padding-left: 0px;
}

.section-content-and-sidebar .sidebar .event-list,
.section-content-and-sidebar .sidebar .news-list,
.section-content-and-sidebar .sidebar .event-list,
.section-footer .event-list,
#calendar .event-list
{
    list-style-type: none;
    margin: 6px 0;
    padding:0;
}

.section-content-and-sidebar .sidebar .event-list li,
.section-footer .event-list li,
#calendar .event-list li
{
    background: url(img/icon-drop-blue.svg) no-repeat 0 5px;
    background-size: 25px 35px;
    padding-left: 30px;
    margin: 6px 0;
    min-height: 3em;
}

.section-content-and-sidebar .sidebar .news-list li {
    margin: 6px 0;
    padding-left: 30px;
}

.section-content-and-sidebar .content img {
    max-width: 100% !important;
}

.section-content-and-sidebar .content a, .ck-content a{
    font-weight: bold;
    word-break: break-all;
    display: inline-block;
}



/** section-footer **/

.section-footer {
    background: #6ac0ca;
    border-top: 6px solid #FFF;
}

.section-footer a{
    color: #5d7a7e;
    text-transform: uppercase;
    text-decoration: underline;
}

.section-footer .infobar .upcoming-events {
    height: 60px;
    background: #6ac0ca;
    color: #fff;
    text-transform: uppercase;
    padding-left: 30px;


    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.section-footer .upcoming-events-mobile {
    background: #6ac0ca;color: #fff;
    padding: 12px;

}

.section-footer .container,
.section-footer .container-fluid {
    background: #fff;
}

.section-footer .upcoming-events .title {
    display: inline-block;
    height: 60px;
    position: relative;
    font-size: 12px;
    line-height: 1.2em;
}

.section-footer .upcoming-events .title span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page-home + .section-footer .upcoming-events .title {
    padding-top: 0px;
}


.page-home + .section-footer .upcoming-events .dates {
    position: relative;
}


.page-child-list .items .item{
    padding: 0 5px;
}

.page-child-list .section-content {
    margin: 0;
}

.section-footer .upcoming-events .dates {
    padding: 0 15px;
    box-sizing: border-box;
}

.section-footer .upcoming-events .dates span{
    display: block;
    height: 1px;
    width: 100%;
    background: #FFF;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
}

.slick-slider{
    z-index: 999;
    position: relative;
}

.section-footer .upcoming-events .event {
    display: block;
    max-width: 150px;
    text-align: center;

    background: url(img/icon-drop.svg) no-repeat center 10px ;
    background-size: 15px 25px;

    height: 4.5em;
    padding: 35px 0 0 0;

    color: #fff;
    text-decoration: none;
    /*float: left;*/

    font-size: 12px;
}

.section-footer .upcoming-events .event.active, .section-footer .upcoming-events .title.active {
    color: #000;
}

.section-footer .upcoming-events .title.active {
    font-weight: bold;
}

.page-home + .section-footer .container{
    width: 100%;
    max-width: 100%;
    background: #FFF;
}



.featured-event, .featured-article {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0px 0px;
    color: #fff;
    width: 100%;
    float: left;
    min-height: 275px;
}

.featured-event .title, .featured-article .title{
    font-size: 16px;

}

.page-event-list .featured-event .title{
    min-height: 3em;
}

.featured-event img, .featured-article img{
    margin-top: 6px;
    max-height: 200px;
}

.featured-event.calendar img{
    max-height: 100px;
    margin-top: 30px;
}


.featured-event .date {
    text-align:right;
    font-size: 11px;
}
.featured-event {
    background: rgba(86, 188, 203, 0.7);
    float:left;
}

.featured-article {
    background: rgba(230, 81, 49, 0.75);
}


.section-footer .more-programs-box{
    padding-right: 0px;
}

.section-footer .more-programs, .section-footer .more-news{
    display:block;
    height: 60px;
    padding: 0px 10px 0px 0px;
    margin: 0;
    position: relative;

    background-size: 34px 30px;
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #fff;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.section-footer .more-programs span, .section-footer .more-news span    {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 0 0 50px;
}

.section-footer .more-programs {
    background-color: #6ac0ca;
    background-image: url(img/icon-calendar.svg)

}

.section-footer .more-programs a {
    color: #fff;
    text-transform: uppercase;
}

.section-footer .more-news {
    background-color: #e65131 ;
    background-image: url(img/icon-news.svg);


}

.section-footer .more-news a {
    color: #fff;
    text-transform: uppercase;

}

.section-footer .infobar div{
    padding: 0;
}

.section-footer .infobar .title {
    font-weight: bold;
}

.more-programs-box {
       margin: 0 0 0 15px;
}

.more-news-box {
      margin: 0 15px;
  }
/*
.page-home + .section-footer .infobar div{
    padding-right: 0;
}
*/


.section-footer .menu-footer{
    min-height: 20px;
    margin: 20px 0 0 0;
    padding: 0;
    float: right;
}

.section-footer .menu-footer li {
    margin: 0;
    padding: 0 6px;
    float:left;
    list-style-type: none;
    border-right: 1px solid;
}

.section-footer .menu-footer li:last-child {
    border: none;
}

.section-footer .logos {
    text-align: center;
}

.section-footer .logos img {
    padding: 12px 22px;
}

.section-footer .copyright {
    text-align: right;
    margin-bottom: 24px;
}

.section-footer .fb-like {
    display: block;
    margin: 6px auto;
}

.next-item {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 400;
    bottom: 10px;
    margin: 0 auto;
    left:50%;
    margin-left:-25px;
    transition: 1.5s;
}

.next-item.up {
    transform: rotate(180deg);

}


/* PAGES
----------------------------------------------------------*/

/** page home **/

.page-newslist,
.page-home .section-top,
.page-event-calendar .section-top,

.section-content
{
    margin-top: 180px;
}


.page-child-list
{
    margin-top: 200px;
}

.page-news-list .section-content,
.page-event-list .section-content,
.page-search .section-content,
.page-news-article .section-content,
.page-static
{
    margin-top: 220px;
}


/** page static **/
.content {
    padding: 20px 20px 30px 20px;
}

/** **/
.page-news-list .lead-text {
    text-align: justify;
}

.page-news-list .item .content .read-more {
    margin-top: 12px;
}

.page-news-list .item .content .date {
    margin: 12px 0;
}
.page-newslist .article{
    font-weight: 300;
}

/** calendar **/
.page-event-calendar .section-top {
    background: #6ac0ca;
    margin-top: 204px;
}

.page-event-calendar .section-content{
    margin: 18px 0;
}

.page-event-calendar .section-top .title {
    position: relative;
}

.page-event-calendar .section-top .title span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    font-weight: bold;
    color: #fff;
}

.page-event-calendar .section-top select{
    height: 24px;
    margin: 6px 0;
}

.page-event-view h1{
    margin-top: 0;
}

.page-event-view .level-box {
    display: inline-block;
}
.page-event-view .level-box .level{
    width: 25px;
    height: 25px;
    display: inline-block;
}

.page-event-view .level-box .level.filled{
    background: url(img/level-filled.svg) no-repeat;
}

.page-event-view .level-box .level.empty{
    background: url(img/level-empty.svg) no-repeat;
}

.page-search .section-content{
    margin-bottom: 24px;
}

.fc{
    padding-bottom: 80px;
}

.fc-state-default,.fc-state-down, .fc-state-active{
    background: none;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    color: #5d7a7e;
}

.fc-state-active{
    text-decoration: underline;
}


#cmd_application {
    width: 100%;
    margin: 0 0 0 0;
    background: #81ac41;
    color: #fff;
    border-radius: 0;
}

.gallery-box {
    padding: 25px;
}

.gallery-box .col-sm-4{
    padding: 5px;
}



.signpost {
    background: url(img/signpost/signpost.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    max-height: 651px;
    padding-top: 40px;
}

.signpost img {
    height: 20%;
    max-height: 94px;
}


.page-home .section-top {
    position: relative;
}

.page-home .section-top .signpost{
    position: absolute;bottom: 0px; right: 125px;
}


.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.header-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    position:absolute;
    top: 106px;
    left: 30px;

    text-shadow: 0 0 2px #000; /* Firefox 3.5+, Opera 9+, Safari 1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=1); /* IE<10 */
}

#gallery {
        padding-top: 180px; margin-top: -180px;
}

.newsletter-links {
    background: #fafafa;
    margin: 12px 0;
    padding: 12px;
    text-align: center;
    border: 1px solid #e7e7e7;
}

.newsletter-links a{
    display: inline-block;

    margin: 12px;

}

/* MEDIA QUERIES
----------------------------------------------------------*/
@media screen and (max-width: 1400px) {

    .menu-footer{
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .section-footer .upcoming-events > .row {
        width: 100vw;
    }
    .dates .slick {
        width: 600px;
        width: 100vw;

    }

    .section-footer .dates .slick .slick-slide {
        padding: 0 15px;
        box-sizing: content-box;
    }

    .section-footer .upcoming-events {
        margin: 12px 0;
    }

    .navbar.navbar-default.navbar-fixed-top {
        height: 50px;
        background: #fff ;

        border: none;
    }

    .navbar.navbar-default.navbar-fixed-top .navbar-brand {
        padding: 5px 0 0 0 ;
    }
    .navbar.navbar-default.navbar-fixed-top .brand-logo {
        max-width: 120px;
    }

    div.section-stripe-fixed {
        display:none;
    }

    .page-static,
    .page-newslist,
    .page-home .section-top,
    .page-event-calendar .section-top,
    .page-child-list,
    .section-content {
        margin-top: 50px;
    }

    .page-event-calendar .section-top {
        margin-top: 70px;
    }

    .page-event-calendar #filter_landscapes, .page-event-calendar #filter_visitor_sites, .page-event-calendar #filter_recommended {
        box-sizing: border-box;
        height: 40px;
    }

    .page-event-calendar .fc-day-header {
        overflow: hidden;
    }

    .page-event-calendar #calendar {
        padding: 0;
    }

    .page-event-calendar .section-top .title span {
        top: 0;
        position: relative;
        margin: 6px 0;
        transform: none;
        display: block;
    }

    .page-event-view h1 {
        margin-top: 16px;
    }

    .section-content-and-sidebar .sidebar .featured {
        position: relative;
    }

    .section-footer .menu-footer {
        font-size: 16px;

    }
    .section-footer .menu-footer li{
        padding: 6px;
        margin: 0;
        border: none;
        width: 50%; float: left; display: inline-block;

    }

    .page-news-list .section-content,  .page-search .section-content, .page-news-article .section-content {
        margin-top: 60px;
    }

    h1 {
        font-size: 26px;
    }

}
@media screen and (max-width: 600px) {
    .dates .slick {
        width: 400px;
        width: 100vw;
    }

}

@media screen and (max-width: 400px) {
    .dates .slick {
        width: 300px;
        width: 100vw;
    }
}

@media screen and (max-width: 300px) {
    .dates .slick {
        width: 200px;
        width: 100vw;
    }

    h1 {
        font-size: 20px;
    }
}



@media screen and (min-width: 768px) {
    .carousel-caption {
        left: 5%;
        bottom: 70px;
        right: auto;
        padding-bottom: 30px;

    }


}

@media (max-width: 940px) {
    .navbar-default .navbar-nav > li > a {
        padding: 8px 5px;
    }
}
@media (max-width: 1000px) {
    .section-footer .more-programs span,
    .section-footer .more-news {
        font-size: 12px;
    }

    .navbar-brand {
        margin: 0;
        padding: 5px;
    }




    .navbar .container{
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .navbar-default .navbar-nav > li, .navbar-default .navbar-nav > li{
        margin:  0 2px 0;
    }
}

@media (max-width: 1500px) {
    .brand-logo {
        top: 40px;
        left: 150px;
    }
}



@media (max-width: 767px) {
    .section-footer .more-programs span,
    .section-footer .more-news {
        font-size: 16px;
    }
}

@media (max-width: 1400px) {
    #slideshow-cover .carousel-caption {
        left: 10%
    }
}

@media (max-width: 767px) {
    .navbar .brand-logo {
        top: 5px;
        left: 5px;
    }

    .section-stripe-fixed {
        position: relative;
    }

    .carousel-caption {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        background: none;
        color: #000;
        text-shadow: none;
        min-height: 6em;
    }
    .carousel {
        min-height: 240px;
        background: rgba(86, 188, 203,.5);
    }

    #slideshow-home.carousel {
        min-height: 275px;
    }

    #slideshow-home.carousel h3{
        font-size: 16px;
        margin: 0;
        font-weight: bold;
    }

    #slideshow-event.carousel {
        min-height: 270px;
    }

    #slideshow-event.carousel h3 {
        margin:0;
    }

    #slideshow-home.carousel .carousel-control .img{
        width: 50%;
    }



    .carousel .carousel-indicators {
        display:none;
    }

    #slideshow-cover .carousel-caption {
        left: 0;
    }

    .carousel-caption h3 {
        margin-top: 0;
        color: #000;
        font-size: 16px;
        font-weight: bold;
    }
    .carousel-caption a {
        color: #000;
    }

    .carousel-control.right, .carousel-control.left {
        background: none;
    }

    .carousel-control span {
        top: 60px;
    }

    .carousel-indicators{
        top: 20px;
        bottom: auto;
    }

    .section-content-and-sidebar .content h1{
        margin-top: 0;

    }

    .more-programs-box, .more-news-box {
        margin: 3px 0;
    }

    .section-footer .infobar div{
        padding: 0 10px;
    }

    .ck-content img {
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 1330px) and (min-width: 768px) {
    .section-footer .more-programs span, .section-footer .more-news span    {
        padding: 0 0 0 6px;
    }

    .section-footer .more-programs {
        background-image: none;

    }

    .section-footer .more-news {
        background-image: none;
    }
}



@media (max-width: 600px) {
    .carousel-control span {
        top: 50px;
    }
}

@media screen and (max-width: 480px) {
    .section-content img, .content img{
        max-width: 100% !important;
    }

    .section-footer .logos a img {
        width: 50%;
    }

}

.img-and-text
{
    display: inline-block;
}


#cookie-bar {background:#6ac0ca; height:auto; min-height:30px; line-height:30px; color:#eeeeee; text-align:center; padding:3px 0; z-index: 10000;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:rgba(255,255,255,0.8); color: #6ac0ca }
#cookie-bar .cb-enable:hover {background: rgba(255,255,255,1);}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

.gallery-img
{
    width: 100%;
}

.tooltip
{
    z-index: 20000;
}
