@import url(http://fonts.googleapis.com/css?family=Varela+Round);
@import url(http://fonts.googleapis.com/css?family=Fredoka+One);
html,
body {
    min-height: 100%;
    margin: 0;
}

body {
    background-color: transparent;
    background-repeat: no-repeat;
    background: #06bcd3;
    /* Browsers antigos */
    background: -moz-linear-gradient(top, #06bcd3 0%, #0d71b9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #06bcd3), color-stop(100%, #0d71b9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #06bcd3 0%, #0d71b9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #06bcd3 0%, #0d71b9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #06bcd3 0%, #0d71b9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #06bcd3 0%, #0d71b9 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#06bcd3', endColorstr='#0d71b9', GradientType=0);
    /* IE6-9 */
    -webkit-font-smoothing: antialiased;
    font-family: 'Varela Round', sans-serif;
}

a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.galeria_img {
    max-height: 130px;
    overflow: hidden;
}

h4 {
    color: #f36f24;
    font-family: 'Varela Round', sans-serif;
}

.bg {
    background-image: url('../img/bg2.png');
    position: fixed;
    z-index: -1;
    background-size: contain;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.no-pad {
    padding: 0 !important;
}

.wrapper h3 {
    color: #f36f24;
    font-family: 'Varela Round', sans-serif;
}

.wrapper h4 {
    color: #f36f24;
    font-family: 'Varela Round', sans-serif;
}

.divider {
    width: 100%;
    height: 30px;
    background-image: url('../img/hr_page.png');
}

p {
    font-family: 'Varela Round', sans-serif;
    color: #555;
    font-size: 16px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f2f2f2 !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff !important;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #2980b9 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: orange !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

nav.navbar {
    background: transparent;
    margin-top: 0px;
    border: 0px;
}

nav.navbar.navbar-default li a {
    color: #fff;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
}

nav.navbar.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}

nav.navbar.navbar-default li a:hover {
    color: #2980b9;
}

ul.navbar-nav {
    margin-top: 20px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #337ab7 !important;
}

ul.dropdown-menu>li>a {
    font-family: 'Varela Round', sans-serif;
    color: #666;
    border-bottom: 1px dashed #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.nav .open>a,
ul.nav .open>a:hover,
ul.nav .open>a:focus {
    background-color: transparent;
    color: orange;
}

ul.dropdown-menu {
    border-radius: 6px;
}

ul.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.content {
    background: #f8f8f8;
    overflow: hidden;
    z-index: 2;
    border-radius: 15px;
    padding: 25px 0;
    margin-top: 35px;
    -webkit-box-shadow: 3px 10px 5px 3px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 3px 10px 5px 3px rgba(50, 50, 50, 0.3);
    box-shadow: 3px 10px 5px 3px rgba(50, 50, 50, 0.3);
}

.content-user {
    background: #f8f8f8;
    overflow: hidden;
    z-index: 2;
    border-radius: 15px;
    padding: 25px 0;
    margin-top: 100px;
    -webkit-box-shadow: 3px 10px 5px 3px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 3px 10px 5px 3px rgba(50, 50, 50, 0.3);
    box-shadow: 3px 10px 5px 3px rgba(50, 50, 50, 0.3);
}

.user {
    width: 100%;
    padding-top: 5px;
    color: #fff;
    font-family: 'Varela Round', sans-serif;
}

.user a {
    color: #fff;
}

.wrapper {
    padding: 25px;
}

a.navbar-brand {
    font-family: 'Fredoka One', cursive;
    color: #fff;
    font-size: 34px;
}

div.title {
    font-size: 24px;
    color: #f36f24;
    margin-bottom: 5px;
    font-family: 'Fredoka One', cursive;
}

.page-title {
    text-align: center;
    font-size: 36px;
    color: #f36f24;
    margin-bottom: 5px;
    font-family: 'Fredoka One', cursive;
}

.pagehr {
    text-align: center;
    margin: auto;
    margin-top: 10px;
    width: 50px;
    border-bottom: 2px dashed #f36f24;
}

div.subtitlehr {
    border-bottom: 2px dashed #f36f24;
    width: 50px;
    margin-bottom: 25px;
}

section.intro {
    margin-top: 25px;
    padding-top: 25px;
    min-height: 420px;
}

section.intro a {
    color: orange;
}

section.intro .quotes {
    border-bottom: 2px dashed #fff;
    margin-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

section.intro .quotes h1 {
    color: #fff;
    font-family: 'Fredoka One', cursive;
}

section.intro .quotes h3 {
    color: #fff;
    margin-top: 0;
    font-family: 'Fredoka One', cursive;
}

section.intro p {
    color: #fff;
    font-size: 18px;
    word-break: normal;
}

section.about {
    padding: 50px 100px;
    border-bottom: 2px dashed #eee;
}


/** Calendário **/

section.events {
    padding: 25px 50px;
    border-bottom: 2px dashed #eee;
    background-color: #f0ddd1;
    margin-top: -25px;
}

.calendar-item {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
}

.calendar-item span.glyphicon.glyphicon-list-alt {
    font-size: 28px;
    color: #f36f24;
    padding-top: 5px;
}

.calendar-item .cday {
    font-size: 28px;
    color: #f36f24;
    font-family: 'Fredoka One', cursive;
}

.calendar-item .cmonth {
    font-size: 18px;
    color: #555;
    font-family: 'Varela Round', sans-serif;
}

.calendar-item .cyear {
    font-size: 20px;
    color: #555;
    font-family: 'Fredoka One', cursive;
}

.calendar-item .chr {
    padding: 5px 0;
    border-bottom: 2px dashed #ccc;
}

.calendar-item-index {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    min-height: 250px;
}

.calendar-item-index span.glyphicon.glyphicon-list-alt {
    font-size: 4em;
    color: #f36f24;
    padding-top: 5px;
}

.calendar-item-index .cday {
    font-size: 2.3em;
    color: #f36f24;
    font-family: 'Fredoka One', cursive;
    margin-bottom: 0;
}

.calendar-item-index .cmonth {
    font-size: 1.5em;
    color: #555;
    font-family: 'Varela Round', sans-serif;
}

.calendar-item-index .cyear {
    font-size: 2em;
    color: #555;
    font-family: 'Fredoka One', cursive;
}

.calendar-item-index .chr {
    padding: 5px 0;
    border-bottom: 2px dashed #ccc;
}

.calendar-item-index a {
    color: #f36f24;
}

.calendar-item-index a:hover {
    text-decoration: none;
}

.calendar-item-index h1 {
    color: #f36f24;
    font-family: 'Varela Round', sans-serif;
}

.calendar-item-index h2 {
    color: #555;
    font-family: 'Varela Round', sans-serif;
}

.calendar-item-index h4 {
    color: #f36f24;
    font-family: 'Varela Round', sans-serif;
}

.modal-target {
    background-color: transparent;
    cursor: pointer;
}

.modal-target:hover {
    text-decoration: none;
}

div.modal-dialog {
    z-index: 9999;
}

div.modal-content {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
    outline: 0;
}

.home-calendar-item-index {
    background: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    min-height: 185px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.home-calendar-item-index:hover {
    border: 1px solid #f36f24;
}

.home-calendar-item-index-next {
    background: #f36f24;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    min-height: 185px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.home-calendar-item-index-next:hover {
    background: #2980b9;
}

.home-calendar-item-index-next a:hover {
    text-decoration: none;
}

.home-calendar-item-index-next h3 {
    color: #fff;
    font-family: 'Varela Round', sans-serif;
}

.home-calendar-item-index-next .fa.fa-chevron-circle-right {
    color: #fff;
    font-size: 4em;
}

.home-calendar-item-index span.glyphicon.glyphicon-list-alt {
    font-size: 2em;
    color: #f36f24;
    padding-top: 5px;
}

.home-calendar-item-index .cday {
    font-size: 1.5em;
    color: #f36f24;
    font-family: 'Fredoka One', cursive;
    margin-bottom: 0;
}

.home-calendar-item-index .cmonth {
    font-size: 1em;
    color: #555;
    font-family: 'Varela Round', sans-serif;
}

.home-calendar-item-index .cyear {
    font-size: 1em;
    color: #555;
    font-family: 'Fredoka One', cursive;
}

.home-calendar-item-index .chr {
    padding: 5px 0;
    border-bottom: 2px dashed #ccc;
}

.home-calendar-item-index h5 {
    color: #f36f24;
    font-size: 15px;
    font-family: 'Varela Round', sans-serif;
}

.home-calendar-item-index a.modal-target {
    bottom: 35px;
    position: absolute;
}


/**/

.home-calendar-item-index-big {
    background: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    min-height: 290px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.home-calendar-item-index-big:hover {
    border: 1px solid #f36f24;
}

.home-calendar-item-index-next-big {
    background: #f36f24;
    padding: 35px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    min-height: 185px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.home-calendar-item-index-next-big:hover {
    background: #2980b9;
}

.home-calendar-item-index-next-big a:hover {
    text-decoration: none;
}

.home-calendar-item-index-next-big h3 {
    color: #fff;
    font-family: 'Varela Round', sans-serif;
}

.home-calendar-item-index-next-big .fa.fa-chevron-circle-right {
    color: #fff;
    font-size: 4em;
}

.home-calendar-item-index-big span.glyphicon.glyphicon-list-alt {
    font-size: 1.5em;
    color: #f36f24;
    padding-top: 10px;
}

.home-calendar-item-index-big .cday {
    font-size: 2.2em;
    color: #f36f24;
    font-family: 'Fredoka One', cursive;
    margin-bottom: 0;
}

.home-calendar-item-index-big .cmonth {
    font-size: 2em;
    color: #555;
    font-family: 'Varela Round', sans-serif;
}

.home-calendar-item-index-big .cyear {
    font-size: 2.4em;
    color: #555;
    font-family: 'Fredoka One', cursive;
}

.home-calendar-item-index-big .chr {
    padding: 5px 0;
    border-bottom: 2px dashed #ccc;
}

.home-calendar-item-index-big h5 {
    color: #f36f24;
    font-size: 20px;
    font-family: 'Varela Round', sans-serif;
}

#gal-slider .carousel-inner {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

#gal-slider .carousel-caption {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}

#gal-slider .carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

#gal-slider .carousel-control.left,
#gal-slider .carousel-control.right {
    z-index: 999;
    height: 50px;
    width: 50px;
    margin: auto 10px;
    background: orange;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
}

#home-gal-slider .carousel-inner {
    border-radius: 15px;
    overflow: hidden;
    z-index: 0;
    position: relative;
    border: 1px solid #f0ddd1;
    height: 275px;
}

#home-gal-slider .carousel-inner:hover {
    border: 1px solid #f36f24;
}

#home-gal-slider .carousel-caption {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}

#home-gal-slider .carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

#home-gal-slider .carousel-control.left,
#home-gal-slider .carousel-control.right {
    /* background-image: none; */
    height: 50px;
    width: 50px;
    margin: auto;
    background: orange;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
}


/**/

#home-gal-slider-big .carousel-inner {
    border-radius: 15px;
    overflow: hidden;
    z-index: 0;
    position: relative;
    border: 1px solid #f0ddd1;
    height: 375px;
}

#home-gal-slider-big .carousel-inner:hover {
    border: 1px solid #f36f24;
}

#home-gal-slider-big .carousel-caption {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}

#home-gal-slider-big .carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

#home-gal-slider-big .carousel-control.left,
#home-gal-slider-big .carousel-control.right {
    /* background-image: none; */
    height: 50px;
    width: 50px;
    margin: auto;
    background: orange;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
}

.view-gal {
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.view-gal a img {
    width: 100% !important;
}

.view-gal:hover {
    border: 1px solid #f36f24;
}

span.glyphicon.glyphicon-chevron-right {
    font-size: 20px;
    margin-top: -10px;
}

span.glyphicon.glyphicon-chevron-left {
    font-size: 20px;
    margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-left: -15px;
    font-size: 20px;
}


/** Noticias **/

section.news {
    padding: 25px 50px;
    border-bottom: 2px dashed #eee;
}

.news-item .wrapper-image {
    overflow: hidden;
    max-height: 263px;
}

.news-item .wrapper-image img {
    width: 100%;
}

.news-item .img-responsive {
    width: 100%;
}

.news-item {
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
    /*padding: 20px 0;*/
    margin-bottom: 15px;
    border: 1px solid #ddd;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.img-wrapper {
    /* max-height: 300px; */
    overflow: hidden;
}

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

.lastnews .news-content-news {
    padding: 5px 0px;
}

.news-content {
    min-height: 50px;
}

.news-item img {
    margin-top: -25px;
}

.news-item:hover {
    border: 1px solid orange;
}

.lastnews {
    background: #fff;
    border-radius: 15px;
    padding: 20px 0;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.lastnews .last-post-date {
    font-size: 17px;
    line-height: 14px;
    position: relative;
    width: 55px;
    height: 55px;
    background: #f8f8f8;
    color: #f36f24;
    border: 1px solid #f36f24;
    padding-top: 11px;
    border-width: 2px;
    z-index: 1;
    border-radius: 10px;
    text-align: center;
    font-family: 'Fredoka One', cursive;
}

.lastnews .last-post-date .post-date-day {
    display: block;
    font-size: 24px;
}

.lastnews .last-post-date .post-date-month {
    font-weight: normal;
    padding-top: 5px;
    font-size: 18px;
    display: block;
}

.lastnews-title a {
    color: #f36f24;
    font-family: 'Varela Round', sans-serif;
}

.lastnews-title a:hover {
    text-decoration: none;
}

.lastnews .news-content {
    padding: 5px 0px;
}

.news-content {
    padding: 15px;
}

.news-title {
    font-size: 18px;
    color: #f36f24;
    font-weight: bold;
    font-family: 'Varela Round', sans-serif;
}

.news-title a {
    color: #f36f24;
}

.news-title a:hover {
    text-decoration: none;
}

.news-description {
    padding: 10px 0;
    color: #555;
    font-family: 'Varela Round', sans-serif;
}

.post-date {
    font-size: 17px;
    line-height: 14px;
    position: absolute;
    top: 0;
    right: 45px;
    width: 55px;
    height: 55px;
    background: #f36f24;
    color: #fff;
    padding-top: 11px;
    border-width: 2px;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    font-family: 'Fredoka One', cursive;
}

.post-date .post-date-day {
    display: block;
    font-size: 24px;
}

.post-date .post-date-month {
    font-weight: normal;
    padding-top: 5px;
    font-size: 18px;
    display: block;
}

a.btn.btn-home-custom {
    margin-top: 25px;
    font-size: 18px;
    padding: 10px 25px;
    color: #fff;
    background: #f36f24;
    border-radius: 5px;
    font-family: 'Fredoka One', cursive;
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
}

a.btn.btn-home-custom:hover {
    background: #2980b9;
}

.btn.btn-custom {
    color: #fff;
    background: #f36f24;
    border-radius: 15px;
    font-family: 'Fredoka One', cursive;
}

.btn.btn-custom:hover {
    color: #fff;
    background: #2980b9;
}

.class-item,
.results-item {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.results-index-item {
    border-bottom: 1px dashed #eeeeee;
}

div.results-item {
    font-family: 'Varela Round', sans-serif;
}

div.results-item tr {
    color: #555;
    border-bottom: 1px dashed orange;
}

div.results-item td {
    padding: 10px 0;
}

div.results-item td.result-num {
    font-size: 20px;
    color: #f36f24;
    font-family: 'Fredoka One', cursive;
}

.cat-season {
    text-align: center;
}

.cat-season a {
    font-size: 24px;
    color: #f36f24;
    font-family: 'Fredoka One', cursive;
}

.cat-season a:hover {
    text-decoration: none;
}

div.class-item {
    font-family: 'Varela Round', sans-serif;
}

div.class-item table {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dashed orange;
    display: block;
}

div.class-item td {
    padding: 10px 0;
}

div.class-item td.result-num {
    font-size: 20px;
    color: #f36f24;
    font-family: 'Fredoka One', cursive;
}


/**/

section.newsletter {
    padding: 50px 100px;
}

.callto {
    width: 80%;
    background: #fff;
    font-family: 'Varela Round', sans-serif !important;
    font-size: 22px;
    text-align: center;
    border: 1px solid #eee;
    padding: 15px 25px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    float: left;
    margin-right: -1px;
}

.btnto {
    width: 20%;
    background: #f36f24;
    color: #fff;
    font-family: 'Fredoka One', cursive;
    text-align: center;
    font-size: 22px;
    border: 1px solid #eee;
    padding: 15px 25px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    float: left;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.btnto a {
    color: #fff;
}

.btnto a:hover {
    color: #fff;
    text-decoration: none;
}

.btnto:hover {
    background: #2980b9;
    color: #fff;
}

#map_canvas {
    height: 300px;
    width: 100%;
    border: 2px dashed #f36f24;
}

.contact-form {
    padding: 25px;
}

footer {
    border-top: 2px dashed #f8f8f8;
    margin-top: 100px;
    padding: 25px 0 0 0;
    background: #2c3e50;
    /* Old browsers */
    position: relative;
    z-index: 9;
}

.footer-title {
    color: #f36f24;
    font-size: 16px;
    font-family: 'Fredoka One', cursive;
    margin-bottom: 10px;
}

.copy {
    color: #fff;
    background-color: #2c3e50;
    margin-top: 25px;
    padding: 5px 0;
}

footer ul li {
    color: #fff;
    font-size: 12px;
    font-family: 'Varela Round', sans-serif;
}

.footer-menu ul.nav {
    margin-top: 0;
}

.footer-menu ul.nav li {
    display: block;
    width: 100%;
}

.footer-menu ul.nav li a {
    padding: 0;
    margin-bottom: 5px;
    color: #fff;
}

.footer-menu ul.nav li a:hover {
    background-color: transparent;
    color: orange;
}

.footer-menu ul.nav li.open ul.dropdown-menu {
    position: relative;
    background: #242e3e;
    width: 100%;
    border-radius: 5px;
    border: 0;
    padding: 5px;
    margin-bottom: 10px;
    box-shadow: none;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    vertical-align: middle;
    line-height: 1;
    background: transparent;
}

.form-and-links-container {
    width: 100%;
    display: block;
}

.social-links>a {
    width: 25px;
    height: 25px;
    background: #f36f24;
    border-radius: 25px;
    text-align: center;
    margin-right: 5px;
    font-size: 10px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    border: 1px solid #555;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.social-links>a:hover,
.social-links>a:focus {
    /*-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);*/
    background: #2980b9;
    color: #fff;
    border: none;
}

.login {
    margin-top: 60px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/**/


/** bubles **/

img.home-mascot {
    position: relative;
    z-index: 2;
}

.bubbles {
    width: 350px;
    position: absolute;
    z-index: 1;
    top: 100px;
    display: inline-block;
    left: 23%;
}

.bubbles.mascot {
    z-index: 1;
}

.bubble {
    -webkit-animation: short-bubble 1500ms linear infinite;
    animation: short-bubble 1500ms linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    height: 10px;
    width: 9px;
    border: 1px solid rgba(240, 240, 240, 0.5);
    border-radius: 50%;
}

.b2 {
    -webkit-animation: medium-bubble 5000ms linear infinite;
    animation: medium-bubble 5000ms linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-left: -7px;
    margin-top: 25px;
    height: 13px;
    width: 12px;
}

.b3 {
    -webkit-animation-duration: 3500ms;
    animation-duration: 3500ms;
    margin-left: -5px;
    margin-bottom: 10px;
}

.b4 {
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin: 0 0 40px -9px;
    height: 7px;
    width: 6px;
}

.b5 {
    -webkit-animation: medium-bubble 3000ms linear infinite;
    animation: medium-bubble 3000ms linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-left: -1px;
    margin-top: 100px;
    height: 5px;
    width: 4px;
}

.b6 {
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    margin-left: -8px;
    margin-bottom: 50px;
}

.b7 {
    -webkit-animation-duration: 6000ms;
    animation-duration: 6000ms;
    margin-left: -3px;
    margin-bottom: 50px;
    height: 7px;
    width: 6px;
}

.b8 {
    -webkit-animation: medium-bubble 2000ms linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation: medium-bubble 2000ms linear infinite;
    animation-fill-mode: forwards;
    margin-left: -13px;
    margin-bottom: 30px;
}

@-webkit-keyframes short-bubble {
    0% {
        -webkit-transform: translate3d(5px, 0, 0);
        opacity: 0;
    }
    13% {
        -webkit-transform: translate3d(2px, -20px, 0);
        opacity: 1;
    }
    20% {
        -webkit-transform: translate3d(5px, -40px, 0) scale(1.2);
    }
    30% {
        -webkit-transform: translate3d(0, -60px, 0);
    }
    40% {
        -webkit-transform: translate3d(8px, -80px, 0);
    }
    50% {
        -webkit-transform: translate3d(3px, -100px, 0);
    }
    60% {
        -webkit-transform: translate3d(8px, -120px, 0);
    }
    70% {
        opacity: 0.4;
    }
    80%,
    100% {
        -webkit-transform: translate3d(0, -200px, 0);
        opacity: 0;
    }
}

@keyframes short-bubble {
    0% {
        transform: translate3d(5px, 0, 0);
        opacity: 0;
    }
    13% {
        transform: translate3d(2px, -20px, 0);
        opacity: 1;
    }
    20% {
        transform: translate3d(5px, -40px, 0) scale(1.2);
    }
    30% {
        transform: translate3d(0px, -60px, 0);
    }
    40% {
        transform: translate3d(8px, -80px, 0);
    }
    50% {
        transform: translate3d(3px, -100px, 0);
    }
    60% {
        transform: translate3d(8px, -120px, 0);
    }
    70% {
        opacity: 0.4;
    }
    80%,
    100% {
        transform: translate3d(0, -200px, 0);
        opacity: 0;
    }
}

@-webkit-keyframes medium-bubble {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 0;
    }
    5% {
        -webkit-transform: translate3d(4px, -20px, 0);
        opacity: 1;
    }
    10% {
        -webkit-transform: translate3d(2px, -40px, 0) rotate(10deg);
    }
    20% {
        -webkit-transform: translate3d(7px, -80px, 0) rotate(14deg) scale(0.7);
    }
    30% {
        -webkit-transform: translate3d(5px, -120px, 0) rotate(15deg);
    }
    40% {
        -webkit-transform: translate3d(1px, -160px, 0) rotate(20deg);
    }
    50% {
        -webkit-transform: translate3d(2px, -200px, 0) rotate(18deg) scale(1.1);
    }
    60% {
        -webkit-transform: translate3d(-3px, -240px, 0) rotate(22deg);
        opacity: 0.4;
    }
    100% {
        -webkit-transform: translate3d(0, -400px, 0);
        opacity: 0;
    }
}

@keyframes medium-bubble {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
    5% {
        transform: translate3d(4px, -20px, 0);
        opacity: 1;
    }
    10% {
        transform: translate3d(2px, -40px, 0) rotate(10deg);
    }
    20% {
        transform: translate3d(7px, -80px, 0) rotate(14deg) scale(0.7);
    }
    30% {
        transform: translate3d(5px, -120px, 0) rotate(15deg);
    }
    40% {
        transform: translate3d(1px, -160px, 0) rotate(20deg);
    }
    50% {
        transform: translate3d(2px, -200px, 0) rotate(18deg) scale(1.1);
    }
    60% {
        transform: translate3d(-3px, -240px, 0) rotate(22deg);
        opacity: 0.4;
    }
    100% {
        transform: translate3d(0, -400px, 0);
        opacity: 0;
    }
}


/*------*/

.mascot-front {
    position: absolute;
    z-index: 11;
}

.mascot-middle {
    position: absolute;
    z-index: 9;
}

.mascot-back {
    position: absolute;
    z-index: 8;
}

.floating {
    float: left;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 5px);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 5px);
    }
    to {
        -moz-transform: translate(0, -0px);
    }
}

.floatings {
    float: left;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@-webkit-keyframes Floatingsx {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 5px);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floatings {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 5px);
    }
    to {
        -moz-transform: translate(0, -0px);
    }
}

.floatingss {
    float: left;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@-webkit-keyframes Floatingssx {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 5px);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floatingss {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 5px);
    }
    to {
        -moz-transform: translate(0, -0px);
    }
}


/***** media queries *****/

@media (min-width: 1980px) {
    #home-gal-slider img {
        height: 380px;
        width: 380px;
        max-width: 380px;
    }
    #home-gal-slider-big img {
        height: 380px;
        width: 380px;
        max-width: 380px;
    }
}

@media (min-width: 1481px) and (max-width: 1980px) {
    #home-gal-slider img {
        height: 380px;
        width: 380px;
        max-width: 380px;
    }
    #home-gal-slider-big img {
        height: 380px;
        width: 380px;
        max-width: 380px;
    }
}

@media (min-width: 1280px) and (max-width: 1480px) {
    #home-gal-slider img {
        height: 380px;
        width: 380px;
        max-width: 380px;
    }
    #home-gal-slider-big img {
        height: 380px;
        width: 380px;
        max-width: 380px;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    #home-gal-slider img {
        height: 380px;
        width: 380px;
        max-width: 380px;
    }
    .nav>li>a {
        font-size: 14px !important;
        padding: 15px 6px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    div.bg {
        display: none;
    }
    .nav>li>a {
        font-size: 14px !important;
        padding: 15px 6px !important;
    }
    .bubbles {
        width: 200px;
    }
    .home-calendar-item-index-next-big {
        padding: 20px 0;
        min-height: inherit;
    }
    .home-calendar-item-index-next-big h3 {
        margin-top: 0;
    }
    #home-gal-slider .carousel-inner {
        height: 450px;
    }
    #home-gal-slider img {
        width: 530px;
        height: 530px;
        max-width: none;
    }
    .news-content {
        min-height: 225px;
    }
}

@media (min-width:481px) and (max-width: 767px) {
    #home-gal-slider img {
        width: 100%;
    }
    div.bg {
        display: none;
    }
    section.intro {
        margin-top: 25px;
        padding-top: 25px;
        min-height: 400px;
    }
}

@media (max-width: 480px) {
    #home-gal-slider img {
        width: 100%;
    }
    div.bg {
        display: none;
    }
    .bubbles {
        width: 55px;
        left: 8%;
    }
    section.intro {
        margin-top: 25px;
        padding-top: 25px;
        min-height: 600px;
    }
    section.about,
    section.events,
    section.news,
    section.newsletter {
        padding: 25px;
    }
    .callto {
        width: 100%;
        font-size: 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }
    .btnto {
        width: 100%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 0px;
        margin-top: -2px;
    }
    .home-calendar-item-index {
        height: 185px;
    }
}