@charset "utf-8";
/* CSS Document */

.unt_hotel_kontakt {
    max-width: 1190px;
	width: 100%;
	height: auto;
	min-height: 480px;
	background-color: #fff;
	margin-top: 20px;
}

.title_unt_kontakt {
    color: #ffffff;
	text-align: center;
    font-size: 40px;
    font-weight: bold;
    height: auto;
    min-height: 50px;
    padding-top: 72px;
    text-transform: uppercase;
    width: 100%;
}

.title_lines {
    color: #fea500;
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    height: auto;
    margin-top: -5px;
	letter-spacing: 1.8px;
    width: 100%;
}

.title_lines_down {
    color: #fea500;
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    height: auto;
    margin: 0 auto;
	letter-spacing: 1.8px;
    width: 100%;
}

.title_kontakt_down {
    color: #ffffff;
	text-align: center;
    font-size: 32px;
    font-weight: bold;
    height: auto;
	min-height: 60px;
    padding-top: 40px;
    text-transform: uppercase;
    width: 100%;
}

.kontakt_grey {
	background-color: #747474;
	height: 72px;
    top: 25px;
    width: 100%;
	position: relative;
}

.kontakt_1 {
    width: 35.5%;
	height: 70px;
	float: left;
	color: #fff;
	padding: 12px 22px;
	font-size: 22px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;	
}

.kontakt_2 {
    width: 25%;
	height: 70px;
	float: left;
	color: #fff;
	padding: 12px;
	font-size: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;	
}

.icons_text {
    width: 62px;
	height: 50px;
	top: 2px;
	position: relative;
}

.icons_text_2 {
    width: 180px;
	height: 50px;
	top: 6px;
	float: right;
	line-height: 19px;
	position: relative;
	text-transform: uppercase;
}

.i_kontakt {
    width: 90%;
	margin: 0 auto;
}

.kontakt_send {
	background-color: #ffaa07;
	height: 42px;
    width: 90%;
	position: relative;
	margin: 0 auto;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	cursor: pointer;
	font-size: 26px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;	
}

.kontakt_send a:link,.kontakt_send a:visited,.kontakt_send a:hover{
  color: #fff;	
}


.kontakt_send_txt {
	top: 2px;
	position: relative;
}

.cont_form {
    width: 100%;
	min-height: 220px;
	margin: 55px auto;
}




