/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600&subset=latin-ext");
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #252525;
  /*background-image:url(../img/large_bg_kapcsolat.jpg);*/
  background-image: linear-gradient(bottom, #232323 60%, #FFF 60%);
  background-image: -o-linear-gradient(bottom, #232323 60%, #FFF 60%);
  background-image: -moz-linear-gradient(bottom, #232323 60%, #FFF 60%);
  background-image: -webkit-linear-gradient(bottom, #232323 60%, #FFF 60%);
  background-image: -ms-linear-gradient(bottom, #232323 60%, #FFF 60%); }

#header_container {
  padding-right: 0; }

.navbar-header > .col-sm-7 {
  padding-right: 0; }

.pagetitle {
  font-family: 'Droid Serif script=all rev=9', 'Adobe Blank';
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 10px; }

.pagetitle a {
  text-decoration: none;
  text-transform: none;
  color: #FFF; }

.pagetitle a img {
  margin-right: 30px; }

.navbar-fixed-top {
  background: #2a2a2a;
  opacity: 0.9;
  width: 100%; }

.navbar-default {
  font-size: 15px;
  border: none; }

#navbar li a {
  text-transform: uppercase;
  color: #FFF; }

.fomenu {
  margin-left: auto;
  margin: auto; }

#beloldal_top_div {
  background: #FFF;
  min-height: 933px;
  padding-top: 200px; }

#introduction {
  background-image: url(../img/large_bg_top.jpg);
  background-repeat: no-repeat;
  height: 933px;
  padding-top: 200px; }

#bemutat_cim, .alcim_light, .alcim_dark {
  font-weight: bolder;
  font-size: 72px;
  color: #FFF;
  text-align: center;
  margin-top: 60px; }

.divider {
  text-align: center;
  width: 40%;
  margin: 20px 30%;
  opacity: 0.3; }

.divider hr {
  width: 44%;
  margin-top: 12px; }

.light hr {
  border-color: #FFF; }

.dark hr {
  border-color: #232323; }

.hr_left {
  float: left; }

.hr_right {
  float: right; }

.p_light, .p_dark, .p_tile_title, .p_tile_description, .p_referenciak {
  color: #FFF;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
  margin: 35px 60px; }

.p_dark {
  color: #232323; }

.btn_holder {
  width: 40%;
  margin: 60px 30%; }

.btn_holder_2 {
  width: 40%;
  margin: 20px 30% 0px 30%; }

.btn_def, .btn_kapcs, .btn_bovebb {
  width: 47%;
  height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px; }

.btn_kapcs {
  border: none;
  background: #16919A;
  color: #FFF; }

.btn_kapcs_mid {
  margin: 0 26.5%;
  float: none; }

.btn_bovebb {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: #FFF;
  float: left;
  margin-right: 6%; }

.popup {
  width: 85%; }

#expertise {
  background-color: #FFF;
  padding: 15px;
  position: relative;
  z-index: 100;
  width: 756px;
  margin: 40px auto; }

#szakteruletek_container {
  padding: 0; 
  position: absolute;
  left: 0;
  right: 0;
  top: -200px; }

:target:before {
  content: "";
  display: block;
  height: 60px;
  /* fixed header height*/
  margin: -60px 0 0;
  /* negative fixed header height */ }

#szakteruletek_background {
  background-color: #FFFFFF;
  overflow: visible;
  width: 100%;
  height: 960px;
  position: relative; }

.szakterulet_tile {
  /*background:url(../img/bank.jpg);*/
  background: #16919A;
  margin: 10px;
  width: 222px;
  height: 190px;
  float: left;
  overflow: hidden; }

.tile_text_div {
  width: 222px;
  height: 190px;
  margin-top: -222px; }

.p_tile_title {
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  margin: 0;
  padding: 74px 12px 6px 12px;
  -webkit-transition: padding-top 1s;
  transition: padding-top 1s; }

.p_tile_description {
  font-size: 17px;
  opacity: 0;
  margin: 0;
  padding: 0 10px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

.tile_bg_img {
  opacity: 1;
  width: 222px;
  height: 222px;
  /*-webkit-transition:opacity 1s;
  transition:opacity 1s;*/ }

.szakterulet_tile:hover .p_tile_title {
  padding-top: 10px; }

.szakterulet_tile:hover .p_tile_description {
  opacity: 1; }

.szakterulet_tile:hover .tile_bg_img {
  -webkit-animation-name: tile_bg_fade;
  -webkit-animation-duration: 0.5s;
  animation-name: tile_bg_fade;
  animation-duration: 0.75s;
  opacity: 0; }

@keyframes tile_bg_fade {
  from {
    opacity: 0.75; }
  to {
    opacity: 0; } }
@-webkit-keyframes tile_bg_fade {
  from {
    opacity: 0.75; }
  to {
    opacity: 0; } }
#references {
  background-image: url(../img/large_bg_referenciak.jpg);
  background-repeat: no-repeat;
  height: 792px; 
  padding-top: 150px; }

#ref_container {
  margin: 30px -15px; }

.alcim_light, .alcim_dark {
  font-size: 56px;
  margin-top: 90px; }

.alcim_dark {
  color: #232323; }

.p_referenciak {
  margin: 0;
  text-align: left;
  min-height: 120px; }

#ref_container .col-sm-4 {
  padding: 0; }

.media {
  margin: 15px 10px; }

.orange_rectangle {
  background-color: #16919A;
  width: 7px;
  height: 50px;
  margin-top: 6px; }

#referenciak .btn_holder {
  margin-top: 0; }

#fees {
  background-image: url(../img/large_bg_munkadij.jpg);
  background-repeat: no-repeat;
  height: 684px;
  padding-top: 60px; }

#colleagues {
  background-image: url(../img/large_bg_munkatars.jpg);
  padding-top: 40px; }

.flip_munkatars {
  max-width: 322px;
  margin: auto;
  margin-bottom: 20px; }

.flip_munkatars img {
  width: 100%;
  border: #FFF 1px solid; }

.flip_munkatars .back {
  background: #16919A;
  color: #FFF;
  text-align: center;
  width: 100%;
  height: 100%; }

.flip_munkatars .back h3 {
  margin-top: 0;
  font-size: 22px; }

.back p {
  font-size: 14px; }

.back hr { 
  margin: 15px auto;
  width: 80%; }

.munkatars_div .logo-csempe {
  text-align: center; }
.munkatars_div .logo-csempe img {
    width: 100%; }

/*.hierarchia_szint{
  margin-top:60px;
}
.hierarchia_szint{
  margin-top:20px;
}
.munkatars_div_lg{
	padding:0;
}
.munkatars_div_lg a{
	width:100%;
	max-width:182px;
	margin:auto;
	display:block;
}
.munkatars_div_lg img{
	width:100%;
	border:#FFF 1px solid;
}
.b_card{
	width: 320px;
	height: 100%;
	background: #FFF;
	position:absolute;
	background: -webkit-radial-gradient(60% 40%, farthest-side, #FFF 10%, #EEE 120%);
	background: -o-radial-gradient(60% 40%, farthest-side, #FFF 10%, #EEE 120%);
	background: -moz-radial-gradient(60% 40%, farthest-side, #FFF 10%, #EEE 120%);
	background: radial-gradient(60% 40%, farthest-side, #FFF 10%, #EEE 120%);
	top:0;
	display:none;
	z-index:1;
	text-align:center;
}
.b_card_left{
	@extend .b_card;
	right:100%;
	-webkit-box-shadow: -6px 2px 8px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: -6px 2px 8px 4px rgba(0,0,0,0.4);
	box-shadow: -6px 2px 8px 4px rgba(0,0,0,0.4);
}
.b_card_right{
	@extend .b_card;
	left:100%;
	-webkit-box-shadow: 6px 2px 8px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 6px 2px 8px 4px rgba(0,0,0,0.4);
	box-shadow: 6px 2px 8px 4px rgba(0,0,0,0.4);
}*/
/*.myCarousel{
	margin: auto -15px;
	padding: 50px 10%;
}
.myCarousel .carousel-inner .item .munkatars{
	width:21%;
	margin: 0 2% 55px 2%;
	float:left;
}
	.myCarousel .carousel-inner .item .munkatars img{
		width:100%;
		max-width:230px;
		display:block;
		margin: auto;
	}
.myCarousel .carousel-inner .item .munkatars_text h3{
	@extend #bemutat_cim;
	font-size:24px;
	margin-top: 30px;
}
.myCarousel .carousel-inner .item .munkatars_text p{
	@extend .p_light;
	font-size:16px;
	margin: 0px;
}
.myCarousel .carousel-control span{
	top: 30%;
}
.carousel-indicators li{
	width:23px;
	height:8px;
	background: rgba(255,255,255,0.2);
	border:none;
	border-radius: 2px;
	margin:0 2px;
}
.carousel-indicators li.active{
	width:23px;
	height:8px;
	background: $orange;
	border:none;
	border-radius: 2px;
	margin:0 2px;
}*/
#large_logo_div {
  background-image: url(../img/logo_bottom_large.png);
  background-repeat: no-repeat;
  background-position-y: 60px;
  background-position-x: right; }

#kapcs_form {
  padding: 0 60px; }

.row {
  margin-left: 0;
  margin-right: 0; }

.form_input_left, #kapcs_textarea {
  background-color: rgba(29, 29, 29, 0.6);
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 50px;
  line-height: 44px;
  margin: 10px 0;
  padding: 1px 14px;
  font-size: 18px;
  font-weight: lighter;
  color: #FFF; }

#kapcs_textarea {
  height: 190px;
  resize: none; }

#placeholder_div {
  width: 100%;
  max-width: 480px;
  margin: 75px auto 30px auto;
  padding: 0 5px; }

#placeholder_title {
  font-weight: bold;
  font-size: 22px;
  color: #FFF;
  margin: 0; }

#placeholder_p {
  font-size: 18px;
  color: #FFF; }

.p_footer {
  color: #616161;
  font-size: 12px;
  text-align: center;
  margin: 30px 25px; }

.footer-bottom .container {
  padding: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*.b_card_right h3, .b_card_left h3{
  	font-size:18px;
  	font-weight:bold;
  }*/
  #colleagues {
    background-position-x: -620px; }

  /*.hierarchia_szint{
  	margin-top:40px;
  }*/
  #munkatarsaink .flip_munkatars {
    margin-bottom: 20px; }

  #munkatarsaink .col-sm-4 {
    padding: 0 10px; }

  .back hr {
    margin-top: 3px;
    margin-bottom: 3px; }

  .back p {
    font-size: 12px;
    margin-bottom: 6px; }

  .flip_munkatars .back h3 {
    font-size: 18px;
    margin-bottom: 0; 
  }
}

.language-selector {
  color: white; 
  position: absolute; 
  top: 10px; 
  right: 10px;
}
@media only screen and (max-width: 767px) {
  #navbar {
    position: relative;
    padding-bottom: 30px;
  }
  #navbar .language-selector {
    bottom: 10px;
    left: 30px;
    top: inherit;
    right: inherit;
  }
  .large_screen_only {
    display: none; }

  .small_screen_only {
    display: block; }

  .pagetitle {
    font-size: 2em;
    margin: 5px;
    text-align: center; }

  .navbar-nav {
    display: none; }

  .navbar-toggle {
    border: none;
    margin: 15px;
    padding-bottom: 6px;
    position: absolute; }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none; }

  .navbar-default .navbar-toggle span.icon-bar {
    width: 33px;
    height: 5px;
    margin-bottom: 5px;
    background-color: #FFF; }

  #introduction {
    background-size: 1265px auto;
    background-position-x: -264px;
    height: 590px; }

  #bemutat_cim, .alcim_light, .alcim_dark {
    font-size: 55px;
    margin-top: 0px; }

  .divider {
    width: 80%;
    margin: 20px 10%; }

  #top_divider {
    display: none; }

  .p_light, .p_dark, .p_tile_title, .p_tile_description, .p_referenciak {
    font-size: 20px;
    margin: 35px 20px; }

  .btn_holder {
    margin-top: 45px; }

  .btn_kapcs, .btn_bovebb {
    width: 100%;
    margin-bottom: 20px; }

  #references {
    background-size: 1428px auto;
    background-position-x: -211px;
    height: 565px;
    margin: 0;
    padding-top: 0; }

  .alcim_light, .alcim_dark {
    margin-top: 50px; }

  .popup .alcim_dark {
    font-size: 32px; }

  .popup .p_dark {
    font-size: 18px; }

  .popup li.p_dark {
    margin: 0 15px;
    text-align: left; }

  .panel-group {
    margin-bottom: 0; }

  .panel a {
    text-decoration: none;
    color: #232323; }

  a .panel-heading {
    padding: 20px 25px 20px 40px; }

  a .panel-heading .panel-title {
    font-weight: bold; }

  a .panel-heading .panel-title span {
    color: #16919A;
    font-size: 16px;
    padding: 5px 0; }

  a .panel-heading .panel-title span i:before {
    content: "\e252"; }

  a[aria-expanded="true"] .panel-heading .panel-title span i:before {
    content: "\e253"; }

  a[aria-expanded="true"] .panel-title span {
    color: white; }

  a[aria-expanded="true"] .panel-heading, .panel-collapse.in, .collapsing {
    color: white;
    background-color: #16919A; }

  a[aria-expanded="false"] + .collapsing {
    color: #232323;
    background-color: #FFF; }

  .panel-title {
    font-size: 26px; }

  .panel-collapse {
    font-size: 20px;
    font-weight: 100;
    line-height: 30px; }

  .panel-body {
    padding: 0 80px 40px 40px; }

  .panel-body a {
    color: #FFF;
    line-height: 20px;
    margin-top: 5px;
    border-bottom: 1px #FFF solid; }

  .panel-group .panel {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0; }

  .panel-group .panel + .panel {
    margin-top: 0px;
    border-top: 1px solid rgba(35, 35, 35, 0.2); }

  .p_referenciak {
    width: 66.666666%;
    margin: 30px 16.666666%;
    text-align: center; }

  #ref_fixer {
    height: 275px; }

  #refCarousel {
    max-height: 310px; }

  #refCarousel .carousel-inner .item .p_referenciak {
    max-height: 284px; }

  .p_dark {
    font-size: 22px;
    line-height: 32px; }

  #fees {
    background-size: 1538px auto;
    height: 522px;
    background-position-x: -420px;
    padding-top: 20px; }

  #colleagues {
    background-position-x: -620px;
    padding-top: 0; }

  /*.b_card{
  	width:auto;
  	max-width:100%;
  	height:auto;
  	position:relative;
  	right:auto;
  	left:auto;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
  	overflow:scroll;
  }*/
  /*
  .myCarousel .carousel-inner .item .munkatars{
  	width:80%;
  	margin: auto 10%;
  }
  .myCarousel .carousel-inner .item .munkatars_text h3{
  	font-size:24px;
  	margin-top:30px;
  }
  .myCarousel .carousel-inner .item .munkatars_text p {
    font-size: 16px;
    margin: 0px;
  }
  #munkaCarousel_mobile{
  	padding-top: 20px;
  	margin:0;
  }*/
  #kapcs_form {
    padding: 0 15px; }

  .btn_kapcs_mid {
    margin: auto; }

  #large_logo_div {
    background-size: 848px auto;
    background-position-x: 30px;
    background-position-y: 30px; } }
@media only screen and (max-width: 479px) {
  #introduction {
    padding-top: 100px; }

  .navbar-toggle {
    margin: 10px 0; }

  .pagetitle a img {
    margin-right: 10px; }

  .pagetitle {
    font-size: 1.5em;
    text-align: right;
    margin-right: 20px; }

  .pagetitle img {
    width: 50px; }

  #bemutat_cim, .alcim_light, .alcim_dark {
    font-size: 42px; }

  a .panel-heading {
    padding: 20px 25px 20px 20px; }

  .panel-body {
    padding: 0 30px 40px 20px; }

  #referenciak .btn_holder {
    margin: 40px 30%; }

  .p_dark {
    margin: 20px 0;
    font-size: 20px;
    line-height: 26px; }

  .back hr {
    margin-top: 5px;
    margin-bottom: 5px; }

  .back p {
    font-size: 13px;
    margin-bottom: 6px; }

  .flip_munkatars .back h3 {
    font-size: 20px;
    margin-bottom: 0; }

  /*.myCarousel .carousel-inner .item .munkatars_text h3{
  	font-size:24px;
  }*/
  #placeholder_title {
    font-size: 18px; }

  #placeholder_p {
    font-size: 16px; } }
@media only screen and (min-width: 768px) {
  .large_screen_only {
    display: block; }

  .small_screen_only {
    display: none; }

  .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none; }

  .popup li.p_dark {
    margin: 0 60px;
    text-align: left; }

  #elso_munkatars {
    margin-left: 33.333333%; }

  #masodik_munkatars {
    margin-left: -66.666666%; }

  .flip_munkatars {
    margin-bottom: 30px; }

  /*#igazgato{
  	margin-bottom:-100px;
  }*/ }

@media only screen and (min-width: 1200px) {
  .pagetitle {
    float: left; }

  .navbar-header {
    width: 100%; }

  #navbar li a {
    margin-top: 30px; }

  #expertise {
    padding: 15px;
    margin: 65px -45px;
    width: 1230px; }

  #szakteruletek_container {
    padding: 0 15px; }

  .szakterulet_tile {
    margin: 15px;
    width: 370px;
    height: 370px; }

  .tile_text_div {
    width: 370px;
    height: 240px;
    margin-top: -370px; }

  .p_tile_title {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    padding: 160px 30px 0 30px;
    -webkit-transition: padding-top 1s;
    transition: padding-top 1s; }

  .p_tile_description {
    font-size: 22px;
    margin: 0;
    padding: 0 15px;
    -webkit-transition: opacity 1s, padding 1s;
    transition: opacity 1s, padding 1s; }

  .tile_bg_img {
    width: 370px;
    height: 370px;}

  .szakterulet_tile:hover .p_tile_title {
    padding-top: 20px; }

  .szakterulet_tile:hover .p_tile_description {
    padding: 22px 15px; }

  #colleagues {
    background-size: cover; }

  #ref_container {
    margin: 50px -15px; }

  #referenciak .btn_holder {
    margin-top: 60px; }

  .media {
    margin: 30px 20px; }

  .flip_munkatars .back h3 {
    font-size: 24px; }

  .back p {
    font-size: 16px; }

  .back hr {
    margin: 20px auto; }

  /*#igazgato{
  	margin-bottom:-160px;
  }*/ }
@media only screen and (max-width: 767px) {
  #szakteruletek_background {
    height: auto; }

  #szakteruletek_container {
    position: static; } }

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  #szakteruletek_background {
    height: 560px
  }
  #szakteruletek_container  {
    top: -90px; }

  #references {
    padding-top: 0; } }

@media only screen and (min-width: 1921px) {
  #introduction,
  #referenciak,
  #fees {
    background-size: 100% auto; } }
/*# sourceMappingURL=feketeugyvediiroda.css.map */
#ingatlanok {
  padding-top: 175px;
}
.photoswipe-gallery {
  display: flex;
  flex-wrap: wrap;
}
.photoswipe-gallery .img-thumbnail {
  width: 240px;
  max-height: 160px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.ingatlankozvetito-body {
  background-color: #252525;
  background-image: none;
  color: white;
}
.ingatlan-row {
  margin-bottom: 6em;
}
.mb-4 {
  margin-bottom: 2em;
}
