

/** {*/

html {
    -webkit-font-smoothing: antialiased;

    height: 100%;

    margin: 0;
    padding: 0;
}

body {
    font-family: 'merriweatherregular';
    font-size: 16px;

    height: 100%;
}

body.admin-menu {
    height: calc(100% - 29px);
}

.main_container {
    position: relative;
    min-height: 100%;
}

b {
    font-family: 'merriweatherblack';
}

.clear_both {
    clear: both;
}

p {
    margin: 0 0 25px;
}

h1 {
    font-family: Rogan-Bold;
    font-size: 46px;
    line-height: 69px;
    /*color: #000000;*/
    color: #2c2c2c;
    /* background-color: #274f73; */
    /* padding: 18px 0px 18px 40px; */
    padding: 0;
    /*margin: 0 0 24px 0;*/
    margin: 0 0 31px 0;
    position: relative;
    left: -5px;
    /*letter-spacing: -0.8px;*/
    letter-spacing: 0.3px;
}

h2 {
    font-family: 'Rogan-Bold';
    font-size: 28px;
    color: #414141;

    /*letter-spacing: -0.5px;*/
    letter-spacing: 0.3px;

    /*padding: 18px 0px 18px 40px;*/
    /*padding: 18px 0px 18px 0px;*/
    /*padding: 40px 0px 25px 0px;*/
    /*padding: 11px 0px 25px 0px;*/
    padding: 20px 0px 25px 0px;

    line-height: 38px;
}

h3 {
    position: relative;

    font-family: Rogan-Bold;
    font-size: 16px;
    color: #2c77d1;

    margin-left: 1px;
    letter-spacing: 1.0px;

    display: flex;
    flex-direction: row;

    /*padding: 11px 0px 25px 0px;*/
    /*padding: 20px 0px 10px 0px;*/
    padding: 15px 0px 20px 0px;

    text-transform: uppercase;
}

h3:after {
    content: "";

    display: flex;

    flex: 1 1;
    /*flex: 1;*/
    /*border-bottom: 1px solid #71bf44;*/
    margin: auto;
    margin-left: 10px;
    /* width: 275px; */

    /*min-width: 275px;*/
    height: 1px;

    background: #2c77d1;
}

h2 + h3 {
    margin-top: -30px;
}

h4 {
    font-family: 'Rogan-Bold';
    font-size: 16px;
    color: #414042;

    /*padding: 18px 0px 18px 40px;*/
    /*padding: 18px 0px 18px 0px;*/
    padding: 0;
}

a:focus {
    outline: none;
}

.search-api-input-label {
    font-weight: normal;
    max-width: unset;
    margin-bottom: 0;
    display: block;
}

/* hide ugly extra X in search inputs */
input[type=text]::-ms-clear,
input[type=search]::-ms-clear {
  display: none;
}

#miskolc-up-btn {
	position: fixed;
	
	bottom: 100px;
	/*right: 30px;*/
	right: 29px;
	
	width: 50px;
	height: 50px;
	
	background: url("../images/up.png");
	
	z-index: 10;
	
	transition: all 0.5s ease;
	
	/*display: none;*/
	
	opacity: 0;
	
	pointer-events: none;
}

#miskolc-up-btn:hover {
	background: url("../images/up_hover.png");
	
	cursor: pointer;
	
	transition: all 0.5s ease;
}

.miskolc-up-btn-visible {
	opacity: 1 !important;
	pointer-events: auto !important;
	
	transition: all 1s ease !important;
}

/***********************************************************************************************************/

/* prevent owl carousel to scroll y direction while dragging */
/*.owl-carousel {*/
.disable-touch-action {
    /*-ms-touch-action: pan-y;*/
    /*touch-action: pan-y;*/

    /*-ms-touch-action: none;*/
    /*touch-action: none;*/
}

/* responsive */
@media (max-width: 767px) {
    h1 {
        /*margin-top: 40px;*/
        margin-top: 0px;
        font-size: 35px;
        left: -3px;
    }
}

/* 2019.04.01. módosított lábléc miatti változások MISKOLC HOLDING IT*/

#footer-bg-image {
    transform: scale(1.26);
}

@media (max-width: 1199px) {
	#footer-bg-image {
		transform: scale(1.42);
	}
}

@media (max-width: 991px) {
	#footer-bg-image {
		transform: scale(1.6);
	}
}

.gps_koor {
	font-family: Rogan-Regular;
    font-size: 16px;
    margin-bottom: 11px;
    color: rgb(190, 190, 190) !important;
    transition: all 0.5s ease 0s;
    padding: 0px;
    background: none !important;	
}