/*
Theme Name: MISSING JIGSAW 404 - Grey - Version:  2
Description:  Designed by josweb.
Author:  Jo
Purchase:  http://themeforest.net/user/josweb
*/

body {
    background-image: url(images/body.jpg);
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    text-align: center;
    text-shadow: 0px 1px 1px #fff;
    font-size: 13px;
    line-height: 22px;
    color: #333;
}

/* Container */
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
    width: 940px;
    text-align: center;
    padding: 30px 0;
}

/* Columns */
.span12 {
    width: 940px;
}

.span8 {
    width: 620px;
}

.span2 {
    width: 140px;
}

.row {
    margin-left: -20px;
    *zoom: 1;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

/* Links */
a {
    color: #00847E;
    font-weight: bold;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: 0 !important;
    text-decoration: none;
}

a:hover {
    color: #db0132;
}

/* Jigsaw Piece */
#whoops {
    margin: 0 auto 20px;
}

img {
    max-width: 100% !important;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

h1 {
    color: #333;
    font-size: 24px;
    line-height: 26px;
}

/* Search Input */
.form-search {
    text-align: center;
    padding: 20px 0 10px;
}

.input {
    width: 250px;
}

input[type="text"] {
    display: inline-block;
    height: 20px;
    margin: 0 5px 15px 0;
    font-size: 13px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 0px none;
    -webkit-box-shadow: inset 1px 1px 2px #777;
    -moz-box-shadow: inset 1px 1px 2px #777;
    box-shadow: inset 1px 1px 2px #777;
    padding: 8px 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

:focus {
    outline: 0;
}

/*  Button */
.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    margin-bottom: 15px;
}

.btn:hover, .btn:focus {
    color: #fff;
    background-color: #222;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.toplogo {
    margin: 60px 0;
}

hr {
    margin: 15px 0 0px;
    border: 0 none;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #fff;
}

/* Menu */
.menu {
    margin: 30px 0 20px;
    text-transform: uppercase;
    font-size: 11px;
}

.menu a {
    color: #333;
}

.menu a:hover {
    color: #666;
}

.separator {
    font-size: 18px;
    padding: 0 0;
    margin: 0 10px;
    border-left: 1px dotted #888;
}

/* Jigsaw Swing Animation */
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg);
    }
    40% {
        -moz-transform: rotate(-10deg);
    }
    60% {
        -moz-transform: rotate(5deg);
    }
    80% {
        -moz-transform: rotate(-5deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg);
    }
    40% {
        -o-transform: rotate(-10deg);
    }
    60% {
        -o-transform: rotate(5deg);
    }
    80% {
        -o-transform: rotate(-5deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

/* Media Queries */

@media (max-width: 767px) {
    body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container {
        width: auto;
    }

    .row {
        margin-left: 0;
    }

    [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .input-medium {
        width: 220px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .row {
        margin-left: -20px;
        *zoom: 1;
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }

    .container {
        width: 724px;
    }

    .span12 {
        width: 724px;
    }

    .span8 {
        width: 476px;
    }

    .span2 {
        width: 104px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-left: -30px;
        *zoom: 1;
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px;
    }

    .container {
        width: 1170px;
    }

    .span12 {
        width: 1170px;
    }

    .span8 {
        width: 770px;
    }

    .span2 {
        width: 170px;
    }
}

@media (max-width: 480px) {
    .input {
        width: 200px;
    }
}

@media (max-width: 240px) {
    .input {
        width: 150px;
    }
}


