.large {
    position: relative;
    height: 70px;
	margin-bottom: 34px;
}

.medium {
    position: relative;
    height: 55px;
	margin-bottom: 34px;
}

.small {
    position: relative;
    height: 40px;
	margin-bottom: 34px;
}

.large .barchild {
    position: relative;
    height: 70px;
    text-align: center;
    width: 100%;
    padding: 0px;
}

.large .barchild .spanblock {
    font-size: 28px;
    line-height: 2.5;
}

.large .barchild .barclose {
    float: right;
    top: 18px;
    margin-right: 0px;
    right: 15px;
    cursor: pointer;
    position: absolute;
    font-size: 32px;
}

.medium .barchild {
    position: relative;
    height: 55px;
    text-align: center;
    width: 100%;
    padding: 0px;
}

.medium .barchild .spanblock {
    font-size: 22px;
    line-height: 2.3;
}

.medium .barchild .barclose {
    font-size: 24px;
    float: right;
    top: 15px;
    cursor: pointer;
    right: 15px;
    position: absolute;
}

.small .barchild {
    position: relative;
/*    text-align: center;*/
    width: 100%;
    padding: 0;
}

.small .barchild .spanblock {
    font-size: 18px;
    line-height: 2.2;
    padding: 0 10px;
}

.small .barchild .barclose {
    font-size: 24px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    float: right;
    position: absolute;
}

@media screen and (min-width: 320px) and (max-width: 420px) {
    .large .barchild .spanblock {
        font-size: 18px;
        width: 80%;
        height: 70px;
        float: left;
        left: 10%;
        position: absolute;
        line-height: 1.5;
        top: 5px;
    }

    .medium {
        height: 55px;
    }

    .medium .barchild {
        height: 55px;
    }

    .small {
        height: 40px;
    }

    .small .barchild {
        height: 40px;
    }

    .small .barchild .barclose {
        font-size: 24px;
        font-size: 22px;
        cursor: pointer;
        right: 6px;
        top: 8px;
        margin-top: 0;
    }

    .small .barchild .spanblock {
        height: 40px;
        width: 70%;
        left: 14%;
        position: absolute;
        line-height: 1.3;
        font-size: 14px;
        top: 12px;
    }

    .large .barchild .barclose {
        font-size: 24px;
        float: right;
        cursor: pointer;
        right: 7px;
        position: absolute;
        top: 7px;
    }

    .medium .barchild .spanblock {
        font-size: 17px;
        width: 75%;
        height: 55px;
        left: 12%;
        position: absolute;
        line-height: 1.3;
        top: 3px;
    }

    .medium .barchild .barclose {
        font-size: 24px;
        float: right;
        right: 7px;
        cursor: pointer;
        position: absolute;
        top: 7px;
    }
}

@media screen and (min-width: 421px) and (max-width: 480px) {
    .large .barchild .spanblock {
        font-size: 20px;
        position: absolute;
        left: 11%;
        width: 77%;
        line-height: 1.5;
        top: 3px;
    }

    .large .barchild .barclose {
        font-size: 24px;
        top: 7px;
        right: 7px;
        position: absolute;
        cursor: pointer;
    }

    .medium .barchild .spanblock {
        line-height: 1.4;
        font-size: 17px;
        top: 3px;
        height: 55px;
        width: 80%;
        position: absolute;
        left: 10%;
    }

    .medium .barchild .barclose {
        font-size: 24px;
        float: right;
        right: 7px;
        cursor: pointer;
        position: absolute;
        top: 7px;
    }

    .small .barchild .spanblock {
        height: 40px;
        width: 60%;
        left: 20%;
        position: absolute;
        line-height: 1.3;
        font-size: 14px;
        top: 12px;
    }

    .small .barchild .barclose {
        font-size: 22px;
        top: 9px;
        cursor: pointer;
        right: 6px;
    }
}

@media screen and (min-width: 516px) and (max-width: 560px) {
    .large .barchild .spanblock {
        line-height: 2.5;
    }

    .large .barchild .barclose {
        top: 18px;
    }
}

@media screen and (min-width: 481px) and (max-width: 560px) {
    .large .barchild .spanblock {
        font-size: 22px;
        position: absolute;
        left: 10%;
        width: 78%;
        line-height: 1.5;
        top: 3px;
    }

    .large .barchild .barclose {
        font-size: 24px;
        top: 7px;
        right: 7px;
        position: absolute;
        cursor: pointer;
    }

    .medium .barchild .spanblock {
        width: 59%;
        font-size: 17px;
        position: absolute;
        left: 20%;
        line-height: 1.4;
        height: 55px;
        top: 2px;
    }

    .small .barchild .spanblock {
        height: 40px;
        width: 100%;
        left: 0%;
        position: absolute;
        line-height: 2.3;
        font-size: 16px;
    }

    .medium .barchild .barclose {
        cursor: pointer;
        font-size: 24px;
        top: 8px;
        right: 8px;
    }

    .small .barchild .barclose {
        font-size: 24px;
        top: 8px;
        right: 8px;
        cursor: pointer;
    }

}

@media screen and (min-width: 641px) and (max-width: 840px) {
    .large .barchild .spanblock {
        font-size: 24px;
        position: absolute;
        left: 21%;
        width: 60%;
        line-height: 1.3;
        top: 3px;
    }

    .large .barchild .barclose {
        font-size: 24px;
        top: 7px;
        cursor: pointer;
        right: 7px;
        position: absolute;
    }

}

@media screen and (min-width: 561px) and (max-width: 640px) {
    .large .barchild .spanblock {
        font-size: 22px;
        position: absolute;
        left: 11%;
        width: 78%;
        line-height: 1.5;
    }

    .large .barchild .barclose {
        font-size: 24px;
        top: 7px;
        cursor: pointer;
        right: 7px;
        position: absolute;
    }

    .medium .barchild .spanblock {
        width: 100%;
        font-size: 17px;
        line-height: 3.2;
        height: 55px;
    }

    .small .barchild .spanblock {
        width: 100%;
        font-size: 16px;
        line-height: 2.4;
    }

    .medium .barchild .barclose {
        cursor: pointer;
        font-size: 24px;
        float: right;
        top: 15px;
        right: 15px;
        position: absolute;
    }

}

.fa-times:before {
    /*content: "\f00d";*/
    content: "\2715";
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
