/*
SAMARA
*/
/*----------------------------
   ** Reset.**
----------------------------*/


/*----------------------------
   ** Custom Style **
----------------------------*/
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

.content-inner {
	position: relative;
	height: auto !important;
	min-height: 99%;
	z-index: 100;
	padding-bottom: 60px;
}
.content {
	margin-top: 80px;
}
.clearfix{
clear:both;
float:none;
}
/*----------------------------
    ** 404 text **
----------------------------*/

.Out {
	opacity: 0;
	transform: scaleY(0);
}
.In {
	opacity: 1;
	transform: scaleY(1);
}
.main {
	position: relative;
}
.desc {
	position: relative;
	z-index: 100;
	border-top:1px dotted #000;
	margin-top:40px;
}

.text404 {
	width: auto;
	margin: 0px auto;
	cursor: default;
	
}
.text404 > span {
	display: block;
	-webkit-backface-visibility: hidden;
}
.text404-cut {
	width: 100%;
	height: 60px;
	overflow: hidden;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.text404-cut span {
	display: block;
	line-height: 120px;
	color: #000;
	font-size: 120px;
	text-transform: uppercase;
	margin-top: 6px;
	letter-spacing: -2px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	
}
.text404-cut:last-child span {
	margin-top: -54px;
}
.text404-mid {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 3px;
	line-height: 40px;
	text-indent: 20px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: auto;
	color: #000;
	opacity: 0;
	
}

.desc h4{
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #cccccc;
	padding-bottom: 10px;
	padding-top: 30px;
	max-width:600px;
}
.desc h4 a {
	text-decoration: none;
}
/*----------------------------
        **Footer**
----------------------------*/

.footer {
	position: relative;
    bottom:0;
    left:0;
	padding: 30px 0px;
	margin: 0px;
	width: 100%;
	z-index: 101;
}
.footer a{
 color:#141414;
}

/*--------------------------------------------------
       **Social Icons Roll Over**
---------------------------------------------------*/

/*------------------------------
      **Footer links Effect ** 
--------------------------------*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (max-width:480px) {
.content {
	margin-top: 60px;
}
.desc h4 {
	font-size: 18px;
	line-height: 26px;
	letter-spacing:0px;
}
.text404-cut {
	height: 40px;
}
.text404-cut span {
	line-height: 80px;
	font-size: 80px;
}
.text404-cut:last-child span {
	margin-top: -34px;
}
.text404-mid {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 36px;
	text-indent: 20px;
	margin-top: -15px;
}
.footer nav a {
float:left;
font-size:12px;
}
.copyright {
	font-size: 12px;
	padding: 0px;
}
}
@media (max-width:960px) {
.clear{
clear:both;
float:none;
width:100%;
}
.right{
float:none;
clear:both;
}
.footer nav a{
float:none;
}
.footer nav a:first-child{
margin:10px 0px;
}
}