@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: Raleway-Regular;
    src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
    font-family: Raleway-Black;
    src: url(../fonts/Raleway-Black.ttf);
}

body {font-size: 14px; margin: 0; padding: 0; background: url("../images/background.jpg") 50% 50%;}

.img-responsive {margin:0 auto;}

a:hover, a:focus {color: white; text-decoration: none;}
*:focus {outline: none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.form-control {border-radius: 0; box-shadow: none;}
.form-control:focus {box-shadow: none;}

.margintopbot-15 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.paddingtopbot-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.cursor-pointer:hover {
    cursor: pointer;
}
.underlinehover:hover {
    text-decoration: underline;
    color: inherit;
}
/*-----------------HEADER*/
#top_nav .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

#top_nav .navbar-collapse {
    text-align: center;
}
#top_nav_fluid {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54382c+0,382118+100 */
    background: #54382c; /* Old browsers */
    background: -moz-linear-gradient(top,  #54382c 0%, #382118 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #54382c 0%,#382118 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #54382c 0%,#382118 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom: 1px solid white;
}
#top_nav {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54382c+0,382118+100 */
    background: #54382c; /* Old browsers */
    background: -moz-linear-gradient(top,  #54382c 0%, #382118 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #54382c 0%,#382118 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #54382c 0%,#382118 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54382c', endColorstr='#382118',GradientType=0 ); /* IE6-9 */
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}
.navbar-default a, .navbar-default .navbar-nav > li > a {
    color: white;
}
/* Glow */
#top_nav a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    width: 100%;
}
#top_nav a:hover, #top_nav a:focus, #top_nav a:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 1);
    color: #d6c9bc;
}
@media (max-width: 1199px) {
    #top_nav a {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    #top_nav a {
        font-size: 10px;
        padding: 10px 6px;
    }
}

#main_nav_fluid {
    background-size: cover;
    background: url("../images/mainnav_bg.jpg") 50% 50%;
    position: relative;
}
#main_nav {
    background: none;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    #main_nav .nav {
        float: right;
    }
    #main_nav .navbar-nav > li > a {
        padding-top: 45px;
        padding-bottom: 40px;
    }
}
#main_nav .navbar-nav > li > a:hover, #main_nav .navbar-nav > li > a:focus {
    color: white;

}
/* Fade */
#main_nav .nav a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    margin-right: 2px;
    margin-left: 2px;
}
#main_nav .nav a:hover, #main_nav .nav a:focus, #main_nav .nav a:active {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}
@media (max-width: 1199px) {
    #main_nav .nav a {
        font-size: 12px;
        margin: 0;
    }
}
.brand-logo img {
    padding-top: 14px;
    padding-bottom: 6px;
}
@media (max-width: 767px) {
    .navbar-header {
        text-align: center;
    }
}
.navbar-toggle {
    padding: 13px 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: white;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #9f0000;
}
#mobile_nav {
    background: transparent;
    border: none;
}
.btn-kosaroldal {
    padding: 6px;
    float: left;
    border: 1px solid white;
    margin-top: 8px;
    border-radius: 4px;
    margin-bottom: 4px;
}
.btn-kosaroldal:hover, .btn-kosaroldal:focus, .btn-kosaroldal:active {
    background: #9f0000;
    color: white;
}
.btn-profile {
    color: white;
    border: 1px solid white;
    margin-top: 8px;
    border-radius: 4px;
    margin-bottom: 4px;
}
.btn-profile:hover, .btn-profile:focus, .btn-profile:active {
    background: #9f0000;
    color: white;
}
/*-----------------FŐOLDAL*/
.akciodate {
    color: #c4b4a4;
    position: absolute;
    font-size: 110px;
    font-family: Raleway-Black, serif;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.akciostermektextposition {
    margin-top: 65px;
    font-size: 18px;
    margin-bottom: 30px;
}
.carousel-termek .nbs-flexisel-nav-right:before {
    top: 50px !important;
}
.carousel-termek .nbs-flexisel-nav-left:before {
    top: 50px !important;
}
.mainimg-position {
    position: relative;
    bottom: 50px;
    left: 30px;
}
.fooldal-text {
    position: relative;
    bottom: 45px;
    right: 75px;
}
.mainimgtext-position {
    position: absolute;
    z-index: 1;
    top: 119px;
    left: -78px;
}
.circle {
    width:200px;
    height:200px;
    border-radius:50%;
    font-size:16px;
    color:white;
    text-align:center;
    background:#c9b8a7;
    border: 6px solid white;
}
.fokeptextmargin {
    margin: 12px;
    position: relative;
    top: 10px;
}
.bioimg-position {
    position: absolute;
    z-index: 1;
}
.boltkep-position {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.termeklista-termek a:focus, .termeklista-termek a:hover {
    color: #351e16;
}
a.kosar-btn:focus, a.kosar-btn:hover {
    color: white;
}
.biotext-position {
    position: absolute;
    z-index: 1;
    right: -80px;
    top: 120px;
    width: 90px;
    height: 40px;
    text-align: center;
}

#feliratkozas, .fooldal-termek-fajtak {
    background-size: cover;
    background: url(../images/sotetbarna_bg.jpg) 50% 50%;
}
.feliratkozas-input {
    background: transparent;
    text-align: center;
    color: white;
    border-radius: 5px;
    border: 2px solid grey;
    padding: 10px 15px;
    transition: 0.5s;
}
.feliratkozas-input:focus {
    border-color: white;
}
.btn-feliratkozas {
    background: transparent;
    border-radius: 5px;
    border: 2px solid white;
    color: white;
    padding: 10px 15px;
    position: relative;
    bottom: 1px;
    transition: 0.2s;
}
.btn-feliratkozas:hover, .btn-feliratkozas:focus, .btn-feliratkozas:active {
    color: #351e16;
    background: white;
}
.marginleft-15 {
    margin-left: 15px;
}
.white-bg {
    background: white;
}
.akcio-flag {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.kiszoras-flag {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.watermark-symbole {
    position: absolute !important;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 40%;

}
._15pxleft {
    left:-15px;
}
.redfont {
    color: red;
}
.whitegraygradient-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+76,c6c5be+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 76%, #c6c5be 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 76%,#c6c5be 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 76%,#c6c5be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c5be',GradientType=0 ); /* IE6-9 */
}
/*shadow hover*/
/* All HTML you need is <div class="box"></div> */

/* Create a simple white box, and add the shadow for the initial state */
.box {
    position: relative;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.box:hover::after {
    opacity: 1;
}
.dropbtn {
    background: #54382c;
    border: none;
    width: 100px;
    z-index: 5;
}
.languages {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: white;
}
.pull-right > .dropdown-menu {
    min-width: 100px;
    width: 100px;
    border: none;
    border-radius: 0;
    background: #54382c;
    z-index: 5;
}
.pull-right > .dropdown-menu li {
    z-index: 5;
}
.pull-right > .dropdown-menu a {
    color: white;
    z-index: 5;
}
.pull-right > .dropdown-menu a:hover {
    background: #d6c9bc;
    color: black;
}
.dropdown_pic {
    padding-left: 2px;
}
/* ----------------CIKK*/
.breadcrumb {
    background: none;
    color: #b49886;;
}
.breadcrumb a {
    color: #b49886;
    transition: 0.2s;
}
.breadcrumb a:hover {
    color: white;
}
.lighterbrowncolor {
    color: #b49886;;
}
#cikk li a {
    color: black;
    transition: 0.2s;
}
#cikk li a:hover {
    color: white;
}
/*--------------TERMÉKLISTA*/
#leftKat hr {
    border-top: 2px dashed #351e16;;
    margin-top: 5px;
    margin-bottom: 5px;
}
#leftKat a i {
    color: white;
    transition: 0.5s;
}
#leftKat a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 15px;
    display: block;
}
#leftKat a:hover, #leftKat a:focus {
    color: #351e16;
    outline: none;
}
#leftKat a:hover i {
    color: #351e16;
    margin-left: 15px;
}

.page-link.active {
    text-decoration: underline;
}
.pagination {
    margin: 5px 0;
}
.pagination > li > a, .pagination > li > span {
    font-size: 22px;
    color: white;
    background: none;
    border: none;
}
.pagination > li > a:hover, .pagination > li > span:hover {
    background: #a28e7f;
    color: white;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    background: none !important;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    background: none !important;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: white;
    background: #a28e7f;
    border: none;
}
.dropdown-menu {
    right: 0;
}
.termeklista-minheight {
    min-height: 50px;
}
.termeklista-termek .rightarrow:hover {
    color: #351e16;
}
#termek_lista .rightarrow:hover:before, #termek_lista .rightarrow:focus:before, #termek_lista .rightarrow:active:before {
    color: #351e16 !important;
}
.gray-bg {
    background: #ececec;
}
.termek-display {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 767px) {
    .termek-display {
        position: relative;
    }

}
@media (max-width: 991px) {
    #kategoriak {
        display: none;
    }
}
.borgunkep {
    width: 30%;
}
.btn-lenyit {
    background: #9f0000;
    border: none;
    border-radius: 0;
    color: white;
}
a.btn-lenyit:focus i, a.btn-lenyit:hover i, a.btn-lenyit:active i {
    color: white !important;
}
.termek-display .form-control {
    padding: 2px;
}
.termek-display .input-group {
    display: inline-block;
    width: 35px;
    position: relative;
    top: 4px;
}
.termek-darab input {
    display: inline-block;
    width: 35px;
}
.termek-display .input-group input, .termek-darab input {
    height: 17px;
    text-align: center;
}
.bootstrap-touchspin .input-group-btn-vertical {
    display: none;
}
.termeklista-termek .gray-bg {
    min-height: 51px;
}
.kosar-btn {
    background: #9f0000;
    color: white;
    border-radius: 0;
    padding: 1px 10px;
    transition: 0.3s;
}
.kosar-btn:hover, .kosar-btn:focus, .kosar-btn:active {
    color: white;
    background: #351e16;
}
.profil-btn {
    background: #351e16;
    color: white;
    border-radius: 0;
    padding: 1px 10px;
    transition: 0.3s;
}
.profil-btn:hover, .profil-btn:focus, .profil-btn:active {
    color: white;
    background: #6e0d0c;
}
.form-control:focus {
    border-color: #351e16;
}
.regi-ar {
    text-decoration: line-through;
    color: grey;
}

/*-----------------TERMÉK OLDAL*/
.fos-bg {
    background: #cbc0b6;
}

/*--------------FOOTER*/
.footerhr {
    margin: 0;
    border-top: 5px solid #351e16;
}
.sotetbarna-bg {
    background: #351e16;
    overflow: hidden;
}
.white-color {
    color: white;
}

.rolunkmondtak {
    font-size: 18px;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes rightarrow {
    16.65% { -webkit-transform: translateX(6px); transform: translateX(6px); }
    33.3% { -webkit-transform: translateX(-5px);  transform: translateX(-5px);  }
    49.95% { -webkit-transform: translateX(4px); transform: translateX(4px);  }
    66.6% { -webkit-transform: translateX(-2px); transform: translateX(-2px); }
    83.25% { -webkit-transform: translateX(1px);  transform: translateX(1px);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}
@keyframes rightarrow {
    16.65% { -webkit-transform: translateX(6px);   transform: translateX(6px); }
    33.3% {        -webkit-transform: translateX(-5px);        transform: translateX(-5px);    }
    49.95% {        -webkit-transform: translateX(4px);        transform: translateX(4px);    }
    66.6% {        -webkit-transform: translateX(-2px);        transform: translateX(-2px);    }
    83.25% {        -webkit-transform: translateX(1px);        transform: translateX(1px);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}
.rightarrow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: white;
}
.rightarrow:before {
    content: "\00bb";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.rightarrow:hover:before, .rightarrow:focus:before, .rightarrow:active:before {
    -webkit-animation-name: rightarrow;
    animation-name: rightarrow;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    color: #d6c9bc;
}
.rightarrow:hover {
    color: #d6c9bc;
}
.rolunk-bg {
    z-index: 1;
}
.rolunk-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -8000px;
    background: #d6c9bc;
    z-index: -1;
}

.nbs-flexisel-item p {
    line-height: 1;
    padding-left: 30px;
    padding-right: 30px;

}
.flexis-padding {padding-left: 100px;    padding-right: 100px; margin-top: 40px; margin-bottom: 40px}

.lightbrowncolor {
    color: #6e5c46;
}
.darkbrownfont {
    color: #351e16;
}
.darkbrown-bg {
    background: #372018;
}
#footer_contact {
    background-size: cover;
    background: url("../images/footer_bg.jpg") 50% 50%;
}
@media (max-width: 767px) {
    #footer_contact {
        background: white;
    }
}
.lightbrown-bg {
    background: #d6c9bc;
}
.full-white-bg-box {
    background: white;
    padding: 10px;
}
.footer-white-bg {
    z-index: 1;
}
.footer-white-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -8000px;
    background: white;
    z-index: -1;
}
.copyright-text {
    color: #351e16;
    position: relative;
    right: 11px;
}
.font22 {
    font-size: 22px;
}
.font18 {
    font-size: 18px;
}
/*--------------------------KAPCSOLAT*/
/*google map*/
.google-maps {
    padding-bottom: 340px;
    height: 0;
    overflow: hidden;

}
#google-map-overlay {
    width  : 100%;
    height : 100%;
    background: white;
    position: absolute;
    opacity: 0.1;
    top: 0;
    left: 0;
    z-index: 99;
}
#google-map-overlay:hover {background: black;  cursor: pointer;}
#google_map{position: relative; width: 100%; height: 340px;}

/* Landscape phones and down */
@media (max-width: 480px) {
    #banner{padding-left: 15%; padding-right: 15%;}
    #google_map {height: 240px;}
    .google-maps {
        padding-bottom: 240px;
    }
}
textarea {
    resize: none;
}
#kapcs_form {
    background: white;
}
#kapcs_form .input-group-addon {
    border-radius: 0;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    background: white;
    padding: 5px;
    vertical-align: top;
}
#kapcs_form .input-group {
    margin-bottom: 15px;
}

#kapcs_form #nev, #kapcs_form #email, #kapcs_form #telefon, #kapcs_form #uzenet {
    border-color: grey;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    border-left: none;
    border-right: 1px solid grey;
}
.btn-uzenet {
    color: white;
    background: #372018;
    border-radius: 0;
    transition: 0.2s;
}
.btn-uzenet:hover, .btn-uzenet:focus, .btn-uzenet:active {
    color: #372018;
    background: white;
    border-color: #372018;
}
.fb-link {
    color: #95684c;
}
.fb-link:hover, .fb-link:active, .fb-link:focus {
    color: #9f0000;
}
.vegleg-btn-hover .kosar-btn:hover {
    background: #e62e2e;
}
/*-----------------------------PARTNER LISTA*/
.partner-cim {
    color: white;
    transition: 0.2s;
}
.partner-cim:hover, .partner-cim:active, .partner-cim:focus {
    color: #95684c;
}
.dflexcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.prelative {
    position: relative;
}
.prelativecenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
}
.top-50 {
    top: 100px;
}
/*-------------------------------TÖBBI*/
.displayinline {
    width: 100%;
}
.inputbg-brown-border-none {
    background: #c6b09e;
    border: 2px solid #c6b09e;
    transition: 0.2s;
}
.inputbg-brown-border-none:focus {
    border: 2px solid #351e16;
    color: #351e16;
}
.btn-kosar-custom {
    padding: 5px 15px;
}
#regisztracio-form .input-group-addon, #profil_change .input-group-addon {
    background: none;
    border: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #c6b09e;
}
.textlink {
    color: #6e0d0c;
}
.textlink:hover, .textlink:focus, .textlink:active {
    color: #351e16;
    text-decoration: underline;
}
.dropdown-menu {
    background: #c6b09e;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #6e0d0c;
    color: white !important;
}
/*---Rendelés---*/
.btn-radio:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
}
.btn-radio {padding-left: 35px;	cursor: pointer;}
p.btn-radio:after {top: 3px;}
.btn-checked:after, .btn-checked:hover:after {background: url(../images/pipa2.png) no-repeat center #fff;}

.bigsize {
    font-size: 22px;
    padding: 20px;
}
.input-group-addon {
    border-radius: 0;
    background: #372018;
    color: white;
}

.contentbox {padding-bottom: 5px; background: #d6c9bc;}
.contentbox .div, .contentbox img, .contentbox h2, .contentbox p, table {position: relative;}
.contentbox p, .contentbox strong, .contentbox span {}
.contentbox p, .contentbox strong, .contentbox span{font-size: 18px;}
.contentbox .btn.btn-default.btn-custom {text-transform: uppercase;}
.contentbox hr {border: 2px solid white;}
.contentbox h2 {font-size: 34px;}
.flagek {
    display: inline-block;
    padding: 10px;
}
.flagek a {
    color: black;
}
.flagek a:hover {
    color: blue;
}
.paddingleftright-10 {
    padding: 0 10px;
}
/*-------------------------------------------------------RESPONSIVE-------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



@media (max-width: 767px) {

}
@media (min-width: 768px) {

}
@media (max-width: 991px) {

}
@media (min-width: 992px) {

}
@media (max-width: 1199px) {

}
@media (min-width: 1200px) {

}