﻿/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
/******* end reset css styles *******/

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.orlgsrow {
    width: 100%;
    float: left;
}

.orlgscol-1, .orlgscol-2, .orlgscol-3, .orlgscol-4, .orlgscol-5, .orlgscol-6, .orlgscol-7, .orlgscol-8, .orlgscol-9, .orlgscol-10, .orlgscol-11, .orlgscol-12, .orlgscol-13, .orlgscol-14, .orlgscol-15, .orlgscol-16 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}

.floatRight {
    float: right !important;
}

.orlgscol {
    margin-left: 1.0%;
}

    .orlgscol:first-child {
        margin-left: 0;
    }

.orlgscol-1 {
    width: 4.84375%;
}

.orlgscol-2 {
    width: 11.1875%;
}

.orlgscol-3 {
    width: 17.53125%;
}

.orlgscol-4 {
    width: 23.875%;
}

.orlgscol-5 {
    width: 30.21875%;
}

.orlgscol-6 {
    width: 36.5625%;
}

.orlgscol-7 {
    width: 42.90625%;
}

.orlgscol-8 {
    width: 49.25%;
}

.orlgscol-9 {
    width: 55.59375%;
}

.orlgscol-10 {
    width: 61.9375%;
}

.orlgscol-11 {
    width: 68.28125%;
}

.orlgscol-12 {
    width: 74.625%;
}

.orlgscol-13 {
    width: 80.96875%;
}

.orlgscol-14 {
    width: 87.3125%;
}

.orlgscol-15 {
    width: 93.65625%;
}

.orlgscol-16 {
    width: 100%;
    margin-left: 0;
}


/* MEDIA QUERIES */

/* Responsify Defaults */

@media screen and (max-width: 768px) {
    nav .orlgscol-5 {
        width: 100%;
    }

    .orlgscol-11, article {
        width: 100%;
    }

    .orlgscol-5, aside {
        width: 100%;
        margin-left: 0;
    }

    #container, .inner {
        width: 90%;
        padding: 0 5% 0 5%;
    }
}

@media screen and (max-width: 480px) {
    nav ul li {
        width: 100%;
        margin: 0 0 5px 0;
    }

    nav a {
        margin: 0;
    }
}

/* Custom Breakpoints */

@media screen and (max-width: 320px) {
    /* Add your styles for devices with a maximum width of 320 */
}

@media screen and (max-width: 399px) {
    /* Add your styles for devices with a maximum width of 399 */
}

@media screen and (max-width: 480px) {
    /* Add your styles for devices with a maximum width of 480 */
}

@media screen and (max-width: 594px) {
    /* Add your styles for devices with a maximum width of 594 */
}

@media screen and (max-width: 654px) {
    /* Add your styles for devices with a maximum width of 654 */
}

@media screen and (max-width: 767px) {
    /* Add your styles for devices with a maximum width of 767 */
}

@media screen and (max-width: 835px) {
    /* Add your styles for devices with a maximum width of 835 */
}

@media screen and (max-width: 916px) {
    /* Add your styles for devices with a maximum width of 916 */
}

@media screen and (max-width: 1023px) {
    /* Add your styles for devices with a maximum width of 1023 */
}


// Micro Clearfix
/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom: 1;
}
