/* Copyright (C) nebla Ltd. 2017 */

#cta {
}

#cta h1 {
    margin-top: 5px;
    color: #31607c;
    font-size: 20px;
}

#cta i {
    position: absolute;
    top: 5px;
    right: 19px;
    color: #3dafe5;
    font-size: 16px;
}

#cta h2 {
    color: #829daf;
    font-size: 16px;
}

#cta .col-lg-6 {
    border-top: 1px solid #f7fbfc;
    border-bottom: 1px solid #f7fbfc;
    padding-top: 40px;
    padding-bottom: 40px;
}

.rocket {
    height: 100%;
    background-image: url("../resources/vectors/rocket.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.article {
    height: 100%;
    background-image: url("../resources/vectors/article.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.cta-float-right {
    float: right;
}

.cta-float-left {
    float: left;
}

.cta-border {
    border-right: 1px solid #f7fbfc;
}

/*---------- Mobile ----------*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #cta .col-lg-6 {
        margin: 0 auto;
        float: inherit !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .cta-float-right {
        float: inherit;
        margin: 0 auto !important;
        border-right: none !important;
    }

    .cta-float-left {
        float: inherit;
        margin: 0 auto !important;
    }
    
    .cta-border {
        border: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #cta {
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    #cta h1 {
        font-size: 16px;
    }
        
    #cta h2 {
        font-size: 13px;
    }
    
    #cta .col-lg-6 {
        overflow: hidden;
    }
    
    #cta .col-3 {
        margin-left: -10px;
        margin-right: -5px;
    }
    
    #cta i {
        right: -5px;
        top: 9px;
        font-size: 13px;
    }
    
    .mmb {
        width: 300px !important;
        margin: 0 auto;
        float: inherit !important;
    }
    
    .rocket {
        background-size: 40px;
    }

    .article {
        background-size: 40px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}

/* Copyright (C) nebla Ltd. 2017 */