.column,
.columns {
    float: left;
    min-height: 1px;
    padding: 0 10px;
    position: relative
}

.one,
.row .one {
    width: 8.33333%
}

.two,
.row .two {
    width: 16.66667%
}

.three,
.row .three {
    width: 25%
}

.four,
.row .four {
    width: 33.33333%
}

.five,
.row .five {
    width: 41.66667%
}

.six,
.row .six {
    width: 50%
}

.seven,
.row .seven {
    width: 58.33333%
}

.eight,
.row .eight {
    width: 66.66667%
}

.nine,
.row .nine {
    width: 75%
}

.ten,
.row .ten {
    width: 83.33333%
}

.push-one {
    left: 8.333335%
}

.pull-one {
    right: 8.333335%
}

.push-two {
    left: 16.66667%
}

.pull-two {
    right: 16.66667%
}

.push-three {
    left: 25%
}

.pull-three {
    right: 25%
}

.push-four {
    left: 33.33333%
}

.row {
    width: 1000px;
    max-width: 100%;
    min-width: 767px;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
    .row {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0
    }
    .column,
    .columns {
        width: auto!important;
        float: none
    }
    .column:last-child,
    .columns:last-child {
        float: none
    }
    [class*="column"] + [class*="column"]:last-child {
        float: none
    }
    .column:before,
    .columns:before,
    .column:after,
    .columns:after {
        content: "";
        display: table
    }
    .column:after,
    .columns:after {
        clear: both
    }
    .offset-by-one,
    .offset-by-two,
    .offset-by-three,
    .offset-by-four,
    .offset-by-five,
    .offset-by-six,
    .offset-by-seven,
    .offset-by-eight,
    .offset-by-nine,
    .offset-by-ten {
        margin-left: 0!important
    }
    .push-two,
    .push-three,
    .push-four,
    .push-five,
    .push-six,
    .push-seven,
    .push-eight,
    .push-nine,
    .push-ten {
        left: auto
    }
    .pull-two,
    .pull-three,
    .pull-four,
    .pull-five,
    .pull-six,
    .pull-seven,
    .pull-eight,
    .pull-nine,
    .pull-ten {
        right: auto
    }
    .row .mobile-one {
        width: 25%!important;
        float: left;
        padding: 0 15px
    }
    .row .mobile-one:last-child {
        float: right
    }
    .row.collapse .mobile-one {
        padding: 0
    }
    .row .mobile-two {
        width: 50%!important;
        float: left;
        padding: 0 15px
    }
    .row .mobile-two:last-child {
        float: right
    }
    .row.collapse .mobile-two {
        padding: 0
    }
    .row .mobile-three {
        width: 75%!important;
        float: left;
        padding: 0 15px
    }
    .row .mobile-three:last-child {
        float: right
    }
    .row.collapse .mobile-three {
        padding: 0
    }
    .row .mobile-four {
        width: 100%!important;
        float: left;
        padding: 0 15px
    }
    .row .mobile-four:last-child {
        float: right
    }
    .row.collapse .mobile-four {
        padding: 0
    }
    .push-one-mobile {
        left: 25%
    }
    .pull-one-mobile {
        right: 25%
    }
    .push-two-mobile {
        left: 50%
    }
    .pull-two-mobile {
        right: 50%
    }
    .push-three-mobile {
        left: 75%
    }
    .pull-three-mobile {
        right: 75%
    }
}

.closeWrapper {
    margin-bottom: 20px
}

#rs-ih-dialogBoxWrapper {
    z-index: 999999;
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

#rs-ih-popup {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #F2F2F2;
    font-style: normal
}

#rs-ih-popup-header {
    padding: 10px 12px;
    background-color: #f6f7f8;
    border-bottom: 1px solid #e5e5e5;
    color: #141823;
    line-height: 19px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

#rs-ih-popup-header a {
    text-decoration: none;
    position: absolute;
    right: 14px
}

#rs-ih-content {
    padding: 10px 20px
}

#rs-ih-dialogBox {
    color: #363636
}

#rs-ih-dialogBox textarea {
    padding: 4px 8px;
    background-color: #f1f1f1;
    width: 100%;
    font-size: 13px;
    font-family: 'Lucida Grande', Verdana, sans-serif;
    color: #999;
    border: 1px solid #ccc
}