/* 
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;
}

/* reset end */

/* fonts */

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../_font/OpenSans-Semibold-webfont.eot');
    src: url('../_font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_font/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../_font/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../_font/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../_font/OpenSans-Regular-webfont.eot');
    src: url('../_font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../_font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../_font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../_font/OpenSans-Light-webfont.eot');
    src: url('../_font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_font/OpenSans-Light-webfont.woff') format('woff'),
         url('../_font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../_font/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../_font/OpenSans-ExtraBold-webfont.eot');
    src: url('../_font/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_font/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../_font/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../_font/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../_font/OpenSans-Bold-webfont.eot');
    src: url('../_font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_font/OpenSans-Bold-webfont.woff') format('woff'),
         url('../_font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../_font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*header*/

header { position: absolute; top: 5%; left: 5%; }
header h1 p { font: normal 19px/1 'open_sanslight'; color: white; text-indent: -999em; }

/*content*/

#address { position: absolute; bottom: 5%; left: 5%; color: #FFF}
#address h2 { font: normal 22px/1.5 'open_sansregular'; }
#address p { font: normal 19px/1.2 'open_sanslight'; }


/* ------------------------------- 3. Media Query Max Width 1300, Min Width 720 ------------------------------- */



@media only screen and (min-width:720px) and (max-width: 1300px) {



}

/* ------------------------------- 4. Media Query Max Width 719 ------------------------------- */

@media only screen and (max-width:719px) {



}
