
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.one-one {
	display: block;
	min-height: 1px;	
}
.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: 15%;
	text-align: right;
}
.two-fifth {
    width: 40%;
}
.three-fifth {
    width: 60%;
}
.four-fifth {
    width: 85%;
	text-align: left;
}
.one-sixth {
    width: 16.66%;
}
.five-sixth {
    width: 83.33%;
}
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
    float: left;
    min-height: 1px;
	display: block;
	overflow: hidden;
}	

@media only screen and (max-width: 899px){
    .one-half {
        position: relative;
        float: none;
        width: 100%;
		margin: auto;
    }
	.one-fourth {
        width: 50%;
    }
	.clear {
		clear: left;
	}

}

/* Mobilon pedig minden 100%-ra ugrik */
@media only screen and (max-width: 599px) {
    .center-box {
        width: 100%!important;
    }
	.one-third,
    .two-third,
    .three-fourth,
    .two-fifth,
    .threefifth,
    .one-sixth,
    .five-sixth {
        position: relative;
        float: none;
        width: 100%;
		text-align: center;
		margin: 0 auto;
    }

	.one-fourth {
        position: relative;
        float: none;
        width: 100%;
		text-align: center;
		margin: auto;

    }
	.one-fifth {
		width: 28%;
	
		text-align: right;

	}
	
	.four-fifth {
		width: 72%;
		clear: left;

	}
	.center-box {
        width: 100%!important;

    }
	.one-half {
		text-align: left!important;
	}
}