/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark

http://html5doctor.com/html-5-reset-stylesheet/
*/

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;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}



/* 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;
    resize:none;
    outline:none;
}
li{list-style:none;}
strong{
    font-weight:bold;
}


/*CLEARFIX*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #808080;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #808080;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #808080;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #808080;
}

body {
    font-family: "din-medium";
    font-size: 13px;
}
a {
    text-decoration: none;
}
/*
 * Fonts
*/
@import url(http://fonts.googleapis.com/css?family=Andada);

.andada {
    font-family: 'Andada', serif;
}

@font-face {
    font-family: "din-regular";
    src: url("../fonts/din-regular.eot");
    src: local("?"),
    url("../fonts/din-regular.woff") format("woff"),
    url("../fonts/din-regular.ttf") format("truetype"),
    url("../fonts/din-regular.svg#blaimim_-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "din-light";
    src: url("../fonts/din-light.eot");
    src: local("?"),
    url("../fonts/din-light.woff") format("woff"),
    url("../fonts/din-light.ttf") format("truetype"),
    url("../fonts/din-light.svg#blaimim_-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "din-medium";
    src: url("../fonts/din-medium.eot");
    src: local("?"),
    url("../fonts/din-medium.woff") format("woff"),
    url("../fonts/din-medium.ttf") format("truetype"),
    url("../fonts/din-medium.svg#blaimim_-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "din-bold";
    src: url("../fonts/din-bold.eot");
    src: local("?"),
    url("../fonts/din-bold.woff") format("woff"),
    url("../fonts/din-bold.ttf") format("truetype"),
    url("../fonts/din-bold.svg#blaimim_-webfont") format("svg");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "din-black";
    src: url("../fonts/din-black.eot");
    src: local("?"),
    url("../fonts/din-black.woff") format("woff"),
    url("../fonts/din-black.ttf") format("truetype"),
    url("../fonts/din-black.svg#blaimim_-webfont") format("svg");
    font-style: normal;
    font-weight: normal;
}


@media (max-width: 1023px) {

}
@media (max-width: 767px) {

}

body #s4-bodyContainer
{
    min-width: inherit   
    }