/*
Theme Name: MISSING JIGSAW 404 - Dark- Version:  2
Description:  Designed by josweb.
Author:  Jo
Purchase:  http://themeforest.net/user/josweb
*/

body {
	background-image: url(../images/body.png);  
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #bbb; z-index:0;
}

.container {
	margin-right: auto;
	 margin-left: auto;
	*zoom: 1;
	width: 940px;
	text-align: center;
	padding: 30px 0;z-index:999999;
}

/* Column Widths */
.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: #999; 
	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: #eee; }

/* 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{ text-shadow: 0px 1px 1px #222; color: #ccc;  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: 0px 5px 15px 0;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	vertical-align: middle;
	background-color: #222;
	border: 0px none;
	-webkit-box-shadow: inset 1px 1px 1px #111;
    -moz-box-shadow: inset 0px 1px 1px #111;
    box-shadow: inset 0px 1px 1px #111;
	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: 16px;
	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: #ffffff;
	background-color: #222222;
	*background-color: #151515;
	 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;
}

hr {
	margin: 15px 0 0;
	border: 0 none;
	border-top: 1px solid #222;
	border-bottom: 1px solid #444;
}

/* Menu */
.menu { 
	margin: 30px 0 20px;
	text-transform: uppercase;
	font-size: 18px;
	 
	font-weight: 700;
}
.menu a { color: #888; }
.menu a:hover { color: #fff; }

.separator {
	font-size:18px;
	padding:0 0;
	margin:0 10px 0px;
	border-left:1px dotted #666;
}

/* 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;
}

/* Fade In Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
 
.fade-in.one {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}
 
.fade-in.two {
-webkit-animation-delay: 1.0s;
-moz-animation-delay:1.0s;
animation-delay: 1.0s;
}
 
.fade-in.three {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}

/* 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; }
}


