@charset "UTF-8";

html {
    font-size: 16px;
	height: 100%;
}

@font-face {
	font-family: 'PT Regular';
	src: url('../fonts/PTRegular-Regular.eot') format('embedded-opentype'),
		url('../fonts/PTRegular-Regular.woff') format('woff'),
		url('../fonts/PTRegular-Regular.woff2') format('woff2')

}




/* ------------------------*/

.input-search-bk {
	border: none !important;
	border-bottom: solid 2px black !important;
	border-radius: 0px !important;
	background: none !important;
	color: black !important;
	width: 75% !important;
	margin-right: 10px !important;
}
.input-search-bk:focus {
	box-shadow: none !important;
	color: black!important;
}

.input-icon-bk {
	color: black;
}

.input-search-bk:placeholder {
  color: black;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: black!important;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: black !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: black !important;
}

.form-control {
  display: inline-block! important;

}





/* ------------------------*/


@media(max-width: 2800px) {
	html {
    font-size: 16px;
  	}
			
}


@media(max-width: 980px) {
	
	html {
    font-size: 14px;
  	}

}

/*.................................*/




body {
	height: 100%;
	background: white;
	margin: 0;
    padding: 0;
	border: 0;
	font-family: "PT Regular";
	position: relative;
}

#header {
    position: static;
    background: #70ff87;
    height: 100px;
    width: 100%;
	top: 0;
	left: 0;
}



#searchForm {
	z-index: 20;
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	top:50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
    float: none;
    text-align: center;
}

#theform {
    display: block;
    margin-top: 0em;
}
