@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSansRegular/OpenSans-Regular.eot');
    src: url('../fonts/OpenSansRegular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSansRegular/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSansRegular/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/OpenSansRegular/OpenSans-Regular.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight/OpenSans-Light.eot');
    src: url('../fonts/OpenSansLight/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSansLight/OpenSans-Light.woff') format('woff'),
         url('../fonts/OpenSansLight/OpenSans-Light.ttf') format('truetype'),
         url('../fonts/OpenSansLight/OpenSans-Light.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 13px;
	background-color: #878786;
}
::-webkit-scrollbar-track {
    background-color: #878786;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #d10d22;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #CB4647;
}
body {
	background-color: #ffffff;
	font-size: 13px;
	font-family: 'OpenSansRegular', sans-serif, verdana;
	margin: 0;
	padding: 0;
}
ul {
	list-style: outside none none;
}
a {
	color: #767676;
	text-decoration: none;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition:  color 300ms, background-color 300ms;
	transition:  color 300ms, background-color 300ms;
}
a:hover, a:focus {
	color: #d10d22;
	text-decoration: none;
}
.redcolor {
	color: #d10d22;
}
#tophead {
	background-color: #ececec;
	color: #767676; 
}
#tophead .elerhetoseg {
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;
}	
#tophead .fa-phone {
	padding-top: 2px;
}
#telephone {
	background-color: #767676;
	color: #ececec;
	float:left;
	padding: 7px 10px 8px 10px;
	font-size: 18px;
}
#tophead a:hover #telephone {
	color: #ffffff;
	text-decoration: none;
}
#tophead .left {
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#tophead .topenvelope {
	font-size: 20px;
	float:left;
	padding-top: 8px;
	padding-left: 10px;
}

#tophead .email {
	float:left;
	padding: 10px;
}
#tophead .social {
	float:right;
	padding-top: 5px;
	padding-left: 10px;
}
.col-xs-12 .elerhetoseg {
	width: 100%;
	text-align:center;
}
/*.col-xs-12 .elerhetoseg a {
	color: #767676;
}*/
.social  a .fa-facebook-official {
	color: #767676;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;	
}
.social  a:hover .fa-facebook-official {
	color: #43609c;
}
#logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
.dropdown-menu {
	text-align: center;
}
.navbar {
	margin-bottom: 0px !important;
}
.navbar-nav {
	padding-top: 30px;
}

.navbar-nav  li {
	position:relative;
	z-index: 200;
}

.navbar-nav  li a {
	font-family: 'OpenSansLight', sans-serif, verdana;
	color: #808285;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;		
}
.navbar-nav  li a:hover {
	color: #ffffff;
	background-color: #d10d22;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
}	
.navbar-nav  li a:focus{
	color: #ffffff;
	background-color: #d10d22;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
}	
.navbar-nav  .active a {
	color: #ffffff !important;
	background-color: #d10d22;
	border-radius: 3px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
}

.navbar-toggle {
	border-color: #333;
}
.navbar-toggle .icon-bar {
    background-color: #333;
}
#maingallery {
	position:relative;
}
.parallax-window {
	background: transparent;
	min-height: 150px;
}
/*.parallax-mirror,#vurtUnderlay{
    height:auto!important;
    width:100%!important;
    padding:25% 0 0;  
}
.parallax-mirror img{width:100%!important;height:100%!important}*/
#blacktrans {
	width: 100%;
	height: 50px;
	background-color: #000000;
	position: absolute;
	bottom:0;
	z-index: 3;
	opacity: 0.5;
    filter: alpha(opacity=50);	
}
#searchmodul {
	position:relative;
}
.search {
	position:absolute;
	bottom:0;
	z-index: 4;
	padding-bottom: 2px;
	color: #ffffff;
	/*width: 98%;*/
	text-align:center;
	left:0;
	right:0;
	margin: auto;
}	
.search.searchcenter {
	text-align:center;
	margin: 0 auto;
	width: 100%;
}	

.formcenter {
	/*margin: auto;*/
	text-align:center;
}
.btn-slide {
  padding: 8px 20px 8px 20px;
  background: #d10d22;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: inline-block;
  margin-bottom: 2px;
  font-size:13px;
}
.btn-slide:hover ,.btn-slide:focus{
	color: #ffffff;
	 background: #CB4647;
}
.searchcenter select {
	color: #767676;
	font-family: 'OpenSansRegular', sans-serif, verdana;
	/*text-align:center;*/
}
.tipusnev {
	float:left;
	padding-top: 10px;
	padding-right: 5px;
	text-align:center;
	margin: auto;
}
.meretnev {
	float:left;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.tipus {
   width: 150px;
   height: 36px;
   overflow: hidden;
   float:left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;  
   background: url(../images/selectbutton.png) no-repeat right #fff;
  border: solid 1px #c6c6c6;
}
.tipus select{
	background: transparent;
	-webkit-appearance: none;
    -moz-appearance: none;	
	appearance: none;
	line-height: 1;
	width: 150px;
	height: 36px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;		
	border:0;
	padding: 7px 10px 8px 10px;
}
.meret {
   width: 80px;
   height: 36px;
   overflow: hidden;
   float:left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;   
   background: url(../images/selectbutton.png) no-repeat right #fff;
  border: solid 1px #c6c6c6;
}
.meret select{
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;	
	appearance: none;
	line-height: 1;
	width: 80px;
	height: 36px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;		
	border:0;
	padding: 7px 10px 8px 10px;
}
.meret2{
   width: 80px;
   height: 36px;
   overflow: hidden;
   float:left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;   
   background: url(../images/selectbutton.png) no-repeat right #fff;
  border: solid 1px #c6c6c6;
  margin-left: 5px;
}
.meret2 select{
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;	
	appearance: none;
	line-height: 1;
	width: 80px;
	height: 36px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;		
	border:0;
	padding: 8px 10px 8px 10px;
}
.searchbutton {
	float:left;
	margin-left: 5px;
}
input {
	color: #767676;
	font-family: 'OpenSansRegular', sans-serif, verdana;
}
#redline {
	background-color: #d10d22;
	font-family: 'OpenSansLight', sans-serif, verdana;
	color: #ffffff;
}
#redline2 {
	padding-top: 25px;
	padding-bottom: 25px;
	width:100%;
	text-align:center;
	font-size: 30px;
}	
.redline3 {
	padding-top: 15px;
	width:100%;
	text-align:center;
	font-size: 25px;
}	
.redline4 {
	padding-top: 5px;
	padding-bottom: 15px;
	width:100%;
	text-align:center;
	font-size: 15px;
}	
.middlelogo {
	text-align:left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content_old {
	background-image: url('../images/contentbg.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: right; 
	padding-top: 20px;
}
#content {	
	padding-top: 20px;
}
#content p {
	font-size: 14px;
	font-family: 'OpenSansRegular', sans-serif, verdana;
	color: #808285;
}
.redlines {
	height:1px;
	background-color: #d10d22;
}
#content h1,#contact h1, #content h1 a {
	font-size: 28px;
	font-family: 'OpenSansRegular', sans-serif, verdana;
	color: #808285;
}
#content h1 a:hover {
	color: #ff0000;
}
#content h2, #contact h2 {
	font-size: 20px;
	font-family: 'OpenSansRegular', sans-serif, verdana;
	color: #808285;
}
.justify {
	text-align: justify;
	width: 100%;
	text-justify: inter-word;
	display: block;
}
.felsorolas {
	font-size: 14px;
	font-family: 'OpenSansRegular', sans-serif, verdana;
	color: #808285;	
}
#map-canvas {
	height: 400px; 
	width: 100%;
}
#footer {
	margin-top: 30px;
	background-color: #ececec;
}
#footersite {
	font-size: 14px;
	font-family: 'OpenSansRegular', sans-serif, verdana;
	color: #808285;	
	padding-top: 10px;
	padding-bottom: 10px;	
}
#meretkocsi,.tarolohoztol,.tarolohozig {
	display: none;
}
.p50p {
	width: 99%;
	height: 35px;
	display:block;
}
.p60p {
	width: 99%;
	height: 45px;
	display:block;
}
.csok {
	text-align: center;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.csoktablazat {
	text-align: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 40px;
}
.csoktablazatimage {
	width: 100%;
	height: auto;
	max-width: 1170px;
}
.img-responsive2 {
	height: auto;
	max-width: 100%;
}
#gallery {
	background-color: #000000;
}
#contactloading, #contactsuccess {
	display: none;
}
#slider1_container {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 600px; 
	height: 300px;
}
#containerslides {
	cursor: move; 
	position: absolute; 
	overflow: hidden; 
	left: 0px; 
	top: 0px; 
	width: 600px; 
	height: 300px;
}
.jssorb05 {
	position: absolute;
}
.jssorb05 div {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 7px;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;	
	behavior: url(PIE.htc);
	background: transparent;
	border: 1px solid #ffffff;
}

.jssorb05 div:hover {
	position: absolute;
	cursor:pointer;
	width: 14px;
	height: 14px;
	border-radius: 7px;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;		
	behavior: url(PIE.htc);
	background: #ffffff;
	border: 1px solid #ffffff;
}
.jssorb05 .av {
	position: absolute;
	cursor:pointer;
	width: 14px;
	height: 14px;
	border-radius: 7px;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;		
	behavior: url(PIE.htc);
	background: #ffffff;
	border: 1px solid #ffffff;
}
/*.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/gallery/b05.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
*/
.jssora11l {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 37px;
	height: 37px;
	cursor: pointer;
	background: url(../images/leftbutton.png) no-repeat;
	overflow: hidden;
}
/*.jssora11l:hover {
	background: url(../images/leftbuttona.png) no-repeat;
}	*/
.jssora11r {
	display: block;
	position: absolute;
	width: 37px;
	height: 37px;
	cursor: pointer;
	background: url(../images/rightbutton.png) no-repeat;
	overflow: hidden;
}
/*.jssora11r:hover {
	background: url(../images/rightbuttona.png) no-repeat;
}*/
/*.jssora11l { background-position: -11px -41px; }
.jssora11r { background-position: -71px -41px; }
.jssora11l:hover { background-position: -131px -41px; }
.jssora11r:hover { background-position: -191px -41px; }
.jssora11l.jssora11ldn { background-position: -251px -41px; }
.jssora11r.jssora11rdn { background-position: -311px -41px; }*/

#containerrelative {
	position:relative;
}
#galleryleftbg {
	width:40%;
	height: 613px;
	background: url(../images/gallery/galleryleft.jpg) top left no-repeat;
	position:absolute; 
	z-index:1;
	left:0;
}
#galleryrightbg {
	width:40%;
	height: 613px;
	background: url(../images/gallery/galleryright.jpg) top right no-repeat;
	position:absolute; 
	z-index:1;
	right:0;
}
.theadbg {
	background-color: #878786;
	color: #ffffff;
}
.table-striped > tbody > tr > td {
	background-color: #f5f5f5;
	color:#878786;
}
.table-striped > tbody > tr:nth-child(2n+1) > td {
	background-color: #e3e3e3;
	color:#878786;
}
.table-striped > tbody > tr.theadbg > td {
	background-color: #878786;
	color:#ffffff;
}
.gallerylakas {
	width:100%;
	text-align:center;
	padding-bottom: 30px;
}
.galleryikonbg {
	width: 150px;
	height: 150px;
	border-radius: 75px;	
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;		
	background: #c6c6c6;
	margin: 0 auto;
}
.gallerylakasikon {
	color: #ffffff;
	font-size: 50px;
	padding-top: 50px;
}
.tdmore {
	height: 100%;
	padding:0 !important;
	line-height: 35px !important;
}
.tdmore2 {
	width: 100%;
	height:100%;
}
.tdmore:hover {
	background-color: #cd1619 !important;
}
.tdmore a:hover {
	color: #ffffff !important;
}
.nagytervrajz1m {
	width: 1170px;
	height: 1085px;
}
.nagytervrajz2m {
	width: 1170px;
	height: 419px;
}
.nagytervrajz3m {
	width: 1170px;
	height: 400px;
}
.nagytervrajz4m {
	width: 1170px;
	height: 420px;
}
.nagytervrajzparkolo {
	width: 1170px;
	height: 1219px;	
}
.nagytervrajztarolo {
	width: 1170px;
	height: 1219px;		
}
.nagytervrajztarolo_ {
	width: 1170px;		
}
.nagytervrajzfelszini {
	width: 1170px;
	height: 1565px;		
}
.nagytervrajzfsz {
	width: 1170px;
	height: 1464px;
}
.nagytervrajzrend {
	width: 1170px;
	height: 1016px;	
}
.nagytervrajz {
	width: 1170px;
}
.kistervrajz {
	width: 600px;
}
.tervpoz {
	position:relative;
}
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #878786;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.back-to-top i:hover {
	background-color: #cd1619;
}	
.helyadat {
	padding-top: 20px;
	font-size: 18px !important;
}
.megjegyzes {
	padding-top: 20px;
	font-size: 11px !important;
}
#erdekel-form {
	display:none;
}
.behuzas {
	padding-left: 95px;
	padding-right: 95px;
}

.greyimage img{
	filter:grayscale(100%);
	-webkit-filter: grayscale(1);
	transition: filter 600ms ease;
	-webkit-transition: -webkit-filter 600ms ease;	
	padding-top: 25px;
}
.greyimage img:hover {
	filter:grayscale(0);
	-webkit-filter: grayscale(0);
}	

.elrejt {
	display: none;	
}

#elfogadom a {
	text-decoration:underline;
}
@media (max-width: 1199px) {
	.navbar-nav {
		padding-top: 0px;
	}		
	#galleryleftbg {
		height: 505.456px;
		background: url(../images/gallery/galleryleftm.jpg) top left no-repeat;
		
	}	
	#galleryrightbg {
		height: 505.456px;
		background: url(../images/gallery/galleryrightm.jpg) top right no-repeat;
	}	
	.nagytervrajz1m {
		width: 970px;
		height: 900px;
	}	
	.nagytervrajz2m {
		width: 970px;
		height: 347px;
	}	
	.nagytervrajz3m {
		width: 970px;
		height: 332px;
	}	
	.nagytervrajz4m {
		width: 970px;
		height: 348px;
	}	
	.nagytervrajzparkolo {
		width: 970px;
		height: 1010px;	
	}
	.nagytervrajzfelszini {
		width: 970px;
		height: 1297px;		
	}	
	.nagytervrajztarolo {
		width: 970px;
		height: 1010px;		
	}	
	.nagytervrajzfsz {
		width: 970px;
		height: 1214px;
	}	
	.nagytervrajzrend {
		width: 970px;
		height: 842px;	
	}	
}

@media (max-width: 991px) {
	#redline2 {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 20px;
	}	
	#galleryleftbg {
		height: 387.158px;
		background: url(../images/gallery/gallerylefts.jpg) top left no-repeat;
	}	
	#galleryrightbg {
		height: 387.158px;
		background: url(../images/gallery/galleryrights.jpg) top right no-repeat;
	}	
	.nagytervrajz1m {
		width: 750px;
		height: 696px;
	}	
	.nagytervrajz2m {
		width: 750px;
		height: 269px;
	}	
	.nagytervrajz3m {
		width: 750px;
		height: 256px;
	}
	.nagytervrajz4m {
		width: 750px;
		height: 269px;
	}	
	.nagytervrajzparkolo {
		width: 750px;
		height: 781px;	
	}
	.nagytervrajzfelszini {
		width: 750px;
		height: 1003px;		
	}	
	.nagytervrajztarolo {
		width: 750px;
		height: 781px;		
	}	
	.nagytervrajzfsz {
		width: 750px;
		height: 938px;
	}	
	.nagytervrajzrend {
		width: 750px;
		height: 651px;	
	}	
	.behuzas {
		padding-left: 80px;
		padding-right: 80px;
	}	
	
}
@media (max-width: 767px) {
	.nagytervrajz1m {
		padding-left: 3%;
		width: 100%;
		height: auto;		
	}
	.nagytervrajz2m ,.nagytervrajz3m,.nagytervrajz4m,.nagytervrajzparkolo,.nagytervrajztarolo,.nagytervrajzfsz,.nagytervrajzrend,.nagytervrajzfelszini{
		width: 100%;
		height: auto;
	}
	.kor001,.kor100,.kor101,.kor102,.kor103,.kor104,.kor105,.kor106,.kor107,.kor108,.kor109,.kor110,.kor111,.kor112,.kor113,.kor200,.kor201, .kor202,.kor203,.kor204,.kor205,.reszletkattint,.korbeallo1 ,.korbeallo2,.korbeallo3,.korbeallo4,.korbeallo5,.korbeallo6,.korbeallo7,.korbeallo8,.korbeallo9,.korbeallo10,.korbeallo11,.korbeallo12,.korbeallo13,.korbeallo14,.korbeallo15,.korbeallo16 ,.kortarolo1,.kortarolo2,.kortarolo3,.kortarolo4,.kortarolo5,.kortarolo6,.kortarolo7,.kortarolo8,.kortarolo9,.kortarolo10,.kortarolo11,.kortarolo12,.kortarolo13,.kortarolo14,.kortarolo15,.kortarolo16,.kortarolo17,.kortarolo18,.kortarolo19,.kortarolo20,.kortarolo21,.kortarolo22,.korfsz1,.korfsz2,.korfsz3,.korfsz4,.korfsz5,.korrend1,.korrend2,.korrend3,.korrend4,.korrend5,.korrend6,.korrend7 {
		display: none;
	}
	.korfelszini1,.korfelszini2,.korfelszini3,.korfelszini4,.korfelszini5,.korfelszini6,.korfelszini7,.korfelszini8,.korfelszini9,.korfelszini10,.korfelszini11,.korfelszini12,.korfelszini13,.korfelszini14,.korfelszini15,.korfelszini16,.korfelszini17,.korfelszini18,.korfelszini19,.korfelszini20,.korfelszini21,.korfelszini22,.korfelszini23,.korfelszini24 {
		display: none;
	}
	.lakas1,.lakas2,.lakas3,.lakas4 {
		display: none;
	}
	.behuzas {
		padding-left: 0;
		padding-right: 0;
	}	
	.submenu h1  a{
		font-size: 16px !important;
	}
	.navbar-nav  li a{
		background-color: #d10d22 !important;
		border-bottom: 1px solid #ffffff;
		color:#ffffff;
	}	
}

@media (max-width: 767px) {
	.navbar-nav {
		width: 50%;
	}
}
.navbar-nav li:hover ul{
	display:block;
}

.ocentermenu {
	float: none;
	padding: 1px 0px 1px 0px;
	position: relative;
	left: 100px;
	min-width: 100px;
}


@media (min-width: 768px) {
	.navbar-nav li ul {
		position:absolute;
		display:none;
		width: 100%;
		padding-left:0;
		z-index: 210;
	}
	.navbar-nav li:hover ul{
		display:block;
	}
	.navbar-nav  li:hover a{
		background-color: #d10d22;
		color: #ffffff;
	}
	.navbar-nav li ul li {
		border-bottom: 1px solid #ffffff;
		background-color: #d10d22;
		color: #ffffff;
		padding-left: 10px;
		padding-top: 5px;
		z-index: 211;
	}	
	.navbar-nav li ul li a {
		display:block;
	}
}