.search_desc {
    margin: 70px 0 70px;
}

.search_desc .sd_ttl {
    text-align: center;
    margin: 0 0 45px;
}

.sd_search-item {
    padding: 40px 0 40px;
    border-bottom: 1px solid #e5e5e5;
}

.sd_search-item p {
    font-family: Roboto;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    color: #152330;
}

.sd_search-item h2,
.sd_search-item h2 a {
    font-family: Futura;
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
    color: #14222f;
}

.sd_search-item a.view {
    font-family: Futura;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    text-align: left;
    color: #fe2a38;
}

.search_desc form {
    text-align: center;
}

.search_desc form input[type="text"] {
    text-align: center;
    color: #323238;
    font: 300 19px/19px Roboto;
    border: 0;
    border: 1px solid #cbcdd1;
    background: transparent;
    padding: 17px 15px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
}

.search_desc form input[type="submit"] {
    text-align: center;
    color: #17242d;
    font: 500 19px/19px Futura;
    border: 0;
    background: #d4dbe5;
    padding: 17px 55px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    margin-left: 20px;
}

.header .hdr .ssearch {
    margin: -45px 0 0;
    text-align: right;
}

.header .hdr .ssearch input[type="text"] {
    margin: 0 0 0;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font: 500 16px/18px Futura;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border: none;
    background: none;
    width: 100px;
    text-align: right;
    padding-right: 11px;

}

.header .hdr .ssearch input[type="text"]::-webkit-input-placeholder {
    color: #9ea4af;
    opacity: 1;
}

#content404{
	background: url('/img/404bg.jpg') no-repeat;
	background-position: 100% 0;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 550px;
}
#content404 .container{}
#content404 h2{}
#content404 p{
	margin: 30px 0px 50px;
	line-height: 1.5;
}
#content404 a{
	color: #fc565c;
	position: relative;
	padding-left: 70px;
	font-weight: 600;
}
#content404 a::before{
	content: "";
    position: absolute;
	top: -13px;
	left: 0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 0px solid rgba(255, 255, 255, 0.15);
    background: #fc565c url(../img/i5.png) no-repeat 50%;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.screendoc{
    display: inline-block;
    width: 220px;
    margin: 10px 8px;
    padding: 0 10px;
    border: 8px solid;
    height: 270px;
    overflow: hidden;
	position: relative;
}
.screendoc .photo-overlay{
	background-color:rgba(0, 0, 0, 0);
	width: 220px;
    height: 270px;
    display: block;
	position:absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.screendoc:hover .photo-overlay{
	background-color:rgba(0, 0, 0, 0.4);
}
.screendoc .fa{
	position: absolute;
	left: 0;
	top: 23px;
	display: block;
	font-size: 203px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.screendoc:hover .fa{
	left: calc(50% - 18px);
	top: calc(50% - 18px);
	font-size: 36px;
	opacity: 1;
}
.screendoc a{}
.screendoc a img{}


/* webkit */
.header .hdr .ssearch input[type="text"]::-moz-placeholder {
    color: #9ea4af;
    opacity: 1;
}

/* Firefox 19+ */
.header .hdr .ssearch input[type="text"]:-moz-placeholder {
    color: #9ea4af;
    opacity: 1;
}

/* Firefox 18- */
.header .hdr .ssearch input[type="text"]:-ms-input-placeholder {
    color: #9ea4af;
    opacity: 1;
}

/* IE */

.header .hdr .ssearch input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

/* webkit */
.header .hdr .ssearch input[type="text"]:focus::-moz-placeholder {
    opacity: 0;
}

/* Firefox 19+ */
.header .hdr .ssearch input[type="text"]:focus:-moz-placeholder {
    opacity: 0;
}

/* Firefox 18- */
.header .hdr .ssearch input[type="text"]:focus:-ms-input-placeholder {
    opacity: 0;
}

/* IE */

.header .hdr .ssearch input[type="submit"] {
    margin: 0 14px 23px;
    background: url(../img/search.png) no-repeat 50% 50%;
    border: none;
    width: 20px;
    height: 20px;
}

@media (max-width: 991px){
	.header .hdr .ssearch{
		width: 100%;
		margin: 0 0 27px;
		text-align: left;
		padding: 0 15px;
		position: relative;
	}
	.header .hdr .ssearch input[type="text"]{
		width: 100%;
		text-align: left;
		color: #000;
		font: normal 19px/19px Futura;
		padding: 5px 40px 5px 0;
	}
	.header .hdr .ssearch input[type="text"]::-webkit-input-placeholder {
		color: #000;
		font: normal 19px/19px Futura;
	}
	.header .hdr .ssearch input[type="text"]::-moz-placeholder {
		color: #000;
		font: normal 19px/19px Futura;
	}
	.header .hdr .ssearch input[type="text"]:-ms-input-placeholder {
		color: #000;
		font: normal 19px/19px Futura;
	}
	.header .hdr .ssearch input[type="text"]:-moz-placeholder {
		color: #000;
		font: normal 19px/19px Futura;
	}
	.header .hdr .ssearch input[type="submit"] {
	    margin: 0 14px 23px;
	    background: url(../img/searchb.png) no-repeat 50% 50%;
	    border: none;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 25px;
	    margin: auto
	}	
}
