
*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.container {
    margin:0 auto;
    padding:0;
    /* position:relative; */
    width:1200px;
}

[class*='column-'] {
    float: left;
    padding: 5px;
    width:100%;
}


.center
{
    text-align: center;
}

.row-5
{
    height: 5px;
}
.row-10
{
    height: 10px;
}

.row-20
{
    height: 5px;
    display: block;
    margin: 10px auto;
}

.row-25
{
    height: 25px;
}


.row-50
{
    height: 50px;

}

.row-120
{
    height: 120px;
    display: block;
}

.row-150
{
    height: 150px;
    display: block;
}
.container:after, .container:before {
    display: table;
    clear:both;
    content: " ";
}

.nest {
    margin:0 -5px;
    padding:0;
    width:auto;
}

.clear-fix
{
    clear: both;
}

.column-1 {width:8.33%;}
.column-2 {width:16.66666%;}
.column-3 {width:24.99%;}
.column-4 {width:33.33%;}
.column-5 {width:41.6665%;}
.column-6 {width:50%;}
.column-7 {width:58.333%;}
.column-8 {width:66.66666664%;}
.column-9 {width:74.999997%;}
.column-10 {width:83.33%;}
.column-11 {width:91.666663%;}
.column-12 {width:100%;}
.column-33 {width:24.99%;}
.column-44 {width:33.33%;}


@media only screen and  (max-width: 1200px) {
.container{max-width: 1200px}
.column-1 {width:8.33%;}
.column-2 {width:16.66666%;}
.column-3 {width:24.99%;}
.column-4 {width:33.33%;}
.column-5 {width:41.6665%;}
.column-6 {width:50%;}
.column-7 {width:58.333%;}
.column-8 {width:66.66666664%;}
.column-9 {width:74.999997%;}
.column-10 {width:83.33%;}
.column-11 {width:91.666663%;}
.column-12 {width:100%;}
.column-33 {width:24.99%;}
.column-44 {width:33.33%;}
}



@media only screen and (min-width: 979px) and (max-width: 1199px) {
.container{width: 979px}
.column-1 {width:8.33%;}
.column-2 {width:16.66666%;}
.column-3 {width:24.99%;}
.column-4 {width:33.33%;}
.column-5 {width:41.6665;}
.column-6 {width:50%;}
.column-7 {width:58.333%;}
.column-8 {width:66.66666664%;}
.column-9 {width:74.999997%;}
.column-10 {width:83.33%;}
.column-11 {width:91.666663%;}
.column-12 {width:100%;}
.column-33 {width:24.99%;}
.column-44 {width:33.33%;}
}

@media only screen and (min-width: 768px) and (max-width: 978px) {
.container{width: 100%}
.column-1 {width:8.33%;}
.column-2 {width:16.66666%;}
.column-3 {width:24.99%;}
.column-4 {width:33.33%;}
.column-5 {width:41.6665;}
.column-6 {width:50%;}
.column-7 {width:58.333%;}
.column-8 {width:66.66666664%;}
.column-9 {width:74.999997%;}
.column-10 {width:83.33%;}
.column-11 {width:91.666663%;}
.column-12 {width:100%;}
.column-33 {width:24.99%;}
.column-44 {width:33.33%;}
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
    .container{width: 100%}
    .column-33 {width:50%;}
    .column-44 {width:50%;}
    .container{width: 100%}
    .column-1,.column-2,.column-3,.column-4,.column-5,.column-6,.column-7,.column-8,.column-9, .column-10, .column-11,.column-12 
    {
        width: 100%;
    } 
}

@media only screen and (max-width: 579px) {
    .container{width: 100%}
    .column-1,.column-2,.column-3,.column-4,.column-5,.column-6,.column-7,.column-8,.column-9, .column-10, .column-11,.column-12 
    {
        width: 100%;
    } 
    .column-33 {width:100%;}
    .column-44 {width:100%;}
}
img, object, embed {max-width:100%;}
img {height:auto;}