@font-face {
    font-family: 'Flexo';
    src: url("../fonts/Flexo-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}


.navigation, .copyright {
    background: #ED1C24;
    color: white;
}

.logo a {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: white;
    text-decoration: none;
    text-transform: capitalize !important;
}

div.parallax-container-fluid {
    color: #fff;
    text-align: center;
    min-height: 500px;
    background-attachment: local;
}

div.parallax-01 {
    padding: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 50px 0 0;
}

div.parallax-03 {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: url('../assets/img/milgamma_bg_03.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.parallax-04 {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: url('../../assets/img/milgamma_bg_04.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.parallax-05 {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: url('../../assets/img/milgamma_bg_05.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

p.parallax-subtitle, p.parallax-subtitle-important {
    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;
}

h1.parallax-heading, h2.parallax-heading, h3.parallax-heading {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    margin: 0;
}

.parallax-img-heading {
    width: 550px;
    margin-top: 80px !important;
}

div.parallax-02 {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: url('../../assets/img/milgamma_bg_01.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

@media all and (max-width: 600px) {
    .vid-info {
        width: 50%;
        padding: .5rem;
    }

    .vid-info h1 {
        margin-bottom: .2rem;
    }
}

@media all and (max-width: 500px) {
    .vid-info .acronym {
        display: none;
    }
}

#home {

}

.parallax, .page, #team, .parallax-container-fluid, .home-logo-text {
    z-index: 15;
}

#video-kotel-container-fluid, #video-capsule-container-fluid, #video-container-fluid {
    background: transparent;
}

.navigation {
    z-index: 30;
}

.page {
    background: white;
}

#team {
    font-size: 99px;
}

.full_slide {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;

    /* 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;
}

#video-kotel, #video-capsule, #video {
    position: static;
    display: none;
}

/* 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 {

    /*max-width:180px;*/
    max-width: 230px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#map-canvas{
    margin-bottom:20px;
}

@media (max-width: 1409px) {
    .logo img {
        max-width: 160px;
    }
}

.social-wrapper {
    display: inline-block;
    float: right !important;
}

.social {
    display: block;
    color: #ffffff;
    padding: 0;
    float: left;
    margin-left: 10px;
}

.social-wrapper {
    margin-top: 2px;
}

.social a {
    margin-top: 4px;
    opacity: 1;
    border: 2px solid white !important;
    color: white !important;
    border-radius: 61px !important;
    display: block !Important;
    width: 41px !important;
    height: 40px !important;
    font-size: 10px;
}

#increase-font-size span {

    line-height: 35px;
    padding-top: 10px;
}

.tv-advert {
    max-width: 50px;
}

.social-blog a span {
    padding-top: 11px;
    display: block;
    padding-left: 6.5px;
}

.social-blog a {
    text-decoration: none;
}

.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;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 7px !important;
    padding-right: 7px !important
}

.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;
}

.logo {
    font-family: Roboto !important;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 60px !important;
    margin: 0 !important;
    text-transform: capitalize !important;
}

/*.milgamma-headline-text{
	font-family:Roboto !important;
}*/
.youtube i:before {
    font-size: 24px;
}

.youtube i {
    margin-top: 5px;
    margin-left: 8px;
}

.parallax-heading {
    /*font-family:Roboto !important;*/
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 60px !important;
    margin: 0 !important;
    text-transform: capitalize !important;
}

.logo a {
    /*font-family:Roboto !important;*/
    font-weight: 700 !important;
}

.parallax-heading sup {
    font-size: 30px !important;
    top: -24px !important;
}

.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;*/
}

.row {
    margin-bottom: 10px !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: 24px;
}

.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: 18px !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%;

        /* 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) {
    /*	.parallax{
            max-height: 400px;
        }*/
    .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;
    padding-bottom: 10px !important;
}

.online_vasarlas {
    padding: 5px;
    border: 2px solid white;
    border-radius: 15px;
    color: white;
    margin-left: 8px;
}

.logo {
    margin-bottom: 10px !important;
}

.banner-container a:hover {
    text-decoration: none;
}


.main-menu a {
    cursor: pointer;
}

.section_title {
    display: block;
    font-size: 20px;
    color: #ED1C24;
    padding-bottom: 30px;
}

.section_text p, .section_text td {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: justify;
}

.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 {
    max-width: 220px;
}

.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;
}

.content {
    min-height: 565px;
    margin-bottom: 80px;
}

.service-description p {
    padding-top: 10px;
    text-align: justify !important;
}

.year_badge {
    float: left;
    margin-top: 15px;
}

.main-menu-wrapper {
    max-height: 99px;
}

@media (max-width: 980px) {
    .logo img {
        max-width: 150px;
    }
}

@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;
    }

    .logo img {
        max-width: 135px;
    }
}

@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;
    }

    .main-menu-wrapper {
        max-height: 91px;
    }
}

.quiz .btn {
    margin-top: 60px !important;
}

.copyright {
    margin-top: 0;
    position: relative;
    z-index: 10;
}

.parallax-bg {
    background-position-y: -245px;
}

.bg2 {
    background-position-y: -235px;
}

.bg9 {
    background-position-y: -155px !important;
}

@media (max-width: 1270px) {
    .parallax-bg {
        background-position-y: 0;
    }

    .bg2 {
        background-position-y: 0;
    }

    .bg9 {
        background-position-y: 0 !important;
    }
}

.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 {
    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;
    }
}

.main-menu.large, .logo.large {
    height: 90px;
}

#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;
}

/*@media(max-width: 680px){*/
/*	.bg1.parallax-bg, .bg2.parallax-bg, .bg9.parallax-bg{*/
/*		display: none;*/
/*	}*/
/*}*/

/*@media(min-width: 681px){*/
/*	.bg1-mobile.parallax-bg, .bg2-mobile.parallax-bg, .bg9-mobile.parallax-bg{*/
/*		display: none;*/
/*	}*/
/*}*/

.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) {
    .logo img {
        max-width: 240px;
    }

    .parallax {
        /*
        height: auto;
        max-height: 631px !important;
        */
    }

    .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%;
    }

}

@media (max-width: 1125px) {

    .social-container-mobile {
        display: inline-block !important;
    }

    .online_vasarlas {
        float: left;
        font-size: 12px;
    }

    .social a {
        margin-top: 0 !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 100% !important;
    }

    .social-container-mobile .social i:before {
        font-size: 19px !important;

    }

    .section_text p, .section_text td {
        text-align: justify !important;

    }

    .online_vasarlas_inv {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

    .social-menubar .social a {
        margin-top: 8px !important;
        width: 41px !important;
        height: 40px !important;
        border-radius: 100% !important;
    }
}

.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;
    }
}
