html, body {
    padding: 0;
    margin: 0;
    font: 14px/24px "Open Sans";
}

.wrapper {
    display: block;
    width: 100%;
    position: relative;
}

button {
    cursor: pointer;
}

a:hover {

}



input, textarea {
    border-radius: 0;
}


.button{
    background-color: #e8516a;
    border: 0 none;
    color: white;
    font-size: 12pt;
    height: 45px;
    left: 0;
    line-height: 45px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 20px;
    text-decoration: none;
    display: inline-block;
}

.button.small{
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}


.hiba{
    color: red;
}

.paragraph0 p{
    margin:0;
    padding:0;
}


.l{	position:relative;float: left;}
.r{	position:relative;float: right;}
.fw{ position:relative; clear:both; width: 100%;}
.ptop20{ padding-top: 20px;} .pbottom20{	padding-bottom: 20px;} .ptop15{ padding-top: 15px;} .pbottom15{	padding-bottom: 15px;} .ptop10{ padding-top: 10px;} .pbottom10{	padding-bottom: 10px;} .ptop5{ padding-top: 5px;} .pbottom5{	padding-bottom: 5px;} .pbottom0{	padding-bottom: 0px;}
.mtop20{ margin-top: 20px;} .mbottom20{	margin-bottom: 20px;} .mtop10{ margin-top: 10px;} .mbottom10{	margin-bottom: 10px;} .mbottom0{margin-bottom: 0px;} .mtop0{margin-top:0px;} .mbottom5{margin-bottom: 5px;} .mtop5{margin-top:5px;}
.m0{margin:0} .p0{padding:0}
.mleft5{margin-left:5px} .mleft10{margin-left:10px} .mright5{margin-right:5px} .mright10{margin-right:10px} .mleft20{margin-left:20px} .mright20{margin-right:20px}
.pleft5{padding-left:5px} .pleft10{padding-left:10px} .pright5{padding-right:5px} .pright5{padding-right:5px}
.pleft10{padding-left:10px} .pleft20{padding-left:20px} .pright10{padding-right:10px} .pright20{padding-right:20px}
.txtc{ text-align: center;} .txtl{ text-align: left;} .txtr{ text-align: right;} .txtj{ text-align: justify;}
.txt11{font-size:11px} .txt12{font-size:12px} .txt13{font-size:13px} .txt14{font-size:14px} .txt15{font-size:15px} .txt16{font-size:16px} .txt17{font-size:17px} .txt22{font-size:22px} .txt25{font-size:25px}
.txtdecnone{text-decoration: none;} .txtdecunder{text-decoration: underline;}
.txtdecnonehover:hover{text-decoration: none;}
.fb{font-weight: bold;} .fn{font-weight: normal;}
.lh12{line-height:12px;} .lh13{line-height:13px;} .lh14{line-height:14px;} .lh16{line-height:16px;}  .lh18{line-height:18px;} .lh20{line-height:20px;} .lh23{line-height:23px;} .lh30{line-height:30px;} 
.red{color:red;}
.pre{float:left;width: 110px; padding-top: 4px;}
.upper{text-transform: uppercase;}
.ul{text-decoration: underline;}
.hide{display:none}
.lt{ text-decoration: line-through; }
.barna{ color:#402c29;}
.ar{ color: #101011;}
.title{color:#0a0a0a;}
.pink{color: #ec3e94;}
.szurke{color:#4A4A4A}
.vilagos{color:#e0e0e0}


.flex2{
    display: flex;
    
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    
    justify-content: space-between;
}



.kapcsolat_form{
    width: 40%;
    padding-left: 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

textarea{
    font-family: 'Open sans';
    color: #301e2e;
    font-size: 14px;
    height: 140px;
    line-height: 16px;
    padding: 10px;    
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}





.reg_box{
    float: left;
    width: 48%;
    padding-top: 20px;
}

.row a{
    color: #E8516A;
    font-size: 12px;
}


.field{
    color: #301e2e;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.subPage.tpl_profil .field{
    width: 40%;
}

.subPage.tpl_kosar .field{
    max-width: 300px
}

.subPage.tpl_kosar textarea{
    max-width: 300px
}

.subPage.tpl_kosar .content h2 a{
    font-size: 13px;
}

.field_small{
    position: relative;		
    border: 0px solid #d6d3c5;
    background: url(../images/field_bg_small.jpg) no-repeat transparent;
    color: #402c29;
    width: 71px;
    font-size: 12px;	
    padding: 8px 8px 8px 8px;
    margin: 0 0 0 0px;
}

.field_smallest{
    position: relative;		
    border: 0px solid #d6d3c5;
    background: url(../images/field_bg_smallest.jpg) no-repeat transparent;
    color: #402c29;
    width: 35px;
    font-size: 12px;	
    padding: 8px 8px 8px 8px;
    margin: 0 0 0 0px;
}


.row{
    position: relative;
    clear: both;
    width: 100%;
    padding: 3px 0 3px 0;
}






.tooltipAlert{
    position:absolute;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
    background: #797979;
    font-size:11px;
    text-align: center;
    display:none;
    z-index: 3000;	
}



.tooltipAlert{
    position:absolute;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
    background: #797979;
    font-size:11px;
    text-align: center;
    display:none;
    z-index: 3000;	
}

.highlighted{
    border-color: #E8516A;
}

.highlighted_small{
    background-image: url(../images/field_bg_alert_small.jpg);
}

.highlighted_smallest{
    background-image: url(../images/field_bg_alert_smallest.jpg);
}

.notifier_inner{
    position: absolute;	
    background: #E8516A;	
    border-radius: 3px;
    border: 2px solid white;
    color: white;
    font-weight: bold;
    font-size: 16px;
    z-index: 3000;
    padding: 20px;
    width: 650px;
    max-width: 92%;
    box-sizing: border-box;
    text-align: center;
    display: none;
    box-shadow: 0px 0px 6px #545454;
    -moz-box-shadow: 0px 0px 6px #545454;
    -webkit-box-shadow: 0px 0px 6px #545454;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: 'Open sans';
}


.ordering_div{
    color: #301e2e;
    font-size: 12px;
    position: absolute;
    top: -20px;
    right: 0;
}

.ordering_div a{
    color: #301e2e;
    font-size: 12px;
    text-decoration: none;
}

.carousel{
    position: relative;
    width: 100%;
    max-height: 622px;    
    background-image: url('../images/carousel-bg.png');
    margin-bottom: 50px;
    overflow: hidden;   
}

.subPage .carousel{
    height: 0px;
}

.slider {
    position: relative;
}
div.slider-container ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
div.slider-container ul {
    list-style: outside none none;
}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    z-index: 1;
}

.slider .article{
    text-align: left;
    background: #e8516a;
    width: 665px !important;
    max-width: 665px !important;
    box-sizing: border-box;
    padding: 30px;
}

.slider .article:hover{
    cursor: pointer;
}

.slider h1{
    color: white;
    font-size: 42px;
    line-height: 51px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    margin: 0;
    white-space: normal !important;
}

.slider h2{
    color: #311e2f;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    margin: 10px 0 0 0;
    white-space: normal !important;
}

.slider p{
    font-size: 14px;
    line-height: 22px;
    color: #fefefe;
    white-space: normal;
    margin-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.slider .more_button_holder a{
    display: inline-block;
    font-size: 22px;
    line-height: 56px;
    background: #301e2e;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding: 0 20px;
}

.tp-bullets.simplebullets {
    bottom: 10px;
    left: 18% !important;
}
.tp-bullets {
    bottom: 10px;
    position: absolute;
    z-index: 100;
}

.tp-bullets.simplebullets .bullet {
    background: gray;
    cursor: pointer;
    float: left;
    height: 15px;
    margin-right: 5px;
    margin-top: -12px;
    position: relative;
    width: 15px;
    border-radius: 10px;
    border: 2px solid white;
}

.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected{
    background: #E8516A;
}

.content-content img{
    max-width: 100%;
    height: auto;
}

#myPopupHolder img{
    max-width: 100%;
    height: auto;
}