﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align:center;
}
strong { font-weight: 500; }
h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}
h3 {
	font-size: 16px;
    font-weight: 300;
    color:#fff;
    line-height: 55px;
}
img { max-width: 100%; }
/*::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
::selection { background: #19b9e7; color: #fff; text-shadow: none; }*/

.footbg{
	width:100%;
	background-color:#77b3d4;}
.footerbg{
	width:100%;
	background-color:#F9F2F2;}
.styclear a,.styclear li{
	text-decoration:none;
	list-style:none;
	color:#fff;
    background:none !important;
}
.styclear a:hover{
	color:#C6E3E0;
	text-decoration:none;
    background:none !important;
}
/*@media (max-width: 995px){
.footbg{
	display:none;}
.footerbg{
	display:none;}
}
*/