@CHARSET "UTF-8";

.gyik.items {
	min-height: 300px;
}

.gyik h2 {
	font-family: 'Roboto-Light';
	font-size: 47px;
	color: #4d9ac8;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	line-height: 50px;
}

.gyik-question {
	min-height: 40px;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	padding: 12px 0px;
	
}

.gyik-answer {
	background-color: #f5f5f5;
	padding-bottom: 10px;
	display: none;
	margin: 10px 0px;
}

.gyik-answer p {
	font-family: 'Roboto-Regular';
	font-size: 16px;
	color: #818181;
	margin: 0px;
	margin-left: 40px;
	padding-top: 10px;	
}

.gyik-question p {
	font-family: 'Roboto-Regular';
	font-size: 16px;
	color: #818181;
	margin: 0px;
	margin-left: 15px;
	padding-top: 10px;
	width: calc(100% - 40px);
	display: inline-block;
	cursor: pointer;	
}

.gyik-question p:HOVER {
	color: #398fc3;
}

.gyik hr {
	border-top: 1px solid #e6e6e6;
	margin: 0px;
}

.send-question h2 {
	font-family: 'Roboto-Light';
	font-size: 16px;
	color: #818181;
	text-transform: none;
	margin-bottom: 12px;
}

.send-question p {
	font-family: 'Roboto-Light';
	font-size: 16px;
	color: #818181;
	text-transform: none;
	display: block;
	text-align: center;
	margin: 0px;
}

.send-question form input[type='text'], .send-question form input[type='email'] {
	font-family: 'Roboto-Light';
	display: block;
	margin: 10px auto;
	width: 600px;
	height: 35px;
	font-size: 18px;
	color: #818181;
}

.send-question form input[type='submit'] {
	background: #67aed8;
	height: 45px;
	width: 100px;
	border: 2px solid #dedede;
	border-radius: 3px;
	display: block;
	margin: 15px auto 0px;
	color: white;
	font-size: 20px;
}

.send-question {
	margin-bottom: 75px;
}














