body, .lead {
    font-family:OpenSansRegular;
    font-size:18px;
    line-height:28px;
    overflow-x:hidden;
    max-width: 2000px;
    margin: 0 auto;
    width: 100%;
}
h1,h2,h3,h4,h5,h6 {
    font-family:OpenSansRegular;
}
b, strong {
    font-family:OpenSansBold;
    font-weight:normal;
}
a, a:visited, a:focus {
    outline:0;
    color:#1c264d;
}
a:hover {
    text-decoration:none;
}
h1 {
    font-family:'OpenSansLight';
    color: #1c264d;
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 50px;
}
h2 {
    color:#1c264d;
    font-size:80px;
    line-height:92px;
    text-align:center;
    /* margin-top:60px; */
    margin-bottom:50px;
}
h3 {
    font-family:'OpenSansBold';
    color:#777777;
    font-size:32px;
    line-height:40px;

}
label {
    font-weight:normal;
}
.beloldal .content{
    width:70%;
    float:left;
    padding-right:20px;
    border-right:dotted 1px #1c264d;
}

.beloldal .container.noside .content {
    width:auto;
    float:none;
    padding-right:0;
    border-right:none;
}

.beloldal .content img{
    max-width:100%;
    float: none;
    display: block;
    overflow:hidden;
    
    
}

.beloldal .content .part-content, .beloldal .content .part-catview{
    
    margin-bottom: 40px;
}
.beloldal .side {
    width:30%;
    float: left;
    padding-left:20px;
    margin-bottom:56px;
}

.beloldal .container.noside .side {
    width:auto;
    float: none;
    padding-left:0;
}

.beloldal h1{
    font-size:40px;
    line-height: 40px;
    text-align: center;
}
.beloldal .side .side-in{
    padding-left: 50px;
    padding-right: 50px;
}
.beloldal .side h2{
    font-size:32px;
    line-height: 38px;
    text-transform: uppercase;
}
.beloldal .side div.item{
    border-bottom: dotted 1px #1c264d;
    text-align: center;
}
.beloldal .side .item .img{
    /* max-height: 200px; */
    overflow: hidden;
    height:auto;
}
.beloldal .side .item img{
    width:100%;
}
.beloldal .side h3{
    font-size: 18px;
    line-height: 24px;
}
@media (max-width:992px){
    .beloldal .side  {
        width: auto;
        padding-left:0;
        margin:0 auto;
        float:none;
        border:none;
    }
    .beloldal .content{
        width:auto;
        margin: 0 auto;
        float:none;
        padding-right:0;
    }
    
}
@media (max-width:1365px){
    header {
        padding-bottom:15px;
    }
}
@media (min-width:1366px){
    header {
        padding-bottom:44px;
    }
}
@media (max-width:767px) {
    body {
        font-size:14px;
        line-height:24px;
    }
    h2 {
        font-size:56px;
        line-height:66px;
    }
}
img {
    max-width:100%;
    height:auto;
}
.clear,
.clearfix,
.clearfix::after {
    content:"";
    display:block;
    height:0;
    overflow:hidden;
    float:none;
    clear:both;
}

.szechenyi{
    position:fixed;
    bottom:0;
    left:0;
    margin:0 !important;
    z-index:9;
}
.szechenyi p{
    margin:0 !important;
}
.part-admin_panel{
    z-index:10;
}
@media(max-width: 991px){
    footer{
        padding-bottom:150px !important;
    }
}

/* FORM */

input[type=text],
input[type=password],
input[type=email],
textarea,
select {
    padding:5px;
    resize:none;
    border:solid 1px #cccccc;
    border-radius:5px;
}
input[type=text],
input[type=password],
input[type=email],
textarea {
    box-shadow:0 10px 10px #eeeeee inset, 0 1000px 0 #ffffff inset;
}
select {
    box-shadow:0 10px 10px #eeeeee inset;
    width:100%;
}
button,
a.button,
input[type=button],
input[type=submit],
.form-wrap a.reglink,
.form-wrap .logout a,
.input-box-back-bottom a {
    display:block;
    float:left;
    margin-right:10px;
    margin-top:32px;
    padding: 12px 50px;
    color: inherit;
    border: solid 1px #333333;
    background-color:#ffffff;
    font-family: OpenSansRegular;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size:inherit;
    line-height:inherit;
    border-radius:0;
    margin-bottom:12px;
    color:#333333;
}
.form-wrap a.reglink.lost {
    border:none;
    text-decoration:underline;
}
.form-wrap a.reglink.lost::after {
    content:"\000a0\00bb";
}
button:hover,
a.button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.form-wrap a.reglink:hover,
.form-wrap .logout a:hover,
.input-box-back-bottom a:hover {
    background-color:#333333;
    color:#ffffff;
}
.form-wrap .logout a {
    display:block;
    clear:both;
}
.form-wrap a.reglink.lost:hover {
    background-color:#ffffff;
    color:#333333;
}
.box-input > .descr, 
.box-input .descr-last {
    margin:12px 0;
    font-size:14px;
    line-height:20px;
}
.input-box::after,
.box-input::after {
    content:"";
    display:block;
    float:none;
    clear:both;
    height:0;
    overflow:hidden;
}
.form-wrap .component-body {
    position:relative;
}
.helpdescr {
    opacity:0;
    color:#ffffff;
    padding:15px;
    background-color:#333333;
    border-radius:5px;
    font-size:14px;
    line-height:20px;
    position:absolute;
    z-index:2;
    right:32px;
    top:64px;
    max-width:280px;
    text-align:center;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.helpdescr.help-on {
    opacity:1;
}
.box-label {
    margin:15px 0;
    padding-bottom:15px;
    border-bottom:dotted 1px #dddddd;
}
@media(max-width:767px) {
    input[type=text],
    input[type=password],
    input[type=email],
    textarea,
    select {
        width:100%;
    }
    button,
    input[type=button],
    input[type=submit] {
        width:100%;
        float:none;
    }
    .box-input label,
    .input-box label,
    .box-desc {
        display:block;
    }
}
@media(min-width:768px) and (max-width:1199px) {
    input[type=text],
    input[type=password],
    input[type=email],
    textarea,
    select {
        display:block;
        float:left;
        width:50%;
    }
    .box-input label,
    .input-box label,
    .box-input .descr, 
    .box-input .descr-last {
        display:block;
    }
    .box-input > .descr, 
    .box-input .descr-last {
        width:50%;
    }
    .box-input label,
    .input-box label,
    .box-desc {
        width:50%;
        float:left;
    }
}
@media(min-width:1200px) {
    input[type=text],
    input[type=password],
    input[type=email],
    textarea,
    select {
        display:block;
        float:left;
        width:30%;
    }
    .box-input label,
    .input-box label,
    .box-input .descr, 
    .box-input .descr-last {
        display:block;
    }
    .box-input > .descr, 
    .box-input .descr-last {
        width:30%;
    }
    .box-input label,
    .input-box label,
    .box-desc {
        width:30%;
        float:left;
    }
}

/* FORM END */

header {
    background-color:#fff;
}
h1.logo-wrap,
h2.logo-wrap {
    margin:0;
    padding:26px 0 0 0;
    
}
h1.logo-wrap a,
h2.logo-wrap a {
    text-indent:-9999px;
}
.logo, .logo-footer {
    background-repeat:no-repeat;
    background-position:center center;
    width:248px;
    height:85px;
    display:block;
}
.logo {
    background-image:url('../gfx/Uzletember_magazin_logo_Rajztabla_1.jpg');
}
.logo-footer {
    background-image:url('../gfx/Uzletember_magazin_logo-02.jpg');
}
@media (max-width:525px){
    h1, h2 {
        font-size:32px;
        line-height:40px;
    }
}
@media (min-width:992px) and (max-width:1365px){
    .pad {
        padding-bottom:20px;
    }
}

/* BOOTSTRAP EXTENSION */

.visible-xxs {
    display: none!important;
}
@media (max-width: 525px) {
    .col-xxs-12 {
        float: none;
        width: 100%;

        position: relative; left: 0; right: 0;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .hidden-xxs {
        display: none!important;
    }
    .visible-xxs {
        display: block!important;
    }
}
@media (min-width:1200px) and (max-width:1365px){
    .container{
        width:1170px;
    }
}
@media(min-width:1336px){
    .container{
        width:1306px;
    }
}
@media (max-width:767px){
    .part-user {
        margin-left:15px;
        margin-right:15px;
    }
}

/* HEAD */

/* BREADCRUMBS */

.breadcrumb {
    background:none;
    font-size:14px;
    line-height:20px;
}
.breadcrumb>li+li:before {
    content:"";
}
.breadcrumb li:last-child a {
    font-family:'OpenSansBold';
}

/* BREADCRUMBS END */

h2.head-button {
    display:block;
    background-color:#112240;
    border-radius:5px;
    margin:0 0 0 8px;
    float:right;
    width:53px;
    height:53px;
    cursor:pointer;
    -webkit-transition:0.5s;
    transition:0.5s;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:31px;
    text-indent: -9999px;
}
#login-toggle {
    background-image:url('../gfx/icon_login.svg');
}
#search-toggle {
    background-image:url('../gfx/icon_search.svg');
}
h2.head-button {
    margin-top:0;
}
.head-button:hover {
    background-color:#3a6383;
}
.box-input {
    margin-bottom:12px;

}
.box-input::after {
    content:"";
    display:block;
    float:none;
    clear:both;
    height:0;
}
.head-buttons .box {
    float:right;
}
.head-buttons input[type=text],
.head-buttons input[type=password],
.head-buttons input[type=email] {
    border:solid 1px #8891a0;
    background-color:#e1e2e4;
    color:#1c264d;
    display:inline-block;
    width:146px;
}
.head-buttons label {
    text-indent: -1000px;
    display:inline-block;
    width:26px;
    height:30px;
    margin-right:8px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:22px;
    position:relative;
    top:-5px;
}
.head-buttons label[for=username]{
    background-image:url('../gfx/icon_login.svg');
}
.head-buttons label[for=password]{
    background-image:url('../gfx/icon_password.svg');
}
.head-buttons input[type=button],
.head-buttons input[type=submit],
.logout a {
    background-color:#231f20;
    border:none;
    padding:10px 24px 10px 15px;
}
.head-buttons input[type=button]:hover,
.head-buttons input[type=submit]:hover {
    background-color:#4f4a4b;
}
@media (max-width:991px) {
    .head-button {
        width:76px;
        height:76px;
    }
    .head-buttons input[type=text],
    .head-buttons input[type=password],
    .head-buttons input[type=email] {
        padding:10px;
        width:260px;
    }
    .head-buttons input[type=button],
    .head-buttons input[type=submit] {
        display:block;
        padding:15px 0;
        width:262px;
        margin-bottom:10px;
    }
    .login-wrap input[type=button],
    .login-wrap input[type=submit] {
        margin-left:36px;
    }
    .search-wrap input[type=text],
    .search-wrap input[type=password],
    .search-wrap input[type=email] {
        margin-bottom:10px;
    }
    .login-wrap a, .search-wrap a,
    .login-wrap a.reglink, .login-wrap a.reglink.lost {
        display:block;
        padding:15px;
        margin:0 0 10px;
        border:solid 1px #ffffff;
        text-align: center;
        margin-left:36px;
        width:262px;
    }
}
@media (min-width:992px) {
    .head-menu {
        float:left;
    }
    .head-buttons {
        position:relative;
        float:right;
    }
    .login-wrap a, .search-wrap a {
        font-size:10px;
        text-transform:uppercase;
    }
    .head-buttons input[type=text],
    .head-buttons input[type=password],
    .head-buttons input[type=email] {
        padding:5px;
        width:160px;
    }
    .login-wrap input[type=submit] {
        margin-left:36px;

        margin-bottom:10px;
    }
    .part-search form {
        white-space:nowrap;
    }
    .part-search form input {
        display:inline-block;
    }
    .part-search form input[type=submit]{
        margin-left:5px;
    }
    form.search {
        white-space:none;
    }
}
@media (min-width:1366px){
    
}

/* HEAD END */

/* FOOTER */

footer {
    background-color:#171d38;
    padding:74px 0;
    color:#898989;
}
footer a {
    color:#898989;
}
footer .component-body {
    margin-left:0;
    margin-right:0;
}
footer a:hover {
    color:#eaeaea;
}
footer .accent,
footer h2,
footer h3,
footer p,
footer ul li {
    margin:0 0 12px 0;
    padding:inherit;
    font-size:inherit;
    line-height:inherit;
}
footer .accent,
footer h2 {
    font-family:OpenSansBold;
    color:#eaeaea;
    text-align:left;
}
footer .nav > li > a {
    display:inline;
    color:#898989;
    padding:0;
}
footer .nav > li > a:hover {
    background:none;
    color:#eaeaea;
}
footer .social .nav > li > a {
    display:block;
    width:41px;
    height:41px;
    float:left;
    margin:0 10px 10px 0;
    background-repeat: no-repeat;
    background-image:url('../gfx/social.png');
    text-indent: -1000px;
    overflow: hidden;
}
footer .social .nav > li.social-fb > a {
    background-position:0 0;
}
footer .social .nav > li.social-fb > a:hover {
    background-position:-41px 0;
}
@media(max-width:991px){
    footer .part-user {
        margin:0 0 32px 0;
    }
    footer .logo-footer {
        margin:0 auto;
    }
    footer, footer *, footer h2 {
        text-align:center;
    }
    footer .nav.c185 > li > a {
        display:block;
        padding:15px 0;
    }
    footer ul.nav.c185 {
        border-bottom:solid 1px #898989;
        margin:32px 0;
    }
    footer ul.nav.c185 li {
        margin:0;
    }
    footer ul.nav.c185 li a {
        font-size:24px;
        line-height:32px;
        border-top:solid 1px #898989;
    }
}
.portalhiba {
    width:320px;
    margin:65px auto;
    border-radius:20px;
    background-color:#1c264d;
    padding:20px;
}
.portalhiba * {
    text-align:center;
    color:#ffffff !important;
    margin:0;
}
.portalhiba h2 {
    font-size:76px;
    line-height:86px;
    margin-bottom:10px;
}
.portalhiba p {
    font-family:OpenSansBold;
    font-size:24px !important;
    line-height:34px;
}
@media (min-width:1200px){
    .portalhiba {
        margin-bottom:460px;
    }
}

/* FOOTER END */