/* 
    Document   : typography
    Created on : 
    Author     : Stonewave.net
    Description: Typography css file for KONBA
        Purpose of the stylesheet follows.
*/

/* Generals */


/* Desktops - Laptops */
@media (min-width: 768px) {

    .product-right .top a {
        font-size: 28px;
        color: #87d3f5;
        margin: 0px;
        font-family: 'Roboto Slab', serif;
        font-weight: normal;
        display: block;
        text-decoration: none;
    }

    .product-right .top span {
        font-size: 34px;
        color: #87d3f5;
        margin: 0px;
        font-family: 'Roboto Slab', serif;
        font-weight: 700;
        display: block;
        padding-bottom: 20px;
    }

    .footer-half span {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        font-family: 'Fira Sans', serif;
    }

    .footer-half a {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        font-family: 'Fira Sans', serif;
    }

    .products-top-heading {
        color: #87d3f5;
        font-size: 32px;
        font-family: 'Roboto Slab', serif;
        font-weight: 700;
    }

    /*
    .dfs-menu h2 {
        margin: 0px;
        padding: 70px 0px 0px 0px;
        color: #ffffff;
        border-right: 3px solid #ffffff;
        font-family: 'Fira Sans', serif;
        font-size: 24px;
    }
    */

    .white-box a {
        color: #87d3f5;
        font-size: 12px;
        width: 100%;
        line-height: 53px;
        font-family: 'Fira Sans', serif;
        text-decoration: none;
        padding-left: 10px;
    }

    .whiteCircle span {
        font-family: 'Roboto Slab', serif;
        font-size: 34px;
        position: absolute;
        margin: 0 auto;
        bottom: 0;
        left: 0;
        right: 0;
        color: #ffffff;
        font-weight: 300;
        text-align: center;
    }

    .whiteCircleFull span {
        font-family: 'Roboto Slab', serif;
        font-size: 34px;
        position: absolute;
        margin: 0 auto;
        bottom: 0;
        left: 0;
        right: 0;
        color: #88d0f0;
        font-weight: 300;
        text-align: center;
    }

    .freeText span {
        font-family: 'Roboto Slab', serif;
        font-size: 30px;
        position: absolute;
        margin: 0 auto;
        top: 30%;
        bottom: 0;
        left: 0;
        right: 0;
        color: #f5f5f5;
        font-weight: normal;
        text-align: center;
    }

    .wavy-content-right p {
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-size: 20px;
        text-align: center;
        margin: 105px 0px;
        font-weight: normal;
    }

    .animated-text span {
        width: 984px;
        color: #88d3f3;
        font-family: 'Roboto Slab', serif;
        text-align: center;
        font-size: 34px;
        font-weight: 300;
        margin: 5px 0px;
        display: block;
    }

    .animated-text p {
        color: #88d3f3;
        font-family: 'Roboto Slab', serif;
        text-align: center;
        font-size: 21px;
        font-weight: 300;
        margin: 0px 0px;
    }


    .karavi span {
        position: relative;
        top: 62px;
        font-size: 42px;
        color: #88d0f0;
        font-family: 'Fira Sans', serif;
    }

    #menu ul li a {
        font-size: 20px;
        font-family: 'Fira Sans', serif;
        text-decoration: none;
        color: #88d3f3;
    }

    .nivo-caption h2 {
        font-size: 40px;
        font-family: 'Roboto Slab', serif;
        font-style: normal;
        padding: 0px 10px;
        margin: 0px 0px;
        font-weight: normal;
        background: #ffffff;
        float: left;
    }

    .nivo-caption span {
        font-size: 42px;
        font-family: 'Roboto Slab', serif;
        padding: 5px 15px;
        margin: 0px 0px;
        font-weight: normal;
        background: url('../images/pattern-opacity80.png') repeat;
    }

    .nivo-caption .span-alt1 {
        font-size: 34px;
        font-family: 'Roboto Slab', serif;
        padding: 0px 15px;
        margin: 0px 0px;
        font-weight: 300;
        background: url('../images/pattern-opacity80.png') repeat;
    }

    .centered-text .normal-row p {
        color: #fff;
        font-size: 34px;
        font-family: 'Roboto Slab', serif;
        font-weight: normal;
        text-align: center;
        width: 984px;
        display: block;
        margin: 0 auto;
    }










}


/* Tablets */
@media (min-width:768px) and (max-width:1024px) {}

/* Mobiles */
@media (min-width: 320px) and (max-width: 767px) {}

.lang_sel_list_horizontal {
    padding-right: 38px;
}

.fb.social {
    padding-right: 33px;
}

.tube.social {
    padding-right: 32px;
}

.lead-2 {
    font-size: 30px;
}

.lead-3 {
    font-size: 26px;
}

.text-light {
    font-weight: 300;
}

.text-bold {
    font-weight: 700;
}

.text-light-blue {
    color: #a0ddf8;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #0060ac;
}


.text-slab {
    font-family: 'Roboto Slab',
        serif;
}