﻿/* Second */
#second .thumbnail {
    padding: 20px 5px;
    line-height: 1.2;
}

    #second .thumbnail > img, .thumbnail a > img {
        width: 200px;
        height: 200px;
    }

    #second .thumbnail > .caption > h4,
    #fifth .thumbnail > .caption > h4 {
        font-family: 'Catamaran-Bold';
    }

    #second .thumbnail > .caption > article,
    #fifth .thumbnail > .caption > article,
    #sixth h1, #sixth p {
        font-family: 'Catamaran-ExtraLight';
    }

/* Third */
#third {
    background: #fff url("../../images/bg-section.png") no-repeat scroll center top / cover;
}

    #third .sim-shape {
        width: 300px;
        padding: 20px;
        background-color: #bf3415;
        border-radius: 30px;
        border-radius: 30px;
        
        -webkit-border-radius: 30px;
        -webkit-border-radius: 30px;
        
        -moz-border-radius: 30px;
        -moz-border-radius: 30px;

        position: relative;
        margin: inherit auto;
    }

        #third .sim-shape:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            border-top: 80px solid white;
            border-left: 80px solid #bf3415;
            width: 0;
        }


        #third .sim-shape > h1 {
            font-family: 'Catamaran-Bold';
        }

    #third ul.thumbnail-inline-list {
        column-count: 2;
    }

        #third ul.thumbnail-inline-list > li > p {
            font-family: 'Catamaran-Bold';
        }

/* Fourth */
#fourth {
    background: #bf3415 url(../../images/bg-wherecall.png) no-repeat;
    background-size: cover;
    background-position: center;
}

    /*#fourth .alphabets-list > li {
        padding: 10px;
    }*/

    #fourth .countries-list {
        column-count: 3;
    }

        #fourth .countries-list > li {
            display: block;
            padding: 3px;
        }

/* Fifth */

#fifth .thumbnail > .caption > h4,
#fifth .thumbnail > .caption > article {
    font-size: 1.139em;
}

/* Eight */
#eight {
    background-color: #5d5a54;
}

    #eight .image-inline-list > li {
        padding: 5px;
    }

    #eight section.image {
        min-height: 620px;
    }
