/* ==========================================================================
 General and Typography 
========================================================================== */
@font-face {
    font-family: 'Kreon';
    src: url("../fonts/ProzaLibre-Regular.ttf") format('truetype');
}


@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/PetitFormalScript-Regular.ttf') format('truetype');
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: 'Kreon',sans-serif;
}

img {
    /*max-height: 100%;*/
    max-height: 1080px;  /*este*/
    max-width: 100%;
}

.news > img {
    border-radius: 10px;
    box-shadow: 4px 4px 3px #aaaaaa;
}

blockquote {
    border-left: 5px solid #55cbd2;
}


.navbar-brand h2, #header .subtitle h4 {
    font-family: 'Pacifico', serif;
}

.comm-us:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e067";
    font-family: 'Glyphicons Halflings';
    /*font-size: 20px;*/
    /*float: left;*/
    color: white;
    padding-right: 3px;
}

/*.tog{
cursor:pointer!important;
}*/
ul.requirements {
    font-size: 16px;
    /*text-align:justify;*/
    padding-right: 10px;
    line-height: 25px;
    font-family: Kreon, serif;
}

li.requirements {
    display: block;
    padding: 10px;
}

    li.requirements:before {
        /*Using a Bootstrap glyphicon as the bullet point*/
        content: "\e067";
        font-family: 'Glyphicons Halflings';
        font-size: 20px;
        float: left;
        /*margin-top: 2px;*/
        /*margin-left: 10px;*/
        padding-right: 15px;
        color: #034f53;
    }

h5.requirements {
    font-size: 26px;
    text-align: center;
    font-weight: bolder;
    color: #034f53;
    font-family: Pacifico, serif;
}
/*====*/
ul.risks {
    font-size: 16px;
    /*text-align:justify;*/
    padding-right: 10px;
    line-height: 25px;
    font-family: Kreon, serif;
}

li.risks {
    display: block;
    padding: 10px;
}

    li.risks:before {
        /*Using a Bootstrap glyphicon as the bullet point*/
        content: "\e086";
        font-family: 'Glyphicons Halflings';
        font-size: 20px;
        float: left;
        /*margin-top: 2px;*/
        /*margin-left: 10px;*/
        padding-right: 15px;
        color: #ff0000;
    }

h5.risks {
    font-size: 26px;
    text-align: center;
    font-weight: bolder;
    color: #034f53;
    font-family: Pacifico, serif;
}
/*====*/
.panel-group > .panel-default > .panel-heading {
    background-image: none !important;
    /*background-color: #c5fff1 !important;*/
    background-color: #d4f2f4 !important;
}

/* ==========================================================================
 Header 
========================================================================== */
#header {
    background-image: url(../img/header-bg.jpg);
    background-repeat: no-repeat;
    /*background-position: center center;*/
    /*background-position: left top;*/
    background-position: 22% top;
    /*background-attachment: fixed;*/
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*==============*/
    position: relative;
    min-height: 512px;
    max-height: 1080px /*este*/
}


.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    max-width: 100%;
    height: auto;
    background: rgba(65, 78, 78, 0.3);
    z-index: 0;
    max-height:1080px /*este*/
}

#header .center {
    position: relative;
    z-index: 1;
    color: white;
}

    #header .center .slogan {
        font-size: 26px;
        text-transform: uppercase;
    }

#header .banner h1 {
    font-family: 'Kreon',serif;
    font-size: 100px;
    color: white;
    /*text-transform:uppercase;*/
    letter-spacing: 2px;
    /*font-style: italic;*/
    font-weight: 800;
    margin: 0;
    padding: 0;
    line-height: 80%;
}

#header .banner h2 {
    font-family: 'Kreon',serif;
    font-size: 38px;
    color: white;
    /*text-transform:uppercase;*/
    letter-spacing: 2px;
    /*font-style: italic;*/
    font-weight: 800;
    margin: 0;
    padding: 0;
    line-height: 80%;
    text-shadow: -3px 3px 3px #034f53;
}

#header .subtitle h4 {
    font-size: 52px; /*38px;*/
    /*text-shadow: 3px 3px 5px #034f53;*/
    text-shadow: -3px 3px 3px #034f53;
    /*font-style:normal;*/
    /*font-weight:750;*/
}

#header .bottom {
    color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
}

    #header .bottom a {
        font-size: 58px;
        color: whitesmoke;
        position: relative;
        top: -5px;
    }

/* ==========================================================================
 Navigation 
========================================================================== */
#menu {
    background: rgba(211, 230, 231, 1);
    margin-bottom: 0;
    border-color: #55cbd2;
    background: #55cbd2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar-brand h2 {
    margin-top: 0;
    font-weight: bold;
    text-shadow: none;
}

.navbar-brand {
    padding-top: 8px;
    padding-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: bold;
    text-shadow: none;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a {
        background: #55cbd2;
        color: white;
        text-shadow: none;
        -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    }

.navbar-brand h2, .navbar-inverse .navbar-nav > li > a {
    color: #4D949E;
    color: white;
    font-size: 12px;
}
/*yo*/
.navbar-brand h2 {
    font-size: 30px;
    text-shadow: 2px 2px 4px #059ca4;
}

.navbar-toggle {
    font-size: 2.5em;
    padding: 0px;
    border: 0px;
    margin: 0px 15px 0px 0px;
    color: white;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: transparent;
    color: darkcyan;
}

.signupForm {
    background: #55cbd2;
    padding: 16px 0;
}

    .signupForm .form-control {
        background: transparent;
        border-radius: 0;
        border: 2px solid white;
        color: white;
    }

    .signupForm .btn-primary {
        background: #000000;
        border-radius: 0;
        box-shadow: none;
        border: 2px solid black;
        transition: all 0.4s;
    }

        .signupForm .btn-primary:hover {
            background: white;
            color: #55cbd2;
            border-color: #9CDEE2;
        }

        .signupForm .btn-primary:focus {
            outline: none;
        }

/* do not group these rules */
.form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control::-moz-placeholder {
    color: #fff;
}
/* firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #fff;
}
/* ie */
input:-moz-placeholder {
    color: #fff;
}

/* ==========================================================================
 Video 
========================================================================== */

.cyan-wrapper {
    /*background: rgb(197, 255, 241);*/
    background: rgba(85, 203, 210, 0.25);
    color: rgb(85, 203, 210);
}

h1.giant-heading {
    font-size: 130px;
    font-family: 'Kreon',serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 80%;
    letter-spacing: -4px;
}


/* ==========================================================================
 Story 
========================================================================== */
.light-wrapper {
    background: #FFFFFF;
}

.inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title {
    font-size: 45px;
    line-height: 60px;
    color: rgb(0, 90, 94);
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Pacifico', serif;
    margin-top: 0;
}

.main.lead {
    margin-bottom: 100px;
}

.lead {
    font-size: 16px;
    font-weight: normal;
    /* text-transform:uppercase; */
    margin-bottom: 15px;
    color: #999999;
    position: relative;
    /* font-family: 'Kreon',serif; */
}

    .lead:after {
        position: absolute;
        content: ' ';
        background: #55cbd2;
        width: 80px;
        height: 3px;
        bottom: -15px;
        left: 50%;
        margin-left: -40px;
    }

.story .col-wrapper {
    padding: 0 10px;
}

.story .icon-wrapper {
    position: relative;
    height: 80px;
    margin-top: 40px;
}

span.up-caps {
    float: left;
    font-size: 100px;
    line-height: 80px;
    font-family: 'Kreon',serif;
    font-weight: 700;
    margin-right: 10px;
}

p {
    line-height: 22px;
    margin-bottom: 30px;
}
/* Side notes for calling out things
-------------------------------------------------- */

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

    .bs-callout h1,
    .bs-callout h2,
    .bs-callout h3,
    .bs-callout h4,
    .bs-callout h5,
    .bs-callout h6 {
        margin-top: 0;
    }

.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
    color: #B94A48;
}

.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
    color: #C09853;
}

.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
    color: #3A87AD;
}

.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6 {
    color: #3C763D;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.bs-callout-info {
    background-color: #b8f7fb;
    border-color: #55cbd2; /* #d0e3f0; */
}

.bs-callout-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}



/* ==========================================================================
 Gallery 
========================================================================== */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid {
    overflow: hidden;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

/* ==========================================================================
 News and events 
========================================================================== */
.blog .left .news > img, .blog .right .news > img {
    width: 40%;
}

.blog .right .news > img {
    float: left;
    margin-right: 15px;
}

.blog .left .news > img {
    float: right;
    margin-left: 15px;
}

.blog .left .news {
    text-align: right;
    padding-right: 40px;
}

.blog .right .news {
    padding-left: 40px;
}

.row.blog {
    background-image: url(../img/timeline-divider.png);
    background-repeat: repeat-y;
    background-position: center top;
}

.news h3 {
    font-family: 'Kreon',serif;
    font-size: 20px;
    color: #55cbd2;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 18px;
}

.news .fold-link {
    background: #55cbd2;
    color: white;
    font-family: 'Pacifico', serif;
    padding: 2px 5px;
    border-radius: 5px;
}

.news {
    margin-bottom: 50px;
}

    .news p {
        margin-bottom: 20px;
    }


/* ==========================================================================
 footer 
========================================================================== */
.dark-wrapper {
    background: #55cbd2;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

    .dark-wrapper .ss-style-top::before {
        background-image: linear-gradient(315deg,#ed0121 50%,transparent 50%),linear-gradient(45deg,#ed0121 50%,transparent 50%);
    }

.social-bar {
    width: 100%;
    text-align: right;
}

    .social-bar a {
        display: inline-block;
        margin-right: 11px;
        font-size: 2.15em;
        text-decoration: none;
        color: white;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 350ms ease;
        -moz-transition: opacity 350ms ease;
        -o-transition: opacity 350ms ease;
        transition: opacity 350ms ease;
    }

        .social-bar a:hover {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

.themeBy {
    color: #55cbd2;
    background: white;
}

footer ul {
    margin: 0;
    list-style: none;
}

    footer ul li a {
        color: white;
        transition: all 0.4s;
    }


/* ==========================================================================
 Animations (JMA)
========================================================================== */
.slideanim {
    visibility: hidden;
}

.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible;
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/* ==========================================================================
 Responsive styles 
========================================================================== */

@media (max-width: 1199px) {

    h1.giant-heading {
        font-size: 104px;
    }
}

@media (max-width: 991px) {

    h1.giant-heading {
        font-size: 82px;
    }
}

@media (max-width:767px) {
    #header .banner h1 {
        font-size: 60px;
    }

    #header .banner h2 {
        font-size: 35px;
    }

    #header .subtitle h4 {
        font-size: 40px;
    }

    .social-bar {
        text-align: left;
        margin-top: 30px;
    }

    h1.giant-heading {
        font-size: 65px;
        text-align: center;
    }

    .blog .left .news > img, .blog .right {
        float: none;
        width: 100%;
        margin-left: 0;
    }

        /* ==========================================================================
        News and events 
        ========================================================================== */
        .blog .left .news > img, .blog .right .news > img {
            float: none;
            width: 100%;
            margin-left: 0;
        }

    .news h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .news {
        text-align: left !important;
        padding: 0px !important;
    }

    .row.blog {
        background: none;
    }

    .mb10 {
        margin-bottom: 10px;
        display: block;
    }

    .section-title {
        font-size: 36px;
    }

    footer ul {
        padding-left: 0;
        margin-top: 20px;
        border-top: 1px solid;
        padding-top: 10px;
        border-bottom: 1px solid;
        padding-bottom: 10px;
    }
}

@media (max-width:599px) {
    #header .banner h1 {
        font-size: 25px;
    }

    #header .banner h2 {
        font-size: 25px;
    }

    #header .subtitle h4 {
        font-size: 25px;
    }
}