@charset "utf-8";
/* CSS Document */

#sdc_area_box {

}

.i_list_types textarea, .i_list_types select, .i_list_types input {
    display: block;
    float: left;
    padding: 3px 5px;
    max-width: 450px;
    width: 60%;
}

.i_list_types input[type="checkbox"] {
    margin: 8px auto 0;
    width: auto;
}

.i_row {
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}

/*Albert changes*/
.i_row label {
    display: block;
    float: left;
    font-size: 90%;
    margin: 0 34px 0 0;
    padding: 5px 0 4px;
    text-align: right;
    width: 100px;
    font-weight: bold
}

.i_row label b {
    font-weight: bold;
}

.i_row.i_sdc_type, .i_row.i_sdc_position, .i_sdc_score {
    display: inline-block;
}
.i_row.i_sdc_og_data label#label_sdc_og_data {
    text-align: left;
    width: 100%;
    margin-bottom: 14px;
}
.i_sdc_og_field_div {
    clear: both;
    margin: 10px auto;
    overflow: hidden;
}
.i_sdc_score label, .i_sdc_score ul {
    display: block;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.i_sdc_score ul {
    margin-top: 0;
    margin-bottom: 0;
}

.i_sdc_score ul li span {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    background-color: #ccc;
    margin-right: 5px;
}
.i_sdc_score ul li{
    margin-bottom: 0;
    float: left;
}

.i_sdc_score {
    float: right;
    margin: 10px 20px 10px 0;
}
ul.sdc_score_1 li:nth-child(1) span{
    background: #990000;
}
ul.sdc_score_2 li:nth-child(1) span,ul.sdc_score_2 li:nth-child(2) span{
    background: #E9B44C;

}
ul.sdc_score_3 li:nth-child(1) span,ul.sdc_score_3 li:nth-child(2) span,ul.sdc_score_3 li:nth-child(3) span{
    background: #E4D6A7;

}
ul.sdc_score_4 li:nth-child(1) span,ul.sdc_score_4 li:nth-child(2) span,ul.sdc_score_4 li:nth-child(3) span,
ul.sdc_score_4 li:nth-child(4) span{
    background: #50A2A7;

}
ul.sdc_score_5 li:nth-child(1) span,ul.sdc_score_5 li:nth-child(2) span,ul.sdc_score_5 li:nth-child(3) span,ul.sdc_score_5 li:nth-child(4) span,ul.sdc_score_5 li:nth-child(5) span{
    background: #50A2A7;
}

.i_row.i_sdc_position {
    margin-left: 50px;
}

.i_row.i_sdc_type select, .i_row.i_sdc_position select {
    width: 230px;
}

.i_row.i_sdc_type label, .i_row.i_sdc_position label, .i_sdc_score label {
    width: auto;
    margin-right: 15px;
}

.i_row input:focus, .i_row select:focus, .i_row textarea:focus {
    border-color: #50A2A7;
    box-shadow: 0 0 2px rgba(80, 162, 167, .8)
}

.simple_schema_imputs_div, .simple_schema_preview_div {
    width: 49%;
    display: block;
    float: left;
    vertical-align: top;
    min-height: 10px;
}

#simple_schema_preview_and_imput:after {
    display: block;
    clear: both;
    content: "";
    width: 100%;
}

#sdc_area_box .simple_schema_preview_div .front_end_preview h2, #sdc_area_box .simple_schema_preview_div .html_preview h2 {
    margin: 0;
    padding: 10px;
    display: inline-block;
    border-radius: 3px;
    width: auto;
    color: #fff;
    background: #50A2A7;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#sdc_area_box .simple_schema_preview_div .front_end_preview h2:hover, #sdc_area_box .simple_schema_preview_div .html_preview h2:hover {
    cursor: pointer;
}

#sdc_area_box .simple_schema_preview_div .html_preview h2 {
    background: #E4D6A7;
}

.html_preview {
    margin-top: 50px;
}

.i_list_types .i_sdc_json_preview {
    display: none;
}

.i_sdc_meta_preview a {
    color: #50A2A7;
    text-decoration: none;
}

.i_sdc_meta_preview a:hover {
    opacity: .4;
}
.i_sdc_meta_preview img {
    max-width: 100%;
}

/*Albert Changes*/
.i_row .subtitle {
    color: #777;
    display: inline-block;
    font-size: 14px;
    padding: 5px 0 4px 20px;
}

.i_sdc_meta_field {
    display: none;
}

.i_sdc_meta_preview_div {
    /*background: #ccc;*/
    overflow: hidden;
    padding: 0px;
    margin: 40px auto;
    margin-top: 10px
}

.i_sdc_meta_preview {
    background: none;
    border: 1px solid #50A2A7;
    font-size: 14px;
    line-height: 20px;
    margin: 10px auto;
    padding: 10px 10px;
    margin-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 200px;
    overflow-y: scroll;
    max-height: 200px;
}

#sdc_area_box .i_sdc_meta_preview_div > h1, #sdc_area_box .i_sdc_meta_preview_div > h2, #sdc_area_box .i_sdc_meta_preview_div h2 {
    margin: 20px 0 10px;
    padding: 0 0 10px;
}


.i_sdc_meta_preview_div .i_sdc_html_preview, .i_list_types .i_sdc_json_preview {
    display: block;
    float: none;
    height: 200px;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    background: none;
    border-color: #E4D6A7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.i_list_types .i_sdc_json_preview {
    display: none;
}

.i_row label.sdc_group_parent_label {
    display: block;
    float: none;
    font-size: 12px;
    padding: 16px 10px;
    text-align: left;
    width: auto;
}

.fields_group_div .i_input {
    width: 150px;
}

.i_preview_img {
    height: auto;
    width: 50px;
}

.i_hidden {
    display: none;
}


.i_sdc_settings_div {

}
.i_sdc_settings_div h1 {
    margin-bottom: 20px;
}
.i_sdc_settings_div .i_sdc_div {
    padding: 20px;
}
.i_sdc_settings_div .i_sdc_div h3 {
    margin-bottom: 28px;
}
.i_sdc_settings_div .sdc_inp_div {
    margin: 10px auto;
}
.i_sdc_settings_div .sdc_inp_div label {
    margin: 2px auto 5px 0;
    display: block;
}
.i_sdc_settings_div .sdc_inp_div input,
.i_sdc_settings_div .sdc_inp_div textarea {
    margin: 2px auto 5px 0;
}
.sdc_copyright_div {
    margin-top: 40px;
}
.sdc_italic_h {
    font-weight: normal;
    font-style: italic;
    padding: 0 10px;
    margin: 30px auto 20px;
}
.sdc_settings_description,
.sdc_italic_h .sdc_settings_description {
    padding-top: 4px !important;
}
.mt_0,
h1.mt_0,
h2.mt_0,
h3.mt_0 {
    margin-top: 0;
}

/*
For PRO
 */
#about_expire_div {
    font-size: 11px;
    margin: 4px auto 12px;
}
#about_expire_div b {
    font-weight: bold;
}
.i_sdc_notice {
    margin: 10px auto 14px;
}
.i_sdc_settings_div h1,
.i_sdc_settings_div h2,
.i_sdc_settings_div h3 {
    cursor: default;
}
.sdc_settings_description,
.sdc_copyright_div {
    cursor: default;
}

#get_pro_btn {
    text-align: center;
}
.get_pro_btn{
    display: inline-block;
    border: none;
    color: #FFFFFF;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-family: Verdana;
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 10px 40px;
    text-shadow: 0 1px 0 #333333;
    background-image: linear-gradient(to top, #E9AF4B, #9A0501);
    background-color: #E9AF4B;
    text-decoration: none;
}
.get_pro_btn:hover, .get_pro_btn:active, .get_pro_btn:focus{
    border: none;
    color: #FFFFFF;
    background: #9A0501;
    box-shadow: none;
}

@media screen and (max-width: 1500px) {
    .i_row.i_sdc_type select, .i_row.i_sdc_position select {
        width: 140px;
    }
}

@media screen and (max-width: 1300px) {
    #position_type_score > div {
        display: block;
        float: none;
        margin-left: 0;
    }

    #position_type_score > div > label {
        width: 100px;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        margin-right: 34px;
    }

    .i_row.i_sdc_type select, .i_row.i_sdc_position select {
        width: 250px;
    }

    .simple_schema_imputs_div, .simple_schema_preview_div {
        width: 100%;
    }

    .i_row.i_sdc_type select, .i_row.i_sdc_position select {
        width: 450px;
    }
}






/*
* Bootstrap
*/
.i_row .col-xs-1, .i_row .col-sm-1, .i_row .col-md-1, .i_row .col-lg-1, .i_row .col-xs-2, .i_row .col-sm-2, .i_row .col-md-2,
.i_row .col-lg-2, .i_row .col-xs-3, .i_row .col-sm-3, .i_row .col-md-3, .i_row .col-lg-3, .i_row .col-xs-4, .i_row .col-sm-4,
.i_row .col-md-4, .i_row .col-lg-4, .i_row .col-xs-5, .i_row .col-sm-5, .i_row .col-md-5, .i_row .col-lg-5, .i_row .col-xs-6,
.i_row .col-sm-6, .i_row .col-md-6, .i_row .col-lg-6, .i_row .col-xs-7, .i_row .col-sm-7, .i_row .col-md-7, .i_row .col-lg-7,
.i_row .col-xs-8, .i_row .col-sm-8, .i_row .col-md-8, .i_row .col-lg-8, .i_row .col-xs-9, .i_row .col-sm-9, .i_row .col-md-9,
.i_row .col-lg-9, .i_row .col-xs-10, .i_row .col-sm-10, .i_row .col-md-10, .i_row .col-lg-10, .i_row .col-xs-11, .i_row .col-sm-11,
.i_row .col-md-11, .i_row .col-lg-11, .i_row .col-xs-12, .i_row .col-sm-12, .i_row .col-md-12, .i_row .col-lg-12 {
    padding: 0;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}