/*open-sans
----------------------------------------*/
@font-face { font-family: 'BMorvarid'; src: url("../fonts/BMorvarid.ttf") format('truetype');}
@font-face { font-family: 'BMorvarid'; src: url("../fonts/BMorvarid.ttf") format('truetype');}
@font-face { font-family: 'BMorvarid'; src: url("../fonts/BMorvarid.ttf") format('truetype');}

/*open-sans
----------------------------------------*/
@font-face { font-family: 'wYekan'; src: url("../fonts/wYekan.ttf") format('truetype');}
@font-face { font-family: 'wYekan'; src: url("../fonts/wYekan.ttf") format('truetype');}
@font-face { font-family: 'wYekan'; src: url("../fonts/wYekan.ttf") format('truetype');}

/* ==============================================

Template: Worker sleep
Version: 1.0
Author:	Ukieweb

 - General setting
 - Worker
 - Watch
 - Footer
 - Animationload

================================================ */


/* ------------------
    General setting
--------------------*/
*{
    font-family: 'BMorvarid', sans-serif;
    font-weight: 300;
}
html{
    height: 100%;
}

h1, h2, h3, h4, h5, h6{
    color: #f6f7f9;
    font-weight: 600;
}
body {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    position: relative;
    background-color: #ffd134;
}
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;
}
.uppercase{
    text-transform: uppercase;
}
.error{
    border-color: red !important;
}
.title{
    text-align: center;
    color: #000000;
    line-height: 28px;
    margin: 25px 10px 55px 10px;
}

::-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;
}


/* ------------------
    Worker
--------------------*/
.worker_sleep{
    width: 370px;
    height: 214px;
    position: relative;
    margin: 90px auto -20px;
}
.worker_sleep .worker{
    width: 370px;
    height: 214px;
    position: relative;
    background-image: url("../img/worker.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: 100%;
    z-index: 2;
}

.worker_sleep .newspaper_front{
    width: 150px;
    height: 123px;
    background-image: url("../img/newspaper.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: 100%;
    position: absolute;
    right: 86px;
    top: 35px;
    z-index: 4;
    -moz-animation: 3.8s ease 0s normal none infinite newspaper_front;
    -moz-transform-origin: 85% 65%;
    -webkit-animation:newspaper_front 3.8s infinite ease-in-out;
    -webkit-transform-origin: 85% 65%;
    -o-animation: 3.8s ease 0s normal none infinite newspaper_front;
    -o-animation:newspaper_front 3.8s infinite ease-in-out;
    -o-transform-origin: 85% 65%;
    -ms-animation: 3.8s ease 0s normal none infinite newspaper_front;
    -ms-animation:newspaper_front 3.8s infinite ease-in-out;
    -ms-transform-origin: 85% 65%;
    animation: 3.8s ease 0s normal none infinite newspaper_front;
    animation:newspaper_front 3.8s infinite ease-in-out;
    transform-origin: 0% 0%;
}
@-moz-keyframes newspaper_front {
    0%{top:34px}
    50%{top:25px}
    100%{top:34px}
}
@-webkit-keyframes newspaper_front {
    0%{top:34px}
    50%{top:25px}
    100%{top:34px}
}
@-o-keyframes newspaper_front {
    0%{top:34px}
    50%{top:25px}
    100%{top:34px}
}
@-ms-keyframes newspaper_front {
    0%{top:34px}
    50%{top:25px}
    100%{top:34px}
}
@keyframes newspaper_front {
    0%{top:34px}
    50%{top:25px}
    100%{top:34px}
}

.worker_sleep .newspaper{
    width: 76px;
    height: 43px;
    background-image: url("../img/newspaper_1.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: 100%;
    position: absolute;
    right: 171px;
    top: 37px;
    z-index: 1;
    -moz-animation: 3.8s ease 0s normal none infinite newspaper;
    -moz-transform-origin: 85% 65%;
    -webkit-animation:newspaper 3.8s infinite ease-in-out;
    -webkit-transform-origin: 85% 65%;
    -o-animation: 3.8s ease 0s normal none infinite newspaper;
    -o-animation:newspaper 3.8s infinite ease-in-out;
    -o-transform-origin: 85% 65%;
    -ms-animation: 3.8s ease 0s normal none infinite newspaper;
    -ms-animation:newspaper 3.8s infinite ease-in-out;
    -ms-transform-origin: 85% 65%;
    animation: 3.8s ease 0s normal none infinite newspaper;
    animation:newspaper 3.8s infinite ease-in-out;
    transform-origin: 0% 0%;
}
@-moz-keyframes newspaper {
    0%{top:35px}
    50%{top:25px}
    100%{top:35px}
}
@-webkit-keyframes newspaper {
    0%{top:35px}
    50%{top:25px}
    100%{top:35px}
}
@-o-keyframes newspaper {
    0%{top:35px}
    50%{top:25px}
    100%{top:35px}
}
@-ms-keyframes newspaper {
    0%{top:35px}
    50%{top:25px}
    100%{top:35px}
}
@keyframes newspaper {
    0%{top:35px}
    50%{top:25px}
    100%{top:35px}
}


@-moz-keyframes newspaper_mob {
    0%{top:21px}
    50%{top:21px}
    100%{top:28px}
}
@-webkit-keyframes newspaper_mob {
    0%{top:28px}
    50%{top:21px}
    100%{top:28px}
}
@-o-keyframes newspaper_mob {
    0%{top:28px}
    50%{top:21px}
    100%{top:28px}
}
@-ms-keyframes newspaper_mob {
    0%{top:28px}
    50%{top:21px}
    100%{top:28px}
}
@keyframes newspaper_mob {
    0%{top:28px}
    50%{top:21px}
    100%{top:28px}
}

@-moz-keyframes newspaper_front_mob {
    0%{top:28px}
    50%{top:21px}
    100%{top:28px}
}
@-webkit-keyframes newspaper_front_mob {
    0%{top:21px}
    50%{top:14px}
    100%{top:21px}
}
@-o-keyframes newspaper_front_mob {
    0%{top:34px}
    50%{top:25px}
    100%{top:34px}
}
@-ms-keyframes newspaper_front_mob {
    0%{top:34px}
    50%{top:25px}
    100%{top:34px}
}
@keyframes newspaper_front_mob {
    0%{top:34px}
    50%{top:25px}
    100%{top:34px}
}


/* ------------------
    Watch
--------------------*/
#watch{
    color: #f6f7f9;
    text-align: center;
}

#watch .dash {
    display: inline-block;
    padding: 20px 30px;
    line-height: 72px;
    text-align: center;
    margin: 0 -3px;
}

#watch .dash:first-child{
    border-radius: 8px 0px 0px 8px;
    background-color: #a95300;
}
#watch .dash:last-child{
    border-radius: 0px 8px 8px 0px;
    background-color: #be7f40;
    padding-left: 28px;
    padding-right: 28px;
}

#watch .dash:nth-child(2){
    background-color: #ac5d0d;
}
#watch .dash:nth-child(3){
    background-color: #b56d26;
}

#watch .dash .digit {
    display: block;
    width: 24px;
    font-size: 44px;
    line-height: 44px;
    height: 38px;
    float: left;
}

#watch .dash .digit .top, #watch .dash .digit .bottom{
    font-family: 'wYekan', sans-serif;
}

#watch .dash span.dash_title {
    font-size: 14px;
    line-height: 16px;
    padding-top: 6px;
    font-family: 'wYekan', sans-serif;
    display: block;
    text-align: center;
    clear: both;
}


/* ------------------
    Footer
--------------------*/
#footer{
    z-index: 9999;
    position: relative;
}
.contact_socials{
    padding: 0;
    margin: 0;
}
.contact_socials li{
    display: inline-block;
}
.copyright {
    font-size: 12px;
    color: #000000;
    margin: 20px 0;
}
.footer_socials {
    margin: 25px 0 10px;
}
.ukie_social{
    font-size: 16px;
    color: #ffffff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: block;
    margin: 5px;
    border-radius: 50%;
    background-color: #a95300;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.ukie_social:hover, .ukie_social:active, .ukie_social:focus{
    color: #ffffff;
    background-color: #c1803a;
}


/* ------------------
    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;
}