/* ==============================================

Template: Construction
Version: 1.2
Author:	Ukieweb

 - General setting
 - Construction
 - Footer
 - Animationload

================================================ */


/* ------------------
    General setting
--------------------*/
* {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
}

html {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 600;
}

body {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffc80c;
}

h1 {
    font-size: 93px;
    line-height: 96px;
    margin-top: 48px;
    margin-bottom: 24px;
    font-weight: 900;
}

h2 {
    font-size: 52px;
    line-height: 72px;
    margin-top: 0px;
    margin-bottom: 24px;
    font-weight: 900;
}

h3 {
    font-size: 29px;
    line-height: 48px;
    margin-top: 24px;
    margin-bottom: 24px;
}

h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}

p, ul, ol, pre, table, blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
}

hr {
    border: 1px solid;
    margin: -1px 0;
}

ul ul, ol ol, ul ol, ol ul {
    margin-top: 0;
    margin-bottom: 0;
}

b, strong, em, small, code {
    line-height: 1;
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
    top: 0.4em;
}

p {
    font-weight: 300;
    color: #373b3e;
}


.logo {
    display: table;
    width: 100%;
    text-align: center;
}

#wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.vertical-div {
    display: table-cell;
    vertical-align:middle;
}

.uppercase {
    text-transform: uppercase;
}

.error {
    border-color: red !important;
}

.title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 28px;
    margin: 25px 10px;
}

.article {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    color: #333333;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #373b3e;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #373b3e;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #373b3e;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #373b3e;
}


/* ------------------
    Construction
--------------------*/
.construction-canvas {
    margin: 24px auto 0;
}

/* ------------------
    Footer
--------------------*/
#footer {
    z-index: 9999;
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.copyright {
    font-size: 16px;
    color: #333333;
    margin: 20px 0;
}

/* ------------------
    Animationload
--------------------*/
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    background-image: url("../img/ajax-loader.gif");
    background-position: center;
    background-repeat: no-repeat;
}
