﻿
    /*------------------------------------------------------------------
    --> Icon Tray For Widgets
    ------------------------------------------------------------------*/

    #icons-wrap p.mobile-help {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 2em;
    }

    #icons-wrap .mm-spacer,
    #icons-wrap .icon-item a {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;    
    }

    #icons-wrap {padding-bottom: 15px;}

    #icons-wrap .owl-item {
    padding: 0 1%;
    }

    #icons-wrap .icon-item {
    text-align: center;
    padding:0;
    }

    #icons-wrap .owl-pagination {display: none !important;}

    #icons-wrap .icon-item {
    text-align: center;
    padding: 3em 0px 3em 0;
    }

    #icons-wrap span.desc {
    color: #232323;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    }

    #icons-wrap .owl-theme .owl-controls .owl-page span {
    background: transparent;
    width: 50px;
    opacity: 1;
    height: 50px;
    }

    #icons-wrap .owl-theme .owl-controls .owl-page.active span {
    background: #0f3da8;
    }

    #icons-wrap .owl-buttons {display: none;}

@media only screen and (min-width: 768px) {

    /*------------------------------------------------------------------
    --> Icon Tray For Widgets
    ------------------------------------------------------------------*/

    #icons-wrap .owl-buttons {display: block;}

    #icons-wrap .owl-buttons div {
    color: #6f2549;
    background: transparent;
    filter: Alpha(Opacity=100);
    opacity:1;
    position: absolute;
    }

    #icons-wrap .owl-buttons .owl-next {
    right: -50px;
    top: 55px;
    }

    #icons-wrap .owl-buttons .owl-prev {
    left: -50px;
    top: 55px;
    }

    #icons-wrap .fa {
    font-size: 6em;
    font-weight: normal;
    }

    #icons-wrap p.mobile-help {display: none; }

    #icons-wrap .owl-carousel {padding-top: 10px;}

    #icons-wrap {
    overflow: hidden;
    padding: 0 14%;
    } 

}