a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
a.search-ga-container {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    position:absolute;
    color: #373d41;
/*mms 21.05.2019*/
padding: 15px 5px;
}
a.search-ga-container:hover{
	color:#86ad00;
}
span.search-ga-date {
    left: 27px;
    top: 21px;
    color: #4e5f68;
    z-index: 10;
    position: absolute;
    display: block;
}
div.search-ga-main-container {
    visibility: visible;
    animation-name: fadeInUp;
    background: #e0e7ea;
    position: relative;
    color: #fff;
    height: 220px;
    margin-bottom: 10px;
    overflow: hidden;
}
span.day {
    font-weight: bold;
    font-size: 40px;
    float: left;
    line-height: 1;
    display: block;
	margin-left: 15px;
}
span.right {
    margin-left: 10px;
    margin-top: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
input.search-field-ga {
    display:inline-block;
    height: 50px;
    font-size: 16px;
    border: solid 1px #c2c9cc;
    border-radius: 3px;
    width: 100%;
    padding: 0 15px 6px;
    color: #343434;
    margin: 0;
    max-width: none;
    box-sizing: border-box;
    line-height: 44px;
    box-shadow: none;
}
button.search-ga-button {
    display:inline;
/*mms 21.05.2019*/
/*background: #2975e8;
width: 23%;*/
width:100%;
background:#bed33f;
cursor:pointer;
outline:none !important;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    margin: 0;
    max-width: none;
    box-sizing: border-box;
    line-height: 44px;
    box-shadow: none;
}
/*mms 21.05.2019 search-button hover*/
button.search-ga-button:hover {
background:#86ad00
}
div.filterSearch {
	margin-bottom:20px;
	display:inline-block;
}
div.careerButton {
	margin-bottom:20px;
	display:inline;
}
p.p-search-ga {

	bottom: 0;
	position: absolute;
/* mms 21.05.2019 */
/*margin-left: 20px;
margin-top: 10px;*/
line-height: 16px;
padding: 10px 15px 5px 11px;
}
