@font-face {
    font-family: BentonSansRegular;
    src:  url('../fonts/BentonSans-Regular.eot');
    src:  url('../fonts/BentonSans-Regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/BentonSans-Regular.svg') format('svg'),
          url('../fonts/BentonSans-Regular.woff') format('woff'),
          url('../fonts/bentonsans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: BentonSansBold;
    src:  url('../fonts/BentonSans-Bold.eot');
    src:  url('../fonts/BentonSans-Bold.eot?#iefix') format('embedded-opentype'),
          url('../fonts/BentonSans-Bold.svg') format('svg'),
          url('../fonts/BentonSans-Bold.woff') format('woff'),
          url('../fonts/BentonSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

html,
body {
    height: 100%;
    font: 14px/18px  'BentonSansRegular',Arial,Helvetica,sans-serif;
    letter-spacing: .02rem;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 50%, rgba(1,1,1,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 50%, rgba(1,1,1,1) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 50%, rgba(1,1,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#010101",GradientType=1);
}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 8%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 150px 0;
}

ol.carousel-indicators {
    display: none;
}

/* agenda font sizes  */
.panel-title {
    font-size: 14px;
}

.panel-title>a {
    text-decoration: none;

    font-size: 14px;
}

.more-less {
    float: right;
}

.panel-group {
    margin-bottom: 17px;

    font-size: 12px;
}

/* agenda font sizes END  */


/* main text font sizes  */

.main-read {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.036em;
    line-height: 24px;
}

.strong {
    font-weight: 900;
}




/*IECISA*/
.navbar-fixed-top {
    background-color: #000;
}

div.navbar-header {
    width: 100%;
}

.navbar-inverse {
    border: none;
}

.navbar-brand {
    padding: 0px;
}

button.navbar-toggle {
    display: none;
}

/*@media (max-width: 300px) {
  .iecisa {
    display: none;
  }*/

.mt-3 {
    margin-top: 10px;
}

.carousel-caption {
    position: absolute;
    left: 10vw;
    z-index: 10;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    text-shadow: none;
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {

    .carousel-caption {
        max-width: 750px;
        padding: 30px;
        margin-left: 5%;
        text-align: left;
    }
}


.sap-title-color {
    color: #F0AB00;
    font-size: 16px;
    line-height: 18px;
}

.sap-link-color {
    color: #F0AB00;
}

.sap-color {
    color: #F0AB00;
}

.sap-title-color-small {
    color: rgb(241, 241, 241);
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.026em;
}

.sap-title-slim {
    font-weight: 300 !important;
}

.sap-title-bold {
    font-weight: 900 !important;
}

.sap-title-shadow {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


.sap-background-color {
    background-color: rgb(252, 244, 225);
}

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

.bg-dark-light {
    padding-top: 2vh;
    padding-bottom: 2vh;
    background-color: rgb(248, 248, 248);
}

.bg-light {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: rgb(255, 255, 255);
}

.bg-dark-dark {
    padding-top: 2vh;
    padding-bottom: 2vh;
    background: transparent;
}

@media screen and (min-width: 768px) {

    /* regular screen sizes */
    .sap-title-color {
        font-size: 42px;
        line-height: 28px;
    }

    .sap-title-color-small {
        font-size: 18px;
        line-height: 28px;
    }

    .bg-dark-dark {
        /* background-image: url("../images/bg-section-parallax.png"); */
        background-color: transparent;
        background-position: top right;
        background-repeat: repeat-y;
    }
}


/* jumbotron thank you msg */

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: rgb(32, 32, 32);
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
    color: #ffffff;
}

/* jumbotron thankyou msg END */

/* text color inside the form */

.text-color-form {
    color: #fff;
}

.text-light {
    color: #fff;
}

.error {
    color: red !important;
    padding: 5px;
    font-size: 12px !important;
}

label.control-label {

    color: #F0AB00;
}

/* ICONS SIZES */

.glyphicon-plus {
    font-size: 10px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.ml-2 {
    margin-left: 20px !important;
}

.m-2 {
    margin-left: 20px !important;
}

.mb-max {
    margin-bottom: 50px !important;
}
.mt-max {
    margin-top: 50px !important;
}

.pt-0 {
    margin-top: 0 !important;
}

.pr-0 {
    margin-right: 0 !important;
}

.pb-0 {
    margin-bottom: 0 !important;
}

.pb-1-5 {
    margin-bottom: 15px !important;
}

.pl-0 {
    margin-left: 0 !important;
}

.pt-2 {
    margin-top: 20px !important;
}

.pt-1-5 {
    margin-top: 15px !important;
}

.pr-2 {
    margin-right: 20px !important;
}

.pb-2 {
    margin-bottom: 20px !important;
}

.pl-2 {
    margin-left: 20px !important;
}

.p-2 {
    margin-left: 20px !important;
}