body {
	background-color:#11253f;padding:0;margin:0;height: 100%;
	text-align:center;font-family:'Saira',sans-serif;font-size:12px;color:#e7e9eb;
	opacity: 0;
    -moz-animation: cssAnimation 5s;
    /* Firefox */
    -webkit-animation: cssAnimation 5s;
    /* Safari and Chrome */
    -o-animation: cssAnimation 5s;
    /* Opera */
    animation: cssAnimation 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes cssAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
a{color:#e7e9eb !important;text-decoration:none !important;}
.content{position:fixed;top:50%;left:50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width:100%;max-width:800px}
.content h1{text-transform:uppercase;font-size:105px;margin:-40px 0px}
.content h3{text-align:left;font-size:20px;margin-left:15px}
.content h2{background:#e7e9eb;height:2px;margin:40px 15px}
.content h2 span{background:#11253f;font-size:20px;padding:10px; position:relative; top:-15px;}
.riceve{}
.tel{float:left;margin-left:15px;text-align:left;}
.map {float:right;margin-right:15px;color:#e7e9eb !important;text-align:left;}
.low_txt {width:100%;font-size:25px;margin-top:50px}
.tel i{margin-right:10px;font-size:90%}

.content_new{width:100%;max-width:800px;padding:20px;margin:auto;}
.content_new p{text-align:left;}
.content_new h1{text-transform:uppercase;font-size:105px;}
.content_new h3{text-align:left;font-size:20px;}
.content_new h2{background:#e7e9eb;height:2px;}
.content_new h2 span{background:#11253f;font-size:20px;padding:10px; position:relative; top:-15px;}

/*@media only screen and (min-width: 577px) and (max-width: 799px) {
    .content{max-width:576px}
    .content img{width:250px;height:140px}
    .content h1{font-size:75px;margin:-30px 0px}
    .low_txt {font-size:25px;margin-top:40px}
    .map, .tel{float:none;margin:0px;display:block;text-align:center;}
    .map{margin-top:15px}
}*/
@media only screen and (max-width: 799px) {
    .content{max-width:none;padding:15px;}
    .content img{width:159px;height:88px}
    .content h3{font-size:12px;text-align:center;}
    .content h1{font-size:45px;margin:-20px 0px}
    .content h2{font-size:15px;}
    .low_txt {font-size:20px;margin-top:40px}
    .map, .tel{float:none;margin:0px;display:block;text-align:center;}
    .map{margin-top:15px}
}