/*<?php Header ("Content-type: text/css"); ?>*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;;
    -webkit-box-sizing: border-box !important;;
}

html {
    /* overflow-x: hidden;*/
}

img,
object,
embed,
video,
iframe,
iframe[style] {
    max-width: 100%;
    height: auto;
}

article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, input, textarea, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: 'Roboto', 'Source Sans Pro', 'Trebuchet MS', sans-serif !important;
}

img {
    border: 0;
    width: 100%;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.width100 {
    width: 100%;
}

.block {
    display: block;
}

@media (min-width: 100px) {
    .container {
        max-width: 1200px !important;
    }
}

.gray-bg {
    background-color: #e7e7e7;
}


.relative{
    position: relative;
}