/*Template: SAMARA - Responsive Coming Soon TemplateAuthor: TheThemeLabVersion: 1.0Email: saif.shajib@gmil.com*/
/*----------------------------   ** Reset.**----------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
:focus {
	outline: 0
}
ol, ul {
	list-style: none
}
input, textarea {
	margin: 0;
	padding: 0
}
input[type=text] {
	outline: none;
}
input[type=text]::-ms-clear {
	display: none;
}
input[type=submit] {
	-webkit-appearance: none;
}
#wrapper {
	min-height: 100%;
	position: relative;
}
/*----------------------------   ** Custom Style **----------------------------*/
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: normal;
	font-size: 16px;
	word-spacing: normal;
	color: #cccccc;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background-color: #F8F8F8;
}
img {
	max-width: 100%;
}
a {
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
.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: 30px;
}
.content {
	margin-top: 80px;
}
.clearfix {
	clear: both;
	float: none;
}
/*----------------------------    ** 404 text **----------------------------*/
.bg-overlay {
 	background: url(../images/overlay.png) repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -2;
}                    
.full-width {
	width: 100%;
	min-height: 450px;
	padding-bottom: 190px;
}
.Out {
	opacity: 0;
	transform: scaleY(0);
}
.In {
	opacity: 1;
	transform: scaleY(1);
}
.main {
	position: relative;
}
.desc {
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	position: relative;
	z-index: 100;
	border-top: 1px dotted #cccccc;
	margin-top: 40px;
}
.text404 {
	width: auto;
	margin: 0px auto;
	cursor: default;
	animation: fadeIn 0.6s ease-in-out 2s;
	animation-fill-mode: forwards;
}
.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: rgba(255,255,255,0.9);
	font-size: 120px;
	text-transform: uppercase;
	margin-top: 6px;
	letter-spacing: -2px;
	font-family: 'Days One', cursive;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.text404-cut:last-child span {
	margin-top: -54px;
}
.text404-mid {
	font-family: 'Days One', cursive;
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	letter-spacing: 3px;
	line-height: 40px;
	text-indent: 20px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: auto;
	color: rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-o-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
.text404:hover .text404-cut:first-child {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	opacity: 0;
}
.text404:hover .text404-cut:last-child {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-o-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}
.text404:hover .text404-mid {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	transition-delay: 0.6s;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
h4 {
	margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}
.desc h4 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	padding: 20px 0px;
	max-width: 600px;
}
.desc h4 a {
	text-decoration: none;
}
/* ------------------------------     **Subscribe Box**--------------------------------*/
.subscribe {
	position: relative;
	height: 40px;
	margin: 30px 0px 0px 0px;
	max-width: 420px;
}
.subscribe  input::-webkit-input-placeholder, .subscribe  input:-moz-placeholder, .subscribe  input::-moz-placeholder, .subscribe  input:-ms-input-placeholder {
	color: #999;
}
.subscribe  input[type="text"] {
	background-color: rgba(255,255,255,0.8);
	border: 0 none;
	border-radius: 20px;
	-webkit-border-radius: 20pxcolor: #000000;
	font-family: inherit;
	font-size: 16px;
	padding: 9px 114px 9px 15px;
	transition: all 0.7s ease 0s;
	width: 100%;
}
.subscribe input[type="text"]:focus {
	background-color: rgba(255,255,255,1);
}
#subscribe_submit {
	background: #89898A;
	color: #fff;
	font-weight: 100;
  font-size:12px;
	border: none;
	padding: 2px 8px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	position: absolute;
	right: 11px;
	top: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#subscribe_submit:hover {
	background: rgba(137,137,138,0.8);
}
/* Custom Grid */
.row:after {
	clear: both;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row {
	margin-left: -50px;
}
.row p {
	margin-bottom: 20px;
}
/* No JS-------------------------------------------------*/
.no-js #countdown, .no-js #preload {
	display: none;
}
/*-----------------------------   **Countdown**------------------------------*/
#countdown {
	font-family: 'helvetica', sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #fff;
	font-weight: 100;
}
#countdown > div {
	border-left: 1px dashed rgba(255, 255, 255, 0.4);
	border-right: 1px dashed rgba(255, 255, 255, 0.4);
	display: inline-block;
	margin-right: 4px;
	margin-top: 10px;
	padding-right: 20px;
	text-align: center;
	position: relative;
	width: 120px;
	height: 120px;
	padding: 4px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

#countdown #days, #countdown #hours, #countdown #minutes, #countdown #seconds {
	font-family: 'Days One', sans-serif;
	display: block;
	font-size: 40px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 2px;
	letter-spacing: 1px;
	width: 110px;
	height: 60px;
	border-radius: 120px 120px 0px 0px;
	-webkit-border-radius: 120px 120px 0px 0px;
	padding-top: 18px;
	background-color: rgba(157,188,90,0.3);
}
#countdown #days-text, #countdown #hours-text, #countdown #minutes-text, #countdown #seconds-text {
	text-align: center;
	text-transform: uppercase;
	width: 110px;
	height: 49px;
	border-radius: 0px 0px 120px 120px;
	-webkit-border-radius: 0px 0px 120px 120px;
	padding-top: 4px;
	background-color: rgba(255,255,255,0.2);
}
/* Preload */
#preload {
	background-color: #000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}
#preload-content {
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
}
.preload-text {
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.preload-bounce {
	margin: 0 auto 15px;
	text-align: center;
}
.bounce1, .bounce2, .bounce3, .bounce4 {
	-webkit-animation-name: pbounce;
	-webkit-animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: pbounce;
	-moz-animation-duration: 1.4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-name: pbounce;
	-o-animation-duration: 1.4s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
	animation-name: pbounce;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	background: #D3304D;
	display: inline-block;
	height: 15px;
	margin: 0 3px;
	opacity: 0.6;
	width: 15px;
	border-radius: 100%;
	-webkit-border-radius: 100%
}
.bounce1 {
	-webkit-animation-delay: -0.48s;
	-moz-animation-delay: -0.32s;
	-o-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.bounce2 {
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.bounce3 {
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes pbounce {
0%, 80%, 100% {
	-webkit-transform: scale(0.0)
}
40% {
	-webkit-transform: scale(1.0)
}
}
@-moz-keyframes pbounce {
0%, 80%, 100% {
	-moz-transform: scale(0.0)
}
40% {
	-moz-transform: scale(1.0)
}
}
@keyframes pbounce {
0%, 80%, 100% {
	transform: scale(0.0)
}
40% {
	transform: scale(1.0)
}
}
/*----------------------------        **Footer**----------------------------*/
.footer {
	background-color: rgba(248,248,248,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto  min-height: 250px;
	padding: 30px 0px;
	margin: 0px;
	width: 100%;
	z-index: 101;
}
.footer a {
	color: #141414;
}
/*--------------------------------------------------       **Social Icons Roll Over**---------------------------------------------------*/
.icon {
	margin-right: 6px;
}
.serviceIcon {
	font-size: 40px;
	line-height: 40px;
}
.serviceIcon:before {
	margin-bottom: 10px;
	display: block;
}
.social-icons {
	padding: 0!important;
	margin: 0!important;
	clear: both;
	list-style-type: none!important;
}
.social-icons li {
	float: left!important;
	margin-right: 6px!important;
	margin-bottom: 6px!important;
	padding: 0px!important;
	display: inline!important;
	width: auto!important;
}
.social-icons li a {
	-moz-transition: all 0.3s ease 0s;
	display: block!important;
	float: left!important;
	height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	width: 40px!important;
	height: 40px!important;
	text-indent: -9999px!important;
}
.social-icons li a:hover {
	background-position: 0 -40px!important;
}
.social-icons li a {
	background-color: transparent;
}
.social-icons li.facebook a {
	background: url(../images/icons/facebook.png) no-repeat 0 0;
}
.social-icons li.facebook a:hover {
	background-color: #3b5998;
}
.social-icons li.googleplus a {
	background: url(../images/icons/googleplus.png) no-repeat 0 0;
}
.social-icons li.googleplus a:hover {
	background-color: #d94a39;
}
.social-icons li.linkedin a {
	background: url(../images/icons/linkedin.png) no-repeat 0 0;
}
.social-icons li.linkedin a:hover {
	background-color: #71b2d0;
}
.social-icons li.pinterest a {
	background: url(../images/icons/pinterest.png) no-repeat 0 0;
}
.social-icons li.pinterest a:hover {
	background-color: #cb2027;
}
.social-icons li.rss a {
	background: url(../images/icons/rss.png) no-repeat 0 0;
}
.social-icons li.rss a:hover {
	background-color: #fe9900;
}
.social-icons li.skype a {
	background: url(../images/icons/skype.png) no-repeat 0 0;
}
.social-icons li.skype a:hover {
	background-color: #18b7f1;
}
.social-icons li.twitter a {
	background: url(../images/icons/twitter.png) no-repeat 0 0;
}
.social-icons li.twitter a:hover {
	background-color: #48c4d2;
}
/*------------------------------      **Footer links Effect ** --------------------------------*/
.right {
	float: right;
}
.footer nav a {
	position: relative;
	display: inline-block;
	margin: 10px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	float: right;
}
.footer nav a:hover, .footer nav a:focus {
	cursor: pointer;
	outline: none;
}
.footer nav a {
	padding: 15px 0 5px 0px;
}
.footer nav a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.footer nav a:hover::after, .footer nav a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.copyright {
	color: #000;
	clear: both;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@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;
}
}
@media (max-width:680px) {
.full-width {
	padding-bottom: 250px;
}
}
@media (max-width:480px) {
.content {
	margin-top: 60px;
}
.serviceIcon {
	font-size: 20px;
	line-height: 20px;
}
.desc h4 {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
}
.text404-cut {
	height: 40px;
}
.text404-cut span {
	line-height: 76px;
	font-size: 76px;
}
.text404-cut:last-child span {
	margin-top: -34px;
}
.text404-mid {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: -15px;
}
#countdown > div {
	margin: 0px auto;
	padding-right: 6px;
}
.footer nav a {
	float: left;
	font-size: 12px;
}
.copyright {
	font-size: 12px;
	padding: 0px;
}
}
