
/** 1. Basic
*******************************************************************/

html
{
    font-size: 14px !important;
}

body
{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;

    color: #fff;
    background: #000;

    -webkit-font-smoothing: antialiased;
}

html body .privacy-contain{
    margin: 5px 400px 0 400px;
    text-align: right;
}

@media (max-width:1400px)
{
    html
    {
        font-size: 9px !important;
    }

    html body .privacy-contain{
        margin: 5px 200px 0 200px;
        text-align: right;
    }
}

@media (max-width:1200px)
{
    html
    {
        font-size: 9px !important;
    }

    html body .privacy-contain{
        margin: 5px 100px 0 100px;
        text-align: right;
    }
}

@media (max-width:800px)
{
    html
    {
        font-size: 9px !important;
    }

    html body .privacy-contain{
        margin: 5px 20px 0 20px;
        text-align: right;
    }
}

@media (max-width:700px)
{
    html
    {
        font-size: 8px !important;
    }

    html body .privacy-contain{
        margin: 5px 20px 0 20px;
        text-align: right;
    }
}

@media (max-width:600px)
{
    html
    {
        font-size: 7px !important;
    }

    html body .privacy-contain{
        margin: 5px 20px 0 20px;
        text-align: right;
    }
}

@media (max-width:500px)
{
    html
    {
        font-size: 6px !important;
    }

    html body .privacy-contain{
        margin: 5px 20px 0 20px;
        text-align: right;
    }
}

.hero .container-fluid1
{
	position: fixed;
	text-align: center;
	bottom: 85px;
	width: 100%;
	vertical-align: middle;
}

.hero .front-content
{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero .front-content .footer
{
    position: fixed;
    bottom: 5px;
	height: 40px;
    width: 100%;
	vertical-align: middle;
    text-align: center;

}

.image1{
		margin:0 30px;
	}
