﻿/* -------------------------------------------------- */
/*              RESPONSIVE GRID SYSTEM                */
/* -------------------------------------------------- */

/*
	1.  BASIC PAGE SETUP
	3.  MAIN LAYOUT
	4.  NAVIGATION
	5.  HEADINGS
	6.  PARAGRAPHS
	7.  LISTS
	8.  LINKS
	9.  COLOURS
	10. IMAGES
	11. VIDEOS
	12. TABLES
*/	


/* -------------------------------------------------- */
/*               1. BASIC PAGE SETUP                  */
/* -------------------------------------------------- */

body { 
	color: #000000; 
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #ffffff;
    overflow-x: hidden;
    font-family: Calibri;
    background-image: url(../images/bg_main.jpg)
	}/*
@media screen and (max-width: 960px) {
    body {
        background-color: yellow;
        background-image: none
    }
}

@media screen and (max-width: 768px) {
    body {
        background-color: orange;
        background-image: none
    }
}

@media screen and (max-width: 600px) {
    body {
        background-color: red;
        background-image: none
    }
}

@media screen and (max-width: 480px) {
    body {
        background-color: pink;
        background-image: none
    }
}*/

@font-face {
    font-family: centgoth;
    src: url('../GOTHIC.TTF');
}

    /* -------------------------------------------------- */
    /*                  3. MAIN LAYOUT                    */
    /* -------------------------------------------------- */

    #wrapper {
        width: 100%;
        position: relative;
        text-align: left;
    }

    #headcontainer {
        width: 100%;
    }

    #header {
        clear: both;
        color: #ffffff;
        height: auto;
        margin: 0px auto;
        padding: 0px;
        position: relative;
        max-width: 100%;
        text-align: center;
        border-bottom: 0px;
    }

    .logo {
        margin: 5px auto 0px auto;
        padding: 0px;
        float: left
    }
@media screen and (max-width: 480px) {
    .logo {
        float: none;
    }
}

    #banner img {
        width: 100%;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }


div.transbox p {
    margin: 2%;
    font-weight: bold;
    color: #000000;
    font-size:18px;
}
div.transbox {
    margin-top:30px;
  padding:1px;
  
    background-color: #ffffff;
    font-weight:bold;
    opacity: 0.7;
    filter: alpha(opacity=50); 
}


/* banner */
#banner {
    margin-top:200px;
    width: 100%;

    margin: 0px auto;
    padding:0px;
    background-image: url(../images/Pietermaritzburg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height:550px;
   
    filter: alpha(opacity=100);

}


.bannercontent {
    clear: both;
    color: #333;
    margin: 0px auto;
    padding:85px 0px 0px 2px;
    position: relative;
    max-width: 600px;
    line-height: 1.5em;
}



#headings {
    display: none
}

@media screen and (max-width: 600px) {
    #headings {
        display: block;
    }
}



    #maincontentcontainer {
        width: 100%;
    }

    .maincontent {
        clear: both;
        color: #3b3b3b;
        margin: 30px auto;
        padding: 0px 0px 0px 0px;
        position: relative;
        max-width: 1100px;
        line-height: 1.5em;
    }



    .maincontent_home {
        clear: both;
        color: #3b3b3b;
        margin: 0px auto 20px auto;
        padding: 0px 0px 0px 0px;
        position: relative;
        max-width: 1100px;
        line-height: 1.5em;
    }

    #footercontainer {
        width:100%;
        text-align: center;
        background-color: #1b1b1b;
        border-top: 1px solid #ffffff;
    }

    #footer {
        clear: both;
        color: #000;
        margin: 0px auto;
        padding: 50px 0px;
        overflow: hidden;
        position: relative;
        max-width: 1100px;
        text-align: center;
    }

@media screen and (max-width: 768px) {
    .maincontent, .maincontent_home, #footer {
        padding: 0px 10px;
    }
}


    /* -------------------------------------------------- */
    /*                   4. NAVIGATION                    */
    /* -------------------------------------------------- */
.navigation {
    clear: both;
    color: #ffffff;
    margin: 5px auto 0px auto;
    padding: 30px 0px 0px 0px;
    position: relative;
    text-align: center;
    font-family: Calibri;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
}

    /*----- Toggle Button -----*/
    .toggle-nav {
        display: none;
    }

    .menu ul {
        width: 100%;
        color: #ffffff;
        margin: 0px auto;
        padding: 0px;
        display: inline-block;
        font-size: 11px;
        text-align: right;
    }

    .menu li {
        float: left;
        margin: 0px;
        padding: 0px;
        position: relative;
        font-size: 13px;
    }

        .menu li:last-child {
            margin-right: 0px;
            padding-right: 0px;
        }

.menu a {
    color: #000000;
    cursor: pointer;
    margin: 0px;
    padding: 10px 0px 10px 60px;
    font-size: 15px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

        .menu a:hover, .menu a.current-item {
            color: #000000;
            padding: 10px 0px 10px 60px;
            text-decoration: none;
        }

        .menu a.current-item {
            color: #000000;
            font-weight: bold
        }

    @media screen and (max-width: 1000px) {
        .menu a {
            padding: 10px 20px;
        }

            .menu a:hover, .menu a.current-item {
                padding: 10px 20px;
            }
    }

    /*----- Responsive -----*/
    @media screen and (max-width: 1150px) {
        .wrap {
            width: 90%;
        }
    }

    @media screen and (max-width: 860px) {
        .navigation {
            float: right
        }

        .menu {
            width: 100%;
            padding: 5px 10px 5px 0px;
            border-radius: 3px;
            background: #303030;
            display: inline-block;
            position: relative;
            right: 20px;
            text-align: center
        }

            .menu ul.active {
                display: none;
            }

            .menu ul { /* drop down list */
                top: 110%;
                right: 0px;
                width: 200px;
                z-index: 1000;
                padding: 5px 10px;
                position: absolute;
                background: #303030;
                border-radius: 3px;
            }

                .menu ul:after {
                    top: 0%;
                    right: 20px;
                    width: 0px;
                    height: 0px;
                    content: '';
                    position: absolute;
                    transform: translate(0%, -100%);
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                    border-bottom: 7px solid #303030;
                }

            .menu li {
                float: none;
                margin: 5px 0px 5px 0px;
                display: block;
            }

            .menu a {
                color: #f58634;
                display: block;
                padding: 10px;
            }

                .menu a:hover, .menu a.current-item {
                    color: #004de5;
                    padding: 10px;
                    text-decoration: none;
                }

        .toggle-nav {
            float: left;
            color: #019934;
            padding: 5px 10px;
            display: inline-block;
            border-radius: 0px;
            font-size: 10px;
            text-align: left;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            transition: color linear 0.15s;
            width: 100%
        }

            .toggle-nav:hover, .toggle-nav.active {
                text-decoration: none;
                color: #f58634;
                padding: 10px;
                z-index: 1000
            }
    }


    /* -------------------------------------------------- */
    /*                   5. HEADINGS                      */
    /* -------------------------------------------------- */

h1 {
    font: normal bold 28px calibri;
    color: #2e2e2e;
    margin: 50px 0px 20px 0px;
    padding: 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 480px) {
    h1 {
        font: normal bold 26px calibri;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
    }
}

h1.bannerheadings {
    font: normal bold 32px calibri;
    color: #2e2e2e;
    margin: 50px 0px 20px 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
h2 {
    font: normal bold 22px calibri;
    color: #2e2e2e;
    margin: 50px 0px 0px 0px;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

h3 {
    font: normal bold 18px calibri;
    color: #2e2e2e;
    margin: 30px 0px 0px 0px;
    text-align: left;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

h4 {
    font: normal bold 16px calibri;
    color: #2e2e2e;
    margin: 30px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

    #footer h4 {
        color: #f58634;
        font-size: 20px;
        text-align: center;
        font-weight: bold
    }

    h5 {
        color: #555;
        margin-bottom: 1.25em;
        font-size: 1em; /* 20 / 16 */
    }

    h6 {
        color: #666;
        font-size: 1em; /* 16 / 16  */
    }


    /* -------------------------------------------------- */
    /*                 6. PARAGRPAHS                      */
    /* -------------------------------------------------- */

    p, ol, ul, dl, address {
        margin-bottom: 1.5em;
    }

    p {
        font: normal 15px calibri;
        color: #000000;
        margin: 5px 0px 35px 0px;
        padding: 0px;
        hyphens: auto;
        text-align: justify;
        line-height: 26px;
        font-family: Arial, Helvetica, sans-serif;
    }


        p.readmore {
            font: normal 14px calibri;
            color: #ffffff;
            margin: 0px 30px 35px 0px;
            padding: 0px;
            hyphens: auto;
            text-align: right;
            line-height: 20px;
            text-transform: uppercase;
            font-family: Arial, Helvetica, sans-serif;
        }

        p.forms {
            font: normal 18px calibri;
            color: #ffffff;
            margin: 0px 0px;
            padding: 0px;
            hyphens: auto;
            text-align: justify;
            line-height: 26px;
            font-family: Arial, Helvetica, sans-serif;
        }

        p.quick {
            margin: 0px 10px 20px 10px;
            text-align: right;
            line-height: 26px;
            font-size: 18px;
        }

    @media screen and (max-width: 480px) {
        p.quick {
            text-align: center
        }
    }

#footer p {
    font: normal 14px calibri;
    color: #ffffff;
    margin: 5px 0px 35px 0px;
    padding: 0px;
    hyphens: auto;
    text-align: center;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

    #footer p.credits {
        font: normal 10px calibri;
        color: #a8a8a8;
        margin: 0px;
        padding: 0px;
        hyphens: auto;
        text-align: left;
        line-height: normal;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
    }


    /* -------------------------------------------------- */
    /*                     7. LISTS                       */
    /* -------------------------------------------------- */

ul, ol {
    font: normal 16px calibri;
    color: #f58634;
    margin: 0px 30px 35px 5px;
    padding: 0px 0px 0px 5px;
    hyphens: auto;
    text-align: left;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

    li {
        margin: 2px 10px;
        padding: 2px 10px;
    }

    ol li {
        margin: 4px 10px;
        padding: 4px 10px;
    }

    li ul, li ol {
        margin: 0;
        font-size: 1em; /* 16 / 16 = 1 */
    }

.orange {
    color:#f58634;
}


    dl, dd {
        margin-bottom: 1.5em;
    }

    dt {
        font-weight: normal;
    }

    /* -------------------------------------------------- */
    /*                     8. LINKS                       */
    /* -------------------------------------------------- */


a {
    color: #b95731;
    text-decoration: none;
}
    a:hover{
        color:#ef6600;
        text-decoration:none;
       font-size:20px;

    }
    a:hover.normal, a:active.normal {
        color: #1BA1D6;
        text-decoration: none;
    }

    a:link.quick, a:visited.quick {
        color: #ffffff;
        text-decoration: none;
    }

    a:active.quick, a:hover.quick {
        color: #f58634;
        text-decoration: none;
    }


#footer a:link, #footer a:visited {
    font: normal 15px calibri;
    color: #1ba1d6;
    margin: 5px 0px 35px 0px;
    padding: 0px;
    hyphens: auto;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

#footer a:hover, #footer a:active {
    font: normal 15px calibri;
    color: #f58634;
    margin: 5px 0px 35px 0px;
    padding: 0px;
    hyphens: auto;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

a:link.credits, a:visited.credits {
    font-size: 10px !important;
    color: #a8a8a8!important;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

a:active.credits, a:hover.credits {
    color: #000000!important;
    font-size: 10px !important;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

    /* -------------------------------------------------- */
    /*                  9. COLOURS                        */
    /* -------------------------------------------------- */
    .clr1 {
        color: #004de5;
    }
    /* blue */
    .clr2 {
        color: #f58634;
    }
    /* orange */
    .clr3 {
        color: #222222;
    }
    /* dark grey */
    .clr4 {
        color: #ffffff;
    }
    /* white */
.clr5 {
    color: #8d5aad;
}

    /* -------------------------------------------------- */
    /*                    10. IMAGES                      */
    /* -------------------------------------------------- */
    img {
        border-style: none;
        border-color: inherit;
        border-width: 0;
        width: auto\9; /* ie8 */
        height: auto\9;
        margin: 0px;
        padding: 0px;
        max-width: 100%;
    }

        img.team {
            width: 50%;
            float: left;
            margin: 0px 20px 0px 0px;
            display: block;
            border-right: 2px solid #ffffff;
        }

        img.floatleft {
            float: left;
            margin: 5px 20px;
        }

        img.floatright {
            float: right;
            margin: 5px 20px;
        }


    /* -------------------------------------------------- */
    /*                    12. TABLES                      */
    /* -------------------------------------------------- */

    /*  TABLES  */
    /*  ======  */

    table {
        border-collapse: collapse;
        border-spacing: 0;
        margin-bottom: 1.4em;
        width: 100%;
    }

    th, td, caption {
        padding: .25em 10px .25em 20px;
    }

    tfoot {
        font-style: italic;
    }

    caption {
        background-color: transparent;
    }

    table.servicetable {
        width: 100%;
        color: #ffffff;
        margin: 0 auto 11px auto;
        padding: 0;
        border-collapse: collapse;
    }

        table.servicetable th {
            color: #f58634;
            padding: 5px 20px;
            font-size: 1em;
            text-align: left;
            border-bottom: 2px solid #eee;
            letter-spacing: 1px;
            vertical-align: bottom;
            background-color: #393939;
            text-transform: uppercase
        }

        table.servicetable td {
            color: #ffffff;
            padding: .25em 10px .25em 20px;
            text-align: left;
            border-bottom: 1px solid #666666;
            vertical-align: top;
        }

            table.servicetable th:nth-child(1), table.servicetable td:nth-child(1) {
                color: #2e2e2e;
                text-align: left;
                font-weight: bold;
            }

    table.contactus {
        width: 100%;
        margin: 0 auto 11px auto;
        padding: 0;
        border-collapse: collapse;
    }

        table.contactus th {
            color: #84c225;
            padding: 5px 20px;
            font-size: 1.2em;
            text-align: left;
            border-bottom: 0px solid #eee;
            letter-spacing: 1px;
            vertical-align: bottom;
            background-color: #393939;
        }

        table.contactus td {
            padding: .25em 10px .25em 20px;
            text-align: left;
            border-bottom: 1px solid #eee;
            vertical-align: top;
        }

            table.contactus th:nth-child(1), table.contactus td:nth-child(1) {
                color: #004de5;
                text-align: left;
                font-weight: bold;
            }

    /* responsive table */

    @media screen and (max-width: 480px) {
        table.servicetable, table.servicetable tbody {
            display: block;
            width: 100%;
        }

            table.servicetable thead {
                display: none;
            }

            table.servicetable tr, table.servicetable th, table.servicetable td {
                display: block;
                color: #ffffff;
                padding: .25em 10px .25em 20px;
                text-align: left;
                white-space: normal;
            }

            table.servicetable tr {
                border-bottom: 1px solid #666666;
                margin-bottom: 11px;
                padding-bottom: 11px;
            }

            table.servicetable th[data-title]:before, table.servicetable td[data-title]:before {
                content: attr(data-title) ":\00A0";
                font-weight: bold;
            }

            table.servicetable td {
                border: none;
                margin-bottom: 6px;
                color: #ffffff;
            }

                table.servicetable td:empty {
                    display: none;
                }

                table.servicetable td:first-child {
                    color: #2e2e2e;
                    font-size: 1.2em;
                    font-weight: bold;
                    margin-bottom: 6px;
                }

                    table.servicetable td:first-child:before {
                        content: '';
                    }
    }

    @media screen and (max-width: 480px) {
        table.contactus, table.contactus tbody {
            display: block;
            width: 100%;
        }

            table.contactus thead {
                display: none;
            }

            table.contactus tr, table.contactus th, table.contactus td {
                display: block;
                padding: .25em 10px .25em 20px;
                text-align: left;
                white-space: normal;
            }

            table.contactus tr {
                border-bottom: 1px solid #eee;
                margin-bottom: 11px;
                padding-bottom: 11px;
            }

            table.contactus th[data-title]:before, table.contactus td[data-title]:before {
                content: attr(data-title) ":\00A0";
                font-weight: bold;
            }

            table.contactus td {
                border: none;
                margin-bottom: 1px;
                color: #444;
            }

                table.contactus td:empty {
                    display: none;
                }

                table.contactus td:first-child {
                    color: #004de5;
                    font-size: 1em;
                    font-weight: bold;
                    margin-bottom: 1px;
                }

        table.servicetable td:first-child:before {
            content: '';
        }
    }



    /* -------------------------------------------------- */
    /*                 11. GOOGLE MAPS                    */
    /* -------------------------------------------------- */
    .google-maps {
        position: relative;
        padding-bottom: 0%; /* This is the aspect ratio */
        height: 0;
        overflow: hidden;
        min-height: 480px;
        margin: 60px 0px 0px 0px;
        width: 100%;
    }

        .google-maps iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
        }

    @media screen and (max-width: 768px) {
        .google-maps {
            width: 90%;
            margin: 20px 20px 0px 0px;
        }
    }

    @media screen and (max-width: 480px) {
        .google-maps {
            width: 90%;
            margin: 20px 20px 0px 20px;
        }
    }



    /*  SECTIONS  ============================================================================= */

    .section {
        clear: both;
        padding: 0px;
        margin: 0px;
    }


    /*  CODE  ============================================================================= */

    pre.code {
        padding: 0;
        margin: 0;
        font-family: monospace;
        white-space: pre-wrap;
        font-size: 1.1em;
    }

    strong.code {
        font-weight: normal;
        font-family: monospace;
        font-size: 1.2em;
    }


    /*  EXAMPLE  ============================================================================= */

    #example .col {
        background: #ccc;
        background: rgba(204, 204, 204, 0.85);
    }

    /*  SAMPLE  ============================================================================= */

    #sample .col {
        background: #ccc;
        padding: 1em 0;
        background: rgba(204, 204, 204, 0.85);
    }

    /*  CALCUATIONS  ============================================================================= */

    #calculated .col {
        background: #ccc;
        padding: 1em 0;
        background: rgba(204, 204, 204, 0.85);
    }

    /*  NOTES  ============================================================================= */


    .note {
        position: relative;
        padding: 1em 1.5em;
        margin: 0 0 1em 0;
        background: #fff;
        background: rgba(255, 255, 255, 0.5);
        overflow: hidden;
    }

        .note:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            border-width: 0 16px 16px 0;
            border-style: solid;
            border-color: transparent transparent #cccccc #cccccc;
            background: #cccccc;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
            -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
            box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
            display: block;
            width: 0; /* Firefox 3.0 damage limitation */
        }

        .note.rounded {
            -webkit-border-radius: 5px 0 5px 5px;
            -moz-border-radius: 5px 0 5px 5px;
            border-radius: 5px 0 5px 5px;
        }

            .note.rounded:before {
                border-width: 8px;
                border-color: #ff #ff transparent transparent;
                background: url(/images/bodyback.png);
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-radius: 0 0 0 5px;
                border-radius: 0 0 0 5px;
            }

    /*  SCREENS  ============================================================================= */

    .siteimage {
        max-width: 90%;
        padding: 5%;
        margin: 0 0 1em 0;
        background: transparent url(/images/stripe-bg.png);
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }

        .siteimage:hover {
            background: #bbb url(/images/stripe-bg.png);
            position: relative;
            top: -2px;
        }

    /*  COLUMNS  ============================================================================= */

    .twocolumns {
        -moz-column-count: 2;
        -moz-column-gap: 2em;
        -webkit-column-count: 2;
        -webkit-column-gap: 2em;
        column-count: 2;
        column-gap: 2em;
    }

    /*  BUTTONS  ============================================================================= */


    .button {
        display: inline-block;
        outline: none;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        font-weight: normal;
        color: #fff;
        padding: .5em 1em;
        margin: 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 1.1em;
    }

        .button:hover {
            background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
            color: #fff;
            text-decoration: none;
        }

        .button:active {
            background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
            color: #fff;
            position: relative;
            top: 1px;
        }

        .button:visited {
            color: #fff;
        }



    /*  GLOBAL OBJECTS ============================================================================= */

    .breaker {
        clear: both;
    }

    .group:before,
    .group:after {
        content: "";
        display: table;
    }

    .group:after {
        clear: both;
    }

    .group {
        zoom: 1; /* For IE 6/7 (trigger hasLayout) */
    }


    .floatleft {
        float: left;
    }

    .floatright {
        float: right;
    }


    /* VENDOR-SPECIFIC ============================================================================= */

    html {
        -webkit-overflow-scrolling: touch;
        -webkit-tap-highlight-color: rgb(52,158,219);
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    .clearfix {
        zoom: 1;
    }

    ::-webkit-selection {
        background: rgb(23,119,175);
        color: rgb(250,250,250);
        text-shadow: none;
    }

    ::-moz-selection {
        background: rgb(23,119,175);
        color: rgb(250,250,250);
        text-shadow: none;
    }

    ::selection {
        background: rgb(23,119,175);
        color: rgb(250,250,250);
        text-shadow: none;
    }

    button, input[type=button], input[type=reset], input[type=submit] {
        -webkit-appearance: button;
    }

    ::-webkit-input-placeholder {
        font-size: .875em;
        line-height: 1.4;
    }

    input:-moz-placeholder {
        font-size: .875em;
        line-height: 1.4;
    }

    .ie7 img,
    .iem7 img {
        -ms-interpolation-mode: bicubic;
    }

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    p {
        /* http://www.w3.org/TR/css3-text/#hyphenation */
        -webkit-hyphens: auto;
        -webkit-hyphenate-character: "\2010";
        -webkit-hyphenate-limit-after: 1;
        -webkit-hyphenate-limit-before: 3;
        -moz-hyphens: auto;
    }


    .box2 {
        height: auto;
        margin: 10px auto;
        padding: 1px;
        max-width: 96%;
        background-color: #333333;
    }



    /*  FORMS  */
    /*  =====  */

input, textarea {
    font: normal 16px calibri;
    width: 90%;
    color: #ffffff;
    border: 0px;
    margin: 1px 0px;
    padding: 5px 10px;
    max-width: 100%;
    text-align: justify;
    background: #393939;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
}

    input {
        height: 30px;
    }

    textarea {
        height: 114px;
        width: 100%
    }

    .submit {
        width: 80px;
        margin: 0px 0px 0px auto;
        padding: 10px;
        float: right;
        height: 40px;
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font: normal 15px calibri;
    color: #f58634;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px
}

::-moz-placeholder { /* Firefox 19+ */
    font: normal 15px calibri;
    color: #f58634 !important;
    opacity: 1;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

:-ms-input-placeholder { /* IE 10+ */
    font: normal 15px calibri;
    color: #f58634;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px
}

:-moz-placeholder { /* Firefox 18- */
    font: normal 15px calibri;
    color: #f58634;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px
}

    b, strong {
        font-weight: bold;
    }

    hr {
        display: block;
        margin: 3em 40px 2em 40px;
        padding: 0px;
        height: 1px;
        border: 0;
        border-top: 2px solid #019934;
        text-align: center
    }

    small {
        font-size: 1em; /* 16 / 16 = 1 */
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sup {
        top: -.5em;
    }

    sub {
        bottom: -.25em;
    }

    .subtext {
        color: #666;
    }


    /* action boxes hover effects */
    @-webkit-keyframes hvr-push {
        50% {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes hvr-push {
        50% {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    .hvr-float-shadow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

        .hvr-float-shadow:before {
            pointer-events: none;
            position: absolute;
            z-index: -1;
            content: '';
            top: 100%;
            left: 5%;
            height: 10px;
            width: 90%;
            opacity: 0;
            background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
            background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
            /* W3C */
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-property: transform, opacity;
            transition-property: transform, opacity;
        }

        .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
            /* move the element up by 5px */
        }

            .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
                opacity: 1;
                -webkit-transform: translateY(5px);
                transform: translateY(5px);
                /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
            }

    /*B&W*/
    .bw {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

        .bw:hover {
            -webkit-filter: grayscale(100%);
        }




