/* Columns shortcode
----------------------------------------------------------------------------------------------------*/

.fullwidth {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.one-half {
    width: 48.10%;
    float: left;
    margin-right: 3.80%;
    margin-bottom: 20px;
}
.one-half-last {
    width: 48.10%;
    float: right;
    margin-bottom: 20px;
}
.one-third {
    width: 30.80%;
    float: left;
    margin-right: 3.80%;
    margin-bottom: 20px;
}
.one-third-last {
    width: 30.80%;
    float: right;
    margin-bottom: 20px;
}
.two-third {
    width: 65.40%;
    float: left;
    margin-right: 3.80%;
}
.two-third-last {
    width: 65.40%;
    float: right;
    margin-bottom: 20px;
}
.one-fourth {
    width: 22.15%;
    float: left;
    margin-right: 3.80%;
    margin-bottom: 20px;
}
.one-fourth-last {
    width: 22.15%;
    float: right;
    margin-bottom: 20px;
}
.three-fourth {
    width: 74.05%;
    float: left;
    margin-right: 3.80%;
    margin-bottom: 20px;
}
.three-fourth-last {
    width: 74.05%;
    float: right;
    margin-bottom: 20px;
}
.one-fifth {
    width: 16.96%;
    float: left;
    margin-right: 3.80%;
    margin-bottom: 20px;
}
.one-fifth-last {
    width: 16.96%;
    float: right;
    margin-bottom: 20px;
}
.four-fifth {
    width: 79.240%;
    float: left;
    margin-right: 3.80%;
    margin-bottom: 20px;
}
.four-fifth-last {
    width: 79.240%;
    float: right;
    margin-bottom: 20px;
}
* html .clearfix {}
/* IE6 */

*:first-child+html .clearfix {}
/* IE7 */
/* clearfix */

.clear {
    clear: both;
    display: block;
    height: 0px;
    width: 100%;
    visibility: hidden;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.container-first {
    margin-top: -60px !important;
    position: relative;
    z-index: 2;
}
.container {
    width: 1200px;
    margin: 0px auto;
    display: block;
}