@charset "utf-8";
/* CSS Document */

header .topBarContainer {
	width:100%;
	transition:all 0.2s ease-out;
	position:fixed;
	z-index:1210;
	background-color:#F8F9FA;
	padding:10px 0px;
}

header .topBarContainer .wrapper {
	display:flex;
flex-direction:row;	
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items:center;
}

header .topBarContainer .btn-menu {
    cursor: pointer;
    display: none;
    /*padding-top:20px;*/
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.2s, 0.2s, 0.2s;
    transition-property: transform, padding, color;
    transition-timing-function: ease, ease, ease-out;
    width: auto;
    z-index: 99999;
		color: #485869;
		font-size:32px;
		line-height:32px;
		height:32px;
    margin-right:20px;
}

header .topBarContainer .btn-menu:hover {
	color:#fe0000;
}

@media (max-width:1024px){
  header .topBarContainer .wrapper {
    justify-content: space-between;
  }
	header .topBarContainer .btn-menu {
		display:block;
	}
}


@media (max-width:560px){
	header .topBarContainer .btn-menu {
		font-size:32px;
		height:32px;
		line-height:32px;
	}
}

header .topBarContainer .icon-menu {
    color: inherit;
    display: block;
    font-size:inherit;
    position: relative;
    vertical-align: middle;
    text-align:center;
	line-height:inherit;
}
/*
@media (max-width:560px){
	header .topBarContainer .icon-menu {
		font-size:40px;
	}
}*/	


.topBarContainer.stickyBar {
  transform: translate(0px, 0px);
	top:0;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	padding-bottom:10px;
	background-color:rgba(255,255,255,.9);
	}






header .menu {
	text-align:right;
	width:100%;
	transition:all 0.2s ease-out;
}

@media (max-width:1024px){
	header .menu {
		display:none;
	}
	
}

header .topBarContainer.stickyBar .menu {
	padding-top:0px;
}


header .menu ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
header .menu  ul li {
	display:inline-block;
	color:#383f47;
	font-size:14px;
	font-weight:700;
	
}
header .topBarContainer.stickyBar .menu ul li {
	font-size:14px;
}
header .menu ul li + li {
	margin-left:40px;
}

header .menu ul li a {
	color:inherit;
	font-weight:inherit;
	font-size:inherit;
	text-decoration:none;
	display:block;
	border-bottom:2px solid transparent;
	padding:5px 0px;
	transition:all 0.2s ease-out;
}

header .menu ul li a:active,
header .menu ul li a:hover {
	border-bottom:2px solid #fd3818;
	color:#fd3818;
}
header .topBarContainer .btn-infoline-container {
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content: flex-start;
  align-items:center;
}
header .topBarContainer .infoline {
  display:flex;
  flex-direction:row;
  align-items:flex-start;
	position:relative;
  
}
header .topBarContainer .infoline .item.phones .more-phones {
	position:absolute;
	display:none;
	top:-10px;
	left:-20px;
	background-color:#ffffff;
	border:1px solid #eeeeee;
	z-index:0;
	padding:46px 40px 10px 20px;
}


@media (max-width:1024px){
  header .topBarContainer .infoline {
    padding-top:0px;
  }
  header .topBarContainer .btn-infoline-container {
    justify-content: space-between;
    flex:0 0 100%;
  }
}
header .topBarContainer .infoline .item {
	font-size:13px;
	font-weight:700;
	color:#485869;
	white-space:nowrap;
	text-decoration: none;
	transition:margin 0.2s ease-out;
	display:flex;
	flex-direction: row;
	align-items:center;
	height:25px;
	flex:0 0 auto;
	margin-left:20px;
	z-index:12;
}

header .topBarContainer .infoline .item a {
	text-decoration:none;
	font-size:13px;
	font-weight:700;
	color:#485869;
	white-space:nowrap;
	display:flex;
	flex-direction: row;
	align-items:center;
	
	z-index:12;
}
header .topBarContainer .infoline .item.phones {
  margin-left:0px;
	position:relative;
}
header .topBarContainer .infoline .item.phones div:first-of-type {
	z-index:12;
}

header .topBarContainer .infoline .item.phones:hover .more-phones {
	display:flex;
		flex-direction: column;
}

header .topBarContainer .infoline .item .more-phones a {
		margin-left:0px;
	margin-bottom:6px;
}

header .topBarContainer .infoline .item span:first-of-type {
	display:block;
	flex:0 0 16px;
	margin-right:2px;
}

header .topBarContainer .infoline .item span:last-of-type {
	display:block;
	flex:0 0 18px;
	text-align:center;
}

header .topBarContainer .infoline .item span {
	display:block;
	flex:0 0 auto;
	font-size:13px;
	font-weight:700;
}

header .topBarContainer .infoline a.item:active,
header .topBarContainer .infoline a.item:hover {
	color:#ef4030;
}
header .topBarContainer.stickyBar .infoline {
	padding-top:0px;
  
}




@media (max-width:768px){
	header .topBarContainer .infoline a {
		font-size:12px;
	}
}
@media (max-width:720px){
	header .topBarContainer .infoline .item.godziny {
		display:none;
	}
}

@media (max-width:600px) {
  header .topBarContainer .infoline a span {
    display:none;
  }
}
@media (max-width:480px) {
  header .topBarContainer .infoline .item:last-of-type {
    display:none;
  }
	header .topBarContainer .infoline .more-phones .item:last-of-type {
    display:flex;
  }
}

@media (max-width:360px){
  header .topBarContainer .infoline a:last-of-type {
    display:none;
  }
}



a.btnIntro {
	background-color:#fff;
	display:inline-block;
	padding:8px 30px;
	text-align:center;
	color:#485869;
	font-weight:400;
  font-size:16px;
	border:1px solid #485869;
	transition:all 0.2s ease-out;
	text-decoration: none;
	margin-top:20px;
}

a.btnIntro:active,
a.btnIntro:hover {
	background-color:#485869;
	border-color:#485869;
	color:#fff;
}

a.btn {
	background-color:transparent;
	display:inline-block;
	padding:12px 30px;
	text-align:center;
	color:#505860;
	font-weight:500;
	border:2px solid #505860;
	transition:all 0.2s ease-out;
	text-decoration: none;
	margin-top:20px;
}

a.btn:active,
a.btn:hover {
	background-color:#505860;
	color:#fff;
}




.google-map {
   width: 100%;
   height: 500px;
   background-color: #f6f6f6;
	margin-top:20px;
   }

.node-view-full .col-half.advisor {
  text-align:center;
}
.node-view-full .col-half.advisor img {
  display:inline-block;
  border-radius:50%; 
  max-width:250px;
  border:10px solid rgba(72,88,105,.1);
}
.node-view-full .col-half.advisor .name {
  font-size:18px;
  
}
.node-view-full .col-half.advisor .phone {
  font-size:18px;
  font-weight:400;
}

.node-view-full .col-half.advisor .phone a {
  text-decoration: underline;
  font-size:18px;
  font-weight:700;
  color:#fd3818;
}

.node-view-full .text-content {
  max-width:65%;
  margin:0 auto;
  font-size:18px;
  line-height:2;
  text-align:center;
}

@media (max-width:768px) {
.node-view-full .text-content {
  max-width:85%;
  }
}

@media (max-width:480px) {
.node-view-full .text-content {
  max-width:100%;
  }
}

