
/* 1600  *
-------------------------------------------------------------------------------------- */
@media (max-width: 1600px) {

}

/* 1200  *
-------------------------------------------------------------------------------------- */
@media (max-width: 1200px) {

}

/* 992  *
-------------------------------------------------------------------------------------- */
@media (max-width: 992px) {
    .carousel-caption p,
    .carousel-caption h2 {
        margin: 0;
        padding: 0;
    }
    .carousel-caption button a{
        font-size: 1rem;
    }
    .login-row {
        display:none;
    }
    .csi-ibContainer {
        background: #b50910;
    }
    .csi-ibContainer iframe {
        background: #b50910!important;
    }
    .header-socials i {
        font-size: 2rem;
        color: white;
    }
    .social-icons {
        text-align: center;
        margin: 2rem;
        left: 0;
        top: 0;
    }
    .csi-ibContainer iframe {
        display: block;
        margin: auto;
    }
    .csi-insidepages .table-bordered td, .csi-insidepages .table-bordered th {
        padding: 0;
    }
    .csi-insidepages .csi-sidebar li {
        padding: 10px 0 10px 10px;
        border: 0;
        border-bottom: 1px solid white;
    }
    .csi-insidepages .csi-sidebar li:first-child {
        border-top: 1px solid white;
    }
    .carousel-caption h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
 }


/* 768  *
-------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
    .card-section .csi-card:first-child {
        border-top: 1px solid #dfd7d5;
    }
    .card-section .csi-card {
        border: 0;
        border-bottom: 1px solid #dfd7d5;
        padding: 2rem;
    }
    .csi-card a.csi-btn {
        position: relative;
        bottom: 0;
        left: 0;
        display: block;
        margin: auto;
    }
    .carousel-caption h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .csi-carousel .carousel-indicators {
        display: none;
    }
    
}


/* 568  *
-------------------------------------------------------------------------------------- */
@media (max-width: 568px) {
	

}


