/*body{
	background: #7e8593;
}

.content-title,
.navilabel-htag,
.navilabel-ptag{
	color: #fff;
}
.navilabel-box{
	border-color: #969dac;
}
*/

.content-title-sub{
	text-transform: none;
	//font-family: WorkSans-Regular, sans-serif;
	font-size: 16px;
	color: #a3aaaf;
}


/************************************************************** ADATOK end ***********************************************************
* ONLINE
*/

@media (min-width: 768px){
	.main-address{
		margin-bottom: 40px;
	}
}

p.kapcsolat-adatok{
	line-height: 30px;
	//color: #fff;
	margin-bottom: 30px;
}
.kapcsolat-adatok a {
	//color: #fff;
	//text-decoration: none;
	//border-bottom: 1px dashed #D0D0D0;
}
.kapcsolat-adatok a:hover, .kapcsolat-adatok a:focus {
	//color: #fff;
	//text-decoration: none;
	//border-bottom: 1px dashed transparent;
}
#kapcsolat-form{
	margin: 0px 0px 60px;
}
.csillag{
	//color: #FF7270;
}
.form-control{
	text-transform: none;
	font-family: WorkSans-Regular, sans-serif;
	font-size: 18px;
	border: 1px solid #9d8361;
}
.form-control:focus {
	border-color: #9d8361;
	-webkit-box-shadow: 0px 2px 3px rgba(41,34,27,0.2);
	-moz-box-shadow: 0px 2px 3px rgba(41,34,27,0.2);
	box-shadow: 0px 2px 3px rgba(41,34,27,0.2);
}
#kapcsolat-form textarea{
	resize: none;
	max-width: 100%;
}
#kapcsolat-form .form-control:-ms-input-placeholder{
	color: #7e8593;
	font-size: 16px;
	text-transform: uppercase;
}
#kapcsolat-form .form-control:focus:-ms-input-placeholder{
	color: transparent;
}
#kapcsolat-form .form-control::-moz-placeholder{
	color: #7e8593;
	font-size: 16px;
	text-transform: uppercase;
}
#kapcsolat-form .form-control:focus::-moz-placeholder{
	color: transparent;
}
#kapcsolat-form .form-control::-webkit-input-placeholder{
	color: #7e8593;
	font-size: 16px;
	text-transform: uppercase;
}
#kapcsolat-form .form-control:focus::-webkit-input-placeholder{
	color: transparent;
}

.form-control-feedback{
	color: #7e8593;
}
#kapcsolat-form-hiba{
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0px 20px;
	color: #505050;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline,
#kapcsolat-form-hiba.error{
	color: #FF7270;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.has-error .form-control{
	border-color: #FF7270;
}
.has-error .form-control:focus{
	border-color: #FF7270;
}
.btn-egyedi {
	font-family: RobotoSlab-Regular, sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    padding: 14px 28px;
    background: #a95e63;
    border: 2px solid #a95e63;
    border-radius: 21px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: background 0.5s ease, color 0.5s ease;
    -moz-transition: background 0.5s ease, color 0.5s ease;
    -ms-transition: background 0.5s ease, color 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease;
}
.btn-egyedi:active, .btn-egyedi:focus, .btn-egyedi:hover {
	background: #ffffff;
    color: #a95e63;
}
/************************************************************** ONLINE end ***********************************************************
* MAPS
*/

#map_canvas{
	margin: 0px auto 0px;
	display: block;
	width: 100%;
	height: 550px;
}
#map_canvas iframe, 
#map_canvas object, 
#map_canvas embed { 
	width: 100%; 
}
.utvonaltervezes label{
	font-family: RobotoSlab-Regular, sans-serif;
	display: block;
	/*padding-left: 12px;*/
	color: #9d8361;
	font-weight: normal;
}
.map-canvas-box{
	border: 1px solid #9d8361;
	margin: 0px 0px 30px;
}

#directions{
	width: 100%;
	margin: 30px 0px 70px;
	background-color: #f3f3f3;	
}
.adp{
	padding: 10px 15px;
}
.adp-summary{
	display: table;
	margin: auto;
}
.adp-directions{
	width: 100%;
}

@media (max-width: 480px){
	.btn{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
}


/************************************************************** MAPS end ***********************************************************
* kovetkezo
*/