@font-face {
    font-family: 'Flexo';
    src: url("../fonts/Flexo-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
.copyright {
    background: #515A5F;
    color: #000;
}
p.parallax-subtitle {
    max-width: 600px;
    margin: 15px auto;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
p.scroll-down img.center-block {
    margin-top: 15px;
}
p.scroll-down {
    margin-top: 30px;
    font-size: 14px;
    color: white;
}
.page, #team, .home-logo-text {
    z-index: 15;
}
.navigation {
    z-index: 30;
    opacity: 1 !important;
    background: rgb(12, 12, 12);
    background: linear-gradient(90deg, rgba(12, 12, 12, 1) 12%, rgba(237, 28, 36, 1) 50%);
    color: #fff;
    padding: 10px 0;
    max-height: 105px;
}
.page {
    background: white;
}
#team {
    font-size: 99px;
}
.full_slide {
    /* Make video to at least 100% wide and tall */
    
    min-width: 100%;
    min-height: 100% !important;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    
    width: auto;
    height: auto;
    z-index: 1;
    /* Center the video */
    
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
li ul {
    padding: 0;
}
.active {
    color: white;
}
/* Main site body */

.wrapper {
    width: 940px;
    margin: 0 auto;
    position: relative;
    /* Ensure absolute positioned child elements are relative to this*/
}
/* Absolute positioned wrapper for the element you want to fix position */

.fixed-wrapper {
    width: 220px;
    position: absolute;
    top: 0;
    left: -240px;
    /* Move this out to the left of the site body, leaving a 20px gutter */
}
/* The element you want to fix the position of */

.fixed {
    width: 220px;
    position: fixed;
    /* Do not set top / left! */
}
.nofloat {
    float: none !Important;
}
.push {
    margin-left: 12vw;
}
.push-title {
    max-width: 960px !important;
    margin-left: 25vw;
}
.copyright-logo {
    font-size: 32px;
}
#tunetek .img-responsive {
    width: 120px;
    height: auto;
}
.scrollmouse span {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    margin: 0 0 3px 6px;
}
.home-text-wrapper .container-fluid {
    z-index: 50;
}
.unu {
    margin-top: 6px;
}
.unu, .doi, .trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}
.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}
.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}
.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
}
.mouse {
    height: 31px;
    /*21px; width: 14px */
    
    width: 23px;
    border-radius: 10px;
    transform: none;
    border: 2px solid #ffffff;
    top: 170px;
}
.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}
.wheel {
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    -moz-animation: mouse-wheel 1.2s ease infinite;
}
@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    50% {
        top: 2px;
    }
    100% {
        top: 3px;
    }
}
@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
.scrollmouse {
    margin: auto;
    width: 50px !important;
    margin-top: 60px;
}
.second-child {
    background: #ED1C24 !important;
    padding: 15px 10px 0;
    display: inline-block;
    width: auto;
    margin-left: -10px;
    color: #000000 !important;
    margin-bottom: 10px;
    margin-top: 10px;
}
.slabtext {
    color: white;
}
#home.home-fullscreenslider .container-fluid {
    height: auto !important;
}
.main-menu a {
    font-family: 'Flexo', sans-serif;
    font-size: 15px;
    font-weight: bold !important;
}
span, p, h1, div, .quote, h3 {
    font-family: 'Flexo', sans-serif;
}
.img {
    max-width: 200px;
}
.logo img {
    width: 100%;
    max-width: 200px;
}
@media only screen and (max-width: 1279px) {
    .logo img {
        max-width: 120px;
    }
}
#map-canvas {
    margin-bottom: 20px;
}
.social-wrapper {
    display: inline-block;
    float: right !important;
}
.social-wrapper {
    margin-top: 2px;
}
.social a {
    opacity: 1;
    border: 2px solid white !important;
    color: white !important;
    border-radius: 61px !important;
    display: block !Important;
    width: 40px !important;
    height: 40px !important;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
}
#increase-font-size span {
    line-height: 35px;
    padding-top: 10px;
}
.tv-advert {
    max-width: 50px;
}
.tv-advert img {
    height: 30px;
}
.social-blog a span {
    padding-top: 11px;
    display: block;
    padding-left: 6.5px;
}
.social-blog a {
    text-decoration: none;
}
.archive-title {
    font-size: 45px;
    margin-bottom: 30px;
}
.font-size-small {
    font-size: 9px;
    padding-left: 5px;
    padding-right: 1px;
}
.font-size-medium {
    font-size: 13px;
}
.font-size-large {
    font-size: 17px;
}
.milgamma-termekcsalad .copyright {
    margin-top: -20px !important;
}
.milgamma-termekcsalad .page {
    background: url('../assets/img/milgamma_bg_03.jpg') center top no-repeat;
    color: white;
}
.copyright {
    text-align: center;
}
.title img {
    max-width: 360px;
}
.contactSection {
    padding: 0 !important;
    min-height: auto !important;
}
.contactSection .copyright {
    margin-top: -30px !important;
}
.transparent {
    background: transparent !important;
    color: white !important;
}
.milgamma-termekcsalad .page {
    overflow: visible !important;
}
.subtitle {
    margin-top: 52px !important;
}
sup {
    /*top: -0.2em !important;*/
}
.parallax-subtitle {
    text-align: center !important;
}
.scrollText {
    font-size: 15px !important;
}
.image-bottom img {
    margin-top: 9rem !important;
}
.milgamma-headline-text {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: #ed1c24;
}
.home-quote, .scrollmouse {
    position: relative !important;
    z-index: 999 !important;
}
.home-quote sup {
    top: 0 !Important;
    position: static !Important;
}
#about .title {
    margin-top: 20px !Important;
}
.milgamma-content {
    margin-top: 1% !important;
}
.slabtext img {
    margin-bottom: -9rem !Important;
}
.logo sup {
    right: -4px;
    top: -10px !important;
    font-size: 16px;
    font-weight: bold;
}
/*.milgamma-headline-text{
    font-family:Roboto !important;
}*/

.youtube i:before {
    font-size: 24px;
}
.youtube i {} .scrollText {
    color: white;
}
.parallax-subtitle {
    font-size: 30px !important;
}
.keszitmenyek img {
    max-width: 90% !important;
}
.nerveDamage p, .nerveDamage .highlight, #tunetek {
    /*font-family: Roboto !important;*/
}
#tunetek h3, #tunetek .service-box, .service-description p {
    /*font-family: Roboto !important;*/
}
.btn-primary {
    border-color: #dd0c14;
    background: #dd0c14;
    color: white;
    padding: 5px;
    border-radius: 7px;
}
.btn-primary:hover {
    color: #dd0c14;
    background: white;
}
.milgamma-headline-text {
    text-align: left;
}
/*
.milgamma-content img{
    margin-top:13%;
}
*/

.milgamma-text-container-fluid .milgamma-headline-text {
    margin-top: 67px;
}
.feherbox .milgamma-text-container-fluid .milgamma-headline-text {
    margin-top: 15px;
}
.idegvedo {
    margin-top: 0 !important;
}
.service-description {
    margin-bottom: 0;
}
.service-box {
    margin-bottom: 30px;
}
.disclaimer {
    font-size: 1.5rem;
    line-height: 1.2em;
    font-weight: bold;
}
.footer-text {
    margin-right: -1px;
}
.scroller {
    margin-left: 5%;
    /*-2.5%*/
    
    margin-top: 3px;
}
.subtitle {
    font-size: 30px !important;
}
#tunetek .fullwidth {
    padding-top: 40px;
}
.feherbox {
    text-align: center !important;
}
@media only screen and (max-width: 767px) {
    .milgamma-headline-text {
        font-size: 24px;
    }
    .title img {
        max-width: 100% !important;
    }
    #tunetek .container {
        width: 360px;
    }
    .disclaimer {
        font-size: 12px !important;
    }
    .home-logo-text, .home-text-wrapper {
        margin-top: 1rem !important;
    }
    .scrollText {
        margin-top: -5rem !important;
    }
    .home-text-wrapper .parallax-subtitle {
        font-size: 16px !important;
    }
    #home {
        padding: 0 !important;
    }
    .full_slide {
        /* Make video to at least 100% wide and tall */
        
        min-width: 110%;
        min-height: 130% !important;
        /* Setting width & height to auto prevents the browser from stretching or squishing the video */
        
        width: auto;
        height: auto;
        z-index: 1;
        /* Center the video */
        
        position: fixed;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .scrollmouse {
        margin-left: 48%;
    }
}
@media only screen and (max-width: 450px) {
    .scrollmouse * {
        display: none !important;
    }
    .scrollmouse {
        min-height: 55px;
    }
}
.grayMilgamma .milgamma-headline-text {
    color: #515A5F;
}
.scrollText {
    display: none;
}
.image-bottom {
    cursor: context-menu;
}
.hidden-text {
    display: none;
}
.more-link, .service-box {
    cursor: pointer;
}
.banner-container {
    padding: 0 !important;
    text-align: center;
}
.online_vasarlas {
    padding: 5px;
    border: 2px solid white;
    border-radius: 15px;
    color: white;
    margin-left: 8px;
}
.banner-container a:hover {
    text-decoration: none;
}
.main-menu a {
    cursor: pointer;
}
.section_title {
    text-align: left;
    display: block;
    font-size: 20px;
    color: #ED1C24;
    padding-bottom: 30px;
}
.section_text p, .section_text td {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: left;
	word-break: keep-all;
}
.section_text td:nth-child(odd) {
    width: 60px;
}
.section_signo {
    text-align: right;
}
.section_text {
    margin-top: 20px;
    text-align: justify;
}
.width100 {
    width: 100%;
}
.product-box {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-image {
    width: 30%;
    display: inline-block;
    float: left;
}
.product-info {
    width: 70%;
    display: inline-block;
    float: left;
}
.product-name {
    font-size: 20px;
    color: #ED1C24;
    display: block;
}
.product-desc {
    font-size: 15px;
}
.online_vasarlas_inv {
    padding: 5px;
    border: 2px solid #ED1C24;
    border-radius: 15px;
    color: #ED1C24;
}
.product-buttons {
    margin-top: 20px;
}
.minheight {
    min-height: 575px;
}
.quiz .form-group {
    margin-bottom: 15px;
}
.answers label {
    margin-right: 50px;
    cursor: pointer;
}
.year_badge {
    max-width: 100px !important;
}
.social-container {} .main-menu {
    padding: 0;
}
.secondary_section_title {
    font-size: 18px;
    color: #ED1C24;
}
.red_text {
    color: #ED1C24;
}
.div30 {
    width: 30%;
    display: inline-block;
    float: right;
}
.div70 {
    width: 70%;
    display: inline-block;
    float: left;
}
.div25 {
    width: 25%;
    display: inline-block;
    float: left;
}
.div50 {
    width: 50%;
    display: inline-block;
    float: left;
}
.diag-img {
    text-align: center
}
.diag-img img {
    max-height: 165px;
}
.product-buttons a {
    text-decoration: none;
    display: block;
}
.content {
    min-height: 565px;
    margin-bottom: 80px;
}
.content h2 {
    font-size: 18px !important;
    text-transform: none !important;
    font-weight: bold !important;
    text-align: left !important;
}
.service-description p {
    padding-top: 10px;
    text-align: justify !important;
}
.year_badge {
    float: left;
    margin-top: 15px;
}
@media (min-width: 1301px) {
    .year_badge {
        max-width: 90px;
    }
    .year_badge img {
        margin-top: 8px;
        max-width: 90px !important;
    }
}
@media (max-width: 1460px) {
    .year_badge {
        max-width: 85px;
    }
    .year_badge img {
        max-width: 85px !important;
    }
}
@media (max-width: 1300px) {
    .year_badge {
        max-width: 80px;
    }
    .year_badge img {
        max-width: 80px !important;
    }
}
.service-description {
    min-height: 220px;
}
@media (max-width: 1339px) {
    .year_badge {
        display: none !important;
    }
}
@media (max-width: 1100px) {
    .year_badge {
        display: block !important;
    }
}
.quiz .btn {
    margin-top: 60px !important;
}
body {
    padding-bottom: 12vh !important;
    padding-top: 60px;
}
.copyright {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    height: 12vh;
    display: flex;
    align-items: center;
}
.term-csal-intro {
    display: flex;
    align-items: center;
    flex-direction: column;
}
#cookie-bar-button {
    background: #ed1c24 !important;
}
.content {
    margin-top: 50px !important;
}
/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    padding-top: 100px;
    /* Location of the box */
    
    left: 0;
    top: 90px;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}
/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.section_title {
    text-align: left;
    margin-top: 30px;
}
.header-container {
    justify-content: space-between !important;
}
.social-container {
    margin-right: 4%;
}
.banner-container {
    margin-left: 4%;
}
@media (max-width: 1520px) {
    .social-container {
        margin-right: 2%;
    }
    .banner-container {
        margin-left: 2%;
    }
}
@media (max-width: 1450px) {
    .social-container {
        margin-right: 1.3%;
    }
    .banner-container {
        margin-left: 1.3%;
    }
}
.sub-menu {
    left: -20px !important;
}
@media (max-width: 980px) {
    .div70, .div30, .div25, .div50 {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .container {
        padding: 0;
    }
}
#respMenuContainer {
    height: 100vh;
    overflow: auto !important;
    z-index: 9999 !important;
}
.mobile-slide {
    display: none;
}
.desktop-slide {
    display: block;
}
@media (max-width: 1100px) {
    .parent-menu-item {
        display: none !important;
    }
    .mobile-slide {
        display: block;
    }
    .service-description, .milgamma-headline-text {
        padding: 23px;
    }
    .milgamma-headline-text {
        text-align: center !important;
        font-size: 18px !important;
    }
    .keszitmenyek img {
        margin-left: 4% !important;
    }
    h2, h3 {
        font-size: 22px;
    }
}
.page {
    padding: 20px;
}
.subtitle {
    margin-top: 40px;
    margin-bottom: 30px;
}
.hidden-text {
    visibility: hidden;
}
.milgamma-bg-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    display: none;
    cursor: pointer;
}
.hover-image-holder img {
    max-width: 200px !important;
}
.hover-image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.social-container-mobile {
    display: none;
}
@media (max-width: 480px) {
    .page {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .subtitle {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .milgamma-text-container-fluid .milgamma-headline-text {
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .milgamma-text-container-fluid .milgamma-headline-text {
        margin-top: 20px;
    }
    .product-info {
        width: 100%;
    }
    .product-image {
        width: 100%;
    }
}
.keret-box {
    padding: 10px;
    border: 1px solid #ED1C24;
    border-radius: 7px;
}
.full_slide.mobile-slide.sxx {
    display: none !important;
}
@media (max-width: 767px) {
    .full_slide.mobile-slide.sxx {
        display: block !important;
    }
    .mobile-slide {
        display: none;
    }
}
.shared-counts-wrap {
    margin-top: 30px !important;
}
.video {
    position: absolute;
    left: 50%;
    top: 0;
    min-width: 100%;
    width: 100%;
    height: auto;
    z-index: 10;
    background-size: cover;
    transform: translateX(-50%);
    object-fit: cover;
}
.video-holder {
    position: relative;
}
@media (max-width: 1279px) {
    .logo img {
        margin: 0 !important
    }
    .cart-icon {
        margin: 0 10px 0 10px;
        height: 30px;
    }
    .banner-container {
        display: flex;
        align-items: center;
    }
    .social-container-mobile {
        display: flex !important;
        align-items: center;
    }
    #respMenuTrigger {
        margin-top: 0 !important;
		margin-left: 0;
		padding-left: 22px;
		padding-right: 22px;
    }
}
.about-company {
    background: #fff;
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #eee;
}
.about-company p {
    margin: 0;
}
.cart-icon, .milgamma-cart-link {
    height: 40px;
    width: 40px;
}
.logo, .logo a {
    height: 40px;
}
@media only screen and (max-width: 1279px) {
    .cart-icon, .milgamma-cart-link {
        height: 30px;
        width: 30px;
    }
    .milgamma-cart-link {
        width: 50px;
    }
    .logo, .logo a {
        height: 24px;
    }
}
.video-bg {
    background-color: #09090b;
    display: flex;
}
.video-bg video,
.video-bg img {
    object-fit: cover;
    min-height: 400px;
	max-height: calc(100vh - 12vh - 60px);
    width: 100%;
}
/* mobil fejléc */
@media only screen and (min-width: 601px){
    .sticky-navigation {
        position: fixed;
        top: 0;
        z-index: 9999;
    }
}

@media only screen and (max-width: 600px) {
    .sticky-navigation {
        position: fixed;
        top: 0;
        transition: .5s;
    }
    .sticky-navigation.scroll-down {
        transform: translate3d(0, -100%, 0);
    }
	.navigation {
		padding: 14px 0;
	}
}
.pack-shot {
	width:100%;
}
.modal {
    background-color: rgba(255, 255, 255, 1);
}
.modal-content {
    box-shadow: 0 0 20px rgba(0,0,0, 0.2);
}
