body {
    font-family: 'Open Sans', sans-serif;

}

/*Sections*/

section.content-block {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0 auto;
    /*padding: 20px 0;*/
}

/*section-formatting*/
.section-heading {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 35px;
    text-transform: uppercase;
    padding: 20px 30px;
    margin: 0;
    /*text-align: center;*/
    color: #ee4a23;
}

.section-para {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 30px 20px 30px;
}

section.intro {
    color: #595E62;
}

.sec-wrapper {
    padding: 20px 0;
}

section.catalyst {
    background:url('../img/catalyst/bg.html') no-repeat fixed center top;
/*background-size*/
/*-webkit-background-size:!*@@prefixmycss->No equivalent*!;*/
   -moz-background-size:cover;
     /*-o-background-size:!*@@prefixmycss->No equivalent*!;*/
        background-size:cover;
    color: #fff;
}

section.catalyst > .sec-wrapper {
    background-color: rgba(21, 40, 49, 0.95);
}

/*ol.flickity-page-dots {*/
    /*position: relative;*/
    /*top: 20px;*/
    /*color: white;*/
/*}*/



.photo-carousel .flickity-page-dots {
  bottom: 10px;
}
/* white circles */
.photo-carousel .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.photo-carousel .flickity-page-dots .dot.is-selected {
  background: white;
}

section.services {
    background:url('../img/catalyst/8.html') no-repeat fixed center top;
/*background-size*/
/*-webkit-background-size:!*@@prefixmycss->No equivalent*!;*/
   -moz-background-size:cover;
     /*-o-background-size:!*@@prefixmycss->No equivalent*!;*/
        background-size:cover;
    /*background-color: #0b1d35;*/
    color: #fff;
}

section.services > .sec-wrapper {
    background-color: rgba(11, 29, 53, 0.95);
}

/*Carousel*/
.carousel {
    /*margin-bottom: 30px;*/
}


.photo-carousel .carousel-cell {
    width: 50%; /* full width */
    /*height: 450px; !* height of carousel *!*/
    background: rgba(13, 13, 13, 0.8);
}

.photo-carousel .carousel-cell img {
    object-fit: cover;
    width: 100%;
    margin: 0 0px;
}

.vip-carousel .carousel-cell {
    width: 266px;
    height: 170px;
}

.vip-carousel .vip-img {
    width: 100%;
    margin: 0px 0px;padding:0px 5px 0px 0px ;
    border-radius: 4px;
}
.vip-carousel .vip-img img {height:170px;
    width: 100%;max-width:100%;
    margin: 0px 0px;
 padding:0px 0px;
}
.vip-carousel span {
    display: block;
    text-align: center;
}

.vip-carousel .vip-title {
    font-size: 22px;
    font-weight: bold;

}

.vip-carousel .vip-company {
    font-size: 18px;
    /*font-weight: bold;*/
}


/*CTA Bottom*/
.cta-bot {
    margin-top: 50px;
    min-height: 100px;
    background: rgba(238, 74, 35, 0.95);
    padding: 20px 20px 30px 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.cta-bot .section-para {
    display: block;
    color: white;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}

.cta-bot-container a.hero-btn {
    margin: 0;
}

/*Footer*/


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .hero, .overlay {
        height: 300px;
    }

    a.hero-btn {
        font-size: 18px;
    }

    section .sec-wrapper .section-heading {
        text-align: center;
    }

    .section-para {
        font-weight: normal;
        font-size: 18px;
    }

    .photo-carousel {
        /*height: 500px;*/
    }

    .photo-carousel .carousel-cell {
        width: 100%;
    }

    .cta-bot .section-para {
        padding: 20px 5px;
        font-size: 18px;
    }

   
}