/*
    here we insert all the overwrites from previous stylesheets
*/

.navbar-brand {
    padding: 0 0 0 15px;
}

.navbar-brand .img-responsive {
    height: 100%;
}

@media (min-width: 768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 150px;
    }
}
.profile_image {
    max-width: 300px;
}

header {
     /*background: url(../img/bg-pattern.png),linear-gradient(to left,#ad6100,#a60000 ,#330000 ,#000);*/
    /*background: url(../img/bg-pattern.png),radial-gradient(ellipse closest-side at center, #AD6100 10%, #A60000 50%, #330000 85%, #000000 100%);*/
    background: url(../img/bg-pattern.png),radial-gradient(ellipse closest-side at center, #a2c970 38%, #1a9a9a 80%, #000d33 130%);
}


header .intro-text .name {
    font-size: 3em;
    line-height: 1.3;
}


.navbar-custom {
     background: #222222;
}

.navbar-custom .navbar-nav li a:hover {
    color: #329686;
}

.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
    background-color: #a60000;
    border-color: #a60000;
}

.navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li.active a:active, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:hover {
    color: #fff;
    background: #329686;
}


.idea-img {
    padding-top: 20px;
    width: 50%;
    float: right;
}

@media screen and (min-width: 1200px) {
    .idea-img {
        width: 100%;
    }
}

section.success {
    /*background: #24DC65;*/
    /*background: #330000;*/
    background: #329686;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .img-firma {
        padding-bottom: 30px;
    }
}

.panel-body ul {
    list-style: none;
    padding: 0;
}

.panel-body li {
    padding-bottom: 5px;
}

.panel-body-left {
    font-weight: bold;
    text-align: right;
}

.form-control {
    color: #fff;
}

.form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.form-group {
    text-align: center;
}

.form-select {
    background: #333;
    margin: 50px 0 0 15px;
}

.form-img {
    opacity: 0.8;
    position: absolute;
    width: 40%;
    right: 0;
    top: 20px;
    max-height: 75%;
}

.btn-success {
    color: #fff;
    background-color: #333;
    border-color: #ffffff;
    font-weight: 700;
}

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
    color: #329686;
    background-color: #333;
    border-color: #fff;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #329686;
    background-color: #333;
    border-color: #ffffff;
}

.help-block ul {
    list-style: none;
    color: #a60000;
    padding-left: 15px;
    font-size: 16px;
}

.form__warning {
    color: #1c5958;
    font-size: 14px;
    display: block;
    text-align: left;
}

.pb-30 {
    padding-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}

u {
    background-color: #277574;
    text-decoration: none;
    padding: 2px 4px;
    border-radius: 4px;
}

a.greenbg-link {
    color: #333333;
}
a.greenbg-link:hover {

}

ul li {
    font-size: 20px;
}

.success ul li a {
    color: white;
    text-decoration: underline;
}

.warning--hide {
    display: none;
}

.warning--submit{
    text-align: center;
    margin-top: 12px;
}

#uploadfile {
    height: auto;
}
#motivation {
    background-color: #277574;
    padding: 8px 20px;
}
.form-group--no-border {
    border-bottom: none;
}

.abyss {
    position: absolute;
    left: -999999998px;
}