﻿/* -------------------------------------------------- */
/*              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: Arial, Helvetica, sans-serif
	}

/* -------------------------------------------------- */
/*                  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 20px;
    position: relative;
    max-width: 1100px;
    text-align: center;
    border-bottom: 0px;
    }

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

#banner img {
    width: 100%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    }
    @media screen and (max-width: 600px) {
        #banner { display: none }
        }

#welcome {
    height: 5px;
    margin: 0px 0px 5px 0px;
    background-color: #1ba1d6
}
#headings, #welcome {
    display: none;
    }
    @media screen and (max-width: 600px) {
        #headings, #welcome { display: block; }
        }

#maincontentcontainer {
    width: 100%;
    }

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

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

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

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

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


/* -------------------------------------------------- */
/*                   4. NAVIGATION                    */
/* -------------------------------------------------- */
.navigation {
    float: none;
    clear: both;
    color: #ffffff;
    margin: 5px auto 0px auto;
    padding: 0px 0px 0px 0px;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    }

.menu-link {
    display: none;
    }  

a.menu-link {
    float: right;
    color: #ffffff;
    display: block;
    padding: 10px;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    padding: 10px;
    background-color: #1ba1d6;
    width: 80px;
    height: 20px;
    }

.menu {
    top: 40px;
    right: 0px;
    float: none;
    clear: both;
    z-index: 1000;
    position: absolute;
    min-width: inherit;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    }

.menu ul {
    margin: 0px;
    padding: 0px;
    }

.example-header .container {
    width: 100%;
    }

.menu, .menu > ul ul {
    overflow: hidden;
    max-height: 0;
    background-color: #000000;
    }

.menu > li > ul.sub-menu {
    border: none;    
    padding: 0px;
    }

.menu.active, .menu > ul ul.active {
    max-height: 60em;
    }

.menu ul {
    display: inline;
    }

.menu li, .menu > ul > li {
    display: block;
    margin: 5px 0px;
    }

.menu li a {
    height: 30px;
    color: #ffffff;
    display: block;
    padding: 10px;
    position: relative;
    line-height: 34px;
    border-bottom: 1px solid #212121;
    text-decoration: none
    }

.menu li.has-submenu > a:after {
    top: 5px;
    right: 0; 
    content: '+';
    display: block;
    padding: 0px 5px;
    position: absolute;
    font-size: 18px;
    }

.menu li.has-submenu > a.active:after {
    content: "-";
    }

.menu ul ul > li a {
    color: #ffffff;
    height: 30px;
    border: 0px;
    padding: 0px;
    background-color: #000000;
    }

.menu ul ul, .menu ul ul ul {
    top: auto;    
    left: auto;
    border: none;
    display: inherit;
    position: relative;
    }

a:link.navclr1, a:visited.navclr1 { color: #ffffff; }
a:active.navclr1, a:hover.navclr1 { color: #ffffff; background-color: #1ba1d6; }
a:link.navclr2, a:visited.navclr2 { color: #ffffff; }
a:active.navclr2, a:hover.navclr2 { color: #ffffff; background-color: #6dba48; }
a:link.navclr3, a:visited.navclr3 { color: #ffffff; }
a:active.navclr3, a:hover.navclr3 { color: #ffffff; background-color: #d54798; }
a:link.navclr4, a:visited.navclr4 { color: #ffffff; }
a:active.navclr4, a:hover.navclr4 { color: #ffffff; background-color: #8d5aad; }

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

h1 {
    font: normal bold 26px arial;
    color: #000000;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    }
    @media screen and (max-width: 480px) {
        h1 {
            text-align: center;
            }
        }

h1.bannerheadings1, h1.bannerheadings2, h1.bannerheadings3, h1.bannerheadings4 {
    font: normal bold 30px arial;
    color: #ffffff;
    margin: 20px 0px 20px 0px;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    letter-spacing: 1px;
    }
h1.bannerheadings1 { background-color: #6dba48; }
h1.bannerheadings2 { background-color: #1ba1d6; }
h1.bannerheadings3 { background-color: #8d5aad; }
h1.bannerheadings4 { background-color: #d54798; }

h2 {
    font: normal bold 20px arial;
    color: #000000;
    margin: 20px 0px 0px 0px;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Muli', sans-serif;
}

h3 {
    font: normal bold 16px arial;
    color: #000000;
    margin: 30px 0px 0px 0px;
    text-align: left;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
}

h4 {
    font: normal bold 16px arial;
    color: #000000;
    margin: 30px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    }

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

h5 {
    color: #000000;
    margin-bottom: 1.25em;
    font-size: 1em; 
    }

h6 {
    color: #000000;
    font-size: 1em; 
    }


/* -------------------------------------------------- */
/*                 6. PARAGRAPHS                      */
/* -------------------------------------------------- */

p {
    font: normal 15px arial;
    color: #000000;
    margin: 5px 0px 20px 0px;
    padding: 0px;
    hyphens: auto;
    text-align: justify;
    line-height: 26px;
    font-family: 'Muli', 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: 'Muli', 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: 'Muli', sans-serif;
    }

p.slogan {
    margin: 10px 10px 20px 10px;
    text-align: right;
    line-height: 26px;
    font-size: 17px;
    letter-spacing: 1px;
    font-family: 'Muli', sans-serif;
    }
    @media screen and (max-width: 768px) {
        p.slogan {
            text-align: center
            }
        }

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

 #footer p.credits {
    font: normal 8px arial;
    color: #ffffff;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    hyphens: auto;
    text-align: left;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    }


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

ul, ol {
    font: normal 15px arial;
    color: #000000;
    margin: 0px 30px 35px 5px;
    padding: 0px 0px 0px 5px;
    hyphens: auto;
    text-align: left;
    line-height: 26px;
    font-family: 'Muli', 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;
    }

/* -------------------------------------------------- */
/*                     8. LINKS                       */
/* -------------------------------------------------- */
a { text-decoration: none }

a:link.aclr1, a:visited.aclr1, a:link.aclr2, a:visited.aclr2, a:link.aclr3, a:visited.aclr3, a:link.aclr4, a:visited.aclr4 {
    color: #ffffff;
    text-decoration: none;
    }
a:hover.aclr1, a:active.aclr1, #footer a:hover.aclr1, #footer a:active.aclr1 {
    color: #6dba48;
    text-decoration: none;
}
a:hover.aclr2, a:active.aclr2, #footer a:hover.aclr2, #footer a:active.aclr2 {
    color: #1ba1d6;
    text-decoration: none;
}
a:hover.aclr3, a:active.aclr3, #footer a:hover.aclr3, #footer a:active.aclr3 {
    color: #8d5aad;
    text-decoration: none;
}
a:hover.aclr4, a:active.aclr4, #footer a:hover.aclr4, #footer a:active.aclr4 {
    color: #d54798;
    text-decoration: none;
}

a:link.credits, a:visited.credits {
    font-size: 8px !important;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Muli', sans-serif;
}

a:active.credits, a:hover.credits {
    color: #1ba1d6;
    font-size: 8px !important;
    text-decoration: none;
    font-family: 'Muli', sans-serif;
}

a:link.contact, a:visited.contact { color: #000000; text-decoration: none }
a:hover.contact, a:active.contact { color: #8d5aad; text-decoration: none }

/* -------------------------------------------------- */
/*                  9. COLOURS                        */
/* -------------------------------------------------- */
.clr1 { color: #6dba48; } /* green  */
.clr2 { color: #1ba1d6; } /* blue   */
.clr3 { color: #8d5aad; } /* purple */
.clr4 { color: #d54798; } /* pink   */
.clr5 { color: #ffffff; } /* white  */
.clr6 { color: #000000; } /* black  */


/* -------------------------------------------------- */
/*                    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.floatleft {
    float: left;
    margin: 5px 20px;
    }

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

#gallery {
    font-size: 9px;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    img.floatleft {
        float: none;
        margin: 5px 0px;
    }
}

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

table {
    width: 100%;
    font-family: 'Muli', sans-serif;
    margin-bottom: 1.4em;
    border-spacing: 0;
    border-collapse: collapse;
    }

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

tfoot {
    font-style: italic;
    font-size: 1.2em;
    font-weight: bold;
    padding: 15px 0px
    }

caption {
    background-color: transparent;
    }

table.servicetable, table.webdesign, table.mobile, table.social {
    width: 100%;
    color: #000000;
    margin: 0 auto 11px auto;
    padding: 0;
    border-collapse: collapse;
}
table.webdesign, table.mobile, table.social {
    margin: 20px auto 5px;
    max-width: 450px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

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

table.webdesign th {
    padding: 15px 10px;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    background-color: #6dba48;
    }
table.mobile th {
    padding: 15px 10px;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    background-color: #1ba1d6;
    }
table.social th {
    padding: 15px 10px;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    background-color: #d54798;
    }

table.webdesign tr:nth-child(even), table.mobile tr:nth-child(even), table.social tr:nth-child(even) {
    background-color: #f9f9f9
}

table.servicetable td {
    color: #000000;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #666666;
    vertical-align: top;
    }
table.webdesign td, table.mobile td, table.social td {
    color: #000000;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    vertical-align: top;
}

table.servicetable th: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 {
        color: #ffffff;
        display: block;
        padding: 10px;
        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 {
        color: #000000;
        border: none;
        margin-bottom: 6px;
        }

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

    table.servicetable td:first-child {
        color: #2e2e2e;
        font-size: 1.1em;
        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: 0px 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;
        }
    }

    /* -------------------------------------------------- */
    /*                    12. FORMS                       */
    /* -------------------------------------------------- */

    input, textarea {
        font: normal 15px arial;
        width: 90%;
        color: #ffffff;
        border: 0px;
        margin: 1px 0px;
        padding: 5px 10px;
        max-width: 100%;
        text-align: justify;
        background: #8d5aad;
        line-height: 26px;
        font-family: 'Muli', sans-serif;
        letter-spacing: 1px;
    }

    input {
        height: 30px;
    }

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

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font: normal 15px arial;
    color: #000000 !important;
    font-family: 'Muli', sans-serif;
    letter-spacing: 1px
}

    ::-moz-placeholder { /* Firefox 19+ */
        font: normal 15px arial;
        color: #000000 !important;
        opacity: 1;
        font-family: 'Muli', sans-serif;
        letter-spacing: 1px;
    }

:-ms-input-placeholder { /* IE 10+ */
    font: normal 15px arial;
    color: #000000 !important;
    font-family: 'Muli', sans-serif;
    letter-spacing: 1px
}

:-moz-placeholder { /* Firefox 18- */
    font: normal 15px arial;
    color: #000000 !important;
    font-family: 'Muli', 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
    }

.hr_grey {
    border: 0;
    height: 2px;
    margin: 40px 20px;
    background-image: linear-gradient(to right, rgba(209, 209, 209, 0), rgba(209, 209, 209, 1.0), rgba(209, 209, 209, 0));
}

    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;
    }



    /*  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;
    }






    /* 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%);
        }

.nomore {
    display: none !important;
}