/*
reset part
*/

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;
}

body {
    line-height:1;
}

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;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* main part */
html {
    background: url(../images/bg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main-container {
    width: 1200px;
    font-family: 'Oswald', sans-serif;
    margin: 0 auto;
    color: #ffffff;
}

#left-col {
    float: left;
    padding-top: 360px;
    width: 372px;
    /* shaddow #022339 */

}

#left-col .logo {
    float: right;
    width: 374px;
    height: 147px;
}
#left-col span {
    font-size: 32px;
    text-shadow: rgb(2, 35, 57) 1px 2px 0px;
    float: right;
    unicode-bidi: bidi-override;
    direction: rtl;
}

#right-col {
    float: right;
    width: 798px;
    text-shadow: rgb(2, 35, 57) 1px 2px 0px;
    padding-top: 412px;
    padding-left: 30px;
}

#right-col span.wa {
    font-size: 120px;
}

#right-col span.pd {
    font-size: 45px;
    line-height: 65px;
    display: inline-block;
}

#right-col span.pd .decorated {
    color: #ffe464;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#social {
    margin-top: 20px;
}

a.social, a.social:link, a.social:visited {
    display: inline-block;
    width: 64px;
    height: 48px;
    background-repeat: no-repeat;
    background-color: #003E63;
    cursor: pointer;
    transition: 0.3s ease-out 0s;
    font-size: 32px;
    text-align: center;
    padding-top: 16px;
    color: #ffffff;
    float: left;
}

a.social:hover {
    cursor: pointer;
    background-color: #ffe464;
}

@media only screen and (min-width: 1220px) and (max-width: 1366px) {
    #main-container {
        width: 980px;
        position: relative;
    }
    #left-col .logo {
        width: 420px;
        height: auto;
    }
    #left-col {
        width: 420px;
        padding-top: 180px;
    }

    #left-col span {
        font-size: 38px;
    }
    #right-col {
        width: 540px;
        padding-top: 280px;
        padding-left: 20px;
    }
    #right-col span.wa {
        font-size: 75px;
    }
    #right-col span.pd {
        font-size: 38px;
        line-height: 65px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1219px) {
    #main-container {
        width: 760px;
    }
    #left-col .logo {
        width: 320px;
        height: auto;
    }
    #left-col {
        width: 320px;
        padding-top: 220px;
    }

    #left-col span {
        font-size: 30px;
    }
    #right-col {
        width: 420px;
        padding-top: 280px;
        padding-left: 20px;
    }
    #right-col span.wa {
        font-size: 60px;
    }
    #right-col span.pd {
        font-size: 30px;
        line-height: 65px;
    }
}



@media only screen and (min-width: 640px) and (max-width: 799px) {
    #main-container {
        width: 600px;
    }
    #left-col .logo {
        float: none;
        display:block;
        margin:0 auto;
        width: 320px;
        height: auto;
    }
    #left-col {
        clear: both;
        float: none;
        text-align: center;
        width: 600px;
        padding-top: 200px;
    }

    #left-col span {
        font-size: 30px;
        float: none;
    }
    #right-col {
        text-align: center;
        clear: both;
        float: none;
        width: 600px;
        padding-top: 20px;
        padding-left: 0px;
    }
    #right-col span.wa {
        font-size: 40px;
        clear: both;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    #right-col span.pd {
        font-size: 32px;
        line-height: 20px;
    }
}


@media only screen and (max-width: 639px) {
    #main-container {
        width: 440px;
    }
    #left-col .logo {
        float: none;
        display:block;
        margin:0 auto;
        width: 260px;
        height: auto;
    }
    #left-col {
        clear: both;
        float: none;
        text-align: center;
        width: 440px;
        padding-top: 120px;
    }

    #left-col span {
        font-size: 22px;
        float: none;
    }
    #right-col {
        text-align: center;
        clear: both;
        float: none;
        width: 440px;
        padding-top: 20px;
        padding-left: 0px;
    }
    #right-col span.wa {
        font-size: 32px;
        clear: both;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    #right-col span.pd {
        font-size: 24px;
        line-height: 20px;
    }

    #social {
        text-align: center;
    }
}


