body {
	background-color: #fff;
}

.grayBackground {
	background-color: #f6f6f6;
	padding: 32px 0;
}

.mainContainer{
	width: 100%;
	text-align: center;
	padding-top: 100px;
	position:relative;
	padding-bottom: 100px;
	margin: auto;
}

.mainContainerText{
	width: 505px;
	margin: auto;
}

.mainContainerAlert{
	color:#1eb9c5;
	font-size: 44px;
	margin-bottom: 0;
	text-align:left;
} 
.mainContentInner{
	text-align: left;
	margin:auto 0;
	font-size: 16px;
	line-height: 20px;
}

.mainContentInner a{
	color: inherit; /* blue colors for links too */
}

.mainContentInner a:hover{
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color:#6FDAE8;
}
.center{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

#searchContainer {
	height: 70px;
	padding: 20px 14px;
	border: 1px solid #e3e3e3;
	background-color: #FFFFFF;
	margin-bottom: 72px;
    margin-top: 36px;
}
#searchContainer h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 27px;
	height: 27px;
	font-family: 'SkyTextMedium';
	float: left;
	width: 28%;
}
#searchContainer #searchInput404 {
	height: 27px;
	background-color: #FFFFFF;
	border: 0px;
	border-bottom: 1px solid #e3e3e3;
	color: #000;
	font-size: 22px;
	outline: none;
	font-family: 'SkyTextRegular';
	float: left;
	text-align: left;
	margin-left: 9px;
    width: 80% !important;
}
#searchSubmit404 {
	background: url(lens-ico.png) no-repeat;
	border: 0;
	display: block;
	height: 46px;
	width: 46px;
	float: right;
	margin: -10px 0;
	background-size: cover;
}


@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px) {
#searchContainer h1 {
	font-size: 18px;
}

}

/* (1366x768) */
@media  screen and (min-width:1366px) and (max-width: 1366px) {
	.mainContainer {
		padding-top: 40px;
		padding-bottom: 0px;
	}
	.mainContainer img{
		height:110px
	}
}


@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {

#searchInput404 {
 #faq_containerwidth:46% !important;
}
#searchContainer h1 {
	font-size: 14px;
}



}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
#searchInput404 {
	width: 35% !important;
}
}

@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
#searchContainer h1 {
	display: none
}
#searchInput404 {
	margin-left: 0 !important;
	width: 85% !important;
}
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

}

@media only screen and (max-width: 667px), only screen and (max-device-width: 667px) {

.mainContainerText {
    width: 300px;
}

.mainContainerAlert {
    font-size: 26px;
    text-align: center;
}

.mainContainer {
	padding-top: 10px;
    padding-bottom: 0px;
}

#searchContainer {
	padding: 20px 14px;
}
#searchInput404 {
	width: 70% !important;
}

#searchContainer #searchInput404 {
	height: 27px;
	background-color: #FFFFFF;
	border: 0px;
	border-bottom: 1px solid #e3e3e3;
	color: #000;
	font-size: 18px;
	outline: none;
	font-family: 'SkyTextRegular';
	float: left;
	margin-left: 0;
	width: 58%;
}
#searchSubmit404 {
	height: 36px;
	width: 36px;
	margin: -4px 0;
}

}
