.center-box {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.full-width {
    width: 100%;
}

.one-half {
    width: 50%;
}

.one-third {
    width: 33.33%;
}

.two-third {
    width: 66.66%;
}

.one-fourth {
    width: 25%;
}

.three-fourth {
    width: 75%;
}

.one-fifth {
    width: 20%;
}

.two-fifth {
    width: 40%;
}

.three-fifth {
    width: 60%;
}

.four-fifth {
    width: 80%;
}

.one-sixth {
    width: 16.66%;
}

.five-sixth {
    width: 83.33%;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
}

.full-width,.one-half,.one-third,.two-third,.three-fourth,.one-fourth,.one-fifth,.two-fifth,.three-fifth,.four-fifth,.one-sixth,.five-sixth, .list-item {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.center-box:before,
.center-box:after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.center-box:after {
    clear: both;
}

.center-box {
    zoom: 1;
}

@media only screen and (min-width: 1010px) {

    .center-box {
        width: 1020px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1009px) {

    .full-width, .one-half,.one-third,.two-third,.three-fourth,.one-fourth,.one-fifth,.two-fifth,.three-fifth,.four-fifth,.one-sixth,.five-sixth {
        position: relative;
        float: left;
        min-height: 1px;
        margin-bottom: 0;
    }

    .center-box {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {

    .center-box {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .white{
        padding: 15px!important;
        border: none!important;
    }

    #content {padding: 0!important;}

    footer, #copyright{
        text-align: center!important;
    }

    #foot-menu{
        margin: 0 0 15px 0;
    }

    .cta {
        padding: 90px 20px 20px 10px!important;
        text-align: center;
    }

    .cta::before {

        left: 50%!important;
        margin-left: -30px!important;

    }

    .home-element, .home-dark-element
    {

        min-height: auto!important;
        margin: 0 0 20px 0;

    }

    #telszamheader  {
        float: none!important;
        margin: 15px 0 0 0!important;
    }
    #nyelvvaltoheader  {
        margin: 0 auto;
		float: none;
		display: inline-block;
    }

    .qtrans_language_chooser  {
        float: left!important;
    }

    .full-width,.one-half,.one-third,.two-third,.three-fourth,.one-fourth,.one-fifth,.two-fifth,.three-fifth,.four-fifth,.one-sixth,.five-sixth {
        position: relative;
        margin-right: 0%;
        float: left;
        min-height: 1px;
        width: 100%;
        margin-bottom: 0;
    }
}
