/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
/*********************************************************************
					Maintenance Page Styles
**********************************************************************/
html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
}
body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/dots-dark.png) repeat scroll 0 0 #202020;
}
#maintenance {
    padding: 70px;
    color: white;
}

@media (min-width: 1200px) {
}

#maintenance .logo {
    margin: 0;
    text-align: center;
}

#maintenance #message {
    padding: 0;
    color: white;
    color: #ffffffe8;
    font-family: arial, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 1.7em;
}
#maintenance #message h1{
    text-transform: uppercase;
    font-size: 19px;
    font-family: arial, sans-serif;
    letter-spacing: 2px;
    line-height: 1.6em;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    color: #ffffffe8;
}
@media only screen and (min-width: 1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}
