body {
    font-size: 15px;
    color: #6f6f6f;
}
body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}
h4 {
    font-size: 20px;
}

.topnav {
    font-size: 17px;
    padding-left: 0px;
    font-weight: 600;
}
.navbar-default {
    background: #fbf8f1;
    opacity: 0.85;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);
}
@media(max-width:767px) {
    .navbar-default .navbar-nav > li > a {
        margin-left: 15px;
    }
}
.navbar a {
    outline: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background: rgba(0,0,0,0.5);
}
/*.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background: rgba(0,0,0,0.1);
}*/
.lead {
    font-size: 18px;
    line-height: 1.3em;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url('../../img/intro-bg.jpg') no-repeat center center;
    background-size: cover;
    border-bottom: 10px solid #443333;
}

.intro-message {
    position: relative;
    /*top: 280px;*/
    /*top: 100px;*/
    top: 450px;
    min-height: 600px;
    /*    padding-top: 28%;
        padding-bottom: 38%;*/
}
@media (min-width: 768px) and (max-width: 991px) {
    .intro-message {
        /*top: 160px;*/
        /*top: 50px;*/
        top: 400px;
        min-height: 600px;
        /*        padding-top: 25%;
                padding-bottom: 30%;*/
    }
}
@media (max-width: 767px) {
    .intro-message {
        /*top: 100px;*/
        top: 250px;
        /*padding-top: 35%;*/
        min-height: 600px;
    }
}

.intro-header > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 700px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

ul.intro-social-buttons > li {
    margin: 10px;
    margin-bottom: 40px;
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 0.7;
}
@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li a {
        display: block;
        min-width: 60px;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
}

.register-now a {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    background: rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.7);
    color: #fff;
}
.register-now a:hover {
    background: rgba(0,0,0,0.6);
    border-color: rgba(255,255,255,1);
    color: #fff;
}

.content-header {
    padding-top: 120px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url('../../img/intro-bg4.jpg') no-repeat center center;
    background-size: cover;
    border-bottom: 10px solid #443333;
}

.content-section-a {
    padding: 50px 0;
    background-color: #ecebf0;
    /*background-image: url('../../img/texture/stucco.png');*/
}
.content-section-b {
    padding: 50px 0;
    background-color: #dcdbe0;
    /*background-image: url('../../img/texture/stucco.png');*/
    /*border-top: 1px solid #DDD; border-bottom: 1px solid #DDD;*/
}
.content-section-c {
    padding: 50px 0;
    background-color: #bcbbc0;
    min-height: 300px;
    /*background-image: url('../../img/texture/stucco.png');*/
    border-top: 20px solid #443333; border-bottom: 20px solid #443333;
}
.content-section-c .thumbnail {
    background: none;
    border: none;
    margin-bottom: 50px;
}
.content-section-a h1,
.content-section-b h1{
    color: #51555c;
    font-size: 40px;
    font-family: 'Exo', sans-serif;
    font-weight: normal;
}
.content-section-a h2,
.content-section-b h2{
    color: #51555c;
    font-size: 34px;
    font-family: 'Exo', sans-serif;
    font-weight: normal;
}
@media(max-width:767px) {
    .content-section-a h2,
    .content-section-b h2{
        font-size: 30px;
    }
}
.content-section-c h5{
    color: #eee;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.content-section-c a img{
    height: 96px;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    border-top: 1px solid #cCcBd0;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../../img/banner.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
    padding-right: 10px;
    padding-left: 10px;
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    /*    ul.banner-social-buttons > li {
            display: block;
            margin-bottom: 20px;
            padding: 0;
        }*/

    /*    ul.banner-social-buttons > li:last-child {
            margin-bottom: 0;
        }*/
}

footer {
    padding: 50px 0;
    background-color: #11151c;
    background-image: url('../../img/texture/green-fibers.png');
    color: #ffffff;
    border-top: 10px solid #443333;
}
footer a {
    color: #d4e59e;
}
footer a:focus, footer a:hover {
    color: #b4c57e;
    text-decoration: none;
}
p.copyright {
    margin: 15px 0 0;
    color: #777777;
    font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: lighter;
}
@media (max-width: 767px) {
    footer {
        text-align: center;
    }
}


.text_logo_sm {
    font-family: 'Exo', sans-serif;
    font-weight: normal;
    font-size: 25px; color: #faffd8;
    line-height: 1.1em;
}
.text_logo {
    margin: 0; padding: 0;
    font-size: 90px; color: #d4e59e;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    line-height: 1em;
}
.text_sublogo {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 20px; font-weight: normal;
}
.text_slogan {
    color: #faffd8;
}
@media(max-width:767px) {
    .text_logo {
        font-size: 50px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    }
    .text_sublogo {
        font-size: 14px;
    }
    .register-now a {
        white-space: normal;
    }
}
.intro-header .btn-default,
.intro-header .btn-default:hover {
    opacity: 0.8;
}
.banner .btn-default,
.banner .btn-default:hover {
    opacity: 0.8;   
}

.img-art {
    margin-top: 25px;
}

.alert{
    opacity: 0.8;
}

.scrollToTop {
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 5%;  
    right: 10px;
    text-decoration: none;
    display: none;
    background: url('../../img/ico_gotop.png') no-repeat 0px 0px / cover;
    z-index: 99999;
}
@media (max-width: 767px) {
    .scrollToTop {
        width: 48px;
        height: 48px;
    }
}
.scrollToTop:hover,
.scrollToTop:active,
.scrollToTop:focus {
    text-decoration:none;
    outline: none;
}









.navbar-default {
    border-color: rgba(35,35,35,.05);
    font-family: 'Noto Sans','Helvetica Neue',Arial,sans-serif;
    background-color: rgba(35,35,35,.7);
    -webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;
    transition: all 1.4s;
}

.navbar-header > .navbar-brand {
    font-family: 'Exo','Helvetica Neue',Arial,sans-serif;
    font-weight: normal;
    color: rgba(255,255,100,0.8);
    padding: 15px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
    outline: none;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: rgba(255,255,100,0.9);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(35,35,35,.7);
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #eee;
    font-weight: 400;
}
.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #fefefe;
}
/*.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #9c27b0 !important;
    background-color: transparent;
}*/
.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}
@media(min-width:768px) {
    .navbar-default {
        background-color: transparent;
        background-color: rgba(35,35,35,.7);
        min-height: 60px;
        border-color: rgba(255,255,255,0.4);
        border-bottom-width: 1px;
    }

    .navbar-header > .navbar-brand {
        color: rgba(255,255,100,0.8);
        padding: 19px;
        min-height: 60px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: rgba(255,255,100,0.9);
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,0.8);
        padding: 20px;
        /*letter-spacing: 1.1px;*/
        text-shadow: 1px 1px 1px rgba(60,60,60,0.7);
        font-weight: 400;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fefefe;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #222;
    }

    /*    .navbar-default.affix .navbar-header .navbar-brand {
            font-size: 15px;
            color: rgba(255,255,255,0.7);
            padding: 20px;
            letter-spacing: 1px;
        }*/

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #f4f4f4;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #ddd;
        text-shadow: 1px 1px 1px rgba(30,30,30,0.7);
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #fefefe;
    }
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.gutter01 > [class*='col-'] {
    padding-right:5px;
    padding-left:5px;
}

.galFoto {
    margin-top: 10px;
}
.galFoto .thumbnail {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.galFoto .thumbnail {
    min-height: 150px;
}
@media (min-width: 1200px) {
    .galFoto .thumbnail {
        min-height: 200px;
    }
}
.galFoto .thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.galVideo {
    margin-top: 10px;
}