html, body {
    margin: 0;
    padding: 0; 
    min-height: 100%;
    font-size: 12px;
    //font-family: 'Roboto', sans-serif, Verdana, Helvetica, Tahoma, Arial;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    //src: url('/fonts/Roboto-Reguar.ttf') format("truetype");
    background-color: #333;
    
}
a, a:hover {
    color: #f89838;
    text-decoration: none;
}
img.imgw {
    display: block;
    height: auto !important;
    max-width: 90%;
}
div.clearer {
    clear: both;
}
#home { 
    background-color: #fff;
    width: 100%;
    min-height: 450px;
}

#home .navcontent div.homeicon {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
}
#home img.icon {margin: auto; display: block;
    height: auto !important;
    max-width: 90%;}
#home .logo {
    float: left;
    display: block;
    border-right: 2px solid #9a9b9a;
}
#home .lang {
    float: left;
    display: block;
    width: 30%;
}
#about_us, #bemutatkozas { 
    background-size: 100% auto !important;
    background-color: #f89838;
    background-attachment:  fixed;
    width: 100%;
}
#our_services, #szolgaltatasaink { 
    background-size: 100% auto !important;
    background-color: #f37733;
    background-attachment:  fixed;
    width: 100%;
}
#faq, #gyakori_kerdesek { 
    background-size: 100% auto !important;
    background-color: #9a9b9a;
    background-attachment:  fixed;
}
#contact_us, #elerhetosegeink { 
    background-size: 100% auto !important;
    background-color: #717272;
    background-attachment:  fixed;
    min-height: 550px
}
div.scrollto {
    background-size: 100% auto !important;
    //height: 100% !important;
    //padding: 50px 0;

}
#home img {
    margin: auto 0;
}
input[type=text], textarea{
	width: 250px;
}
.nav {
    padding: 0;
    background-color: slategrey;
    position: -webkit-sticky;
    //top: 45px;
    z-index: 1;
    height: 53px;
    letter-spacing:0px;
    text-transform: uppercase;
    font-weight: bolder;
}
.nav a {
    color: #fff;
    text-decoration: none;
}


div.scrollto{
      padding-top: 30px;
   }
.header, .nav {
    text-align: center;
    color: #fff;
}
/*.content {
    width: 80%;
    margin: 10px auto 100px;
}*/

div.content h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    //src: url('/fonts/Roboto-Thin.ttf') format("truetype");
    font-size: 48px;
    margin: 0;
    line-height: 120px;
}
div.content h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    //src: url('/fonts/Roboto-Thin.ttf') format("truetype");
    font-size: 15px;
    margin: 0 0 15px 0;
}
div.content ul {
    list-style-type: circle;
    margin: 0;
    padding: 15px;
    list-style-position: outside;
}

div.content ul li {
    margin-left: 0;
    text-indent:0px;
}
div.copy {
    font-size: 9px;
    margin: 15px 0;
}



div.content .lead {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
}
div.content .conttext {
    margin-top: 20px;
}
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}
ul.navbar-nav {
    padding: 0;
    margin: 0;
}
ul.navbar-nav li {
    list-style-type: none;
    width: 120px;
    text-align: center;
    
}
ul.navbar-nav li img {
    height: 50px;
    margin: 15px auto 0 auto;
}

.active {
    color: #fff !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
td.data {
    padding-left: 20px;
}

.error {
    color: #ff0000;
    margin-left: 10px;
}
div.hometitle {
    height: 18px;
    margin-top: 10px;
}
div.hometitle span {
    display:none;
    color: #9a9b9a;
    text-transform: uppercase;
    font-size: 15px;
}


@media (min-width: 1200px) {
    #home .navcontent {
        width: 80%;
        height: 80%;
        max-width: 1032px;
        max-height: 492px;
        margin: auto;
        position: relative;
        background: url('../images/design/home-bg.png') left top no-repeat;
        //background-position: 50% 50%;
        background-size: 100% auto !important;
    }
    #home .logo {
        width: 25%;
        margin-left: 15%;
    }
    #home div.homeicons {
        padding: 110px 0 173px 0;
        max-width: 760px;
        margin: auto;
    }
    div.cent {
        width: 960px;
        margin: 0 auto;
    }
    div.harmad {
        float: left;
        width: 31%;
        margin-right: 2%;
    }
    div.icon {
        float: left;
        width: 154px;
        margin: 0;
    }
    div.content {
        width: 806px;
        max-height: 85%;
        overflow-y: auto;
        color: #fff;
        text-align: left;
        opacity: 0.8;
        padding: 0;
        margin: 0 10px 0 0;
        font-size: 16px;
    }
    div.contact {
        width: 50%;
        height: 110px;
        color: #ffffff;
        margin-right: 10px;
        padding: 10px;
        float: left;
        background: url('../images/design/graphic4.png') left bottom no-repeat ;
        background-size: 100% auto !important;
    }
    div.map_canvas {
        float: left;
        width: 65%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    #home .navcontent {
        top: 10px;
        width: 80%;
        height: 80%;
        max-width: 700px;
        max-height: 333px;
        margin: auto;
        position: relative;
        background: url('../images/design/home-bg.png') left top no-repeat;
        //background-position: 50% 50%;
        background-size: 100% auto !important;
    }
    #home .logo {
        width: 25%;
        margin-left: 10%;
    }
    #home div.homeicons {
        padding: 60px 0 100px 0;
        max-width: 600px;
        margin: auto;
    }
    div.content h1 {
        font-size: 40px;
    }
    img.img1 {
        width: 200px;
    }
    div.cent {
        width: 960px;
        margin: 0 auto;
    }
    div.icon {
        float: left;
        width: 154px;
        margin: 0;
    }
    div.content {
        width: 700px;
        max-height: 85%;
        overflow-y: auto;
        color: #fff;
        text-align: left;
        opacity: 0.8;
        padding: 0;
        margin: 0 10px 0 0;
    }
    div.contact {
        width: 30%;
        height: 175px;
        color: #9a9b9a;
        margin-right: 10px;
        padding: 10px;
        float: left;
        background: url('../images/design/graphic4.png') left bottom no-repeat ;
        background-size: 100% auto !important;
    }
    div.map_canvas {
        float: left;
        width: 65%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    #home .navcontent {
        top: 10px;
        width: 80%;
        height: 80%;
        max-width: 600px;
        max-height: 283px;
        margin: auto;
        position: relative;
        //background: url('../images/design/home-bg.png') left top no-repeat;
        //background-position: 50% 50%;
        background-size: 100% auto !important;
    }
    #home div.homeicons {
        padding: 60px 0 100px 0;
        max-width: 500px;
        margin: auto;
    }
    #home .logo {
        margin-left: 5%;
        padding-right: 5%;
    }
    img.img1 {
        width: 150px;
    }
    div.cent {
        width: 700px;
        margin: 0 auto;
    }
    div.content h1 {
        font-size: 35px;
    }
    div.icon {
        float: left;
        width: 20%;
        margin-left: 3%;
    }
    div.content {
        width: 75%;
        max-height: 85%;
        overflow-y: auto;
        color: #fff;
        text-align: left;
        opacity: 0.8;
        padding: 0;
        margin: 0 10px 0 0;
    }
    div.contact {
        width: 80%;
        height: 175px;
        color: #9a9b9a;
        margin-right: 10px;
        padding: 10px;
        background: url('../images/design/graphic4.png') left bottom no-repeat ;
        background-size: 100% auto !important;
    }
    div.map_canvas {
        width: 80%;
    }
    
}
@media (max-width: 768px) {
    #home .navcontent {
        top: 10px;
        width: 80%;
        height: 80%;
        max-width: 600px;
        max-height: 283px;
        margin: auto;
        position: relative;
        //background: url('../images/design/home-bg.png') left top no-repeat;
        //background-position: 50% 50%;
        background-size: 100% auto !important;
    }
    #home div.homeicons {
        padding: 60px 0 100px 0;
        max-width: 400px;
        margin: auto;
    }
    img.img1 {
        width: 150px;
    }
    div.cent {
        width: 600px;
        margin: 0 auto;
    }
    div.icon {
        float: left;
        //width: 154px;
        margin-left: 3%;
        max-width: 20%;
    }
    div.icon img {
        max-width: 90%;
        margin: 0 auto;
        height: auto !important;
    }
    div.icon .navbar-nav img {
        max-width: 50px;
    }
    div.content h1 {
        font-size: 28px;
    }
    #home .logo {
        padding-right: 5%;
    }
    div.content {
        width: 75%;
        max-height: 85%;
        overflow-y: auto;
        color: #fff;
        text-align: left;
        opacity: 0.8;
        padding: 0;
        margin: 0 10px 0 0;
    }
    div.contact {
        width: 80%;
        height: 175px;
        color: #9a9b9a;
        margin-right: 10px;
        padding: 10px;
        background: url('../images/design/graphic4.png') left bottom no-repeat ;
        background-size: 100% auto !important;
    }
    div.map_canvas {
        width: 80%;
    }
}