html{
	position: relative;
	min-height: 100%; 
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	margin-bottom:80px;
}
/*** HEADER LINES ***/
#lefthalf{
	background-image:url('../images/felso_raszter_bal.gif');
	height:214px;
	position:absolute;
	z-index:-1;
	left:0;
	overflow: hidden;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #000099;
}
#righthalf{
	background-image: url(../images/felso_raszter.gif);
	height:171px;
	position:absolute;
	z-index:-1;
	right:0;
}
img{
	max-width:100%;
}
/*** HEADER IMAGES ***/
#headerimg{
	position:absolute;
	right:0;
	left:0;
	z-index:1;
}
#logo{
	display: block;
    text-align: right;
    margin-top: 44px;
}
#logo a{
	padding-top: 10px;
    display: inline-block;
}


#auto{
	text-align: right;
    display: block;
    background-size: cover;
    top: 180px;
    right: 0px;
    position: absolute;
}

#auto-header {
	position: relative;
}

#auto-header img{
	max-height: 180px;
    right: -120px;
    display: block;
    position: absolute;
}

/*** MENU ***/
#menu{
	text-align:right;
	margin-right:5px;
	margin-top:300px;
}
#menu ul{
	list-style-type:none;
	padding:0;
}
#menu ul li{
	padding:5px 0;
}
#menu ul li a{
	text-transform:uppercase;
	font-weight:bold;
	color:rgb(0, 0, 156);
	text-decoration:none;
}
#menu ul li a:hover{
	color:#ff0000;
}
#menu ul li a:after{
	content: url('../images/menu_nyil.gif');
	padding-left:10px;
}
#menu ul li.active a:after{
	content: url('../images/menu_nyil_le.gif');
}
#menu .nav-child li a{
	font-weight:normal;
	font-size:11px;
	white-space: nowrap;
	padding-right:12px;
}
#menu .nav-child li a:after{
	content:'' !important;
}
.nav > li > a {
	padding:0;
}
.nav > li > a:hover,
.nav > li > a:focus{
	background-color:transparent;
}
/*** CONTENT ***/
#content{
	margin-top: 250px;
}
#content .page-header{
	margin:0;
	padding:0;
	border:0;
}
#content .page-header h1{
	font-size:2em;
	color:rgb(0, 0, 156);
	margin: 0 0 10px;
}
/*** FOOTER ***/
#footer{
	background-image:url('../images/also_raszter.gif');
	background-repeat: repeat-x;
	background-color: #000099;
	height:80px;
	color:#ffffff;
	text-align:right;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#footer p{
	margin-top:25px;
	margin-bottom:0;
}
#footer a{
	color: #ffffff !important
}
/*** REQUEST FOR ***/
.rsform-block-text1 .formBody,
.rsform-block-text2 .formBody,
.rsform-block-text3 .formBody,
.rsform-block-text4 .formBody,
.rsform-block-endline .formBody{
	color:#00009C;
	width:100%;
	border-bottom: 2px solid;
	margin-bottom:15px;
	margin-top: 5px;
}
.formResponsive .formHorizontal .rsform-block-ajanlatkeres .formControls{
	margin-left:0 !important;
	text-align: center;
}
.formResponsive .formHorizontal .formControlLabel{
	width:auto !important;
}
.formResponsive .formHorizontal .formControls{
	margin-left:100px !important;
}
.formResponsive .formHorizontal .rsform-block{
	margin-bottom:0 !important;
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"]{
	webkit-border-radius: 0 !important; 
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; 
}
.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"]{
	height: auto !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
	width:99%;
}
.formResponsive textarea{
	width:99% !important;
}
.formResponsive select, .formResponsive input[type="file"]{
	width:100%;
}

.rsContentArea {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.90);
    padding: 4px;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 0px solid #00009C;
}

.rsDefaultInv .rsThumbsHor {
    border-bottom: 0px solid #000;
    border-top: 0px solid #000;
}


#a-gallery h3 {
    font-family: Arial, Verdana;
    text-align: left;
    padding-top: 20px;
    color: #00009C;
    font-weight: bold;
    font-size: 1.3em;
    border-bottom: 1px solid #00009C;
}

.royalSlider {
	border: 2px solid #00009C;
}

 .royalSlider, .royalSlider .rsOverflow {
   	 width: 100%;
   }

.devcenter-logo {
	padding-top: 20px;
	display: inline-block;
}

@media all and (max-width: 768px) {
   .royalSlider  {
      height: 250px !important;
   }
   
}

@media (max-width: 1199px) {

	#auto-header img {
	    max-height: 150px;
	    right: -140px;
	    position: relative;
	}
	#lefthalf {
	    height: 184px;
	}
	#auto {
  		top: 150px;
	}
	#logo {
	    margin-top: 14px;
	}

	#content {
	    margin-top: 200px;
	}
	#menu {
	    margin-top: 250px;
	}
}

@media (max-width: 991px) {

	#auto-header {  }
	#auto-header img {
	    max-height: 110px;
	    right: -140px;
	    position: relative;
	}
	#lefthalf {
	    height: 144px;
	}
	#auto {
  		top: 110px;
	}
	#logo {
	    margin-top: 14px;
	}
	#logo a {
	    padding-top: 10px;
	    display: inline-block;
	    text-align: center;
	    width: 100%;
	}
	#logo img {
		    max-height: 170px;
	}

	#content {
	    margin-top: 165px;
	}
	#menu {
	    margin-top: 200px;
	}	



}

@media (max-width: 768px) {
	#auto-header img {
	    display: none;
	}

	#auto-mobil {
		display: inline-block !important;
		position:absolute;
		width: 100%;
		left: 0px;
		background-image: url(../images/felso_raszter_bal.gif);
		background-position: bottom;
		margin-top: 0;
	}
	#auto {
		display: none;
	}

	#menu{
		margin-right:0;
		margin-top:195px;
		text-align:center;
	}
	
	#navbar{
		text-align:right;
		padding:0;
	}
	
	#content {
	    margin-top: 55px;
	}

	.navbar-toggle{
		float:none;
		padding:0 0 10px;
		margin:0;
	}
	.navbar-toggle .icon-bar{
		background-color:rgb(0, 0, 156);
	}
	
	.formResponsive .formHorizontal .formControlLabel{
		float:left !important;
	}
	.moduletable{
		border-top: 1px solid rgb(0,0,157)
	}
}