/*html, body {

    min-height: 100%;

}
body {
    min-width: 960px;
}*/
@font-face {
    src: url('montserrat.eot');
    src: local('montserrat Regular'),
    local('montserrat'),
    url('montserrat.woff') format('woff'),
    url('montserrat.ttf') format('truetype'),
    url('montserrat.svg#montserrat') format('svg');
}
body, button, input, select, textarea {
    font-family: 'Montserrat-Bold Montserrat-Regular';
    color:#219acd;
    font-size: 15px;
}
p{
    font-family: 'Montserrat-Bold Montserrat-Regular';
}
ul li{
    font-family: 'Montserrat-Bold Montserrat-Regular';
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, b, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    font-family: 'Montserrat-Bold Montserrat-Regular';
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    vertical-align: baseline;
}
/*body {
    margin: 0px;
}*/
img {
    border: 0px none;
}
/*a, a:link, a:visited, a:hover, a:active {
    color: #3A84CF;
}*/
ol, ul {
    list-style: outside none none;
}
a{
    text-decoration: none;
    outline: 0px none;
}