﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    min-width: 960px;
    text-align: center;
    background-color: #FFFFFF;
    line-height: 1;
    font-family: 'Open Sans',Helvetica Neue,Lucida Grande,Arial,Helvetica,Verdana,sans-serif;
    font-weight: 100;
}

.container_24 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.header-top {
    background-color: #004b8b;
    width: 100%;
    position: relative;
    height: 300px;
}

.download-icon {
    position: absolute;
    right: 7px;
    top: 2px;
}

.logo {
    top: 82px;
    position: relative;
}

.version {
    bottom: -14px;
    color: #0379DE;
    font-size: 13px;
    position: absolute;
    right: 0;
}

.menu {
    bottom: 10px;
    position: absolute;
    width: 100%;
}

    .menu a {
        color: #0379DE;
        font-size: 18px;
        margin-left: 20px;
        margin-right: 20px;
        text-decoration: none;
    }

.main-box {
    margin-top: 30px;
    float: left;
    position: relative;
}

.example-code {
    width: 460px;
    height: 180px;
    background-color: #e3e3e3;
    float: left;
    position: relative;
}

    .example-code:hover {
        outline: solid 4px #c3dbfe;
    }

    .example-code a {
        color: #004B8B;
        float: left;
        font-size: 12px;
        margin-left: 5px;
        margin-top: 8px;
        padding: 5px;
        position: relative;
        text-decoration: none;
        width: auto;
    }

    .example-code img {
        left: 10px;
        position: absolute;
        top: 30px;
    }

.tab-active {
    background-color: #FFFFFF;
}

.example-big {
    float: left;
}

.example-small {
    float: left;
}

.left {
    margin-left: 10px !important;
}

.footer {
    margin-top: 30px;
    background-color: #004b8b;
    width: 100%;
    position: relative;
    height: 240px;
    display: block;
    float: left;
}

.outline {
    border-bottom: solid 10px #004b8b;
}

.other-plugins {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    border-right: 1px solid #FFFFFF;
    width: 500px;
}

    .other-plugins label {
        color: #FFFFFF;
        float: left;
        font-size: 15px;
    }

.other-plugins-box {
    width: 250px;
    margin-top: 16px;
    position: relative;
    float: left;
}


    .other-plugins-box img {
        float: left;
        width: 70px;
    }

    .other-plugins-box p {
        color: #FFFFFF;
        float: none;
        font-size: 15px;
        line-height: 20px;
        margin-left: 77px;
        margin-top: 5px;
        position: absolute;
        text-align: left;
    }

    .other-plugins-box a {
        text-decoration: none;
    }

.view-portfolio {
    bottom: 8px;
    left: 20px;
    position: absolute;
}

.title-box label {
    font-size: 25px;
    float: left;
    color: #004b8b;
}

.title-box p {
    float: left;
    line-height: 22px;
    margin-top: 10px;
    text-align: left;
    color: #004b8b;
}

.other-items {
    float: left;
    margin-top: 20px;
    width: 420px;
}

    .other-items p {
        color: #FFFFFF;
        float: left;
        font-size: 15px;
        left: 20px;
        line-height: 22px;
        position: relative;
        text-align: left;
        top: 20px;
    }

    .other-items img {
        float: left;
        margin-left: 20px;
    }

.fb-likebox {
    background-color: #FFFFFF;
    float: left;
    height: 65px;
    margin-left: 20px;
    width: 190px;
    overflow: hidden;
}

.copyright-text {
    color: #007CDB;
    float: left;
    font-size: 14px;
    margin-left: 125px;
    margin-top: 36px;
}
/*
Back to top button 
*/
#back-top {
    position: fixed;
    top: 15px;
    right: 15px;
    display: none;
}

    #back-top a {
        display: block;
        color: #0069c3;
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover {
            color: #000;
        }
    /* arrow icon (span tag) */
    #back-top span {
        width: 45px;
        height: 45px;
        display: block;
        margin-bottom: 7px;
        background: #0069c3 url(images/up-arrow2.png) no-repeat center center;
        /* rounded corners */
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: #004b8b;
    }

.custom-tile-seven-small p {
    color: white;
    float: left;
    font-size: 13px;
    line-height: 17px;
    margin: 40px -5px;
    text-align: left;
}
