@media only screen and (max-width: 769px) {

    #toolbox {
        top:-100px !important;
        left:0 !important;
    }

    #toolbox .img_wrap {
        height:35%;
        width:35%;
    }

    .text {
        top:-100px !important;
        left:0 !important;
    }

    h1 {
        font-size:80px !important;
        line-height:100px !important;
    }

    h2 {
        font-size:18px !important;
        line-height:28px !important;
    }

    p {
        font-size:14px !important;
        line-height:22px !important;
    }
}

@media (max-width: 1200px) {
    #maintenance .img_wrap, #maintenance .dialog h2, #maintenance .dialog p {
        text-align: center;
    }

    #maintenance .dialog {
        position: relative;
        right: auto;
        top: auto;
    }
}

body {
    background:#ffffff;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}

img {
    max-width:100%;
}

.container {
    margin:0 auto;
    max-width:1140px;
    padding:0 4%;
    height: 100%;
    min-height: 100%;
    min-width:275px;
}

.dialog div {
    width: 100%!important;
}

.img_wrap {
    display: block;
    background: transparent;
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dialog {
    height: 100%;
    min-height: 100%;
    margin:80px auto;
    text-align:center;
}

#forbidden {
    position:relative;
    top:0;
    left:0;
    z-index:99;
    margin-bottom:50px;

}

#machine {
    float:left;
    position:relative;
    top:0;
    left:0;
    z-index:99;
}
#farm {
    position:relative;
    top:0;
    left:0;
    z-index:99;
}

#toolbox {
    float:left;
    position:relative;
    top:-160px;
    left:-300px;
    z-index:100;
}

#maintenance {
    position: relative;
    margin-top: 50px;
}

#maintenance .img_wrap, #maintenance .dialog h2, #maintenance .dialog p {
    text-align: right;
}

#maintenance .dialog {
    position: absolute;
    margin-top: 40px;
    width: 500px;
    right: 675px;
    top: 250px;
}

#maintenance .dialog h2 {
    margin-bottom: 20px;
}

#maintenance .dialog p {
    line-height: 24px;
}

.text {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    top:-200px;
}

h1 {
    font-size: 160px;
    position:relative;
    margin:0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align:center;
    font-weight:bold;
    opacity:0.5;
    margin-bottom:0.5%;
    line-height:172px;
}

h2 {
    text-align:center;
    font-size:36px;
    line-height:42px;
    color:#505050;
    margin:0;
    position:relative;
    margin-bottom:1%;
}

p {
    text-align:center;
    color:#969696;
    position:relative;
    margin:0;
    line-height:30px;
    margin-bottom:2.5%;
}

.button_con {
    position:relative;
    margin:0;
}

a.button:hover, button:hover {
    background-color:
    #EEE;
    color:
    #7C7C7C;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 1px 0px
    #E6E6E6, inset 0 1px 1px 1px
    rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 1px 1px 0px #e6e6e6, inset 0 1px 1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 1px 0px
    #E6E6E6, inset 0 1px 1px 1px
    rgba(255, 255, 255, 0.3);
    border-bottom-color:
    #B9B9B9;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    transition: 0.1s linear all;
    opacity: 1;
}

a.button:active, button:active {
    -webkit-box-shadow: 0 1px 0px
    transparent, inset 0 1px 1px 0px
    rgba(189, 191, 203, 0.5);
    -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0), inset 0 1px 1px 0px rgba(189, 191, 203, 0.5);
    box-shadow: 0 1px 0px
    transparent, inset 0 1px 1px 0px
    rgba(189, 191, 203, 0.5);
    background-color:
    #F7F7F9;
    background-image: -moz-linear-gradient(
    #EFF0F3,
    white);
    background-image: -ms-linear-gradient(
    #EFF0F3,
    white);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,
    #EFF0F3), color-stop(100%,
    white));
    background-image: -webkit-linear-gradient(
    #EFF0F3,
    white);
    background-image: -o-linear-gradient(
    #EFF0F3,
    white);
    -pie-background: linear-gradient(#eff0f3, #ffffff);
    background-image: linear-gradient(
    #EFF0F3,
    white);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    transition: 0.1s linear all;
    opacity: 1;
    outline: none;
}

input[type="submit"], a.button, button {
    text-align:center;
    -webkit-border-radius: 3px;
    text-decoration:none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px 1px
    rgba(255, 255, 255, 0.6), 0 1px 0px
    #F0F0F0;
    -moz-box-shadow: inset 0 1px 1px 1px rgba(255, 255, 255, 0.6), 0 1px 0px #f0f0f0;
    box-shadow: inset 0 1px 1px 1px
    rgba(255, 255, 255, 0.6), 0 1px 0px
    #F0F0F0;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
    background-color:
    #EEE;
    background-image: -webkit-linear-gradient(top,
    rgba(247, 247, 247, 0.85) 0%,
    rgba(246, 247, 247, 0.85) 25%,
    rgba(236, 238, 239, 0.85) 85%,
    rgba(232, 232, 234, 0.85) 100%);
    background-image: -moz-linear-gradient(top,
    rgba(247, 247, 247, 0.85) 0%,
    rgba(246, 247, 247, 0.85) 25%,
    rgba(236, 238, 239, 0.85) 85%,
    rgba(232, 232, 234, 0.85) 100%);
    background-image: -o-linear-gradient(top,
    rgba(247, 247, 247, 0.85) 0%,
    rgba(246, 247, 247, 0.85) 25%,
    rgba(236, 238, 239, 0.85) 85%,
    rgba(232, 232, 234, 0.85) 100%);
    background-image: -ms-linear-gradient(top,
    rgba(247, 247, 247, 0.85) 0%,
    rgba(246, 247, 247, 0.85) 25%,
    rgba(236, 238, 239, 0.85) 85%,
    rgba(232, 232, 234, 0.85) 100%);
    background-image: linear-gradient(top,
    rgba(247, 247, 247, 0.85) 0%,
    rgba(246, 247, 247, 0.85) 25%,
    rgba(236, 238, 239, 0.85) 85%,
    rgba(232, 232, 234, 0.85) 100%);
    padding: 4px 10px 3px;
    font-size: 12px;
    line-height: 24px;
    border: 1px solid
    #C5C4C4;
    font-weight: bold;
    border-bottom-color:
    #A7A6A6;
    vertical-align: middle;
    color:
    #7C7C7C;
    text-shadow: 0 1px 1px
    rgba(255, 255, 255, 0.8);
    cursor: pointer !important;
}