/* Copyright (C) nebla Ltd. 2017 */

#features {
}

#features h1 {
    margin-top: 45px;
    text-transform: uppercase;
    color: #31607c;
    font-size: 28px;
    text-align: center;
}

#features h2 {
    margin-top: 20px;
    color: #849eb0;
    font-size: 16px;
    text-align: center;
}

#features-divider {
    width: 100%;
    height: 8px;
    border-top: 2px solid #f5f7f9;a
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f9fa+0,ffffff+100 */
    background: #f7f9fa; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f9fa 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f7f9fa 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f7f9fa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#features-divider2 {
    width: 100%;
    height: 3px;
}

#feature-list {
    margin: 0 auto;
    margin-top: 50px;
}

#feature-cpanel-icon {
    height: 100px;
    background-image: url("../resources/vectors/features/cpanel.svg");
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

#feature-setup-icon {
    height: 100px;
    background-image: url("../resources/vectors/features/setup.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}


#feature-apps-icon {
    height: 100px;
    background-image: url("../resources/vectors/features/apps.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

#feature-support-icon {
    height: 100px;
    background-image: url("../resources/vectors/features/support.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-item {
    width: 280px;
    height: 250px;
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
}

.feature-item h3 {
    font-size: 20px;
    color: #245775;
    text-align: center;
}

.feature-item h4 {
    margin-top: 5px;
    font-size: 16px;
    color: #9bb1c0;
    text-align: center;
    line-height: 27px;
}

.feature-list-desktop {
    display: block;
}

.feature-list-mobile {
    display: none;
}

/*---------- Mobile ----------*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    #feature-list {
        margin-top: 20px;
    }
    
    .feature-item {
        width: 230px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #features-divider {
        margin-top: 100px;
    }
    
    #feature-list {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .feature-item {
        height: 200px;
    }
    
    .feature-list-desktop {
        display: none;
    }
    
    .feature-list-mobile {
        display: block;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Custom for Features */
@media only screen and (max-width : 575px) {
    #features-divider {
        margin-top: 30px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    #features-divider {
        margin-top: 30px;
    }
    
    #feature-list {
        margin-top: 5px;
        margin-bottom: -0px;
        text-align: center;
    }
    
    #features h1 {
        margin-top: 10px;
        font-size: 20px;
    }
    
    #features h2 {
        margin-top: 10px;
        font-size: 12px;
    }
    
    #feature-cpanel-icon {
        height: 70px;
        background-size: 120px;
    }

    #feature-setup-icon {
        height: 70px;
        background-size: 36px;
    }


    #feature-apps-icon {
        height: 70px;
        background-size: 36px;
    }

    #feature-support-icon {
        height: 70px;
        background-size: 36px;
    }
    
    .feature-item {
        width: 150px;
        height: 160px;
    }

    .feature-item h3 {
        font-size: 16px;
    }

    .feature-item h4 {
        margin-top: 3px;
        font-size: 12px;
        line-height: 17px;
    }

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}

/* Copyright (C) nebla Ltd. 2017 */