@import url('https://fonts.googleapis.com/css?family=Merriweather|Roboto|Roboto+Slab');
body {
	font-family: 'Roboto', sans-serif;
	padding-bottom: 20px;
}
h1 {
	font-family: 'Merriweather', sans-serif;
}
a {
	text-decoration: none;
	cursor:pointer;
}
/* unvisited link */
a:link {
	text-decoration: none;
	cursor:pointer;
}
/* visited link */
a:visited {
	text-decoration: none;
}
/* mouse over link */
a:hover {
	text-decoration: none;
	color: #666;
	cursor:pointer;
}
/* selected link */
a:active {
	text-decoration: none;
}
.navDiv {
	/*position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	overflow: hidden;
	z-index: 9989;
}

.navbar {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd ), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #dddddd 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
	margin-bottom: 20px;
	overflow: hidden;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	z-index: 9990;
}
 @media (min-width: 768px) {
.navbar-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.navbar-nav .nav-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.navTermekek {
	display:none;
	width: 60%;
	height: 200px;
	z-index: 999;
	position: absolute;
	border-color: #33F;
	background-color: #f8f9fa;
	border-style: solid;
	border: 2px solid #ffc107;
	padding-left:3px;
	padding-right:3px;


}
 }
  /* Responsive: Portrait tablets and up */
  @media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.masthead,  .marketing,  .footer {
	padding-right: 0;
	padding-left: 0;
}
}
.logocska {
	overflow: visible;
	position: fixed;
	top: 0;
	width: 65px;
	height: 65px;
	margin-left: 43%;	
	/*z-index: 9995;*/
}
 }
 @media only screen and (min-width: 300px) {
.logocska {
	margin-left: 33%;
	width: 65px;
	height: 65px;

}
.Kalkulator-jumbotron {
	/*margin-top:100px;*/

}

.container-fluid {
	margin-top: 80px;
}
}
 @media only screen and (min-width: 768px) {
.logocska {
	margin-left: 43%;
	width: 65px;
	height: 65px;
}

.Kalkulator-jumbotron {
	/*margin-top:100px;*/

}
.container-fluid {
	margin-top: 60px;
}
}
.col-sm-2 p {
	font-size: 18px;
	font-family: 'Merriweather', sans-serif;
	color: #999;
	margin: 20px 0 1px 0;
}
.col-sm-2 a p {
	text-decoration: none;
	color: #999;
}
.col-sm-2 a p:hover {
	text-decoration: none;
	color: #CCC;
}
.nyomdaNev {
}


/* ügyfélkapu */
@import "bourbon";
.wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}
.form-signin {
	max-width: 380px;
	padding: 15px 35px 45px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
 .form-signin-heading,  .checkbox {
 margin-bottom: 30px;
}
.checkbox {
	font-weight: normal;
}
.form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
 @include box-sizing(border-box);
 &:focus {
 z-index: 2;
}
}
input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
input[type="password"] {
	margin-bottom: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
}
/* ügyfélkapu */


/*vélemények time line*/

h1, h2, h3, h4, h5, h6 {
	color: #3D4351;
	margin-top: 0;
}
a {
	color: #FF4F02;
}
a:hover {
	color: #FF4F02;
	text-decoration: none;
}
.example-header {
	background: #3D4351;
	color: #FFF;
	font-weight: 300;
	padding: 3em 1em;
	text-align: center;
}
.example-header h1 {
	color: #FFF;
	font-weight: 300;
	margin-bottom: 20px;
}
.example-header p {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
}
.container-fluid .row {
	padding: 0 0 4em 0;
}
.container-fluid .row:nth-child(even) {
	background: #F1F4F5;
}
.example-title {
	text-align: center;
	margin-bottom: 60px;
	padding: 3em 0;
	border-bottom: 1px solid #E4EAEC;
}
.example-title p {
	margin: 0 auto;
	font-size: 16px;
	max-width: 400px;
}
/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
	line-height: 1.4em;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
	line-height: inherit;
}
/*----- TIMELINE ITEM -----*/
.timeline-item {
	padding-left: 40px;
	position: relative;
}
.timeline-item:last-child {
	padding-bottom: 0;
}
/*----- TIMELINE INFO -----*/
.timeline-info {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 .5em 0;
	text-transform: uppercase;
	white-space: nowrap;
}
/*----- TIMELINE MARKER -----*/
.timeline-marker {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
}
.timeline-marker:before {
	background: #FF6B6B;
	border: 3px solid transparent;
	border-radius: 100%;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
	content: "";
	width: 3px;
	background: #CCD5DB;
	display: block;
	position: absolute;
	top: 24px;
	bottom: 0;
	left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
	content: none;
}
.timeline-item:not(.period):hover .timeline-marker:before {
	background: transparent;
	border: 3px solid #FF6B6B;
}
/*----- TIMELINE CONTENT -----*/
.timeline-content {
	padding-bottom: 40px;
}
.timeline-content p:last-child {
	margin-bottom: 0;
}
/*----- TIMELINE PERIOD -----*/
.period {
	padding: 0;
}
.period .timeline-info {
	display: none;
}
.period .timeline-marker:before {
	background: transparent;
	content: "";
	width: 15px;
	height: auto;
	border: none;
	border-radius: 0;
	top: 0;
	bottom: 30px;
	position: absolute;
	border-top: 3px solid #CCD5DB;
	border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
	content: "";
	height: 32px;
	top: auto;
}
.period .timeline-content {
	padding: 40px 0 70px;
}
.period .timeline-title {
	margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
.timeline-split .timeline, .timeline-centered .timeline {
	display: table;
}
.timeline-split .timeline-item, .timeline-centered .timeline-item {
	display: table-row;
	padding: 0;
}
.timeline-split .timeline-info, .timeline-centered .timeline-info,  .timeline-split .timeline-marker,  .timeline-centered .timeline-marker,  .timeline-split .timeline-content,  .timeline-centered .timeline-content,  .timeline-split .period .timeline-info,  .timeline-centered .period .timeline-info {
	display: table-cell;
	vertical-align: top;
}
.timeline-split .timeline-marker, .timeline-centered .timeline-marker {
	position: relative;
}
.timeline-split .timeline-content, .timeline-centered .timeline-content {
	padding-left: 30px;
}
.timeline-split .timeline-info, .timeline-centered .timeline-info {
	padding-right: 30px;
}
.timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
	position: relative;
	left: -45px;
}
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
.timeline-centered,  .timeline-centered .timeline-item,  .timeline-centered .timeline-info,  .timeline-centered .timeline-marker,  .timeline-centered .timeline-content {
	display: block;
	margin: 0;
	padding: 0;
}
.timeline-centered .timeline-item {
	padding-bottom: 40px;
	overflow: hidden;
}
.timeline-centered .timeline-marker {
	position: absolute;
	left: 50%;
	margin-left: -7.5px;
}
.timeline-centered .timeline-info,  .timeline-centered .timeline-content {
	width: 50%;
}
.timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
	float: left;
	text-align: right;
	padding-right: 30px;
}
.timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
	float: right;
	text-align: left;
	padding-left: 30px;
}
.timeline-centered > .timeline-item:nth-child(even) .timeline-info {
	float: right;
	text-align: left;
	padding-left: 30px;
}
.timeline-centered > .timeline-item:nth-child(even) .timeline-content {
	float: left;
	text-align: right;
	padding-right: 30px;
}
.timeline-centered > .timeline-item.period .timeline-content {
	float: none;
	padding: 0;
	width: 100%;
	text-align: center;
}
.timeline-centered .timeline-item.period {
	padding: 50px 0 90px;
}
.timeline-centered .period .timeline-marker:after {
	height: 30px;
	bottom: 0;
	top: auto;
}
.timeline-centered .period .timeline-title {
	left: auto;
}
}
/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
	background: transparent;
	border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
	background: #FF6B6B;
}
/*vélemények time line*/


/*************************************chat*/

#chatContainer{
	display:none;
	width: 200px;
	height: 200px;
	z-index: 9999;
	position: absolute;
	border-color: #33F;
	background-color: #f8f9fa;
	border-style: solid;
	border-radius: 8px;
	border: 2px solid #ffc107;
	padding-left:3px;
	padding-right:3px;
	right:7%;
	
	
	}

.chatText {
	height: 150px;
	width: 190px;
	top: 0;
	overflow: scroll;
	overflow-x:hidden; 
	font-size:12px;

}


#chatContainer input {
	width:150px;
	margin-top:1px;
	float:left;
	}

.chatSendButton {
	width:40px;
	margin-top:1px;
	background-color:#007bff;
	height:34px;
	float:left;	
	border-radius: 2px;
	cursor:pointer;

	}

.chatSendButton img {
 height:30px;
 margin:2px 4px;

}

.ChatbadgeNest {
 height:9px;
 margin-top:5px;
}


/*-------------------------------------chat*/ 

.period{
	cursor:pointer;
	}
	
.velemenyekUp{
	width:50px;
	cursor:pointer;	
	}	


/*-------------------------------------Kalkulator--------------------------------------------*/

.Kalkulator-jumbotron {
	margin-top:100px;

}


/*------------------------------------------ kapcsolat képek --------------------------*/

#baguetteBox-overlay{
	display:none;
	opacity:0;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;z-index:1000000;
	background-color:#222;
	background-color:rgba(0,0,0,.8);
	-webkit-transition:opacity .5s ease;
	transition:opacity .5s ease;
	}
#baguetteBox-overlay.visible{
	opacity:1;
	}
#baguetteBox-overlay .full-image{
	display:inline-block;
	position:relative;
	width:100%;height:100%;
	text-align:center
	}
#baguetteBox-overlay .full-image figure{
	display:inline;
	margin:0;
	height:100%
	}
#baguetteBox-overlay .full-image img{
	display:inline-block;
	width:auto;
	height:auto;
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
	-moz-box-shadow:0 0 8px rgba(0,0,0,.6);
	box-shadow:0 0 8px rgba(0,0,0,.6)
	}
#baguetteBox-overlay .full-image figcaption{
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	line-height:1.8;
	white-space:normal;
	color:#ccc;
	background-color:#000;
	background-color:rgba(0,0,0,.6);
	font-family:sans-serif
	}
#baguetteBox-overlay .full-image:before{
	content:"";
	display:inline-block;
	height:50%;
	width:1px;
	margin-right:-1px
	}
#baguetteBox-slider{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	white-space:nowrap;
	-webkit-transition:left .4s ease,-webkit-transform .4s ease;
	transition:left .4s ease,-webkit-transform .4s ease;
	transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease
	}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out
	}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out
	}
@-webkit-keyframes bounceFromRight{
	0%,100%{margin-left:0}
	50%{margin-left:-30px}
	}
@keyframes bounceFromRight{
	0%,100%{margin-left:0}
	50%{margin-left:-30px}
	}
@-webkit-keyframes bounceFromLeft{
	0%,100%{margin-left:0}
	50%{margin-left:30px}
	}
@keyframes bounceFromLeft{
	0%,100%{margin-left:0}
	50%{margin-left:30px}
	}
.baguetteBox-button #next-button,.baguetteBox-button #previous-button{
	top:50%;
	top:calc(50% - 30px);
	width:44px;
	height:60px;
	}
.baguetteBox-button{
	position:absolute;
	cursor:pointer;
	outline:0;
	padding:0;margin:0;
	border:0;
	-moz-border-radius:15%;
	border-radius:15%;
	background-color:#323232;
	background-color:rgba(50,50,50,.5);
	color:#ddd;
	font:1.6em sans-serif;
	-webkit-transition:background-color .4s ease;
	transition:background-color .4s ease;
	}
.baguetteBox-button:focus,.baguetteBox-button:hover{
	background-color:rgba(50,50,50,.9)
	}
.baguetteBox-button#next-button{
	right:2%
	}
.baguetteBox-button#previous-button{
	left:2%
	}
.baguetteBox-button#close-button{
	top:20px;
	right:2%;
	right:calc(2% + 6px);
	width:30px;height:30px
	}
.baguetteBox-button svg{
	position:absolute;
	left:0;
	top:0
	}
.baguetteBox-spinner{
	width:40px;
	height:40px;
	display:inline-block;
	position:absolute
	;top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-20px
	}
.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{
	width:100%;
	height:100%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#fff;
	opacity:.6;
	position:absolute;
	top:0;
	left:0;
	-webkit-animation:bounce 2s infinite ease-in-out;
	animation:bounce 2s infinite ease-in-out
	}
.baguetteBox-double-bounce2{
	-webkit-animation-delay:-1s;
	animation-delay:-1s;
	}
@-webkit-keyframes bounce{
	0%,100%{
		-webkit-transform:scale(0);
		transform:scale(0)
		}
	50%{
		-webkit-transform:scale(1);
		transform:scale(1)
	}
	}
@keyframes bounce{
	0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}
	50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
	}



.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}
/*------------------------------------------ kapcsolat képek --------------------------*/

/*------------------------------------------ ügyfélkapu --------------------------*/
 
 .ugyfelKapuAjaxShowbox {
	padding: 15px;
	background-color: #fff;
	color: #232323;
	margin: 20px 0;
	margin-bottom: 10px;
	border-radius: 3px;
	min-height: 157px;
}
 /*------------------------------------------ ügyfélkapu --------------------------*/
