/*[ Timetable ]
///////////////////////////////////////////////////////////
*/
time.icon {
    font-size: 1em; /* change icon size */
    display: block;
    position: relative;
    width: 8em;
    height: 9em;
    background-color: #fff;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
}

time.icon * {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

time.icon strong {
    position: absolute;
    top: 0;
    padding: 0.4em 0;
    color: #fff;
    background-color: #808080;
    border-bottom: 1px dashed #000000;
    box-shadow: 0 2px 0 #c8c8c8;
}

time.icon em {
    position: absolute;
    bottom: 2em;
    color: #808080;
}

time.icon p {
    position: absolute;
    /*bottom: -.5em;*/
    font-size: 1.5em;
    /*color: #fd9f1b;*/
}

time.icon span {
    font-size: 2.8em;
    letter-spacing: -0.05em;
    padding-top: 0.8em;
    /*color: #2f2f2f;*/
}

.age-limit {
    width: 50px;
    height: 50px;
    /*background: red;*/
    border: solid #ec1d25 2px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #ec1d25;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
}

/*-----------------------------------------------------*/

/*Чекбоксы красивые*/
.nice-toggle {
    /*font-family: sans-serif;*/
    /*letter-spacing: 2px;*/
    display: inline-block;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.nice-toggle > input {
    display: none;
}

.nice-toggle > input ~ i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #ecf0f1;
    border: 1px solid #bdc3c7;
    border-radius: 2px;
    transition: all 200ms;
}

.nice-toggle > input:checked ~ i {
    border-color: transparent;
    background: #ec1d25;
}

.nice-toggle > input ~ span {
    font-size: 90%;
    line-height: 44px;
    vertical-align: middle;
    color: #2c3e50;
}

.nice-toggle > input:checked ~ span {
    color: #2c3e50;
}

.nice-toggle > input ~ i:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 10px;
    border: 3px solid #bdc3c7;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    left: 2px;
    bottom: 6px;
}

.nice-toggle > input:checked ~ i:before {
    border-color: #ecf0f1;
}

/*-----------------------------------------------------*/

/*Прочее*/
div.required textarea, div.required input {
    background-color: rgba(255, 0, 0, 0.05);
}

.help-block-error {
    color: red;
}

div.has-error {
    color: red;
}

.active{
    color: red;
}

/*-----------------------------------------------------*/
blockquote {
    position: relative;
    font-size: 16px;
    margin: 16px 16px 46px 16px;
    border: 2px solid #74000c;
    border-radius:20px;
    padding: 25px;
}
blockquote::after {
    content:"";
    position: absolute;
    border: 2px solid #74000c;
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 2;
    box-sizing: border-box;
}
blockquote::before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #FFF;
    bottom: -3px;
    left: 50px;
    z-index: 1;
}
blockquote cite {
    position: absolute;
    bottom: -30px;
    left: 110px;
    font-size: 13px;
    font-weight: bold;
    color: #74000c;
}





