@import "//fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext";

body{
    font-family: Open Sans, tahoma, arial;
    background: #f1f0ee;
    color: #363638;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
h2, h3, h4, h5, h6{
    font-weight: 700;
}
h2{
    font-size: 33px;
    line-height: 40px;
}
h3{
    font-size: 24px;
    line-height: 33px;
}
h4{
    font-size: 19px;
    line-height: 29px;
}
h5, h6{
    font-size: 16px;
    line-height: 20px;
}
div{
    margin: 0;
    padding: 0;
}
img{
    border: 0 none;
}
p{
    font-weight: 400;
    line-height: 23px;
    margin: 10px 0;
}
ul, ol{
    margin: 10px 0 10px 30px;
    padding: 0;
}
ul li, ol li{
    margin: 8px 0;
    outline: medium none;
    padding: 0;
}
input, textarea{
    font-size: 12px;
    margin: 0;
    outline: medium none;
}
form{
    margin: 0;
    padding: 0;
}
.clr{
    clear: both;
}
a{
    color: #2ab27a;
    outline: medium none;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
a:hover {
    color: #111;
}

.header{
    width: 100%;
    height: auto;
    position: relative;
    height: 175px;
}
.in_header{
    width: 1260px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
}
body.page-1 .header{
    height: auto;
}
.header h1{
    width: 1260px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
}
.header h1 a{
    background: url("logo.png") 0 0 no-repeat;
    display: block;
    font-size: 0;
    height: 90px;
    width: 485px;
}
.header h1 a:hover{
    opacity: 0.7;
}
#slogen {
    box-sizing: border-box;
    color: #2AB27A;
    font-size: 20px;
    left: 0;
    margin: 0;
    padding: 0 0 0 170px;
    position: absolute;
    text-shadow: 1px 1px 0 #fff;
    top: 70px;
    width: 100%;
}
#menutop{
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    margin: 0 auto;
    width: 1260px;
    height: 60px;
    background: #fff;
    border-bottom: 5px solid #2ab27a;
}
#menutop li{
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
}
#menutop li a{
    float: left;
    padding: 20px;
    color: #363638;
    text-transform: uppercase;
    border-left: 1px solid #f1f0ee;
    transition: none;   
    font-size: 14px;
    height: 20px;
}
#menutop li.first a{
    border: none;
}
#menutop li a:hover, #menutop li a.active{
    background: #363638 url("menutop.gif") center bottom no-repeat;
    color: #fff;
    transition: none;
}
#menutop li ul {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 13px 0;
    width: 260px;
    background: #2ab27a;
}
#menutop li ul li {
    background: #2ab27a;
    font-size: 9px;
    margin: 0;
    padding: 0;
    width: 100%;
}
#menutop li ul li a{
    font-size: 14px;
    border: none;
    padding: 5px 20px;
    color: #fff;
}
#menutop li ul li a:hover, #menutop li ul li a.active{
    color: #111;
    background: none;
}

#ws_search{
    position: absolute;
    right: 0;
    top: 116px;
}
.ws_text{
    border: 1px solid #eee;
    background: #fff;
    color: #888;
    padding: 16px;
    width: 160px;
    border-right: none;
    height: 20px;
    font-size: 12px;
}
.ws_submit{
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 54px;
    float: right;
    width:40px;
    background: #363638 url("https://www.oxygengarden.hu/pages/oxygen/desing/style/search.gif") 8px 14px no-repeat;
}
.ws_submit:hover{
    opacity: 0.7;
}
.social_icons{
    position: absolute;
    right: 0;
    top: 37px;
}
.social_icons a{
    width: 32px;
    height: 32px;
    font-size: 0;
    float: left;
    margin-left: 9px;
}
.social_icons a:hover{
    opacity: 0.75;
}
.social_icons a.facebook{
    background: url("social_icons.gif") left top no-repeat;
}
.social_icons a.twitter{
    background: url("social_icons.gif") center top no-repeat;
}
.social_icons a.googleplus{
    background: url("social_icons.gif") right top no-repeat;
}



.header img{
    max-width: 100%;
    min-width: 100%;
    margin-top: 142px;
}
.flexslider-header{
    left: 0;
    right: 0;
    width: 100%;
    bottom: auto;
    top: 0;
}
.flexslider{
    background: none;
}
.flexslider-header .flex-cLeft,
.flexslider-header .flex-cRight,
.flexslider-header .flex-cBottom{
    width: 1260px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px;
    left: 0; 
    right: 0;
    padding: 0 0 100px;
    top: 240px;
    display: inline-block;
}
.flexslider-header .flex-caption h3{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 39px;
    text-shadow: none;
    margin: 0;
    background: #2ab27a;
    padding: 15px 30px 10px;
    display: table;
    opacity: 0.8;
}
.flexslider-header .flex-caption h4{
    font-weight: 300;
    font-size: 30px;
    text-shadow: none;
    background: #2ab27a;
    padding: 5px 30px 15px;
    display: table;
    margin: 0;
    opacity: 0.8;
}
.flex-caption a{
    left: 0;
    right: auto;
    background: #202020;
    padding: 15px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}
.flex-caption a:hover{
    background: #444;
}
.flex-control-nav{
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1260px;
}
.flex-direction-nav li .prev{
    width: 40px;
    height: 40px;
    background: url("nav.png") left top no-repeat;
    border: none;
    opacity: 0.8;
    margin: 0;
}
.flex-direction-nav li .next{
    width: 40px;
    height: 40px;
    background: url("nav.png") right top no-repeat;
    border: none;
    opacity: 0.7;
    margin: 0;
}
.flex-direction-nav li .prev:hover, .flex-direction-nav li .next:hover{
    opacity: 1;
}
.flex-direction-nav li a{
    top: 55%;
}
.felx-bottomLeft, .felx-bottomRight, .felx-bottomMiddle{
    bottom: 60px;
    left: 0px;
}
.felx-topLeft, .felx-topRight, .felx-topMiddle{
    top: 200px;
}
.flex-control-nav li a{
    width: 9px;
    height: 9px;
    background: #202020;
    border: 3px solid #fff;
}
.flex-control-nav li a:hover, .flex-control-nav li a.active{
    background: #2ab27a;
}

/*   HEADER VÉGE   */

.contentbox_container{
    margin: 0 auto;
    width: 1260px;
}
.contentbox{
    margin: -38px 1% 7px;
    position: relative;
    width: 31%;
}
.contentbox .contentbox_content{
    margin: 0;
    padding: 0;
    background: #fff url("contentbox.gif") no-repeat scroll center bottom / contain;
    border-top: 5px solid #2ab27a;
    padding-bottom: 50px;
}
.contentbox h3{
    font-size: 32px !important;
    font-weight: 400;
    margin: 0;
    padding: 20px 20px 15px !important;
}
.contentbox p{
    margin: 0;
    padding: 0 20px !important;
    font-family: arial, tahoma;
    color: #777;
    font-size: 15px !important;
    line-height: 20px;
}
.contentbox .picture{
    margin: 10px 5% 20px;
    width: 90%;
}
.contentbox .button{
    background: #2ab27a;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 14px;
    width: auto;
    border-radius: 0;
    font-size: 13px;
    margin: 15px auto 0;
    display: inline-block;
}
.contentbox .button:hover{
    background: #363638;
}
#main{
    width: 1260px;
    margin: 0 auto;
}
.st1{
    background: #fff;
    width: 100%;
    padding: 30px 0;
}
.st7{
    padding-bottom: 40px;
}
.st2{
    padding-top: 30px;
}
#left{
    float: left;
    width: 25%;
    margin: 30px 5% 30px 0;
    
    display: none;
}
#right{
    display: none;
}
#center{
    width: 100%;
    float: left;
    margin: 30px 0;
}
body.page-1 #main{
    width: 100%;
}
body.page-1 #center{
    width: 100%;
    float: none;
    margin: 0;
}
#start_static, #start_article{
    width: 1260px;
    margin: 0 auto;
    text-align: center;
}
#center h2{
    font-weight: 400;
    margin: 0 0 20px 0;
}
#center h2 a{
    color: #363638;
}
#center h2 a:hover{
    color: #2ab27a;
}
#static a, #start_static a{
    text-decoration: underline;
}
#start_article .row{
    text-align: left;
    border-top: 1px solid #d8d8d8;
    margin: 15px 0 0;
    padding: 15px 0 0;
}
#start_article .row.first{
    margin: 0;
    border: none;
    padding: 0;
}
#start_article h3{
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 18px;
}
#start_article h3 a:hover{
    text-decoration: underline;
}
#start_article span.date{
    font-weight: 700;
    font-size: 12px;
}
#start_article a.piccont{
    float: left;
    margin: 0 20px 10px 0;
}
#references .row{
    margin: 0 0 20px;
}
#references h3{
    font-weight: 300;
    font-size: 27px;
    margin: 0 0 15px;
}
#references a.piccont{
    float: left;
    margin: 0 20px 10px 0;
}
#article h3{
    margin: 0 0 15px;
}
#article h3 a{
    font-size: 24px;
    font-weight: 300;
}
#article a.piccont{
    float: left;
    width: 24%;
    margin: 0 20px 10px 0;
}
#article a.piccont img{
    width: 100%;
}
#article span.date{
    font-weight: 700;
    font-size: 13px;
}
#article .row{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
}
#article_long a.piccont{
    float: left;
    margin: 0 20px 20px 0;
}
#article_long p.date{
    font-weight: 600;
}
#article_long p.lead{
    font-size: 21px;
    font-weight: 300;
}
#partners h3{
    font-weight: 300;
    font-size: 26px;
    margin: 0 0 10px;
}
#partners img{
    float: right;
    margin: 0 0 10px 20px;
}
#partners .row{
    margin-bottom: 20px;
}
#faq h3{
    font-weight: 300;
    font-size: 26px;
    margin: 0 0 10px;   
}
#faq p{
    margin: 0 0 15px;
}
#links ul{
    margin: 0 0 0 15px;
}
#links li{
    list-style-type: square;
}
#links li a{
    padding-left: 10px;
}
#gallery h3{
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 24px;
}
#gallery p{
    margin: 0;
}
#gallery a.piccont{
    box-sizing: border-box;
    height: 250px;
    width: 20%;
    border: 10px solid #f1f0ee;
    float: left;
    text-align: center;
    background: #bbb;
}
#gallery a.piccont img{
    bottom: -9999px;
    left: -9999px;
    margin: auto !important;
    position: absolute;
    right: -9999px;
    text-align: center;
    top: -9999px;
    transition: all 0.5s ease 0s;
    max-width: 150%;
}
#questbook h2{
    margin-bottom: 40px;
}
#comment_form b {
    float: left;
    font-weight: 600;
    width: 130px;
}
#comment_form .input_text, #comment_form textarea {
    border: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 10px;
    width: 500px;
    font-family: arial, tahoma;
}
#comment_form textarea {
    height: 130px;
}
#comment_form .button {
    background: #2ab27a;
    border-radius: 0;
    color: #fff;
    float: left;
    font-weight: 700;
    margin: 0;
    padding: 15px 35px;
    text-transform: uppercase;
}
#comment_form .button:hover {
    background: #363638;
}
#questbook h4, #comment h4 {
    border-top: 1px solid #ccc;
    margin: 20px 0 0;
    padding: 15px 0 0;
}
#questbook h4 .left, #comment h4 .left {
    font-size: 20px;
    font-weight: 400;
    margin-right: 0;
    text-align: left;
    width: 75%;
}
#questbook h4 .right, #comment h4 .right {
    float: right;
    font-size: 14px;
    font-weight: 600;
    width: auto;
}
#comment h4 {
    float: left;
    width: 100%;
}
#questbook .row p{
    color: #59595b;
}






/*   L E F T  */

#menuside{
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
    border-top: 1px solid #ccc;
}
#menuside li{
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menuside li a{
    display: block;
    text-transform: uppercase;
    color: #363638;
    border-bottom: 1px solid #ccc;
    padding: 9px 0;
    font-weight: 600;
}
#menuside li a:hover{
    color: #2ab27a;
    border-color: #2ab27a;
    padding-left: 10px;
}
#menuside li.active a{
    padding-left: 10px;
    color: #2ab27a;
    border-color: #2ab27a;
}
.box{
    width: 100%;
    margin: 0 0 40px;
}
.box h3{
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 400;
    color: #363638;
    text-transform: uppercase;
}
.box h3 a{
    color: #363638;
    text-transform: uppercase;
}
.box h3 a:hover{
    text-decoration: underline;
}
.box_faq h4{
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.box_faq span{
    margin-bottom: 15px;
    display: block;
}
.box_article h4{
    margin: 0 0 3px;
}
.box_article h4 a{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.box_article h4 a:hover{
    text-decoration: underline;
}
.box_article span{
    display: block;
    margin: 0 0 15px;
    font-weight: 600;
    color: #666;
}
.box_link ul{
    margin: 10px 0 0 15px;
}
.box_link ul li{
    list-style-type: square;
}
.box_link ul li a{
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    display: inline-flex;
}
.box_static a{
    text-decoration: underline;
}
.box_fblike h3{
    display: none;
}



a.piccont:hover{
    opacity: 0.7;
}
.more{
    font-weight: 700;
    font-size: 11px;
    float: right;
    text-transform: uppercase;
}
.more:after{
    content: "| >";
    margin: 0 0 0 6px;
}
.back{
    font-weight: 700;
    font-size: 11px;
    float: left;
    text-transform: uppercase;
}
.back:before{
    content: "< |";
    margin: 0 6px 0 0;
}
.link_all{
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    border-top: 1px solid #2ab27a;
    border-bottom: 1px solid #2ab27a;
    padding: 5px 10px;
}
.link_all:hover{
    border-color: #111;
}
.share a{
    background: #2ab27a;
    border-radius: 0;
    width: 38px;
    margin-right: 7px;
    padding: 9px 0;
}
.s-facebook{
    float: right;
    text-align: right;
}
#pager{
    margin: 0 0 20px;
    padding: 0;
    display: block;
    float: left;
}
#pager .szamlink{
    float: left;
    text-align: center;
    height: 20px;
}
#pager .szlbal, #pager .szljobb{
    width: 60px;
}
#pager .szlbal{
    text-align: left;
}
#pager .szlkozep{
    width: 762px;
    text-align: center;
}
#pager .szljobb{
    text-align: right;
}
#pager .szamlink a{
    background: #363638;
    padding: 3px 10px;
    margin: 0 2px;
    color: #fff; 
}
#pager .szamlink a:hover{
    color: #fff;
    background: #808080;
}
#pager .szamlink strong{
    background: #2ab27a;
    padding: 3px 10px;
    margin: 0 2px;
    color: #fff;
}
#center .form_container {
    background: #d8d8d8;
    color: #999;
    margin: 40px auto;
    padding-bottom: 2px;
    width: 390px;
}
#center .form_container .form_content {
    padding: 25px 20px 35px;
}
#center .form_container h4 {
    background: #2ab27a;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}
#center .form_container p {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 20px;
    text-align: center;
}
#center .form_container strong {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}
#center .form_container .row {
    margin-bottom: 10px;
}
#center .form_container input.text, .form_container textarea {
    border: medium none;
    color: #333;
    background: #f9f9f9;
    padding: 12px 10px;
    width: 330px;
}
#center .form_container select {
    border: medium none;
    color: #333;
    background: #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 10px;
    width: 350px;
}
#center .form_container textarea {
    height: 80px;
}
#center .form_container p.small {
    font-size: 12px;
    font-weight: 300;
    margin: 20px 0 0;
    text-align: center;
}
#center .form_container label {
    color: #333;
    cursor: pointer;
    font-size: 12px;
}
#center .form_container input[type="checkbox"] {
    cursor: pointer;
    margin-right: 10px;
}
#center .form_container .button {
    background: #202020 ;
    border: medium none;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    margin: 20px 0 0 95px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 160px;
}
#center .form_container .button:hover {
    background: #363638;
}
#lightview1 h3.ok, #lightview2 h3.ok{
    background: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
}
#lightview1, #lightview2{
    border-radius: 0;
    padding-bottom: 5px;
    background: #0d0d0d;
    border: 20px solid #0d0d0d;
    box-shadow: none;
    box-shadow: 0px 0px 2px #000;
}
#lw_bg1, #lw_bg2{
    opacity: 0.9;
}
#lightview1 h3, #lightview2 h3{
    background: none;
}
.galleria-container{
    background: #0d0d0d;
}
#lightview1 h3, #lightview2 h3{
    padding-right: 30px;
    line-height: 20px;
}



/*   FOOTER   */

.footer{
    width: 100%;
    background: #363638;
    padding: 30px 0 0;
    box-shadow: 0 0 20px #ccc;
    position: relative;
}
.footer_cont{
    width: 1260px;
    margin: 0 auto;
}
.footer_cont p{
    margin: 0;
}
.foot_menu{
    color: #363638;
    float: left;
    width: 25%;
    line-height: 0;
    font-size: 0;
}
.foot_menu p{
    line-height: unset;
}
.foot_menu p a{
    color: #6f7767;
    border-bottom: 1px solid #404041;
    padding: 5px 0;
    font-size: 14px;
    display: block;
    margin-right: 40px;
    text-transform: uppercase;
    line-height: 24px;
}
.foot_menu p a:hover, .foot_menu p a.active{
    color: #fff;
}
.foot_box{
    float: left;
    width: 25%;
}
.foot_box h4, .foot_menu h4{
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}
.foot_box p{
    margin: 0;
    font-size: 14px;
    padding: 0 40px 0 0;
    color: #6f7767;
    font-weight: 300;
    line-height: 23px;
}
.footer span{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #202020;
    padding: 12px 0;
    margin-top: 50px;
    display: block;
    text-transform: uppercase;
}
.footer .container{
    position: absolute;
    bottom: 53px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
#gohome{
    color: #000;
    font-size: 12px;
}
#gohome:hover{
    color: #fff;
}
.insertPic {
    width: 96%;
}

.foot_menu, 
.foot_box {
    width: 33.33%;
}
.footer ul{
    color: #6f7767;
    margin: 10px 0 10px 12px;
}
.footer a{
    color: #6f7767;
}
.footer a:hover{
    color: #fff;
}

@media only screen and (max-width: 1366px) {
    .header h1, 
    .in_header, 
    #menutop, #main, 
    .footer_cont, 
    .contentbox_container, 
    #start_static, 
    #start_article, 
    .flexslider-header .flex-cLeft, 
    .flexslider-header .flex-cRight, 
    .flexslider-header .flex-cBottom{
        width: 915px;
    }
    /*.contentbox{
        width: 291px;
    }
    .contentbox .contentbox_content{
        background-size: 100%;
    }
    .contentbox{
        margin-left: 21px;
    }*/
    #comment_form .input_text, 
    #comment_form textarea{
        width: 480px;
    }
    #box_content_share{
        padding: 10px 0 0 !important;
    }
    .foot_box p{
        font-size: 13px;
    }
    .share a{
        width: 30px;
        padding: 6px 0;
    }
    #pager .szlkozep{
        width: 520px;
    }
    .ws_text{
        width: 100px;
    }
    #gallery a.piccont{
        height: 200px;
        width: 25%;
    }
}
@media only screen and (max-width: 1024px) {
    div{
        box-sizing: border-box;
    }
    .header,
    .header h1,
    #menutop,
    .contentbox_container, 
    .flexslider-header .flex-cLeft, 
    .flexslider-header .flex-cRight, 
    .flexslider-header .flex-cBottom{
        /*width: 300px;*/
        width: 100%;
    }
    .header img {
        margin-top: 163px;
    }
    #main,
    .in_header,
    #start_static,
    #start_article, 
    .footer_cont {
        width: 94%;
    }
}
@media only screen and (max-width: 820px) {
    #slogen { display: none; }
    .foot_menu, 
    .foot_box{
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
    }
    .foot_box p{
        padding: 0;
    }
    .foot_menu p a{
        margin-right: 0;
    }
    #center .form_container,
    #center .form_container input.text, 
    #center .form_container textarea{
        width: 100%;
        box-sizing: border-box;
    }
    #center .form_container .button {
        display: block;
        margin: 20px auto;
    }
    .header h1 a {
        width: 180px;
    }
    .contentbox h3 {
        font-size: 16px !important;
    }
    #menucont {
        margin: 0 auto;
        position: relative;
        transition: none 0s ease 0s ;
    }
    #menukey::before {
        color: #fff;
        content: "";
        font-family: FontAwesome;
        font-size: 21px;
        font-weight: lighter;
        margin: 0;
    }
    #menukey {
        background: #333 none repeat scroll 0 0;
        cursor: pointer;
        display: block;
        left: 0;
        padding: 10px 20px;
        position: absolute;
        top: 102px;
        transition: none 0s ease 0s ;
        width: auto;
    }
    #menukey.opened {
        transition: none 0s ease 0s ;
        width: 200px;
        z-index: 2000;
    }
    #menutop {
        display: none;
        height: auto;
        margin: 12px 0 0;
        padding: 0 0 10px;
        position: static;
        text-align: left;
        width: 200px;
        clear: both;
        border: none;
        background: #333;
        border-top: 1px solid #fff;
        transition: none;
    }
    #menutop li{
        float: none;
        width: 200px;
        border-bottom: 1px solid #fff;
    }
    #menutop li a{
        display: block;
        padding: 4px;
        margin: 0;
        border: none;
        float: none;
        color: #fff;
        background: none;
    }
    #menutop li a:hover, #menutop li a.active{
        color: #34a7a0;
        background: none;
    }
    #menutop li ul{
        display: block;
        position: relative !important;
        padding: 0;
        border-top: 1px solid #fff;
    }
    #menutop li ul li{
        background: #333;
        border: none;
    }
    #menutop li ul li a{
        background: none;
        border: none;
        padding: 4px 4px 4px 17px;
        border-top: 1px solid #fff;
    }
    #menutop li ul li a:hover, #menutop li ul li a.active{
        color: #34a7a0;
    }   
    #gallery a.piccont {
        height: 180px;
        width: 33.33%;
    }
    .header h1 a{ width: 300px; margin-top:25px;background-size:100%; }
}
@media only screen and (max-width: 480px) {
    .header h1 a {
        width: 237px;
    }
    #gallery a.piccont {
        height: 160px;
        width: 50%;
    }
    .insertPic {
        width: 100%;
    }
    .contentbox{
        margin: 10px 10% 10px;
        width: 80%;
    }
    #selecthouse .orientation_box{ width: 96% !important; }
    .houses .box{ width: 94% !important; margin: 3% !important; padding: 3% !important; }
    .header h1 a{ width: 260px; margin-top:25px;background-size:100%; }
}