*{
    margin: 0px;
    padding: 0px;     
}

body {
    font-family: 'Droid Sans', sans-serif;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 0;

    color: #444444;
}

input, textarea{
    font-family: 'Droid Sans';
}



.centered-1320 {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.section-videos {
    text-align: center;
    margin-bottom: 60px;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    /*border-top: 1px solid #B4875F;*/
    background: url('../images/product-h1-bg.png') no-repeat top center transparent;
    padding-top: 40px;
}

.section-videos h1{
    margin-bottom: 30px;
}

.section-videos p{
    display: inline-block;
    margin: 0 20px;    
    width: 370px;
    max-width: 100%;
}

.section-videos iframe{
    width: 100% !important;
    height: 305px;
}



.section-gallery {
    text-align: center;
    margin-bottom: 60px;
    /*max-width: 1600px;*/
    /*margin-left: auto;
    margin-right: auto;*/
    /*border-top: 1px solid #B4875F;*/
    background: url('../images/product-h1-bg.png') no-repeat top center transparent;
    padding-top: 40px;
}

.section-gallery .embeddedGallery a.thumb{
    margin: 20px;
    width: 370px;
    height: 300px;
}


.left-1320 {
    max-width: 1340px;
    padding-right: 10px;
    box-sizing: border-box;
}
.centered-full {
    width:100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

h1 {
    padding: 0;
    margin: 0;
    font-size: 26pt;
}

p {
    padding: 20px 0 0 0;
    margin: 0;

}

.patternbg {
    background-color: #f1f1f1;
    background-image: url('../images/bg_top.png');
    background-repeat: no-repeat;
    background-position: center top;
}


a,
a:link,
a:visited {
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;	
}
a:focus,
a:hover {
    text-decoration: underline;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-decoration: none;
}

iframe{
    width: 100%;
    max-width: 820px;
}

/*
p.chk {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.checkbox-style {
    display: none;
}


p.chk a{
    color: #fc7219;
}

.checkbox-style + label {    
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

.checkbox-style + label::before{
    font-family: FontAwesome;
    content: "\f096";
    margin-right: 5px;
}

.checkbox-style:checked + label::before {
    content: "\f046";
}*/

.rjttt{
    display: none;
}


.col2{
    width: 49%;
    display: inline-block;
}





.loginPanel{
    display: none;
    position: absolute;
    z-index: 4;
    top: 57px;
    right: 0;
    background: white;
    box-sizing: border-box;
    width: 318px;
    font-size: 14px;
    line-height: 18px;
    color: #444;
    padding: 18px 19px 10px 19px;
    text-align: left;
    -webkit-transition: top 0.5s linear, background-color 0.5s linear;
    -moz-transition: top 0.5s linear, background-color 0.5s linear;
    -o-transition: top 0.5s linear, background-color 0.5s linear;
    transition: top 0.5s linear, background-color 0.5s linear;
}

.loginPanel #loginForm span{
    display: block;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    clear: both;
    margin-bottom: 5px;
}

.loginPanel #loginForm .field{
    border: 1px solid #444;
    max-width: 100%;
    width: 100%;
    clear: both;
    background: transparent;
    display: block;
    margin: 0px 0 15px 0;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    color: #444;
    line-height: 47px;
}

.loginPanel #loginForm .button, .loginPanel #logoutForm .button{
    width: 100%;    
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    height: 49px;
    margin-bottom: 5px;
}

.loginPanel #logoutForm .button{
    margin-bottom: 5px;
}

.loginPanel .links{
    line-height: 23px;
}

.loginPanel .links a{
    text-decoration: underline;
}

.subPage.profil .logout.button{
    background: #ef353c;
}







.languageChooser{
    margin-left: 5px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.languageChooser .flag{
    position: relative;
    top: 2px;
    padding: 0 5px;
}


.languageChooserPanel{
    display: none;
    position: absolute;
    width: 37px;
    top: 25px;
    right: -5px;
    z-index: 4;
    background: white;
    border: 1px solid #dcdfdf;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #806854;
    padding: 5px 10px 3px 10px;
}

.langSwitcherForm{
    display: inline;
}

.langSwitcherForm input{
    display: block;
    border: none;
    width: 14px;
    height: 11px;
    margin: 5px 0 5px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.langSwitcherForm input.english{
    background-image: url("../images/flags/english.png");
}

.langSwitcherForm input.hungarian{
    background-image: url("../images/flags/hungarian.png");
}

.langSwitcherForm input.german{
    background-image: url("../images/flags/german.png");
}

.langSwitcherForm input.italian{
    background-image: url("../images/flags/italian.png");
}

.langSwitcherForm input.russian{
    background-image: url("../images/flags/russian.png");
}

.langSwitcherForm input.romanian{
    background-image: url("../images/flags/romanian.png");
}




.fw{ position: relative; float: left; width: 100%; }
.mtop20{ margin-top: 20px;} .mbottom20{ margin-bottom: 20px;}
.ptop20{ padding-top: 20px;} .pbottom20{ padding-bottom: 20px;}
.txtc{ text-align: center; }
.txt16{ font-size: 16px; } .txt18{ font-size: 18px; } .txt20{ font-size: 20px; }
.l{ float: left; }
.r{ float: right; }
._90{ width: 90%; }
._60{ width: 60%; }
._50{ width: 50%; }
._33{ width: 33%; display: inline-block;}
._25{ width: 25%; }
._20{ width: 20%; }
.fb{ font-weight: bold; }
.lt{ text-decoration: line-through; }
.red{ color: #eb2c33; }
.clear{ clear: both;}
.error{ color: #eb2c33; }


.subPage article.content ol{
    margin-left: 20px;
}

.subPage article.content a{
    color: #94ab28;
}

.subPage article.content table td{
    padding: 10px;
}