/*************************************************************/
/* Responsive & Adblock killer promo                         */
/* Search - Stylesheet                                       */
/* URL : https://www.carpediem-sheets.com/adblock/index.html */
/* Support : philippe@carpediem.fr                           */
/*************************************************************/

body, html {
    margin: 0;
    padding: 0;
    margin-top: 40px;
    height: 100%;
    background: #212529;
    font-family: 'Open Sans', sans-serif
}

.btn {
    border-radius: 1px;
}

.pull-right {
    text-align: right;
}

.pull-center {
    text-align: center;
}

.pinkText {
    color: #E130B8;
}

.smallText {
    text-align: justify;
    font-size: 12px
}

.form-control {
    font-size: 16px;
}

.navbar-default {
    width: 100%;
    height: 78px;
    background: #ffffff;
    background-size: cover;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.navbar-default .navbar-brand {
    font-size: 20px;
    line-height: 45px;
    color: #000;
    text-transform: uppercase;
}

.navbar-default .navbar-brand:hover {
    color: #ffffff;
}

.navbar-default .navbar-form {
    vertical-align: middle;
    margin-top: 25px;
}


.container-fluid {
    width: 98%;
    max-width: 1280px;
}

.container-fluid .list-group-item {
    position: relative;
}

.container-fluid .list-group-item .label {
    position: absolute;
    top: 20px;
    right: 27px;
}

.container-fluid .list-group-item .modalLink {
    cursor: pointer;
}

/**
 * Colors
 **/
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top,#62c462,#51a351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image: -webkit-linear-gradient(top,#62c462,#51a351);
    background-image: -o-linear-gradient(top,#62c462,#51a351);
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    *background-color: #51a351;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/*
.btn-success {
    background: #38B7EE;
    border: 1px solid #3890EC;
}*/
.btn-success:hover {
    background: #3890EC;
    border: 1px solid #3890EC;
}

.btn-success .badge
{
  color: #38B7EE;
}

.btn-download {
    display: block; 
    width: 100%;
}

.btn-download .btn-text {
    text-align: left; 
    line-height: 24px;
}

/**
 * Modal
 **/

.modal-content {
    border-radius: 2px; 
}

.modal-content .modal-header {
    background: #ffffff;
}

.modal-content .modal-header .modal-title {
    line-height: 1.0;
    font-size:;
}

.modal-content .modal-header h4 {
    line-height: 1.0;
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.modal-content .modal-header h4 span {
    line-height: 18px;
    font-size: 14px;
    color: #38B7EE;
}

.modal-content .modal-body .maxWidth {
    width: 80%;
    max-width: 240px;
    margin: 0 auto;
}

.modal-content .modal-body .img-responsive {
    width: 80%;
    max-width: 240px;
    margin: 0 auto;
}

.modal-content .modal-body h5 {
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-weight: bold;
    color: #49659f;
}

.modal-content .modal-body .DHTMLoverlayDiv {
    position: relative;
    width: 100%; 
    max-width: 240px;
    padding: 0px;
}

.modal-content .modal-body .DHTMLthumb {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.modal-content .modal-body .DHTMLoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(254 247 175 / 76%);
    color: #ffffff;
}

.modal-content .modal-body .DHTMLoverlay p {
    position: relative;
    top: 150px;
    display: block;
    padding: 0 20px;
    text-align: center;
    font-weight: bold;
}

.modal-content .modal-footer button.btn-primary {
    background: #5bb75b;
    border: 1px solid #62c462;
}

#regFormFinal .finalText {
    font-size: 20px;
    text-align: justify;;
}

/**
 * Arrow animation
 **/

.bounce {
    position: absolute;
    top: 100px;
    left: 50% ;
    width: 60px;
    height: 60px ;
    margin-left:-30px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

/**
 * Validation
 **/
.form-control-feedback {
    right: 35px;
    line-height: 47px;
}

@media only screen and ( max-device-width: 1200px ) {

    header h1 {
        font-size: 20px;
    }

}

@media only screen and ( max-device-width: 800px ) {

    header h1 {
        font-size: 14px;
    }

}

@media only screen and ( max-device-width: 600px ) {

    header h1 {
        padding-top: 19px;
        line-height: 20px;
        white-space: pre;
    }
    header h1 .highlight:before {
        content: '\A';
    }

}

@media only screen and ( max-device-width: 480px ) {

    .modal-content .modal-header h4 {
        font-size: 16px;
    }

}

@media only screen and ( max-device-width: 360px ) {

    .modal-content .modal-header h4 {
        font-size: 16px;
    }

    .modal-content .modal-header h4 span {
        display: none;
    }

}