

/* ------------------
    General setting
--------------------*/
*{
    font-family: 'Exo 2', 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: #ffffff;
}
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{
    font-size: 20px;
    font-weight: 300;
    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;
}


/* ------------------
    Cat and mouse
--------------------*/
.cat_and_mouse{
    width: 365px;
    height: 170px;
    position: relative;
    margin: 90px auto -20px;

}

/* ------- Cat -------- */
.cat_and_mouse .cat{
    width: 184px;
    height: 116px;
    background-image: url("../underconstruction/img/cat.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: 100%;
    position: absolute;
    z-index: 3;
}
.cat_and_mouse .cat_leg{
    width: 26px;
    height: 30px;
    background-image: url("../underconstruction/img/cat_leg.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: 100%;
    position: absolute;
    top: 90px;
    left: 45px;
    z-index: 3;
    -moz-animation: 0.5s ease 0s normal none infinite cat_leg;
    -moz-transform-origin: 5% 5%;
    -webkit-animation:cat_leg 0.5s infinite ease-in-out;
    -webkit-transform-origin: 5% 5%;
    -o-animation: 0.5s ease 0s normal none infinite cat_leg;
    -o-animation:cat_leg 0.5s infinite ease-in-out;
    -o-transform-origin: 5% 5%;
    -ms-animation: 0.5s ease 0s normal none infinite cat_leg;
    -ms-animation:cat_leg 0.5s infinite ease-in-out;
    -ms-transform-origin: 5% 5%;
    animation: 0.5s ease 0s normal none infinite cat_leg;
    animation:cat_leg 0.5s infinite ease-in-out;
    transform-origin: 5% 5%;
}
.cat_and_mouse .cat_leg_front{
    width: 25px;
    height: 30px;
    background-image: url("../underconstruction/img/front_cat_leg.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: 100%;
    position: absolute;
    top: 92px;
    left: 30px;
    z-index: 2;
    -moz-animation: 0.5s ease 0s normal none infinite cat_leg_front;
    -moz-transform-origin: 95% 5%;
    -webkit-animation:cat_leg_front 0.5s infinite ease-in-out;
    -webkit-transform-origin: 95% 5%;
    -o-animation: 0.5s ease 0s normal none infinite cat_leg_front;
    -o-animation:cat_leg_front 0.5s infinite ease-in-out;
    -o-transform-origin: 95% 5%;
    -ms-animation: 0.5s ease 0s normal none infinite cat_leg_front;
    -ms-animation:cat_leg_front 0.5s infinite ease-in-out;
    -ms-transform-origin: 95% 5%;
    animation: 0.5s ease 0s normal none infinite cat_leg_front;
    animation:cat_leg_front 0.5s infinite ease-in-out;
    transform-origin: 95% 5%;
}
.cat_and_mouse .cat_ahead{
    left: 103px;
}
.cat_and_mouse .cat_ahead_front{
    left: 91px;
}
.cat .shadow{
    width: 160px;
    height: 20px;
    background-image: url("../underconstruction/img/cat_shadow.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: 100%;
    position: absolute;
    top: 111px;
    left: 20px;
}
@-moz-keyframes cat_leg {
    0%{-moz-transform:rotate(75deg)}
    50%{-moz-transform:rotate(1deg)}
    100%{-moz-transform:rotate(75deg)}
}

@-webkit-keyframes cat_leg {
    0%{-webkit-transform:rotate(75deg)}
    50%{-webkit-transform:rotate(1deg)}
    100%{-webkit-transform:rotate(75deg)}
}

@-o-keyframes cat_leg {
    0%{-o-transform:rotate(75deg)}
    50%{-o-transform:rotate(1deg)}
    100%{-o-transform:rotate(75deg)}
}

@-ms-keyframes cat_leg {
    0%{-ms-transform:rotate(75deg)}
    50%{-ms-transform:rotate(1deg)}
    100%{-ms-transform:rotate(75deg)}
}

@keyframes cat_leg {
    0%{transform:rotate(75deg)}
    50%{transform:rotate(1deg)}
    100%{transform:rotate(75deg)}
}


@-moz-keyframes cat_leg_front {
    0%{-moz-transform:rotate(-75deg)}
    50%{-moz-transform:rotate(1deg)}
    100%{-moz-transform:rotate(-75deg)}
}

@-webkit-keyframes cat_leg_front {
    0%{-webkit-transform:rotate(-75deg)}
    50%{-webkit-transform:rotate(1deg)}
    100%{-webkit-transform:rotate(-75deg)}
}

@-o-keyframes cat_leg_front {
    0%{-o-transform:rotate(-75deg)}
    50%{-o-transform:rotate(1deg)}
    100%{-o-transform:rotate(-75deg)}
}

@-ms-keyframes cat_leg_front {
    0%{-ms-transform:rotate(-75deg)}
    50%{-ms-transform:rotate(1deg)}
    100%{-ms-transform:rotate(-75deg)}
}

@keyframes cat_leg_front {
    0%{transform:rotate(-75deg)}
    50%{transform:rotate(1deg)}
    100%{transform:rotate(-75deg)}
}

/* ------- Mouse -------- */
.cat_and_mouse .mouse{
    width: 169px;
    height: 70px;
    background-image: url("../underconstruction/img/mouse.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 52px;
    z-index: 3;
}
.cat_and_mouse .mouse_leg{
    width: 16px;
    height: 18px;
    background-image: url("../underconstruction/img/mouse_leg.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: 100%;
    position: absolute;
    top: 106px;
    right: 74px;
    z-index: 3;
    -moz-animation: 0.4s ease 0s normal none infinite mouse_leg;
    -moz-transform-origin: 5% 5%;
    -webkit-animation:mouse_leg 0.4s infinite ease-in-out;
    -webkit-transform-origin: 5% 5%;
    -o-animation: 0.4s ease 0s normal none infinite mouse_leg;
    -o-animation:mouse_leg 0.4s infinite ease-in-out;
    -o-transform-origin: 5% 5%;
    -ms-animation: 0.4s ease 0s normal none infinite mouse_leg;
    -ms-animation:mouse_leg 0.4s infinite ease-in-out;
    -ms-transform-origin: 5% 5%;
    animation: 0.4s ease 0s normal none infinite mouse_leg;
    animation:mouse_leg 0.4s infinite ease-in-out;
    transform-origin: 5% 5%;
}
.cat_and_mouse .mouse_leg_front{
    width: 16px;
    height: 16px;
    background-image: url("../underconstruction/img/front_mouse_leg.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: 100%;
    position: absolute;
    top: 107px;
    right: 84px;
    z-index: 2;
    -moz-animation: 0.4s ease 0s normal none infinite mouse_leg_front;
    -moz-transform-origin: 95% 5%;
    -webkit-animation:mouse_leg_front 0.4s infinite ease-in-out;
    -webkit-transform-origin: 95% 5%;
    -o-animation: 0.4s ease 0s normal none infinite mouse_leg_front;
    -o-animation:mouse_leg_front 0.4s infinite ease-in-out;
    -o-transform-origin: 95% 5%;
    -ms-animation: 0.4s ease 0s normal none infinite mouse_leg_front;
    -ms-animation:mouse_leg_front 0.4s infinite ease-in-out;
    -ms-transform-origin: 95% 5%;
    animation: 0.4s ease 0s normal none infinite mouse_leg_front;
    animation:mouse_leg_front 0.4s infinite ease-in-out;
    transform-origin: 95% 5%;
}
.cat_and_mouse .mouse_ahead{
    right: 42px;
}
.cat_and_mouse .mouse_ahead_front{
    right: 49px;
}
.mouse .shadow{
    width: 112px;
    height: 20px;
    background-image: url("../underconstruction/img/mouse_shadow.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: 100%;
    position: absolute;
    top: 61px;
    left: 46px;
}

@-moz-keyframes mouse_leg {
    0%{-moz-transform:rotate(75deg)}
    50%{-moz-transform:rotate(1deg)}
    100%{-moz-transform:rotate(75deg)}
}

@-webkit-keyframes mouse_leg {
    0%{-webkit-transform:rotate(55deg)}
    50%{-webkit-transform:rotate(1deg)}
    100%{-webkit-transform:rotate(55deg)}
}

@-o-keyframes mouse_leg {
    0%{-o-transform:rotate(75deg)}
    50%{-o-transform:rotate(1deg)}
    100%{-o-transform:rotate(75deg)}
}

@-ms-keyframes mouse_leg {
    0%{-ms-transform:rotate(75deg)}
    50%{-ms-transform:rotate(1deg)}
    100%{-ms-transform:rotate(75deg)}
}

@keyframes mouse_leg {
    0%{transform:rotate(75deg)}
    50%{transform:rotate(1deg)}
    100%{transform:rotate(75deg)}
}


@-moz-keyframes mouse_leg_front {
    0%{-moz-transform:rotate(-75deg)}
    50%{-moz-transform:rotate(1deg)}
    100%{-moz-transform:rotate(-75deg)}
}

@-webkit-keyframes mouse_leg_front {
    0%{-webkit-transform:rotate(-55deg)}
    50%{-webkit-transform:rotate(1deg)}
    100%{-webkit-transform:rotate(-55deg)}
}

@-o-keyframes mouse_leg_front {
    0%{-o-transform:rotate(-75deg)}
    50%{-o-transform:rotate(1deg)}
    100%{-o-transform:rotate(-75deg)}
}

@-ms-keyframes mouse_leg_front {
    0%{-ms-transform:rotate(-75deg)}
    50%{-ms-transform:rotate(1deg)}
    100%{-ms-transform:rotate(-75deg)}
}
@keyframes mouse_leg_front {
    0%{transform:rotate(-75deg)}
    50%{transform:rotate(1deg)}
    100%{transform:rotate(-75deg)}
}

/* ------------------
    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: #e86500;
}
#watch .dash:last-child{
    border-radius: 0px 8px 8px 0px;
    background-color: #ee8729;
    padding-left: 28px;
    padding-right: 28px;
}

#watch .dash:nth-child(2){
    background-color: #e96d0d;
}
#watch .dash:nth-child(3){
    background-color: #eb7711;
}

#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-weight: 300;
}

#watch .dash span.dash_title {
    font-size: 14px;
    line-height: 16px;
    padding-top: 6px;
    font-weight: 300;
    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: #e86500;
    -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: #f28724;
}


/* ------------------
    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;
}
