/*@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf')  format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf')  format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf')  format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf')  format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf')  format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}*/


@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/RobotoCondensed-Regular.ttf')  format('truetype'), url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
  font-family: 'RobotoCondensed-Light';
  src: url('../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoCondensed-Light.woff') format('woff'), url('../fonts/RobotoCondensed-Light.ttf')  format('truetype'), url('../fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-Bold.ttf')  format('truetype'), url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/


body {
    font-family: 'RobotoCondensed-Regular', Arial;
    font-size: 18px;
    color: #404040;
}

/* header */
header {
    background: #fff;
}

.header_top_container {
    background: #fff;
    border-bottom: 6px solid #231f20;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_brand {
    display: inline-block;
    width: 130px;
    height: 56px;
    background: url('../pics/logo_v2.png') center center no-repeat;
    background-size: contain;
    margin: 1px 10px 0 0;
}
@media(min-width: 992px) {
    .header_brand {
        width: 200px;
        float: left;
    }
}
@media(min-width: 1200px) {
    .header_brand {
        width: 300px;
    }
}

.header_kosar_box {
    display: inline-block;
    float: right;
}
.header_kosar_box_xs_sm {
    display: inline-block;
    float: right;
    padding-right: 15px;
}
.header_kosar {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../pics/kosar.png') center center no-repeat;
    background-size: contain;
    position: relative;
    margin: 11px 0 0 5px;
}
@media(min-width: 992px) {
	.header_kosar {
		margin-right: 45px;
	}
}
.header_kosar .header_kosar_szam {
    background: #f8bf24;
    border-radius: 50%;
    font-family: 'Roboto-Black', Arial;
    font-size: 16px;
    text-align: center;
    min-width: 25px;    
    padding: 1px 5px;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -15px;
}

.header_tel_box {
    display: block;
    text-align: center;
}
.header_tel {
    display: inline-block;    
    border: 1px solid #231f20;
    background: #eee;
    padding: 10px 0px;
    text-decoration: none;
    margin-top: 10px;
    width: 185px;
    max-width: 100%;
}
.header_tel:hover, .header_tel:active, .header_tel:focus {
    background: #F8BF24;
    text-decoration: none;
}
@media(min-width: 992px) {
    .header_tel_box {
        display: inline-block;
        float: right;    
    }
    .header_tel {
        margin: 0;
        padding: 15px 15px;
        text-decoration: none;    
    }
}

.header_carousel {
    height: 600px;
}
.header_carousel_aloldal {
    height: 100px !important;
}
@media(min-width: 992px) {
    .header_carousel_aloldal {
        height: 200px !important;
    }
}

/* navbar */
.navbar-default ul {

}
.navbar-default ul > li {
    padding: 0;
}
.navbar-default ul > li::before {
    display: none;
}

.navbar-default {
    border: none;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
}
@media(min-width: 992px) {
    .navbar-default {
        border: none;
        float: left;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-default > .container {
        width: auto;        
    }
}

.navbar-default .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}
@media(min-width: 992px) {
    .navbar-default .navbar-nav {
        overflow: visible;
    }
}
.navbar-default .navbar-collapse {
    border-color: #000;
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
    border-radius: 0;
    border: none;
    background: transparent;
    margin-right: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #404040;
}

.navbar-default .navbar-nav > li > a {
    color: #404040;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 15px;    
    margin-top: 3px;    
    border: 1px solid transparent;
}
@media(min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(min-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
    color: #404040;
    text-decoration: none;
    border: 1px solid #404040;
}

.navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li.open > a:hover, .navbar-default .navbar-nav > li.open > a:active, .navbar-default .navbar-nav > li.open > a:focus {
    color: #404040;
    background: transparent;

}
.navbar-default .navbar-nav > li > .dropdown-menu {
    background: transparent;
    border-radius: 0;
    border: none;
    margin-top: 10px;
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #404040 !important;
    font-size: 15px;
    text-transform: uppercase;    
    background: #fff;
    text-decoration: none;
    padding: 15px 20px;
    white-space: normal;
    margin: 5px 0;
}
@media(min-width: 992px) {
    .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
        white-space: nowrap;
        border: 1px solid #404040;
    }
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:active, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    background: #fff;
    text-decoration: underline;    
}


/* main */
main {
    padding-top: 30px;
    padding-bottom: 90px;
}
main > div.container > *:first-child {
    margin-top: 0 !important;
}

.oldalcim {
    text-transform: uppercase;
}

.content_box {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
@media(min-width: 768px) {
    .content_box {
        border: 1px solid #c0c0c0;
        margin-left: 0;
        margin-right: 0;        
    }
}

main > div.container > .fooldali_termek_box {
    border: 6px solid #f8bf24;
    padding: 15px;
    margin-top: -90px !important;
    position: relative;
    z-index: 52;
    background: #fff;
}
main > div.container .fooldal_termek_form {
    display: inline-block;
}
main > div.container .fooldal_bovebben_gomb {
    float: right;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
main > div.container .fooldal_kosarba {
    margin-bottom: 0 !important;
}

main > .fooldali_kozepso_box {
    padding: 30px 0 30px 0;
    margin: 30px 0;
}
.fooldali_kozepso_sav_l {
    background: #fff;    
}
.fooldali_kozepso_box_cell_r {

}
@media(min-width: 768px) {
    main > .fooldali_kozepso_box {
        padding: 30px 0 110px 0;
        background: #e2e2e2;
    }
    .fooldali_kozepso_box_table {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .fooldali_kozepso_box_row {
        display: table-row;
    }
    .fooldali_kozepso_box_cell_l, .fooldali_kozepso_box_cell_r {
        display: table-cell;    
    }
    .fooldali_kozepso_box_cell_l {
        vertical-align: top;
        width: 66.666%;
    }
    .fooldali_kozepso_box_cell_r {
        vertical-align: bottom;
        width: 33.333%;
    }

    .fooldali_kozepso_sav_l > *:first-child {
        margin-top: 0 !important;
    }
    .fooldali_kozepso_sav_r * {
        margin-bottom: 0 !important;
    }
    .fooldali_kozepso_sav_r img, .fooldali_kozepso_sav_r iframe {
        width: calc(100% + 80px) !important;
        max-width: none;
        position: relative;
        left: -80px;
        bottom: -80px;
    }
    .fooldali_kozepso_sav_l {
        background: #fff;
        padding: 30px 110px 30px 30px;    
    }
    .fooldali_kozepso_sav_r {
    }
}

.btn {
    font-size: 15px;
}
.dropdown-menu {
    font-size: 15px;
}

/* lapozo */
div.lapozo_div { 
    text-align: center;
    margin-top: 20px;
    color: rgba(0,0,0,0.1);    
    font-size: 18px;    
}

a.lapozo_inaktiv, a.lapozo_aktiv {
    font-size: 24px;

    margin: 4px;
    letter-spacing: 2px;
    font-variant: small-caps;    
    background-color: #f8bf24;
    text-decoration: none;
    padding: 4px 11px 4px 13px;
    border: 1px solid #f8bf24;
}
a.lapozo_aktiv:hover, a.lapozo_aktiv:focus, a.lapozo_aktiv:active {
    background-color: #fff;
    text-decoration: none;
    border: 1px solid #808080;
}
a.lapozo_inaktiv { 
    border: 1px solid #808080;
    color: #808080;
    background-color: transparent;
}
a.lapozo_inaktiv:hover, a.lapozo_inaktiv:focus, a.lapozo_inaktiv:active {    
    text-decoration: none;
    color: #808080;
}


/* footer */
footer {
    border-top: 20px solid #404040;
}

.footer_1 {
    background: #e9e9e9;
    padding: 30px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.footer_brand_cell {
    text-align: center;
}
.footer_brand {
    width: 100%;
    margin: 0 auto;    
}
.footer_brand > img {
    width: 100%;
    height: auto;
    max-width: 260px;
}
@media(min-width: 992px) {
    .footer_1_table {
        display: table;
        width: 100%;
    }
    .footer_1_row {
        display: table-row;
    }
    .footer_1_cell_1, .footer_1_cell_2 {
        display: table-cell;
        vertical-align: middle;    
    }
    .footer_1_cell_1 {
        padding-right: 15px;
    }
}

.footer_1_cell_1 {
    text-align: center;
    font-size: 40px;
    color: #a8a8a8;
    padding-bottom: 15px;
}
@media(min-width: 992px) {
    .footer_1_cell_1 {
        text-align: left;
        width: 10px;
        padding-right: 30px;
        font-size: 60px;
        padding-bottom: 0px;
    }
}
.footer_1_cell_1 > i {
}
.footer_1_cell_2 {
    text-align: center;
    color: #231f20;
    font-size: 20px;
}
@media(min-width: 992px) {
    .footer_1_cell_2 {
        text-align: left;
    }
}
.footer_1_cell_2 * {
    margin: 0;
}


.footer_2 {
    padding: 30px 0;
    background: #404040;
}
.footer_2 > *:first-child {
    margin-top: 0 !important;
}
.footer_2 * {
    color: #fff !important;
}

.footer_3 {
    padding: 30px 0;
    background: #808080;
}
.footer_3 p {
    color: #fff !important;
    margin: 0;
    text-align: center;
}


footer .social_footer {
    text-align: center;
}
footer .social_footer > a {
    display: inline-block;
    font-size: 22px;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background-color: #808080;
    padding: 7px 0 6px;
    margin: 7px;
}
footer .social_footer > a > i {
    position: relative;
    top: -5px;
}
footer .social_footer > a > img {
    position: relative;
    top: -7px;
	margin: 0 8px;
}
footer .social_footer > a:hover {
    color: #fff;
}
footer .social_footer > a.facebook:hover {
    background-color: #325c94;
}
footer .social_footer > a.twitter:hover {
    background-color: #00abdc;
}
footer .social_footer > a.instagram:hover {
    background: url('../pics/instagram-bg.png') center center no-repeat;
    background-size: cover;
}
footer .social_footer > a.youtube:hover {
    background-color: #f70000;
}
footer .social_footer > a.tiktok:hover {
    background-color: #ff0050;
}





footer .footer_table {
    width: 100%;
}
footer .cella-1, footer .cella-2, footer .cella-3, footer .cella-4, footer .cella-5, footer .cella-6,
footer .cella-7, footer .cella-8, footer .cella-9, footer .cella-10, footer .cella-11, footer .cella-12 {
    border-bottom: 1px solid #fff;
    padding: 30px 15px;
}
footer .footer_table div:last-child {
    border-bottom: 0;
}

@media(min-width: 992px) {
    footer .footer_table {
        display: table;
        width: 100%;
    }
    footer .cella-1, footer .cella-2, footer .cella-3, footer .cella-4, footer .cella-5, footer .cella-6,
    footer .cella-7, footer .cella-8, footer .cella-9, footer .cella-10, footer .cella-11, footer .cella-12 {
        display: table-cell;
        border-bottom: 0;
        /*border-right: 1px solid #fff;*/
        padding: 0px 30px;
        vertical-align: middle;
    }
    footer .footer_table div:last-child {
        border-right: 0;
    }

    footer .cella-1 {
        width: 8.33%
    }
    footer .cella-2 {
        width: 16.67%
    }
    footer .cella-3 {
        width: 25%
    }
    footer .cella-4 {
        width: 33.33%
    }
    footer .cella-5 {
        width: 41.67%
    }
    footer .cella-6 {
        width: 50%
    }
    footer .cella-7 {
        width: 58.33%
    }
    footer .cella-8 {
        width: 66.67%
    }
    footer .cella-9 {
        width: 75%
    }
    footer .cella-10 {
        width: 83.33%
    }
    footer .cella-11 {
        width: 91.67%
    }
    footer .cella-12 {
        width: 100%
    }
}

.facebook_like_box {
    margin-bottom: 30px;
    min-height: 30px;
}





