/*
    *******************************************************
                            TEXT, TYPOGRAPHY
    *******************************************************                    
*/

body {
  font-family: 'Titillium Web',sans-serif;
  font-size: 16px;
  background: #f5f5f5 url(../../image/winkler_tuzep_hatter.webp) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%; 
  font-weight: 300;
  line-height: 28px;
  letter-spacing: .07rem;
  
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(16,46,108,1); 
    
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    
    background: rgba(16,46,108,1); 
    -webkit-box-shadow: inset 0 0 6px rgba(16,46,108,1); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(16,46,108,1); 
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    color:#6d6d6d;
    text-transform: uppercase;
}

h1{
    font-size: 33px;
    line-height: 53px;
    margin-bottom: 28px;
    border-bottom:2px solid lightgray;
}
h2{
    font-size: 26px;
    line-height: 43px;
    margin-top: 45px;
    margin-bottom: 17px; 
}
h3{
    font-size: 20px;
    line-height: 34px;
    margin-top: 28px;
    margin-bottom: 11px;
}
h4{
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 7px;
}
h5{
    font-size: 16px;
    line-height: 27px;
}
h6{
    font-size: 13px;
    line-height: 23px;
}

.section .heading {
    margin-top: 0;
    margin-bottom:0px;
    padding-left:10px;
    text-transform: uppercase;
    background: white; 
}
.overlay-text{
    position:absolute;
    top:10px;
    left:40px;
}
.pointer{
    cursor:pointer;
}
.pointer-line:hover{
    text-decoration:underline;
}
.normal{
    font-weight: normal;
}
.normal-line{
    line-height:1.2em !important;
    display:inline-block !important;
}
.double_minus{
    font-size:1.2em;
}
.inline-block{
    display: inline-block;
}
.middle{
    vertical-align: middle;
}
p,blockquote{
    margin-bottom: 27px;
}
blockquote{
    padding-left: 17px;
    border-left: 5px solid gray !important;
    border:2px solid lightgray;
    background: white !important;
}
.slogen{
    font-family: 'Nothing You Could Do', cursive;
}
.half{
    font-size:0.6em;
}
.quarter{
    font-size:0.4em;
}
.double{
    font-size:1.5em;
}
.quote{
    line-height: 150%;
    text-align:justify;
}
.kivitelezo_header h1 h2 h3{
    margin-top:0px;
}
a {  
    color:#28437a;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a:hover {
    text-decoration: underline;
    color: #0085c3;
    font-weight: bold;
}

a:focus {
    text-decoration: none;
}
.fa-border {
    border:2px solid #28437a;
}
.name h1{
    color:white;
}

/*
    *******************************************************
                            LAYOUT
    *******************************************************                    
*/
.w-100p{
    width:100%;
}
.h70{
    height:70px;
    overflow:none;
}
.t50{
    padding-top:50px;
}
.middle-box{
    display:table;
}
.middle-content{
    vertical-align:middle;
    display:table-cell;
}

.mbottom-20{
    margin-bottom:20px;    
}
.displaynone{
    display:none;
}
.display-inline-block{
    display:inline-block !important;
}
.noborder{
    border:none !important;
}
.top-50{
    margin-top:50px;
}
.hspace-10{
    margin-top:10px;
}
.hspace-5{
    margin-top:5px;
}

.bspace-10{
    margin-bottom:10px;
}
.bspace-5{
    margin-bottom:5px;
}

.vspace-15 {
    margin-right:15px;
}
.heightauto{
    height:auto !important;
}
.w-100{
    width:100px;
}
.nomargin {
    margin:0px !important;
}
.nulltop{
    margin-top:0px;
}

.full{
    width:100%;
}
.full:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.w-100{
    width:100px;
}
.w-200{
    width:200px;
}
.notop{
    margin-top:0px;
}
.nobottom{
    margin-bottom: 0px;
}
.nopadding{
    padding-left:0px;
    padding-right:0px;
}
.pad2{
    padding-left:2px;
    padding-right:2px;
    max-width:33.3%;
}
.padbal{
    padding-left:17px;
}
.padjobb{
    padding-right:17px;
}
.fixed {
    position: fixed; 
    top: 60px; 
    z-index: 1000;
}
.spacer-20{
    margin-top:20px;
}
/*
    *******************************************************
                            BUTTONS INPUTS
    *******************************************************                    
*/
.form-control-gray{
    border:3px solid lightgray;
    background:white;height:50px;
    font-size:23px;
    color:grey;
}
.form-control-gray:active{
    color:gray !important;
}
/*
BOOTSTRAP GOMBOK KINÉZETE
*/   

.btn{
    /*box-shadow: 2px 2px 3px lightgrey !important;*/
}
.btn-small{
    height:20px !important;
    font-size:10px !important;
    padding:2px !important;
    line-height:12px !important;
    font-weight:lighter;
}
.btn-light{
    border:none;
    background:#f9f9f9;
    color:#737373;
}
.btn-light.active,.btn-light:active{
    background:#337ab7;
    color:white;
}
.btn-green {
    background:#85be3d; 
    border: 2px solid #85be3d;
    color: white !important;
    text-transform: uppercase;
    box-shadow: 2px 2px 2px lightgray;
    
}
.btn-green:hover,.btn-green.active{
    background: #85be3d;
    border: 2px solid #102e6c;
    color: #102e6c !important;
}
.btn-primary{
    border:2px solid #102e6c !important;
    box-shadow: 2px 2px 2px lightgray;
    background:#102e6c !important;
    color:white;
}
.btn-primary:hover{
    border:2px solid #87bf41 !important;
    color: #87bf41;
}
.btn-danger{
    background:red;
    border:2px solid red !important;
    box-shadow: 2px 2px 2px lightgray;
}
.btn-danger:hover{
    border:2px solid white !important;
}
.btn-default{
    border:2px solid #28437a !important;
    color:#28437a !important;
    background:white;
    
}
.btn-default:hover{
    border:2px solid #28437a !important;
    
}
.btn-default:active{
    color:#28437a !important;
}
.btn-default:focus{
    color:#28437a !important;
}
.btn-full{
    width:100%;
    height:50px;
    font-size:1.2em;
}
.btn-250{
    width:250px !important;
}
.btn-noshadow{
    box-shadow:none !important;
}
.btn-hider{
    display: none;
}
.btn-expander, .btn-hider{
    position:absolute;
    bottom:8px;
    right:0px;
    /*left:0px;*/
    z-index:100;
    opacity:0.9;
}
.btn-bottom-20{
    margin-bottom:20px;
}
.btn-full-normal{
    width:100%;
}
.btn-medium{
    padding:4px !important;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.kalkulacio .form-group{
    margin-top:0px;
}
.effect-23{color:gray;-webkit-box-shadow:none;box-shadow:none;border:none !important; padding: 7px 15px; border: 2px solid #85be3d !important;font-weight: bold; position: relative; background: transparent;}
.effect-23 ~ label{position: absolute; left: 60px; top: 3px; color: #aaa;transition: 0.3s; z-index: 0; letter-spacing: 0.5px;}
.effect-23:focus ~ label, .has-content.effect-23 ~ label{top: -23px; left: 0; font-size: 14px; color: #85be3d; transition: 0.3s;font-weight: bold;}
.effect-23:focus {transition: 0.5s;color:white !important;background:#85be3d; -webkit-box-shadow:none;box-shadow:none;border:2px solid #85be3d !important;font-weight: bold;}
.effect-24{color:gray;-webkit-box-shadow:none;box-shadow:none;padding: 7px 15px; border: 2px solid red !important; position: relative; background: transparent;font-weight:bold;}
.effect-24 ~ label{position: absolute; left: 60px; top: 3px; color: #aaa;transition: 0.3s; z-index: 0; letter-spacing: 0.5px;}
.effect-24:focus ~ label, .has-content.effect-24 ~ label{top: -23px; left: 0; font-size: 14px; color: red;font-weight: bold; transition: 0.3s;}
.effect-24:focus {transition: 0.5s; background:red;color:white !important;-webkit-box-shadow:none;box-shadow:none;border:2px solid red;}
.lgreen{
    background:#479fc8;
    border:1px solid #337ab7;
    color:#337ab7;
    font-weight: bold;
}
.lgreen::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
    font-weight: lighter;
    }

.lgreen::-moz-placeholder { /* Firefox 19+ */
    color: white;
    font-weight: lighter;
}
.lgreen:-ms-input-placeholder { /* IE 10+ */
    color: white;
    font-weight: lighter;
}
.dgreen{
    background:#85be3d;
    border:2px solid #85be3d;
    color:white;
    font-weight: bold;
    white-space:normal !important;
    box-shadow: none;
    -webkit-box-shadow:none;
}
.lred{
    background:#f8c3c3;
    border:1px solid red;
    color:white;
    font-weight: bold;
}
.lred::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
    font-weight: lighter;
}
.lred::-moz-placeholder { /* Firefox 19+ */
    color: white;
    font-weight: lighter;
}
.lred:-ms-input-placeholder { /* IE 10+ */
    color: white;
    font-weight: lighter;
}
.lred:-moz-placeholder { /* Firefox 18- */
    color: white;
    font-weight: lighter;
}
.dred{
    background:red;
    border:1px solid red;
    color:white;
    font-weight: bold;
    white-space:normal !important;
}
.btn-kalkulacio-mentes,.btn-kalkulacio-email{                                            
    width: 99%;
    height: 40px;
    font-size: 1em;
    border:1px solid gray;
}
.btn-menu{
    color:white;
    font-weight:lighter;
    padding:3px;
    border:2px solid lightgray;
    background:#102e6c;
    width:50px;
    height:50px;
    margin-bottom:5px;
}

.btn-menu:hover{
    color:#102e6c;
    background:white;
    border:2px solid #102e6c; 
}
.kalkulal_gomb{
    height:100px;
    width:100%;
}
.szamoljon_nav_gombok{
    margin-bottom:5px;
    margin-left:5px;    
}
.form_control{
    background-color:#981515;
}
.btn,
a.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    padding: 8px 16px;
    font-weight: bold;
}

.btn .fa,
a.btn .fa {
    margin-right: 5px;
}

.btn:focus,
a.btn:focus {
    color: #fff;
}

a.btn-cta-primary,
.btn-cta-primary {
    background: #54ba4e;
    border: 1px solid #54ba4e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

a.btn-cta-primary:hover,
.btn-cta-primary:hover {
    background: #49ac43;
    border: 1px solid #49ac43;
    color: #fff;
}

a.btn-cta-secondary,
.btn-cta-secondary {
    background: #479fc8;
    border: 1px solid #479fc8;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
    background: #3893bd;
    border: 1px solid #3893bd;
    color: #fff;
}
.form-control-80 .bootstrap-select .btn-default, .form-control-80 .bootstrap-select .btn-danger{
    height:40px !important;
    width:100% !important;
    padding: 0px 2px !important;
}
.form-control-80 img{
    border:2px solid lightgray;
    height:34px;
    vertical-align:middle;
    display:inline-block;
}
.form-control-80 .fa{
    font-size:24px;
    padding:3px;
    border:2px solid lightgray;
    vertical-align:middle;
    display:inline-block;
    color:grey;
}
.form-control-80 .option-text{
    font-size:1em;
    vertical-align:middle;
    display:inline-block;
    margin-left:5px;
    color:grey;
}
.form-control-80 p{
    font-size:0.8em;
    color:#85be3d;
    margin-bottom:1px;
    font-weight: bold;
    
}
.form-control{
    border: 2px solid lightgray;  
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
/*
    *******************************************************
                            SHAPE ANIMATE
    *******************************************************                    
*/



/* IMAGE-CARD: kép alatta vékony csík infokkal, APPLE store kinézet  */
.backto{background:#039; padding:12px 0; color:#fff}
.backto a{color:#FFF; text-decoration:none}
.cards-row{padding-top:40px; padding-bottom:20px; background:#eee}
.thumbnail_card{margin-bottom:50px !important;padding:0; border:none; box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}
.thumbnail_card>img{width:100%; display:block}
.thumbnail_card h3{font-size:26px}
.thumbnail_card h3,.card-description{margin:0; padding:8px 0; border-bottom:solid 2px lightgray; text-align:justify}
.thumbnail_card p{font-size: 1.5rem;letter-spacing: .1rem;line-height: 1.7;color: #3d3d3d;margin-bottom: 2.5rem;display: block;display: -webkit-box;max-width: 100%;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.thumbnail_card .btn{/*margin-top:10px;border-radius:0; box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12); font-size:16px*/}
.thumbnail_card:hover {
  transform: translateY(-0.5%);
  box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.2);
  cursor:pointer;
  
}
/* IMAGE CARD END */



.main-loader{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:100000000000000000000000000000000;
    
    opacity: 0.95;
    background: white;
    border:5px solid lightgray;
}
.main-loader .sk-chase{
    position:absolute;
    top:50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -80px;
}
.main-loader img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top:-50px;
    width:100px;
    height:100px;
   
}
.main-loader h1{
    position:relative;
    top:50%;
    margin-top:120px;
    color:#85be3d;
    text-align:center;
    border:none;
    
}
.sk-chase {
  width: 160px;
  height: 160px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: red;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}


.redborder{
    border:2px solid red;
}


.selected-picture{
    border:2px solid #32b140 !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f6ffeb;
}



.tab-pane .fa-2x{
    font-size:1.2em !important;
    color:gray !important;
    border:2px solid lightgray;
    width: 28px;
    height: 28px;
    padding:2px;
    text-align: center;
    margin-bottom:5px;
    margin-right: 5px;
}

.mydesk-container{
	width:120px;
	height:168px;
	display:none !important;
}

.box-200{
	height:200px;
	position:relative;
}



.tab-pane .double{
    font-size:1.2em !important;
}

.tab-pane H1{
    background: #ff0000;
    padding: 3px;
    color: white !important;
    text-align:center;
}

.kereses{
	border-left:2px solid lightgray;
}




/* KOSÁR TÉTELEINEK KINÉZETE */

/* kosárban lévő tétel összértéke*/
.cart-full-price{
    text-decoration-line: underline;
    text-decoration-style: double;
    font-size:1.5em;
    color:#337ab7; 
}
.cart-product-name{
    font-size:1.2em;
}
.cart-quantity{
    font-size:2em;
}
.cart-buttons{
    margin-top:10px;
}

/*
DROPDOWN menü 350 magassággal scrollal, sötétszürke keret, vszürke háttér
*/
.dropdown-menu-h350-gray{
    border-radius:0px;
    padding:5px;
    border:2px solid gray;
    height:350px;
    overflow:auto;
    background:lightgray;
}
.border-primary{
    border:2px solid #88c8ff !important;   
}

.border-green{
    border:2px solid #32b140 !important;   
}

.border-danger{
    border:2px solid #fb8484 !important;    
}
/* breadcrumb fixed when scroll */
.fixed-breadcrumb {
    position: fixed;
    top:64px;
    z-index:9999999;
    width:1139px; 
}

.tab-pane H3{
    margin-top:40px;
    margin-bottom:20px;
}

.tab-pane .col-xs-3{
    padding-left:0px;
}



.csempe_kicsi{
	margin-bottom:15px;
}

/* on/off kapcsolók */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}



/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}



.kategoria_kapcsolok h4{
    margin-top:0px;
    margin-bottom:20px;
}


:focus{outline: none;}
.form-group{
    margin-top:20px;
    margin-bottom:25px;
}



.hand:hover{
    cursor:hand;
}





.black{
    color:black;
}

.red{
    color:red !important;
}
.white {
	color:white !important;
}
.green{
    color:#85be3d !important;
}
.blue{
    color:#102e6c !important;
}
.alternativa{
    border-left:10px solid transparent;
}
.alternativa_1{
    border-left:10px solid lightyellow;
}
.alternativa_2{
    border-left:10px solid blue;
}
.alternativa_3{
    border-left:10px solid yellow;
}
.alternativa_4{
    border-left:10px solid lightsteelblue;
}
.alternativa_5{
    border-left:10px solid gray;
}
.alternativa_6{
    border-left:10px solid green;
}
.alternativa_7{
    border-left:10px solid purple;
}
.alternativa_8{
    border-left:10px solid lightblue;
}
.alternativa_9{
    border-left:10px solid black;
}
.alternativa_10{
    border-left:10px solid lightgreen;
}
.alternativa_11{
    border-left:10px solid red;
}
.morzsa{
    border: 1px solid lightgray;
    background:#f7f7f7;
}

.banner_elemek{
    display:inline-block;
    margin-bottom:5px;
}

.keresesi_eredmenyek_tarolo{
    position:relative;
    border:2px solid lightgray;
    background:#85be3d;
    display:none;
    padding:1px;
    margin-bottom: 50px;
}


.keresesi_eredmenyek_tarolo .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color:white;
	font-weight:bold;
	background-color: #5c901b;
	border: 2px solid white;
}
.keresesi_eredmenyek_tarolo .nav-tabs > li > a{
	border-radius:0px;
	color:black;
}

.keresesi_eredmenyek_tarolo .nav > li > a:hover, .nav > li > a:focus{
	background-color:#5c901b;
	color:white;
	font-weight:bold;
}

.keresesi_eredmenyek_tarolo .nav-tabs{
	border-bottom:1px solid white;
    padding-bottom:3px;
}

.keresesi_eredmenyek_tarolo .badge{
	background-color:#85be3d !important;
	color:white !important;
    border-radius:3px;
    border:2px solid white;
}
.kereses_fejlec{
    margin-right:12px;
}


.kereses_lablec{
    width:100%;
    text-align:left;
    background:red;
    padding:5px;
    color:white;
}
.kereses_lablec a{
    color:white;
}
.egyedi-arajanlat{
    width:100%;
    border-radius:0px;
    margin-bottom:2px;
    padding:5px;
    color:white;
    font-size:2em;
    white-space:normal;
    text-align:left;
    height:120px;
}

.megrendeles{
    width:100%;
    border-radius:0px;
    margin-bottom:2px;
    padding:5px;
    color:white;
    font-size:2em;
    white-space:normal;
    text-align:right;
    height:120px;
}

.variacio-ar{
    text-align:right;
    color:#337ab7;
    font-size:1.7em;
}



.breadcrumb{
    background-color: white !important;
    background-image: none;
    border-radius: 0px !important;
    height: 24px;
    padding-right: 1px;
    padding-bottom: 2px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom:6px;
    background-image: none;
    border-radius: 0px !important;
    font-size:12px;
}

.breadcrumb li a {
	color: #9A9A9A !important;
	font-weight: bold !important;
	line-height: 34px;
}



.eredmenyek .dropdown-menu{
    padding:0px !important;
}

.eredmenyek .dropdown-menu > li > a{
    padding:0px 7px !important;
}
#tisztitoajto,#magassag,#szellozokurto,#kurotatmero,#esovedo,#falazott_kemenyfej{
    border:1px solid red !important;
    background:white !important;
    color:red !important;
    font-size:20px !important;
}

.btn-leier-kalkulator{
    width:100%;
    text-align:left;
}
.eredmenyek .dropdown-menu .divider{
    background:gray;
}

.kalkulator-variacio-link{
    white-space:normal !important;
    width:100%;
    color:black;
    cursor:pointer;
    font-size:1.2em;
    font-weight:lighter;
}

.kalkulator-variacio-link:hover{
    font-weight: bold;
} 

.btn:focus,.menu_gombsor:focus,.form-control:focus {
    outline:0 !important;
}

.eredmenyek .dropdown-menu > li > a:hover {
}



.pic_thumb {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.pic_thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: auto !important;
    max-width:none !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pic_thumb img.portrait {
    width: 100%;
    height: auto;
}

.pic_thumb_nagy {
    position: relative;
    width: 170px;
    height: 170px;
    overflow: hidden;
}
.pic_thumb_nagy img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: auto !important;
    max-width:none !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease;
}
.pic_thumb_nagy img.portrait {
    width: 100%;
    height: auto;
}

.pic_thumb_nagy img:hover{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200% !important;
    width: auto !important;
    max-width:none !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pic_thumb_120 {
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.pic_thumb_120 img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: auto !important;
    max-width:none !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease;
}
.pic_thumb_120 img.portrait {
    width: 100% !important;
    height: auto !important;
    max-height:none !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease;
}

.pic_thumb_120 img:hover{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200% !important;
    width: auto !important;
    max-width:none !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.pic_thumb_120 img.portrait:hover{
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto !important;
    width: 200% !important;
    max-width:none !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.header {
    width:100%;
    position:fixed;
    top:0px;
    z-index:1000;
    background:white;
}


.justify{
    text-align: justify;
}
.light{
    font-weight:lighter;
}




.gray{
    color:gray;
}
.page-up{
    position:fixed;
    opacity:0.9;
    bottom:50%;
    top:50%;
    right:5px;
}
.banner{
    margin-bottom:10px;
}
.webshop_bal{
    padding-left:15px;
    padding-right:5px;
}
.webshop_jobb{
    padding-left:5px;
    padding-right:15px;
}

.webshop_bal img,.webshop_jobb img{
    margin-left:auto;
    margin-right: auto;
    width:100%;
}
.kereses_md{
    padding-left: 0px;
}
.primary_md{
    margin-top:6px; padding-right:7px;padding-left:17px;
}
.secondary_md{
    margin-top:5px;padding-left:0px;
}

.arajanlat H3{
    border:none !important;
}

.tablet-menu-head{
	text-decoration:underline;
	border:none !important;
	color:red;
}

/* táblázat sablon (pl. tudástárhoz)  */
.table-red{
    width:100%;
}
.table-red th{
    font-weight: bold;
    font-size:1.3em;
    padding:15px;
    background:red;
    color:white;
}
.table-red tbody td{
    padding:5px;
}
.table-red thead tr{
    border-bottom:3px solid gray;
}
.table-red tbody tr{
    border-top:1px solid gray;
    border-bottom:1px solid gray;
}

.img-square-120{
	width:120px;
	height:120px !important;
	border:2px solid lightgray;
	overflow:hidden;
}

.img-square-120 img{
	vertical-align:middle;
}

.dropdown-menu-big{
    max-height:500px;
    overflow-y:auto;
    border-radius: 0px;
}
.marka,.markafejlec{
    border:2px solid lightgray;
    margin-bottom:15px;
}
.marka:hover,.markafejlec:hover{
    border:2px solid gray;
}


/* Extra small devices (phones, less than 768px)                  SM                */
@media (max-width: 767px){                       
    .palyazat-top{
        display:none;
    }
    .topics{
        /* Table of content fixed block */
        display:none;
    }
    .topics-head{
        display:none;
    }
    .slider_head{
        color:red;font-weight:bold;margin-top:0px !important;font-size:2.5em;/*#54d362;*/    
    }
    .slider_desc{
        color:black;font-size:1em !important;font-weight:normal;font-size:2em !important;text-align:justify;/*#54d362;*/    
    }
    .slider_text_box{
        position:absolute;left:0px;top:0px;height:100px;width:100%;background:white;opacity:0.95 !important;padding:5px;border: 2px solid #85be3d;
    }
    .text-h1-red-shadowed{
        color: red;
        background:white;
        padding:5px;
        opacity:0.9;
        border:2px solid lightgray; 
        font-size:1.3em;
    }
    /* Árverés oldal login boxa*/
    .arveres-login{

    }
    .column-2{
        column-count:1;
    }
    .mydesk-container{
        display:none;
    }

    .btn-keresesi-javaslat{
        width:90%;
        height:25px;
        font-size:12px;
        padding:2px !important;
    }
    .caret-keresesi-javaslat{
        width:10%;
        height:25px;
        font-size:12px;
        padding:2px !important;

    }
    #keresesi_javaslatok_box{
        display:none;
        width:100%;
        margin-top:2px;
    }
    #webshop_kereses{
    }

    .navbar-mobil img{
        height:50px;
        max-width:266px;     /* 303 */
        overflow:hidden;
    }
    /* webshop anyagok keresési találati doboz*/
    .kereses_url_talalatok,.keresesi_eredmenyek{
        height:auto; 
        overflow:none;
    }

    .navbar-mobil .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
        font-weight:bold;
    }
    .navbar-mobil .navbar-nav > li > a{
        color:#102e6c;
        font-size:1.3em;
    }
    .navbar-mobil .navbar-nav > li > a .fa{
        height:30px;
        width:30px;
        border:2px solid #85be3d;
        background:white;
        color:#85be3d;
        text-align:center;
        margin-right:5px;
        font-size:20px;
        padding:4px;	
    }


    .navbar-mobil .navbar-nav .open .dropdown-menu > li > a{
        color:#102e6c;	
    }

    .navbar-mobil .navbar-nav .open .dropdown-menu > li > a img{
        height:30px;
        margin-top:0px;
        border:2px solid #85be3d;
        margin-bottom:8px;	
    }


    .navbar-mobil .navbar-nav .open .dropdown-menu > li > a .fa{
        height:30px;
        width:30px;
        border:2px solid #85be3d;
        background:white;
        color:#85be3d;
        text-align:center;
        margin-right:5px;
        font-size:20px;
        padding:4px;
    }

    .header{
        text-align: center;
        position:static;
        height:auto;
    }

    .torzs{
        margin-top:50px;
    }
    .banner_winkler_logo{
        width:100%;
    }
    .banner_duna_hungaria_logo{
        display:none;
    }

    .banner_masodik_szekcio{
        display:inline-block;
        margin-top:10px;
        width:100%;

    }
    
    .akcio-gomb{
        font-size:0.65em;
        width:32.7%;
        margin-top:12px;
        height:34px;
    }


    .banner_harmadik_szekcio{
        vertical-align: top;    
        display:inline-block;
        margin-top:10px;
        width:100%;
        text-align: center;
    }
    .keresomezo{
        width:90%;
        height:34px;
    }
    .kereses-input{
        width:100%;
        height:34px;
        font-size: 13px;
        color:white !important;
        background: #85be3d;
        border:none !important;
    }
    .kereses-input::-webkit-input-placeholder {
        color: white;
    }
    .kereses_ikon_blokk{
        
    }
    .kereses_ikon{
       display:none;
    }
    .forgalmazott_markak_keret{
        width:100%;
        height:auto;
        text-align: center;
        padding:0px;
        margin:0px;
        margin-bottom:2px;
        position:relative;
        margin-left:auto;
        margin-right: auto;
    }
    .forgalmazott_markak_keret img{
        margin-left:auto;
        margin-right:auto;
    }
    .webshop_kategoriak_xs{
        margin-left:30px;
        margin-right:30px;
    }
    .kereses_xs{
        padding-left:15px;
    }
    .primary_xs{
        margin-top:6px; padding-right:3px;padding-left:3px;
    }
    .secondary_xs{
        margin-top:6px; padding-right:3px;padding-left:3px;
    }
    .btn-kalkulacio-mentes,.btn-kalkulacio-email{                                            
        width:100%;
    }
    .kalkulacio-fejlec-xs{
        padding-left:15px;
        padding-right:15px;
    }
    .kemenytipus{
        height:auto;
        margin-bottom:10px;
    }
    .arajanlat{
        position:relative;
        border:0px;
        padding:0px;
        border:2px solid red;
        /*box-shadow: 3px 3px 2px #888888;*/
        margin-bottom:60px;
        background:white;
    }
    .egyedi-arajanlat{
        height:100px;
    }
    .megrendeles{
        height:100px;
    }
    .arajanlat table {width:100% !important;}
    .arajanlat thead {display: none;}
    .arajanlat tr:nth-of-type(2n) {background-color: inherit;}
    .arajanlat tr td:nth-of-type(2) {background-color: inherit;font-size:1.3em;font-weight:bold;}
    .arajanlat tr td:first-child {background: #f0f0f0; font-weight:bold;}
    .arajanlat tr td:last-child {border-bottom:5px solid gray; font-weight:bold;font-size:1.3em;font-weight:bold;}
    .arajanlat td img{width:100% !important;height:auto !important;}
    .arajanlat td .pic_thumb{width:100% !important;min-height:250px !important;}
    .arajanlat tbody td {display: block !important;  text-align:center !important;}
    .arajanlat tbody td:before { 
        content: attr(data-th); 
        display: block;
        text-align:center;
        font-weight: bold;
    }

    /* táblázat mobil megjelenésre (tudástárhoz pl) */
    .tresp table {width:100%;}
    .tresp thead {display: none;}
    .tresp tr:nth-of-type(2n) {background-color: inherit;}
    .tresp tbody tr {border-bottom:none !important;}
    .tresp tr td:first-child {font-size:1.3em;}
    .tresp tr td:last-child {border-bottom:2px solid gray;margin-bottom:20px;}
    .tresp tbody td {display: block;  text-align:center !important;}
    .tresp td img{width:100% !important;min-height:250px !important;}
    .tresp tbody td:before { 
        content: attr(data-th); 
        display: block;
        text-align:center; 
        font-style: italic;
        font-weight: bold;
        font-size:1.2em;
    }

    .table-red.tresp tr td:first-child {background: red; color:white;}

    .div-img-head-300{
        height:400px;
        width:100%;
        overflow:hidden;
    }

    .div-img-head-300 img{
        width:100%;
        height:360px;
    }

    .div-img-head-300 h3{
        height:40px;
        margin-top:0px;
        padding:5px;
    }

    .div-img-300{
        width:100%;
        height:300px;
    }

    .div-img-300 img{
        height: 300px;
        width:100%;
    }
    .div-p-btn-300{
    }

    .section{
        border:2px solid lightgrey !important;
        box-shadow: none !important;
    }

    .col-xs-12,.col-xs-6,.col-xs-3,.col-xs-9{
        padding-left:3px !important;
        padding-right:3px !important;
    }

    .row{
        margin-left:-3px !important;
        margin-right:-3px !important;
    }

    .szaki_csempe{
        box-shadow: none !important;
    }
    
    .div-p-btn-300 p{
    }

    .div-p-btn-300 .btn{
        font-size:1em;
        margin-bottom: 50px;
        width:100%;
    }
						
}

/*       XS      */
@media (min-width: 768px) and (max-width: 991px){
    .palyazat-top{
        display:none;
    }
    .topics{
        /* Table of content fixed block */
        display:none;
    }
    .topics-head{
        display:none;
    }
    .slider_head{
        color:red;font-weight:bold;margin-top:0px !important;font-size:1.3em;/*#54d362;*/    
    }
    .slider_desc{
        color:black;font-size:1em !important;font-weight:normal;font-size:1.2em !important;text-align:justify;/*#54d362;*/    
    }
    .slider_text_box{
        position:absolute;right:20px;top:20px;background:white;opacity:0.9 !important;padding:10px;max-width:400px;border: 2px solid #85be3d;
    }
    .text-h1-red-shadowed{
    color: red;
    background:white;
    padding:5px;
    opacity:0.9;
    border:2px solid lightgray; 
    font-size:1em;
    }

    .column-2{
        column-count:1;
    }
    .mydesk-container{
        display:none;
    }
    .banner_elemek{
        display:block;
    }

    .btn-keresesi-javaslat{
        width:90%;
        height:25px;
        font-size:12px;
        padding:2px !important;
    }
    .caret-keresesi-javaslat{
        width:6%;
        height:25px;
        font-size:12px;
        padding:2px !important;

    }
    #keresesi_javaslatok_box{
        display:none;
        width:100%;
        margin-top:2px;
    }

    .navbar-mobil img{
        height:50px;
    }
    .kereses_url_talalatok,.keresesi_eredmenyek{
        height:auto; 
        overflow:none;
    }
    .navbar-mobil .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
        color:black;font-weight:bold;
    }
    .navbar-mobil .navbar-nav > li > a{
        color:red;
        font-size:1em;
    }
    .navbar-mobil .navbar-nav > li > a .fa{
        height:32px;
        width:32px;
        border:2px solid red;
        color:red;
        background: white;
        text-align:center;
        margin-right:3px;
        font-size:24px;
        padding:2px;	
    }


    .navbar-mobil .navbar-nav .open .dropdown-menu > li > a{
        color:red;	
    }

    .navbar-mobil .navbar-nav .open .dropdown-menu > li > a:hover{
        color:black;	
    }

    .navbar-mobil .navbar-nav .open .dropdown-menu > li > a img{
        height:30px;
        border:2px solid red;
        margin-bottom:8px;	
        margin-top:5px;
    }


    .navbar-mobil .navbar-nav .open .dropdown-menu > li > a .fa{
        height:30px;
        width:30px;
        border:2px solid red;
        color:red;
        background: white;
        text-align:center;
        margin-right:5px;
        font-size:20px;
        padding:4px;
    }

    .navbar-mobil .navbar-nav .dropdown-menu{
        background: white;
        border:2px solid lightgray;
        border-radius:none;
    }

    .header {
        text-align: center;
        position:static;
        height:auto;
    }

    .torzs{
        margin-top:50px;
    }

    .banner_winkler_logo{
        width:100%;
    }
    

    .banner_masodik_szekcio{
        display:inline-block;
        margin-top:10px;
        width:100%;
    }
    
    .akcio-gomb{
        font-size:0.65em;
        width:33%;
        margin-top:12px;
        height:34px;
    }


    .banner_harmadik_szekcio{
        vertical-align: top;    
        display:inline-block;
        margin-top:10px;
        width:100%;
        text-align: center;
    }
    .keresomezo{
        width:100%;
        height:34px;
    }
    .kereses-input{
        width:100%;
        height:34px;
        font-size: 13px;
        color:white !important;
        background: #85be3d;
        border:none !important;
    }
    .kereses-input::-webkit-input-placeholder {
        color: white;
    }
    .kereses_ikon_blokk{
        
    }
    .kereses_ikon{
       display:none;
    }
    .forgalmazott_markak_keret{
        width:87px;
        height:72px;
        display:inline-block;
        padding:0px;
        margin-right:2px;
        margin-left:-1px;
        position:relative;
    }

    .kereses_xs{
        padding-left:15px;
    }
    .breadcrumb{
        width:728px;
    }

    .primary_xs{
        margin-top:6px; padding-right:7px;padding-left:17px;
    }
    .secondary_xs{
        margin-top:6px; padding-right:15px;padding-left:15px;
    }

    .btn-kalkulacio-mentes,.btn-kalkulacio-email{                                            
        width:100%;
    }
    .kemenytipus{
        height:auto;
        margin-bottom:10px;
    }
    .arajanlat{
        position:relative;
        border:0px;
        padding:0px;
        border:2px solid red;
        /*box-shadow: 3px 3px 2px #888888;*/
        margin-bottom:60px;
        background:white;
    }
				    

    .div-img-head-300{
        height:400px;
        width:100%;
        overflow:hidden;
    }

    .div-img-head-300 img{
        width:100%;
        height:360px;
    }

    .div-img-head-300 h3{
        height:40px;
        margin-top:0px;
        padding:5px;
    }

    .div-img-300{
        width:100%;
        height:300px;
    }

    .div-img-300 img{
        height: 300px;
        width:100%;
    }


    .div-p-btn-300{
    }

    .div-p-btn-300 p{
    }

    .div-p-btn-300 .btn{
        font-size:1.4em;
        margin-bottom: 50px;
        width:100%;
    }



}

/*       MD        */
@media (min-width: 992px) and (max-width: 1200px) {
    .palyazat-top{
        display:none;
    }

    .topics{
        /* Table of content fixed block */
        display:none;
    }
    .topics-head{
        display:none;
    }
    
    .slider_head{
        color:red;font-weight:bold;margin-top:0px !important;font-size:1.3em;/*#54d362;*/    
    }
    .slider_desc{
        color:black;font-size:1em !important;font-weight:normal;font-size:1.2em !important;text-align:justify;/*#54d362;*/    
    }
    .slider_text_box{
        position:absolute;right:20px;top:20px;background:white;opacity:0.9 !important;padding:10px;max-width:400px;border: 2px solid #85be3d;
    }
    .text-h1-red-shadowed{
        color: red;
        background:white;
        padding:5px;
        opacity:0.9;
        border:2px solid lightgray; 
        font-size:1.5em;
    }    
    /* Árverés oldal login boxa*/
    .arveres-login{
        height:200px;margin-top:-220px;
    }

    .column-2{
        column-count:1;
    }
    .mydesk-container{
        display:none;
    }

    .btn-keresesi-javaslat{
        width:198px;
        height:25px;
        font-size:12px;
        padding:2px !important;
    }
    .caret-keresesi-javaslat{
        width:32px;
        height:25px;
        font-size:12px;
        padding:2px !important;
    }
    #keresesi_javaslatok_box{
        display:none;
        width:230px;
        margin-top:2px;
    }
    #webshop_kereses{
        position:relative;
        width:278px;
        height:41px;
        right:0px;
        top:14px;
        float:right;
    }
    .torzs{
        background:white;
        margin-top:57px;
        width:100%;
        padding-top:2px;
    }
    .kereses_url_talalatok,.keresesi_eredmenyek{
        height:350px; 
        overflow:scroll;
    }

    .header {
        width:100%;
        position:fixed;
        top:0px;
        z-index:1000;
        background:white;
    }
    .banner_winkler_logo{
        width:333px;
    }
    
    .banner_masodik_szekcio{
        vertical-align: top;    
        display:inline-block;
        margin-left:-3px;
        width:387px; 
        height:65px;
        
    }
    .akcio-gomb{
        width:117px;
        display:inline-block;
        margin-left:9px;
    }
    .akcio-logo{
        width:117px;
        display:inline-block;
    }
    .banner_harmadik_szekcio{
        vertical-align: top;    
        display:inline-block;
        margin-top:3px;
        width:214px;
        height:65px;
    }
    
    .keresomezo{
        width:214px;
        height:34px;
        bottom:8px;
        position:absolute;
    }
    .kereses-input{
        width:214px;
        height:34px;
        font-size: 13px;
        color:white !important;
        background: #85be3d;
        border:none !important;
    }
    .kereses-input::-webkit-input-placeholder {
        color: white;
    }
    .kereses_ikon_blokk{
        position:absolute;
        bottom:33px;
        right: 25px;
    }
    .kereses_ikon{
        height:38px;
    }
    
    .forgalmazott_markak_keret{
        width:73.5px;
        height:61px;
        display:inline-block;
        padding:0px;
        margin-right:2px;
        margin-left:-1px;
        position:relative;
    }
    
    .kereses_md{
        padding-left:0px;
    }
    .primary_xs{
        margin-top:6px; padding-right:7px;padding-left:15px;
    }
    .secondary_xs{
        margin-top:6px; padding-right:15px;padding-left:0px;
    }
    .btn-kalkulacio-mentes,.btn-kalkulacio-email{                                            
        width:90%;
    }
    .kemenytipus{
        height:550px;
    }
    .arajanlat{
        position:relative;
        width:100%;
        padding:5px;
        border:2px solid red;
        /*box-shadow: 3px 3px 2px #888888;*/
        margin-bottom:60px;
        background:white;
    } 
    .div-img-head-300{
        height:300px;
        width:100%;
        overflow:hidden;
    }

    .div-img-head-300 img{
        width:100%;
        height:260px;
    }
    .div-img-head-300 img:hover{
        opacity:0.5;
    }
    .div-img-head-300 h3{
        height:40px;
        margin-top:0px;
        padding:5px;
    }
    .div-img-300{
        width:100%;
        height:300px;
    }

    .div-img-300 img{
        height: 300px;
        width:100%;
    }
    .div-p-btn-300{
        height:300px;
        overflow:hidden;
    }

    .div-p-btn-300 p{
        height: 225px;
    }

    .div-p-btn-300 .btn{
        height:75px;
        font-size:1.1em;
        padding:13px;
        width:100%;
    }  
}

/*     LG     */
@media (min-width: 1200px) {
    .palyazat-top{
        position: fixed; top:0;right:0;width:150px;z-index:1000000000;
    }
    .palyazat-top img{
        width:150px;
    }
    .topics{
        /* Table of content fixed block */
        display:none;
    }
    .topics-head{
        display:none;
    }
    
    
    .slider_head{
        color:red;font-weight:bold;margin-top:0px !important;font-size:1.3em;/*#54d362;*/    
    }
    .slider_desc{
        color:black;font-size:1em !important;font-weight:normal;font-size:1.2em !important;text-align:justify;/*#54d362;*/    
    }
    .slider_text_box{
        position:absolute;right:20px;top:20px;background:white;opacity:0.9 !important;padding:10px;max-width:400px;border: 2px solid #85be3d;
    }
    .text-h1-red-shadowed{
        color: red;
        background:white;
        padding:5px;
        opacity:0.9;
        border:2px solid lightgray; 
        font-size:2em;
    }
    /* Árverés oldal login boxa*/
    .arveres-login{
        height:200px;margin-top:-280px;
    }
    .column-2{
        column-count:2;
    }
    .mydesk-container{
        position:absolute;
        left:5px;
        top:5px;
        z-index:1000000000;

    }
    .mydesk-container img{
        width:120px;
        margin-bottom:20px;
    }

    .mydesk-container input{
        margin-bottom:20px;
        margin-top:10px;
        height:25px;
        background:gray !important;
    }
    .mydesk-input{
        position:absolute;
        bottom:0px;
        left:0px;
    }

    .btn-keresesi-javaslat{
        width:250px;
        height:25px;
        font-size:12px;
        padding:2px !important;
    }
    .caret-keresesi-javaslat{
        width:32px;
        height:25px;
        font-size:12px;
        padding:2px !important;

    }
    #keresesi_javaslatok_box{
        display:none;
        width:282px;
        margin-top:5px;
    }
    #webshop_kereses{
        position:relative;
        width:278px;
        height:41px;
        right:0px;
        top:14px;
        float:right;
    }
    
    .forgalmazott_markak_keret{
        width:90px;
        height:75px;
        display:inline-block;
        padding:0px;
        margin-right:2px;
        margin-left:-1px;
        position:relative;
    }
    .kereses_url_talalatok,.keresesi_eredmenyek{
        height:350px; 
        overflow:scroll;
    }
    .torzs{
        background:white;
        margin-top:57px;
        width:100%;
        padding-top:2px;
    }
    .header {
        width:100%;
        position:fixed;
        top:0px;
        z-index:1000;
        background:white;
    }
    .banner_winkler_logo{
        width:393px;
    }
    
    .banner_masodik_szekcio{
        vertical-align: top;    
        display:inline-block;
        margin-left:-3px;
        width:462px; 
        height:80px;
        
    }
    .akcio-gomb{
        width:141px;
        display:inline-block;
        margin-left:10px;
    }
    .akcio-logo{
        width:141px;
        display:inline-block;
    }
    .banner_harmadik_szekcio{
        vertical-align: top;    
        display:inline-block;
        margin-top:3px;
        width:278px;
        height:80px;
    }
    
    .keresomezo{
        width:278px;
        height:41px;
        bottom:10px;
        position:absolute;
    }
    .kereses-input{
        width:278px;
        height:41px;
        font-size: 18px;
        color:white !important;
        background: #85be3d;
        border:none !important;
    }
    .kereses-input::-webkit-input-placeholder {
        color: white;
    }
    .kereses_ikon_blokk{
        position:absolute;
        bottom:43px;
        right: 27px;
    }
    .arajanlat{
        width:100%;
        position:relative;
        padding:5px;
        border:2px solid red;
        margin-bottom:60px;
        background:white;
    }

    .div-img-head-300{
        height:300px;
        width:100%;
        overflow:hidden;
    }

    .div-img-head-300 img{
        width:100%;
        height:260px;
    }

    .div-img-head-300 img:hover{
        opacity:0.5;
    }


    .div-img-head-300 h3{
        height:40px;
        margin-top:0px;
        padding:5px;
    }

    .div-img-300{
        width:100%;
        height:300px;
    }

    .div-img-300 img{
        height: 300px;
        width:100%;
    }


    .div-p-btn-300{
        height:300px;
        overflow:hidden;
    }

    .div-p-btn-300 p{
        height: 225px;
    }

    .div-p-btn-300 .btn{
        height:75px;
        padding:10px;
        width:100%;
        font-size:1.3em;
    }
						
}


@media (min-width: 1700px) { 
    .topics{
        /* Table of content fixed block */
        position: fixed;
        right: calc(((100vw - 1140px) / 2) - 280px);
        top: 287px;
        width: 266px;
        background: white;
        padding: 10px !important;
        border: 2px solid lightgray;
        font-size:1em;
        font-weight:light;
        display:block;
        text-transform:uppercase;
    }
    
    .topics ul {
        list-style-type: none;
    }
    .topics li{
        margin-bottom:13px;
    }
    .topics-head{
        position:fixed;
        right:calc(((100vw - 1140px) / 2) - 280px);
        top:227px;
        width:266px;
        background: #102e6c;
        color:white;
        height:55px;
        display:block;
        font-size:1.4em;
        font-weight:bold;
        padding:10px;
    }
    .is-active-link::before {
        background-color: #85be3d !important;
    }
    .toc-link::before{
        background-color: #EEE;
        content: ' ';
        display: inline-block;
        left: 4px !important;
        margin-top: -1px;
        position: absolute;
        width: 4px !important;
    }
    .js-toc-content h1::before,.js-toc-content h2::before,.js-toc-content h3::before,.js-toc-content h4::before,.js-toc-content h5::before,.js-toc-content h6::before {
        content: '';
        display: block;
        height:      70px;
        margin-top: -70px;
    }
    
}


@media (min-width: 1800px) {
    .palyazat-top{
        position: fixed; top:0;right:0;width:350px;z-index:1000000000;
    }
    .palyazat-top img{
        width:350px;
    }
}


 .object-fit-cover{
	 object-fit: cover;
	 object-position: 50% 50%;
 }




.galeria_kep_fix_height{
    height: 200px;
}



.anyaglista_web {
    margin:0px;padding:0px;
    border:1px solid #7f0000;
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}






.kivitelezo_header{
    background:lightgray;
    padding:20px;   
    margin-bottom:0px;
}





.focim_blokk{
    width:100%;
    margin-top:2px;
    margin-bottom:8px;
    
}


.kivitelezo_leir{
    background:white;
    padding:20px;   
    margin-bottom:0px;
    color:black; 
}

.kivitelezo_referencia{
    background:lightgray;
    padding:20px;   
    margin-bottom:40px;
    border-bottom:25px solid gray;
    border-top:5px solid gray;
    color:black; 
}



.panel{
    background:lightgray;
    border:1px solid black;
    padding:5px;
    border-radius:0px;
    border-top:none;
}


.kinyit{
    cursor:hand;
}

.kivitelezo_lista{
    padding:20px;
    background: white;
    margin-bottom:20px;
    border:2px solid lightgray;
    color:gray;
}
.kivitelezo_lista h2{
    color:black;
    background: lightgray;    
}






.hand{
    cursor:pointer;
}





.markak_blokk{
    margin-bottom:0px;
    padding-bottom: 0px;    
}

.menu{
    width:100%;
    z-index:1000;
    position:fixed;
    top:0px;
    background:white;
}


.menu_gombsor{
    color:white;
    margin:0px;
    padding:2px;
    padding-bottom:0px;
}

.menu_gombsor h5{
    color:white;
}

.menu_gombsor:hover{
    border-color: #9E1A1A;
}

.menu_gombsor .thumbnail{
    margin-bottom:0px;
}

.tile-mod{
    background-color: red;
    color:white;
    font-size:13px;
    text-align: center;
    height:53px;
    border:2px solid #9E1A1A;
    margin-bottom:0px;
    text-transform: uppercase;
    -webkit-appearance: none; 
    border:none !important;
    }     
 
.tile-mod h5{
    margin-top:2px;
    margin-bottom:2px;
    font-size:0.95em;
}
 
.tile-mod:hover{
    background-color: #9E1A1A;
    text-decoration: none;
    color:white;
}

.tile-szamolok{
    text-align: center;
    height:80px;
    word-wrap: break-word;
    white-space: normal;
    border-radius:0px; 
}





/* ======= Sections======= */
.section {
    margin-bottom: 30px;
    border:2px solid lightgray;
    padding:0px;
}

.section .section-inner {
    background: #f7f7f7;
    padding: 30px;
    padding-top:15px;
}


.sponsorData{
    display:none;
}

.sponsorFlip a{
    padding-top:3px;
    padding-left:2px;
    font-size:0.9em;
    cursor: pointer;
}

.sponsorFlip img{
    cursor: pointer;
}

.sponsorFlip{
    font-size:12px;
    text-align:center;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border:2px solid lightgray;
    background:url("../../image/gyartok/gyartok.jpg") no-repeat center center #f9f9f9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
}

.sponsorFlip:hover{
    border:4px solid #999;
    -moz-box-shadow:0 0 30px #999 inset;
    -webkit-box-shadow:0 0 30px #999 inset;
    box-shadow:0 0 30px #999 inset;
}

.form-control-80 .bootstrap-select{
    height:40px !important;
    width:100% !important;
    color:gray;
}



.bootstrap-select.btn-group .dropdown-toggle .caret {
    width: 20px;
    height: 20px;
    border: none;
    font-family: 'FontAwesome';
    font-size:1.5em;
    top:9px !important;
}

#specialis_kereses_szurok {
    border-radius:0px;
    background:#32b140;
    width:100%;
}

#specialis_kereses_szurok .bs-searchbox .form-control {
    background:white;
    border:2px solid lightgray;
    border-radius:0px;
}

.form-control:active,.form-control:focus{
    box-shadow: none !important;
    border: 2px solid lightgray;
    color:lightgray;
}



#pagination-top .bootstrap-select.btn-group .dropdown-toggle .caret {
    top:5px !important;
}

#specialis_kereses_szurok .bootstrap-select.btn-group .dropdown-toggle .caret {
    top:12px !important;
    right:21px;
    font-size:2.4em;
}

#specialis_kereses_szurok .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{
    margin-top:18px;
}

.filter-gyarto .dropdown-menu > .active > a,.filter-gyarto .dropdown-menu > .active > a:hover,.filter-gyarto .dropdown-menu > .active > a:focus,
.filter-tipus .dropdown-menu > .active > a,.filter-tipus .dropdown-menu > .active > a:hover,.filter-tipus .dropdown-menu > .active > a:focus,
.filter-szin .dropdown-menu > .active > a,.filter-szin .dropdown-menu > .active > a:hover,.filter-szin .dropdown-menu > .active > a:focus,
.filter-egyedi .dropdown-menu > .active > a,.filter-egyedi .dropdown-menu > .active > a:hover,.filter-egyedi .dropdown-menu > .active > a:focus {
    background:#6a6565;
}

#specialis_kereses_szurok .active .option-text {
    color:white;
}


#pagination-top .dropdown-menu {
    background:#85be3d !important;
    border-radius:0px !important;
}

.filter-egyedi .dropdown-menu, .filter-gyarto .dropdown-menu, .filter-tipus .dropdown-menu, .filter-szin .dropdown-menu {
    background:white !important;
    border-radius:0px !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: "\f110";
}

.caret{
    width: 17px;
    height: 17px;
    border: none;
    font-family: 'FontAwesome';
    font-size:1.5em;
    top:6px !important;
}

.caret:before {
    content: "\f110";
}

.ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 10;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}
.hasznos_linkek .fa {
    margin-right: 15px;
    color: #9E8A00;
}



/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.progress{
    border-radius: 0px;
}

.feltoltott_tervrajz span, .feltoltott_arajanlat span, .feltoltott_anyagkigyujtes span{
    color:gray;
    font-size:0.8em;
}

/* Credits */
.telephelyek ul li {
    margin-bottom: 10px;
}
.telephelyek ul li .fa {
    margin-right: 5px;
}


/* ======= Footer ======= */
.footer {
    background: #102e6c;
    color: white;
    padding: 10px 0;
    width:100%;
    min-height:200px;
    height:auto;
}
.footer .copyright {
    line-height: 1.6;
    color: white;
    font-size: 14px;
}
.footer a {
    color: #fff;
}
.footer .fa-heart {
    color: #fb866a;
}


.brand{
    background:#102e6c;
    font-size:1.3em;
    font-weight: bold;
    padding-top:0px;
    padding-bottom:3px;
    border-top:2px solid lightgray;
    text-align: center;
}

.boxshadow {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 2px;
    background: white;
}

/* Make the image fit the box */
.boxshadow img {
    width: 100%;
    border: 1px solid #8a4419;
    border-style: inset;
}

.boxshadow::after {
    content: '';
    position: absolute;
    z-index: -1; /* hide shadow behind image */
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
    width: 70%;
    left: 15%; /* one half of the remaining 30% */
    height: 100px;
    bottom: 0;
}


.badge-szaki{
    font-weight: bold;
    padding-bottom: 2px;
    text-align: center;
    color:#479fc8;
    background:white;
    width:20%;
    border:1px solid gray;
    margin-right:3px;
}
.szakma-neve{
    padding:0px;
    margin:0px;
    white-space: normal;
    text-transform:uppercase;
}

.szaki_csempe{
    border:2px solid lightgray;
    padding:0px;
    background:#FFFFF0;
    border-radius:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.szaki_csempe:hover{
    cursor: pointer; cursor: hand;
    border:2px solid #102e6c;
}

.szaki_csempe a{
    text-decoration: none;
}

.szolgaltatasok{
    margin-top:30px;
}

.web{
    padding-left:5px;
    padding-right:5px;
}


.label{
    color:white;
}

.thumbnail{
    margin-bottom:10px;
    line-height:auto;
}

.file_feltolt:hover{
    opacity: 0.4;      
    filter: alpha(opacity=40); /* For IE8 and earlier */
    border:1px solid gray;
}

.ui-widget-header{
    border-radius:0px;
    background:red;
    height:50px;
    font-size:1.7em;
}
.ui-widget-content{
    border-radius:0px;
    background:lightgray;
    font-size:12px;
}

.ui-dialog-content {
    font-size: 1.5em !important;
}

.ui-dialog{
    border:1px solid gray;
}

.ui-corner-all{
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important; 
    -khtml-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;

    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important; 
    -khtml-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important; 

    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important; 
    -khtml-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;

    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important; 
    -khtml-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;  
}

.ui-widget-overlay {
    background: #AAA url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .90;
    filter: Alpha(Opacity=90);
}

.fancybox-wrap, .fancybox-wrap *{
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -safari-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    font-size: 1.8em;
    background: red;
    color: white;
    font-weight: bold;
    border:2px solid white;
    box-shadow: 2px 2px 2px lightgray;
    font-family: 'Titillium Web',sans-serif;
    text-transform: uppercase;
}


.input-group-addon, .btn,.form-control,.alert,.well,.thumbnail,.img-thumbnail,.fancybox-skin,.label {
    border-radius:0px !important;
}


div.profileSteps {
    float:right;
    margin:0px 0px 40px 0;
}
div.profileStep {
    position:relative;
    float:right;
    width:200px;height:50px;
}
div.profileStep .connect {
    position:absolute;
    top:10px;left:0;
    width:180px;height:10px;
    margin-left:-5px;
    background-color:#479fc8;
    -webkit-border-radius:0px;
    border-radius:0px;
}
div.profileStep .icon {
    position:absolute;
    top:0;right:0;
    width:50px;height:50px;
    background:white;
    text-align:center;
}

div.profileStepPassive .icon a{
    color:#b9b9b9;
    font-size:1.5em;
    line-height:1.8em;
    font-weight: bold;
}

div.profileStepActive .icon a{
    color:white;
    font-size:1.5em;
    line-height:1.8em;
    font-weight: bold;
}

div.profileStep .info {
    position:absolute;
    bottom:0;left:0;
    width:100px;
    color:black;
    font-size:10px;
    line-height:20px;
    text-align:center;
}
div.profileStepPassive .connect {
    background-color:#f5f5f5;
}
div.profileStepPassive .icon {
    background-color:#f5f5f5;
    color:#479fc8;
}

div.profileStepPassive .info a{
    color:black;
}

div.profileStepActive .icon {
    border:1px solid #479fc8;
    background: #479fc8;
}


.temp-2column-img{
    width:100% !important;
}

.temp-2column-h{
    font-size: 1.4em;
    text-align:center;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:10px;
    color:#479fc8;
}

.temp-2column-p{
    font-size: 0.9em;
    text-align: justify;
}

.temp-product-description-h{
    font-size:2em;
    font-weight: bold;
    text-transform:uppercase;
    margin-bottom:10px;
    color:#479fc8;
}

.temp-product-description-text{
    font-size: 0.9em;
}
.img-container-16-9 {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 52.25% 0 0 0; /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */
    border:8px solid lightgray;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
}

.img-container-16-9 img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width:auto;
    height:auto;
}
.temp-img-container-1-1{
    width:100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
    overflow:hidden;
    border:2px solid lightgray;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
}

.temp-img-1-1{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100% !important;
    width: auto !important;
    max-width:none !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}



.galeria_img{
    cursor:pointer;
}

.img-container-16-9:hover,.temp-img-container-1-1:hover{
    border:2px solid #102e6c;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blinking {
    animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker { to { opacity: 0; } }


.box-shadow{
    box-shadow: 2px 2px 3px #888888;
}

.ui-dialog {
    position:fixed !important;
    background:white;
    font-family: 'Titillium Web',sans-serif;
    border: 2px solid red;
}

.morzsa-mobil{
    border:2px solid lightgray;
    padding:2px;
    background:white;
    margin-top:50px;
}

.morzsa-mobil .breadcrumb{
    height:auto;
    background:transparent !important;
}

.option-input-shop {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 10;
}
.option-input-shop:hover {
    background: #9faab7;
}
.option-input-shop:checked {
    background: #32b140;
}
.option-input-shop:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 20px;
}
.option-input-shop:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 9;
}
.option-input-shop.radio {
    border-radius: 50%;
}
.option-input-shop.radio::after {
    border-radius: 50%;
}

.qbox:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
}

.szaki_csempe a .temp-img-container-1-1{
         border:none !important;
    }