.ukapu .login {
	width: 33%;
	margin-left: 33%;
	clear: both;
	overflow: hidden;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.ukapu .login-third {
	margin-left: 66%;
}

.ukapu .oktatas {
	width: 90%;
	margin-left: 5%;
}

.ukapu .login input{
	width: 90%;
	border: none;
	margin-left: 5%;
	height: 48px;
	background: #e6e6e6;
	font-size: 20px;
	/*text-transform: uppercase;*/
	color: #4d4d4d;
	text-align: center;
	margin-bottom: 2px;
}

.ukapu .login input.btn{
	background: #f16421;
	color: #fff;
	width: 91%;
}

.ukapu .oktatas input, .ukapu .oktatas input.btn{
	width: 40%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
}

.ukapu .oktatas .sel{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
	height: 48px;
	border: none;
	background: #e6e6e6;
}

.ukapu .oktatas input.btn{
	width: 30%;
	text-align: center;
}

.ukapu .login a {
	display: block;
	font-size: 25px;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 20px 0 20px 10px;
	padding-left: 40px;
	padding-top: 3px;
	height: 30px;
	background: url("../../images/frontend/right-round-xxl.png") no-repeat left top;
}

.ukapu .login a:hover {
	color: #f16421;
}

.more-text a{
	display: block;
	font-size: 25px;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 20px 30px;
	padding-left: 40px;
	padding-top: 3px;
	height: 30px;
	background: url("../../images/frontend/right-round-xxl.png") no-repeat left top;
}

.more-text a:hover, .more-text a.current{
	color: #f16421;
}

.more-text a.comp{
	margin-left: 100px;
	text-shadow: 0 0 3px #f16421;
	height: 25px;
	font-size: 20px;
	background: url("../../images/frontend/right-round-xxl-comp.png") no-repeat left top;
}

.more-text a.comp:hover{
	text-shadow: 0 0 3px #f16421;
	text-decoration: underline;
	color: #fff;
}

.more-text a.comp-current{
	margin-left: 100px;
	text-shadow: 0 0 3px #f16421;
	height: 25px;
	font-size: 20px;
	background: url("../../images/frontend/right-round-xxl-comp.png") no-repeat left top;
	text-decoration: underline;
}

.more-text a.comp-current:hover{
	text-shadow: 0 0 3px #f16421;
	text-decoration: underline;
	color: #fff;
}

.more-text a.doc{
	margin-left: 130px;
	text-shadow: 0 0 2px #f16421;
	color: #000;
	height: 20px;
	font-size: 15px;
	background: url("../../images/frontend/right-round-xxl-map.png") no-repeat left top;
}

.more-text a.doc:hover{
	text-decoration: underline;
}

.logged-in {
	margin-left: 40px;
	margin-top: 20px;
}

.logged-in p{
	margin: 0;
	font-size: 16px;
	color: #4d4d4d;
}

.logged-in p span{
	font-weight: bold;
	letter-spacing: 1px;
	color: #f16421;
}

.logged-in a{
	color: #f16421;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

.logged-in a:hover{
	color: #4d4d4d;
	text-decoration: underline;
}

.ukapu hr {
	height: 1px;
	color: #333;
	background: none;
	border: none;
	border-top: 1px solid #333;
	width: 95%;
}

.ukapu .content h3 {
	font-size: 22px;
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: none;
	color: #f4b960;
}