@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}




*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	 line-height:1;
	font-family:Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica,  "sans-serif";
	background: #fff;
}
body.dark-theme{
	background: #3977f3;
}
html, body {
    height: 100%;
    width: 100%;
}
.clear{
	clear: both;
}
.fullwidth {
	width: 100%;
}
.float-left{
	float: left;
}
img{
	max-width: 100%;
}
.maintenance-wrapper {
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
  -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
    height: 100%;
	min-height: 100vh;
	width: 100%;
	padding: 0 10px;
}
.main-logo {
    max-width: 250px;
    margin: 10px auto 15px;
    width: 100%;

}
.main-logo a {
    color: #333994;
    text-decoration: navajowhite;
    text-align: center;
    display: block;
    font-size: 35px;
}
.dark-theme .main-logo a{
	color: #fff;
}
.maintenance-creative {
clear: both;
    margin: 20px auto;
    width: 100%;
	max-width: 400px;
	text-align: center;

}
.maintenance-creative img{
max-height: calc(100vh - 290px);
}	
.maintenance-h1 {
  color: #3977f3; 

    text-align: center;
    font-size: 46px;
	
	font-weight:bolder;

	line-height: 1.2;
}
.dark-theme .maintenance-h1 {
	color: #fff;
}


.maintenance-title-sub {
    color:#333;
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
}
.social-a{
	background-image: url("../images/social-icon.svg");
	background-color: #333994;
	background-size: 158px 35px;
	width: 35px;
	height: 35px;
	display: block;
	-moz-border-radius: 50%;-webkit-border-radius: 50%;
	border-radius: 50%;
}
.social-a:hover{
	background-color: #4a50a9;
}
.maintenance-li {
    display: inline-block;
    margin: 3px;
    vertical-align: middle;
    text-align: center;
}
.maintenance-social-ul {
    max-width: 500px;
    margin: 30px auto 10px;
    width: 100%;
    text-align: center;
}
.social-a.fb-social {
    background-position: 0px center;
}
.social-a.twt-social {
    background-position: 39px -4px;
    background-size: 190px auto;
}
.social-a.insta-social {
    background-position: -82px center;
}
.social-a.youtube-social {
    background-position: -41px 0px;
}

@media only screen and (max-width:480px){
	.maintenance-h1 {
		font-size: 24px;
		}
	.main-logo{
		max-width: 240px;
	}
}