@charset "utf-8";

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}
* {
	margin: 0;
	padding: 0;
}
body{
	height: 100%;
}
div,
span,
a,
img,
input,
textarea,
button,
blockquote,
li,
header,
footer {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img,
p {
	display: block;
}

body {
	color: #343b42;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}

.orangetext{
	color:#ff5e13;
}

.navbar{
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	background-color: rgba(255,255,255,0.9);
	color:#2c3e50;
	-webkit-box-shadow: 0 6px 6px -6px #999;
    -moz-box-shadow: 0 6px 6px -6px #999;
    box-shadow: 0 6px 6px -6px #999;
}

.navbar.opaque { 
	background-color: #FFF;
	transition: background-color 1s ease 0s;
	border-bottom: 1px #cbd0d2 solid;
	color:#2c3e50;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-text {
    color: #2c3e50;
}
/* change the link color */
.navbar-light .navbar-nav .nav-link {
	padding: 40px 22px;
	font-size: 14px;
	color: #181919;
	text-transform: capitalize;
	font-weight: 700;
}
/* change the color of active or hovered links */
.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item:hover .nav-link {
    color: #ff5e13;
	font-weight: 900;
}

.navbar.opaque.navbar-light .navbar-brand,
.navbar-light .navbar-text {
    color: #FFF;
}
/* change the link color */
.navbar.opaque.navbar-light .navbar-nav .nav-link {
	padding: 20px 22px;
    color: #2c3e50;
}
/* change the color of active or hovered links */
.navbar.opaque.navbar-light .nav-item.active .nav-link,
.navbar.opaque.navbar-light .nav-item:hover .nav-link {
    color: #ff5e13;
}

.navbar-nav .dropdown-toggle::after {
    display:none;
}

.nav-item .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.nav-item .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}

.logo a{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 1.3em;
	color: #2c3e50;
	/*text-transform: uppercase;*/
}

.logo a.opaque {
	color: #2c3e50;
}

.navbar-light .navbar-nav > li > a {
    color: #FFF;
}

.navbar-nav{
	/*margin-right: 80px;*/
}
.navbar .nav-item > a {
	color: #FFF;
}

.navbar.navbar-light .navbar-collapse {
	/*background: #006784;*/
	padding: 0px;
}

.navbar.opaque.navbar-light .navbar-collapse {
	background: none;
	padding: 0;
}

.navbar-toggler {
	border: none;
	background: transparent !important;
}

.navbar-toggler:focus {
	outline: none;
	background: transparent !important;
}

.navbar-toggler .icon-bar {
	background-color: #006784;
	transform: rotate(0deg) translate(0px, 0px);
	transition: ease all .2s;
}

.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
	margin-top: 4px;
}

.icon-bar:nth-child(2) {
	width: 16px;
	transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
	width: 22px;
	transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
	width: 22px;
	transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
	transform: rotate(45deg) translate(5px, 4px);
	transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
	opacity: 0;
	transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
	transform: rotate(-45deg) translate(4px, -4px);
	transition: ease all .2s;
}

.headhr{
	color:#FFF;
	background-color:#FFF;
}

header {
	height: 100vh;
	min-height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/head_bg_desktop.jpg");
    text-align: center;
    color: #fff;
    position: fixed;
    width:100%;
    z-index: 1;
    overflow: hidden;
    top: 0;
    left: 0;
}

header h1{
	font-size: 50px;
}
header{
	color:#2c3e50!important;
}

header .row{
	margin-top: 50px;
	max-width: 60%;
}

header p{
	margin-bottom: 30px;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-xl {
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 98, 58, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #000;
  background-color: #FFF;
  border-color: #f4623a!important;
}

.btn-warning {
  color: #FFF;
  background-color: #ff5e13;
  border-color: #f4623a!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2a324b;
  border-color: #ee3e0d;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #f4623a;
  border-color: #f4623a;
}

.content-wrapper{
    background-color: white;
    top: 100%;
    min-height: 12%;
    position:absolute;
    z-index: 2;
    width: 100%;
}

.list-unstyled li a {
	font-size: 20px;
	color: #006784;
}

section {
    padding: 100px 0;    
    width: 100%;
}

section h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
    margin: 0;
    font-size: 4em;
	margin-bottom: 30px;
}

section h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	color:#ff5e13;
}

section.primary{    
    background-color: #FFF;
}

section.primary h2{    
    color: #2c3e50;
}
    
section.secondary{
    background-color: #FFF;
    color: #2c3e50;
}

section#viz{
	height: 100vh;
	min-height: 500px;
	background-size: cover;
	background-position: center;	
    background-color: #FFF;
	margin-top: -80px;
}

section#viz h2{
    color: #001b5e;
}

section#rolam{
	height: 100vh;
	min-height: 500px;
	background-size: cover;
	background-position: center;	
    background-color: #FFF;
}

section#kazanszerviz{
	height: 100vh;
	min-height: 800px;
	background-size: cover;
	background-position: center;	
    background-color: #ff5e13;
}

section#kazanszerviz h2{    
    color: #FFF;
	font-size: 56px;
}

section#kazanszerviz p{    
    font-size: 16px;
	color: #FFF;
}

section#kazanszerviz li{
	font-size: 16px;
	color: #FFF;
	margin-left: 5%;
}

section#gaz{    
	height: 100vh;
	min-height: 800px;
	background-size: cover;
	background-position: center;	
    background-color: #ff5e13;
}

section#gaz h2{    
    color: #FFF;
	font-size: 56px;
}

section#gaz p{    
    font-size: 16px;
	color: #FFF;
}

section#szolgaltatasok{    
    height: 100vh;
	min-height: 500px;
	background-size: cover;
	background-position: center;	
    background-color: #FFF;
}

section#futes{    
    height: 100vh;
	min-height: 500px;
	background-size: cover;
	background-position: center;	
    background-color: #FFF;
}

section#futes h2{
	font-size: 54px;	
    color: #001b5e;
}

section#futes p{    
    color: #2c3e50;
	font-size: 16px;
}

section#referenciak h2{    
    color: #001b5e;
}

section#kapcsolat{    
    background-color: #ff5e13;
}

section#kapcsolat h2{    
    color: #FFF;
	font-size: 56px;
}

section#referenciak .container{    
    margin-top: 50px;
}

section#rolam .container{    
    margin-top: 50px;
}

section#kapcsolat .container{    
    margin-top: 100px;
}

section#kapcsolat p{    
    font-size: 16px;
	color: #FFF;
}

.secondary .about_text_iner {
  margin-top: 65px;
  display: flex;
  align-items: center;
}

.secondary .about_text_iner .about_text_counter {
  background-image: url(../img/heading_bg.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.secondary .about_text_iner .about_text_counter h2 {
  font-size: 150px;
  line-height: 120px;
  display: inline-block;
  color: #ff5e13;
  padding-right: 35px;
  border-right: 1px solid #83868c;
  font-weight: 700;
  margin-bottom: 0;
}

.secondary .about_text_iner .about_iner_content {
  text-transform: capitalize;
  margin-left: 35px;
}

.secondary .about_text_iner .about_iner_content h3 {
  color: #83868c;
  display: inline-block;
}

.secondary .about_text_iner .about_iner_content span {
  color: #001b5e;
  display: block;
}


.box{
    padding:60px 0px;
}

.box-part{
    background:#FA0;
    border-radius:0;
    padding:60px 10px;
    margin:30px 0px;
	color: #006784;
}
.title h4{
	font-family: 'phenomenaextrabold';
	font-size: 30px;
	color: #FA0;
}

.text{
	font-family: 'phenomenaregular';
    margin:20px 0px;
	font-size: 18px;
	color: #FFF;
}

.fa{
	color:#006784;
}

.box-part{
	color: #FFF;
	background-color: #006784;
}

.box-part i{
	color: #FFF;
}

.page-footer{
	background-color: #F7F7F7;
	color: #888888;
}

.page-footer li a{
	color: #888888;
}

.page-footer p a{
	color: #FF5E13;
}


.page-footer h5{
	color: #001b5e;
}

.img-thumbnail{
	margin-top: 20px;
}
    
@media screen and (max-width: 1200px) {
	header h1{
		font-size: 44px;
	}
	section#rolam, section#szolgaltatasok, section#futes, section#gaz{    
		height: auto;
	}
	
	#kapcsolat .btn{
		margin: 5px;
	}
	
	.bigicon img{
		display:none;
	}
}
@media screen and (max-width: 992px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 20px 22px;
	}
	.page-footer img{
		margin: 0 auto;
	}
	
	section h2{
		font-size: 40px!important;
	}
	
	#szolgaltatasok img{
		margin-top: 20px!important;
	}
}

@media screen and (max-width: 768px) {
	header span{
		margin-top: 50px;
	}
	header h1{
		font-size: 36px;
		margin-top: 50px;
	}
	
	header {
		background-image: url("../img/head_bg_mobile.jpg");
	}
	
	header .row{
		margin-top: 10px;
		max-width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 3px 0 3px;
		background: rgba(255, 255, 255, 0.9);
	}
	
	.navbar{
		background-color: rgba(255,255,255,1)!important;
	}
	
	section h2 {
		font-size: 3.5em;
	}
}