
@media (min-width:768px) {
    #desktop-devprod {
        display: block !important;
    }

    #mobile-devprod {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #mobile-devprod {
        display: block !important;
    }

    #desktop-devprod {
        display: none !important;
    }
}


/* dev block */

@media only screen and (max-width: 768px) {
    /* For mobile: */

    .content-mobile {
        background: url(../images/link-v.png);
        background-position: center;
        background-repeat: repeat-y;
    }

    .product-category {
        background: #f1f2f4;
        margin-bottom: 25px;
        /*padding-bottom: 20px;*/
        /*overflow auto expand parent height to its children*/
        overflow: auto;
    }
}


.dev-block, .dev-block-mobile {
    background-color: #f1f2f4;
    overflow: hidden;
    text-align: center;
}

.dev-block {
    height: 167px;
}

.dev-block-mobile {
    height: auto;
}


    .dev-block a, .dev-block-mobile a {
        color: transparent;
    }

.dev-block.down-full {
    margin-top: 18px;
    width: 100%;
}

.dev-block.down-center {
    width: 30%;
    margin-top: 18px;
}

.dev-block.down-left {
    margin-top: 18px;
}

.dev-block.down-right {
    margin-top: 18px;
}



.dev-block-bottom-container {
    background-image: url(../images/link-h.png), url(../images/link-v.png), url(../images/link-v.png);
    background-repeat: repeat-x, repeat-y, repeat-y;
    width: 100%;
    height: 185px;
    background-position: center, center, 83%;
    /*margin-top: 25px;*/
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    justify-content: space-between;
}

.dev-block-title {
    background-color: #f1f2f4;
    overflow: hidden;
    text-align: center;
    /*font-family: 'FontAwesome';*/
    font-size: 20px;
    font-weight: bold;
    height: 75px;
    padding-top: 25px;
}

.dev-block-title-center {
    background-color: #fff;
    height: 75px;
    background-image: url(../images/link-h.png), url(../images/link-v.png);
    background-repeat: repeat-x, no-repeat;
    background-position: center, center 130%;
}

.dev-block.down::before {
    background-image: url(../images/link-v.png);
    background-repeat: repeat-y;
    background-position: center;
}

.dev-block-center {
    background-color: #fff;
    overflow: hidden;
    background-image: url(../images/link-v.png);
    text-align: center;
    height: 167px;
    background-repeat: repeat-y;
    background-position: center;
}

.dev-block-empty {
    height: 167px;
}

.dev-block-center-link, .dev-block-center-link-mobile {
    background-color: #E83E33;
    margin: auto;
    margin-top: 50px;
    border-radius: 10px;
    text-decoration: none !important;
}

.dev-block-center-link {
    width: 150px;
    padding: 10px;
}

.dev-block-center-link-mobile {
    width: 60%;
    padding: 5px;
    margin-bottom: 20px;
    float: none;
}

    .dev-block-center-link-mobile a {
        color: white;
        font-size: 18px;
        font-weight: bold;
    }

.dev-block-center-link a:hover {
    cursor: pointer;
}

.dev-block-center-link:hover {
    cursor: pointer;
}

.dev-block-center a {
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
}


.dev-block .ico {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: #fff;*/
    display: block;
    margin: 0 auto 19px;
    position: relative;
}

    .dev-block .ico:after {
        content: "\f019";
        font-family: 'FontAwesome';
        font-size: 60px;
        line-height: 100px;
        color: #1c2b39;
        display: block;
        text-align: center;
    }

.dev-block .software,
.dev-block .sdk,
.dev-block .acc,
.dev-block .download {
    background: #F1F2F4;
    display: block;
    padding: 20px 10px 34px;
}

.down-right img.img-responsive {
    width: 75%;
}

.mobile-down-right img.img-responsive {
    width: 75%;
}

@media only screen and (max-width: 767px) {
    .dev-block .software,
    .dev-block .sdk,
    .dev-block .download {
        margin: 0 0 20px;
    }
}
/*.dev-block .download {
    }*/
.dev-block .sdk .ico:after {
    content: "\f085";
}

.dev-block .acc .ico:after {
    content: "\f0b1";
}

.dev-block .software .ico:after {
    content: "\f0c2";
}

.dev-block .text {
    display: block;
    font: 20px/ 26px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    color: #1c2b39;
}

    .dev-block .text.subtext {
        bottom: 7.5px !important;
        font: 15px/ 26px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    }

.dev-block a {
    text-decoration: none;
}

    .dev-block a:hover {
        text-decoration: none;
        color: transparent;
    }

@media (min-width:768px) {
    .product-block .cat-box .downtext {
        position: absolute;
        top: auto;
        left: auto;
        right: 0;
        padding: 0 10px 0 0;
        width: 100%;
    }

    .dev-block .downtext {
        bottom: 15px;
        display: block;
        padding-top: 10px;
        font: 20px/ 26px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
        color: #1c2b39;
    }

        .dev-block .downtext.subtext {
            bottom: 0.5px;
            font: 15px/ 26px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
        }
}

@media (min-width:768px) and (max-width:991px) {
    .product-block img {
        display: block;
        padding-top: 20px;
        margin: 0 auto 7px;
    }
}
