#feature h2 {
    font-size: 30px !important;
}

@media (max-width: 1200px) and (min-width: 993px) {
    #feature {
        text-align: center;
    }

    .secure-col {
        margin-top: -14px;
    }

    .reliable-col {
        margin-top: -59px;
    }

}

@media only screen and (max-width : 992px) {
    #choose-colors {
        text-align: center;
    }

}

@media only screen and (max-width : 992px) and (min-width: 767px) {
    #carousel-3 img {
        padding-left: 65px;
    }

    #choose-color-row, .custom-sm-offset-1{
        margin-left: 4.333333%;
    }

    #choose-color-row, .custom-sm-offset-3 {
        margin-left: 23%;
    }
}


@media (max-width: 1600px) and (min-width: 992px) {
    .pre-order-text {
        margin-right: 23% !important;
    }
}


@media (max-width: 350px) {
    #choose-colors ul li {
      height: 1.5em !important;
      margin-left: 1.5px !important;
      width: 1.5em !important;
    }
}

/*MODAL*/
.modal {
    background-color: rgba(0, 0, 0, 0.44);
    /*padding: 200px;*/
}

.fade {
}

/***** MODAL PROPERTIES *****/
 .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background:transparent;
    border:none;
    outline:none;
}
.modal-content iframe {
    border:none;
    padding:0;
    margin:0;
}
.close {
    font-size: 80px;
    margin:-20px 0 0 0;
}
/***** MEDIA QUERIES *****/
 @media only screen and (max-width: 641px) {
    /***** MODAL PROPERTIES *****/
    .modal-body {
        height:100px;
        padding:0;
        margin: 0;
    }
    .modal-content {
        padding:0;
        margin: 0;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 15px;
    }
    .close {
        margin:-12px 0 0 0;
    }
}
@media only screen and (min-width: 768px) {
    /***** MODAL PROPERTIES *****/
    .close {
        font-size: 80px;
        margin:30px -43px -20px 100px;
    }
}
@media only screen and (max-width: 360px) {
    #player-btn > span.fa.fa-play-circle.fa-3x.text-center.visible-xs.visible-sm {
        margin-top: -19px !important;
    }
}