@font-face {
	font-family: HelveticaNeueLTH-Blk;
	src: url(../fonts/HelveticaNeueLTH-Blk.otf);
}
@font-face {
	font-family: HelveticaNeueLTH-Roman;
	src: url(../fonts/HelveticaNeueLTH-Roman.otf);
}
/*custom*/
body{
	margin: 0px;
	padding: 0px;
	background: url('../img/bg.jpg') no-repeat top center fixed;
	/*background: url("../img/dove_men_bg.jpg") no-repeat top center;
	opacity: 0.4;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 100px;
    width: 100%;   
}
/*/custom*/
.navbar-default {
    background-color: #f8f8f8;
    background: url("../img/menubg.png") no-repeat center;
    border-color: #e7e7e7;
    border: none;
    height: 68px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: HelveticaNeueLTH-Blk;
    font-size: 16px;
    background: #258197 url("../img/regisztracio_line.png") no-repeat center bottom;
    background-size: 100%;
    border-radius: 0px;
    border: 0px;
    margin-top: 5%;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #258197;
    background: #fff url("../img/regisztracio_line.png") no-repeat center bottom;
    background-size: 100%;
}
#btn-login {
	color: #fff;
    font-family: HelveticaNeueLTH-Blk;
    font-size: 16px;
    background: #258197;
    background: #258197 url("../img/belepesbg.png") no-repeat center bottom;
    background-size: 100%;
    border-radius: 0px;
    border: none;
    padding: 15px 84px;
}
/*#btn-login:hover {
    color: #258197;
    background: #fff url("../img/regisztracio_line.png") no-repeat center bottom;
    background-size: 100%;
}*/
.navbar-default .navbar-nav > li > a {
    /*color: #ababab;*/
    font-family: HelveticaNeueLTH-Blk;
   	cursor: pointer;
    font-size: 17px;
    /*background-size: 100%;*/
    border-radius: 0px;
    border: 0px;
    margin-top: 5%;
}
.vonal {
	color: #ababab;
	font-size: 20px;
	margin-top: 15px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff !important;
    background: #258197 url("../img/regisztracio_line.png") no-repeat center bottom;
	background-size: 100%;
}
#mozogj {
	background: url("../img/logo.png") no-repeat center center;
	margin: auto;
	margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 212px;
	height: 185px;
}
h1 {
	color: #64bcd3;
    font-family: HelveticaNeueLTH-Blk;
    font-size: 30px;
    width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
	margin-bottom: 2%;
}
#formDiv {
	background: #dcdada;
	width: 700px;
	height: 445px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	/*margin-bottom: 280px;*/
	margin-bottom: 100px;
}
.control-label {
	font-family: HelveticaNeueLTH-Roman;
	font-size: 17px;
	color: #666666;
	font-weight: lighter;
	text-align: left !important;
}
#megnem {
	font-family: HelveticaNeueLTH-Roman;
	color: #258197;
	font-size: 17px;
}
#jelszoEmlekezteto {
	font-family: HelveticaNeueLTH-Roman;
	color: #258197;
	font-size: 14px;
}
#vagy {
	color: #666666;
	font-family: HelveticaNeueLTH-Roman;
	font-size: 17px;
	margin-top: 45px;
	margin-bottom: 45px;
}
footer p {
	font-size: 14px;
	color: #666666;
	padding: 20px 0px;
	margin-bottom: 0px;
}
footer {
	background: #f0f0f0;
	position: relative;
	bottom: 0px;
	width: 100%;
}
footer img {
	float: left;
	position: relative;
	padding: 10px;
}
.alert {
	margin-left: 15px;
    margin-right: 15px;
    position: absolute;
    width: 700px;
    z-index: 200;
    margin-top: -90px;
}

/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1400px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

}

    /* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.alert {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
#formDiv {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
h1 {
	width: 100%;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
#btn-login {
    padding: 15px 42px;
}
.navbar-default .navbar-nav > li > a {
	margin-right: 15px;
	margin-top: -46px;
}
.nav > li > a {
    display: inline-block;
	float: right;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}