@import url(https://fonts.googleapis.com/css?family=Hind:400,500,600,700,300&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Lekton:400,700,400italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300,600,700italic&subset=latin,latin-ext);
body{
    margin: 0;
    padding: 0;
    font-size: 13px;
    background: #eeeeee;
    color: #232323;
    font-family: hind, tahoma, arial;
}
div{
    margin: 0;
    padding: 0;
}
img{
    border: 0 none;
}
p img{
    max-width: 100%;
}
p{
    margin: 10px 0;
    line-height: 20px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #444444;
}
ul, ol{
    margin: 10px 0 10px 30px;
    padding: 0; 
}
ul li, ol li{
    margin: 8px 0;
    padding: 0; 
    outline: none;
}
input, textarea{
    margin: 0;
    outline: none;
    font-size: 11px;
    font-family: tahoma, arial;
}
form{
    margin: 0;
    padding: 0;
}
.clr{
    clear: both;
}
a{
    outline: none;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    color: #e56c69;
}
a:hover{
    color: #7d0300;
}
h2{
    font-weight: 700;
    font-size: 35px;
}
h3{
    font-weight: 600;
    font-size: 24px;
}
h4{
    font-weight: 600;
    font-size: 20px;
}
h5, h6{
    font-weight: 500;
    font-size: 22px;
}
.gomb {
    background-color: #e66c67;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-family: tahoma,arial !important;
    font-size: 16px;
    font-weight: normal !important;
    padding: 10px 40px;
    text-transform: uppercase;
}
.gomb:hover{
    text-decoration: none !important;
    color: #fff !important;
    opacity: 0.5;
}
#header_cont{
    width: 100%;
    height: 340px;  
}
#header{
    width: 1120px;
    margin: 0 auto;
    position: relative;
    height: 340px;
}
.header_pic {
    background-position: center center;
    background-size: cover;
    height: 340px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
.header_pic img {
    display: none;
}
h1{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 138px;
    text-align: center;
}
h1 a{
    background: rgba(0, 0, 0, 0) url("logo.png") no-repeat scroll center top;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-top: 130px;
    text-transform: uppercase;
}
h1 a:hover{
    color: #e56c69;
}
p.slogen{
    position: absolute;
    top: 186px;
    left: 0;
    right: 0;
    color: #bbbbbb;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    font-family: lekton, arial, tahoma;
}
#menutop{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #5c5258;
    text-align: center;
}
#menutop li{
    display: inline-table;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menutop li a{
    padding: 20px 0;
    margin: -1px 25px 0;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: block;
    height: 20px;
    text-transform: uppercase;
}
#menutop li a:hover, #menutop li a.active{
    color: #e56c69;
    border-top: 3px solid #e56c69;
    padding-top: 17px;
    transition: none;
}
#menutop ul{
    background: #fff;
    width: 230px;
    box-shadow: 0 0 3px #bbb;
}
#menutop ul li{
    margin: 0;
    padding: 0;
    width: 100%;
}
#menutop ul li a{
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: block;
    padding: 13px 25px;
    color: #333;
    text-align: left;
    margin: 0;
    border-top: 1px solid #dddddd;
}
#menutop ul li a.first{
    border: none;
}
#menutop ul li a:hover, #menutop ul li a.active{
    border-top: 1px solid #dddddd;
    padding: 13px 25px;
}
#menutop li ul li{
    display: list-item;
}

/*   SLIDER   */
.flexslider-page{
    margin: 50px 0;
}
.flex-control-nav li a{
    border-radius: 20px;
    width: 14px;
    height: 14px;
}
.flex-control-nav li a.active, .flex-control-nav li a:hover{
    background: #e56c69;
}
.flex-cBottom{
    padding: 0 0 100px 0;
    width: 100%;
}
.flexslider-page .flex-caption h3{
    font-size: 27px;
    font-weight: 400;
    margin: 0;
    padding: 15px 30px;
    text-shadow: 0 1px 0 #111;
    background: rgba(0, 0, 0, 0.5);
    width: auto;
    display: table;
}
.flexslider-page .flex-caption h4{
    font-size: 15px;
    font-weight: 500;
    text-shadow: 0 1px 0 #111;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    display: table;
    padding: 15px 30px;

}
.flex-caption a{
    background: #e56c69;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 30px;
    text-transform: uppercase;
    bottom: 20px;
    right: 20px;
}
.flex-caption a:hover{
    text-decoration: underline;
}
.flexslider-page .flex-cLeft, .flexslider-page .flex-cRight{
    width: 350px;
}
.flexslider-page .flex-cLeft h3, .flexslider-page .flex-cRight h3{
    margin: 30px 30px 10px;
    line-height: 30px;
}
.flexslider-page .flex-cLeft h4, .flexslider-page .flex-cRight h4{
    margin: 0 30px;
}
.flex-direction-nav li .prev{
    position: abbsolute;
    left: 0;
    bottom: 0;
    top: auto;
    width: 60px;
    height: 60px;
    background: url("prev_next.png") left top no-repeat;
    border: none;
    margin: 0;
}
.flex-direction-nav li .prev:hover{
    background: url("prev_next.png") left bottom no-repeat;
}
.flex-direction-nav li .next{
    position: abbsolute;
    left: 63px;
    bottom: 0;
    top: auto;
    width: 60px;
    height: 60px;
    background: url("prev_next.png") right top no-repeat;
    border: none;
    margin: 0;
}
.flex-direction-nav li .next:hover{
    background: url("prev_next.png") right bottom no-repeat;
}
.flex-direction-nav li .prev, .flex-direction-nav li .next{
    transition: none;
}

/*   KEZDŐOLDALI DOBOZOK   */
.contentbox_container{
    margin-bottom: 40px;
}
.contentbox .contentbox_content{
    background: none;
}
.contentbox .contentbox_content:hover{
    opacity: 0.8;
}
.contentbox .contentbox_content h3{
    font-size: 22px !important;
    font-weight: 400;
}
.contentbox .contentbox_content p{
    font-size: 14px !important;
}
.contentbox .button{
    background: #e56c69;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    padding: 8px 0;
    text-transform: uppercase;
    height: 19px !important;
}
.contentbox .button:hover{
    text-decoration: underline;
}

/*   MAIN   */

#left, #right{
    display: none;
}
#main{
    margin: 0 auto;
    width: 930px;
}
#center h2{
    text-align: center;
    margin: 20px 0 30px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 42px;
}
#center h2 a{
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #232323;
}
#center h2 a:hover{
    color: #e56c69;
}
#center h2 a:before{
    font-family: FontAwesome;
    font-size: 30px;
    content: "\f101";
    margin: 0 20px 10px 0;
    color: #e56c69;
    vertical-align: inherit;
    font-weight: normal;
}
#static, #start_static, #article, #start_article, #article_long, 
#references, #partners, #faq, #questbook, #links, #gallery{
    margin: 0 0 40px;
}
#start_static .content, #static .content, #article_long .content, #references .content, 
#links .content{
    background: #fff;
    padding: 40px;
}
#static a, #start_static a{
    font-family: lekton;
    font-weight: bold;
}
#static a:hover, #start_static a:hover{
    text-decoration: underline;
}
#gallery h3{
    background: #fff;
    padding: 20px 30px 5px;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}
#gallery ul{
    background: #fff;
    margin: 0;
    padding: 15px 30px 15px 60px;
}
#gallery p{
    background: #fff;
    padding: 0 30px 30px;
    margin: 0;
}
#gallery a.piccont{
    width: 222px;
    height: 222px;
    float: left;
    text-align: center;
    background: #fff;
    margin: 5px;
}
#gallery a.piccont:hover{
    background: #bbb;
    opacity: 0.8;
}
#gallery a.piccont img {
    bottom: -9999px;
    left: -9999px;
    margin: auto !important;
    max-height: 200px;
    max-width: 200px;
    position: absolute;
    right: -9999px;
    top: -9999px;
}
.gallery-container{
    margin: 5px 0;
}
#article .row, #start_article .row{
    background: #fff;
    padding: 20px 30px;
    margin: 0 0 1px;
    position: relative;
    min-height: 125px;
}
#article .row:hover, #start_article .row:hover{
    background: #fafafa;
}
#article .date, #start_article .date{
    background: #e56c69;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    height: 48px;
    left: 30px;
    line-height: 21px;
    padding: 8px 5px 5px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 50px;
    word-wrap: break-word;
    font-family: open sans;
}
#article h3, #start_article h3{
    margin: 10px 130px 10px 90px;
}
#article h3 a, #start_article h3 a{
    color: #666;
    line-height: 25px;
    font-size: 22px;
    font-weight: 600;
}
#article h3 a:hover, #start_article h3 a:hover{
    color: #e56c69;
}
#article a.piccont, #start_article a.piccont{
    width: 100px;
    text-align: center;
    border: 1px solid #eee;
    padding: 6px;
    position: absolute;
    top: 30px;
    right: 30px;
}
#article a.piccont:hover, #start_article a.piccont:hover{
    border-color: #e56c69;
}
#article p, #start_article p{
    margin: 0 130px 10px 90px;
}
#article_long a.piccont{
    float: left;
    margin: 0 20px 10px 0;
}
#article_long a.piccont:hover{
    opacity: 0.8;
}
#article_long .date{
    font-family: lekton;
    color: #999;
    font-size: 17px;
    margin: 0 0 10px;
}
#references .row{
    margin: 0 0 15px;
    padding: 2%;
    background: #f0f0f0;
    width: 96%;
    position: relative;
}
#references h3{
    margin: 0 0 10px;
    float: right;
    width: 595px;
    font-size: 19px;
    font-weight: 600;
}
#references a.piccont{
    float: left;
    margin: 0 20px 10px 0;
}
#references a.piccont:hover{
    opacity: 0.7;
}
#references a{
    font-size: 16px;
}
#links ul{
    margin: 0;
    padding: 0;
}
#links ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#links ul li a{
    border-bottom: 1px solid #dddddd;
    display: block;
    padding: 8px 0;
    font-size: 17px;
    color: #e56c69;
}
#links ul li a:hover{
    color: #333;
}
#links ul li a:before{
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f178";
    margin: 0 20px 0 0;
    color: #e56c69;
    vertical-align: inherit;
    font-weight: normal;
}
#comment_form{
    width: 710px;
    margin: 0 auto;
}
#comment_form .inpt{
    width: 49%;
    float: right;
    overflow: hidden;
} 
#comment_form .inpt:first-child{
    float: left;
}
#comment_form .txt{
    float: left;
}
#comment_form .inpt b, #comment_form .txt b{
    display: block;
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 4px;
}
.input_text, .txt textarea{
    background: #fff;
    border: none;
    box-shadow: 0 0 0 1px #ddd inset;
    padding: 10px 2%;
    color: #999;
}
.input_text{
    width: 96%;
}
.txt{
    width: 100%;
}
.txt textarea{
    width: 96%;
    height: 135px;
}
#comment_form .txt b{
    margin: 10px 0;
}
#comment_form .button{
    float: right;
    background: #e56c69;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 35px;
    margin: 15px 0;
    text-transform: uppercase;
}
#comment_form .button:hover{
    text-decoration: underline;
}
#questbook .row{
    width: 660px;
    padding: 15px 25px;
    margin: 0 auto 1px;
    background: #fff;
}
#questbook .row h4{
    margin: 0 0 15px;
}
#questbook .row h4 b{
    font-size: 18px;
    color: #444;
    font-weight: 500 !important;
}
#questbook .row h4 b.right{
    float: right;
    font-size: 16px;
}
#questbook .row p{
    margin: 0;
    color: #999;
}
#faq .content{
    background: #fff;
    padding: 1px 0;
}
#faq h3{
    border-top: 1px solid #eeeeee;
    padding: 15px 30px 0;
    margin: 0 0 15px;
}
#faq h3.first{
    border: none;
}
#faq h3 a{
    color: #333;
    font-weight: 500;
    font-size: 20px;
}
#faq h3 a:hover{
    color: #e56c69;
}
#faq p{
    margin: 0 30px 15px;
    font-size: 17px;
    font-weight: 400;
}
#partners .row{
    background: #fff;
    margin: 0 0 1px;
    padding: 30px;
}
#partners img{
    float: left;
    margin: 0 20px 10px 0;
}
#partners h3{
    margin: 0 0 5px;
    color: #444;
    font-weight: 600;
    font-size: 19px;
}
#partners span{
    font-size: 15px;
    font-weight: 500;
    color: #666;
}


#pager{
    float: left;
    margin: 40px 0 0;
    padding: 0;
    height: 30px;
    display: block;
    width: 100%;
}
#pager .szamlink{
    float: left;
    text-align: center;
    height: 20px;
}
#pager .szlbal, #pager .szljobb{
    width: 60px;
}
#pager .szlbal{
    text-align: left;
}
#pager .szlkozep{
    width: 810px;
    text-align: center;
}
#pager .szljobb{
    text-align: right;
}
#pager .szamlink.szljobb a, #pager .szamlink.szlbal a{
    font-size: 20px;
    padding-top: 10px;
}
#pager .szamlink a{
    padding: 14px 12px;
    margin-right: 1px;
    color: #999; 
    height: 30px;
    font-size: 15px;
    font-family: lekton;
}
#pager .szamlink a:hover{
    color: #232323;
    border-top: 1px solid #232323;
}
#pager .szamlink strong{
    color: #232323;
    margin-right: 1px;
    border-top: 1px solid #232323;
    padding: 14px 12px;
    font-family: lekton;
    font-size: 15px;
}
.more, .back{
    float: left;
    margin-left: 90px;
    font-family: lekton;
    font-size: 15px;
    color: #fff;
    background: #333333;
    padding: 2px 20px;
    border-radius: 30px;
}
.back{
    margin: 0;
}
.more:hover, .back:hover{
    background: #777;
    color: #fff;
}
.link_all{
    width: 100%;
    background: #fff;
    padding: 15px 0;
    display: block;
    text-align: center;
    font-family: lekton;
    font-size: 19px;
}
.link_all:hover{
    text-decoration: underline;
}
.share a{
    height: 16px;
    width: 32px;
    padding: 8px 0;
    border-radius: 60px;
    background: #333;
    margin-top: 50px;
}
.share a:hover{
    opacity: 1;
    background: #e56c69;
}

/*   ŰRLAP   */

.form_container{
    margin: 20px auto;
    width: 390px;
    padding-bottom: 2px;
    background: #fff;
    color: #333;
    border: 1px solid #e56c69;
    border-radius: 7px;
}
.form_container .form_content{
    padding: 15px 0;
}
.form_container h4{
    text-align: center;
    font-size: 27px;
    font-weight: 400;
    margin: 0;
    line-height: 33px;
    padding: 15px 20px 0;
    color: #333;
}
.form_container  .row{
    padding: 1px 20px 11px;
}
.form_container  .row:first-child{
    padding-top: 10px;
}
.form_container p{
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 20px;
    text-align: center;
    color: #333;
    font-weight: 300;
}
.form_container strong{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #e56c69;
    margin: 10px 0 5px 0;
}
.form_container input.text, .form_container textarea{
    width: 308px;
    color: #444;
    padding: 13px 15px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    background: #eaeaea;
}
.form_container select{
    padding: 8px 4px;
    width: 350px;
    color: #444;
    border: 1px solid #e56c69;
    border-radius: 5px;
}
.form_container textarea{
    height: 80px;
}
.form_container p.small{
    margin: 10px 0 0;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}
.form_container  label{
    cursor: pointer;
}
.form_container .button{
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 0px 20px;
    padding: 10px 0;
    width: 340px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background: #e56c69
}
.form_container .button:hover{
    text-decoration: underline;
}

#lw_bg1, #lw_bg2{
    background: url("lw_bg.png") center top;
    opacity: 1;
}
#lightview1 h3.ok, #lightview2 h3.ok{
    background: none;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #333;
}
#lightview1, #lightview2{
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.5);
}
#lightview1 h3, #lightview2 h3{
    background: none;
    padding: 0 0 5px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
#breadcrumbs{
    text-align: center;
    margin: 30px 0 0;
    color: #444;
}
#breadcrumbs a{
    font-family: lekton;
    color: #999999;
    font-size: 14px;
}
#breadcrumbs a:hover{
    color: #e56c69;
}

/*   FOOTER   */

#footer{
    width: 100%;
    border-top: 1px solid #dddddd;
    margin-top: 60px;
    text-align: center;
}
#footer p{
    margin: 0;
    color: #eee;
}
#footer p a{
    color: #333333;
    font-size: 14px;
    display: table;
    margin-left: 40px;
    line-height: 10px;
}
#footer p a:before{
    content: "\f138";
    font-family: FontAwesome;
    color: #e56c69;
    font-size: 15px;
    margin: 0 15px 0 0;
}
#footer p a:hover{
    color: #e56c69;
    text-decoration: underline;
}
#footer a.active{
    color: #e56c69;
}
#gohome{
    display: none;
}
.footer_cont{
    width: 930px;
    margin: 0 auto;
}
.foot_box{
    float: left;
    text-align: left;
    border-left: 1px solid #ddd;
    height: 160px;
    margin: 30px 0;
}
.foot_box:first-child{
    border: none;
}
#footer .foot_box.contact p{
    color: #333;
    margin: 5px 0 30px;
    margin-left: 40px;
    font-weight: 400;
    font-size: 17px;
}
.foot_box.contact b{
    margin-left: 40px;
    color: #777;
    font-weight: 500;
    font-size: 15px;
}
.foot_box b.phone:before{
    content: "\f095";
    font-family: FontAwesome;
    color: #e56c69;
    font-size: 23px;
    margin: 0 15px 0 0;
}
.foot_box b.email:before{
    content: "\f1fa";
    font-family: FontAwesome;
    color: #e56c69;
    font-size: 23px;
    margin: 0 15px 0 0;
}
.foot_box.facebook{
    width: 340px;
}
.foot_box.contact{
    width: 330px;
}

/*   RESPONSIVE   */


@media only screen and (min-width: 1050px) and (max-width: 1200px) {
    #header{
        width: 980px;
    }
}
@media only screen and (min-width: 650px) and (max-width: 1050px){
    #header_cont{
        height: 200px;
    }
    .footer_cont{
        width: 730px;
    }
    #header{
        width: 730px;
        height: 200px;
    }
    h1{
        bottom: 95px;
    }
    p.slogen{
        top: 85px;
        padding: 0 75px;
    }
    #main{
        width: 730px;
    }
    #gallery a.piccont{
        width: 233px;
        height: 233px;
    }
    #gallery a.piccont img{
        max-width: 223px;
        max-height: 223px;
    }
    #pager .szlkozep{
        width: 610px;
    }
    #references h3{
        width: 404px;
    }
    .foot_box.facebook{
        width: 355px;
    }
    .foot_box.menu{
        width: 100%;
        border-left: 0;
        border-top: 1px solid #ddd;
        padding-top: 20px;
        margin-top: 0;
        height: auto;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 1050px){
    #footer .foot_box.menu a{
        float: left;
        margin-left: 10px;
    }
    #footer .foot_box.menu a.s1{
        margin-left: 0;
    }
}
@media only screen and (min-width: 400px) and (max-width: 790px){
    #header, #main, #comment_form, .footer_cont{
        /*width: 550px;*/
        width: 94%;
    }
    h1 a{
        font-size: 25px;
    }
    p.slogen{
        font-size: 16px;
    }
    #gallery a.piccont{
        width: 173px;
        height: 173px;
    }
    #gallery a.piccont img{
        max-width: 163px;
        max-height: 163px;
    }
    #article h3, #start_article h3{
        margin: 10px 130px 10px 80px;
    }
    #article h3 a, #start_article h3 a{
        font-size: 18px;
    }
    #article p, #start_article p{
        margin: 0 130px 10px 80px;
        font-size: 14px;
    }
    .more{
        margin-left: 80px;
    }
    #center h2 a, #center h2{
        font-size: 27px;
        line-height: 28px;
    }
    #pager .szlkozep{
        width: 430px;
    }
    #questbook .row{
        width: 500px;
    }
    #references h3{
        width: 231px;
        line-height: 25px;
    }
    #faq h3 a, #partners h3{
        line-height: 25px;
    }
}
@media only screen and (min-width: 651px) and (max-width: 790px){
    .foot_box.facebook{
        width: 100%;
        border: none;
        text-align: center;
        margin-bottom: 20px;
    }
    .foot_box.contact{
        border: none;
        margin: 20px 0 0; 
        width: 53%;
        padding: 0 3% 0 0;
        border-right: 1px solid #ddd;
    }
    #footer p a{
        margin-left: 25px;
    }
    .foot_box.menu{
        width: 43%;
        border: none;
    }
    #footer .foot_box.contact p.email{
        font-size: 16px;
    }
}
@media only screen and (max-width: 650px){
    #header, #main, .footer_cont{
        /*width: 300px;*/
        width: 94%;
    }
    #header, #header_cont{
        height: 200px;
    }
    h1{
        bottom: 135px;
    }
    h1 a{
        font-size: 18px;
    }
    p.slogen{
        font-size: 15px;
        line-height: 17px;
        top: 50px;
    }
    .flexslider-page .flex-caption h3{
        padding: 7px 10px;
        font-size: 17px;
    }
    .flexslider-page .flex-caption h4{
        padding: 6px 10px;
        font-size: 14px;
    }
    .flex-direction-nav li .prev{
        width: 40px;
        height: 40px;
        background: url("prev_next.png") no-repeat -10px -10px;
    }
    .flex-direction-nav li .prev:hover{
        background: url("prev_next.png") no-repeat -10px -73px;
    }
    .flex-direction-nav li .next{
        width: 40px;
        height: 40px;
        left: 45px;
        background: url("prev_next.png") no-repeat -71px -10px;
    }
    .flex-direction-nav li .next:hover{
        background: url("prev_next.png") no-repeat -71px -73px;
    }
    .flex-caption a{
        padding: 5px 10px;
        bottom: 8px;
        right: 8px;
    }
    .flex-cBottom{
        padding: 0 0 50px;
    }
    .contentbox-rownum-1, .contentbox-rownum-2, .contentbox-rownum-3, 
    .contentbox-rownum-4{
        width: 99%;
    }
    #start_static .content, #static .content, #article_long .content, #references .content, #links .content{
        padding: 10px;
    }
    #static img, #start_static img{
        width: 50%;
    }
    p{
        font-size: 14px;
    }
    #center h2 a, #center h2{
        font-size: 21px;
    }
    #gallery h3{
        padding: 10px 10px 0;
    }
    #gallery p{
        padding: 0 10px 10px;
    }
    #gallery a.piccont{
        width: 140px;
        height: 140px;
    }
    #gallery a.piccont img{
        max-width: 130px;
        max-height: 130px;
    }
    #article .row, #start_article .row{
        padding: 10px;
    }
    #article .date, #start_article .date{
        left: 20px;
        top: 30px;
    }
    #article a.piccont, #start_article a.piccont{
        right: 20px;
        top: 10px;
    }
    #article h3, #start_article h3{
        margin: 120px 0 5px;
    }
    #article p, #start_article p{
        margin: 0 0 10px;
    }
    .more{
        margin-left: 0;
    }
    .form_container{
        width: 270px;
    }
    .form_container h4{
        font-size: 20px;
        line-height: 20px;
    }
    .form_container input.text, .form_container textarea{
        width: 200px;
    }
    .form_container .button{
        font-size: 15px;
        width: 230px;
    }
    .form_container p.small{
        line-height: 14px;
    }
    #partners .row{
        padding: 10px;
    }
    #partners .row img{
        margin-right: 10px;
    }
    #partners h3{
        font-size: 16px;
        line-height: 19px;
    }
    #partners span{
        font-size: 14px;
        line-height: 19px;
    }
    #comment_form{
        width: 300px;
    }
    #comment_form .inpt{
        width: 100%;
    }
    #questbook .row{
        width: 280px;
        padding: 10px;
    }
    #questbook .row h4 b{
        font-size: 14px;
    }
    #questbook .row h4 b.right{
        font-size: 12px;
    }
    #pager .szlkozep{
        width: 180px;
    }
    #pager .szamlink a, #pager .szamlink strong{
        padding: 10px 5px;
    }
    #article_long a.piccont img{
        max-width: 100px;
        max-height: 100px;
    }
    .form_container select{
        width: 230px;
    }
    #references a.piccont{
        margin-left: 35px;
    }
    #references h3, #references p{
        width: 100%;
    }
    .foot_box{
        width: 100%;
    }
}
@media only screen and (max-width: 650px){
    .foot_box.facebook, .foot_box.menu, .foot_box.contact{
        width: 300px;
        border: none;
    }
    .foot_box.facebook{
        margin: 20px 0 30px;
    }
    .foot_box.menu{
        margin: 0 0 20px;
        padding: 0;
    }
    .foot_box.contact{
        margin: 0;
    }
    #footer .foot_box.contact p{
        margin: 5px 0 10px 30px;
    }
}

@media only screen and (max-width: 1050px){
/*   MENU   */
    #menucont{
        margin: 0 auto;
        position: relative;
        
        transition: none;
    }
    #menukey{
        cursor: pointer;
        display: block;
        position: absolute;
        left: 0;
        top: 135px;
        background: #333;
        padding: 10px 15px;
        transition: none;
        width: auto;
    }
    #menukey.opened{
        width: 270px;
        z-index: 2000;
        transition: none;
    }
    #menukey:before{
        color: #fff;
        content: "\f0c9";
        font-family: FontAwesome;
        font-size: 21px;
        font-weight: lighter;
        margin: 0;
    }
    #menutop{
        clear: both;
        display: none;
        height: auto;
        margin: 12px 0 0;
        padding: 0;
        position: static;
        text-align: left;
        width: 100%;
    }
    #menutop li{
        float: none;
        display: block;
        margin: 0;
    }
    #menutop li a{
        display: block;
        padding: 10px;
        margin: 0;
        border-bottom: 1px solid #5c5258;
    }
    #menutop li a:hover, #menutop li a.active{
        border-bottom: 1px solid #5c5258;
        border-top: none;
        padding: 10px;
    }
    #menutop li ul {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        box-shadow: none;
        box-sizing: border-box;
        display: block;
        padding: 0 10px;
        position: relative !important;
        width: 100%;
    }
    #menutop li ul a{
        color: #fff;
        border-bottom: 1px solid #5c5258;
        border-top: none;
        padding: 10px;
    }
    #menutop li ul a:hover, #menutop li ul a.active{
        border-bottom: 1px solid #5c5258;
        border-top: none;
        padding: 10px;
    }
    #menutop ul ul{
        left: 0;
    }
    .header_pic, .header_pic img{
        height: 200px;
    }
}