html,
body {
    height: 100%;
}

.main-body-content {
    padding: 25px;
}

.body-content {
    margin-top: 15px;
    margin-bottom: 15px;
}

a:focus {
    outline: none; !important;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}

.top-header {
    position: relative;
    border-bottom: 2px solid #e9e9e9;
    height: auto;
    background: #fff;
}

.top-header-container {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    max-width: 1360px;
}

.top-header .right-modules, .top-header .st-wrapper {
    display: -ms-flexbox;
    display: flex;
}

.top-header .st-wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 77px;
}

.top-header .module {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 10px;
}

.top-header .logo {
    width: 140px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 75px;
}

.top-header .logo img {
    height: 75px;
}

.bottom-header {
    position: relative;
    padding: 0 calc((100% - 1360px) / 2);
    background-color: rgba(255, 255, 255, 0.85);
}

.main-nav {
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    transition: opacity .2s,visibility .2s;
}

.top-header-container ul {
    margin-bottom: 0;
}

.main-nav ol, .top-header-container ul {
    list-style: none;
}

.main-nav-xs .main-nav-item,
.main-nav .main-nav-item {
    cursor: pointer;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 0 7px;
}

.main-nav .main-nav-item:first-of-type>a {
    border-left: 0;
}

.main-nav-xs .main-nav-item>a {
    position: relative;
    display: block;
    padding: 5px 0;
    color: #383134;
}

.main-nav .main-nav-item>a {
    position: relative;
    display: block;
    text-align: center;
    border-left: 2px solid #e9e9e9;
    padding: 5px 0;
    color: #383134;
}

.main-nav-xs .main-nav-item>a .title-header,
.main-nav .main-nav-item>a .title-header {
    font-weight: 600;
    text-transform: uppercase;
}

.main-nav-xs .main-nav-item>a span,
.main-nav .main-nav-item>a span {
    display: block;
    line-height: 1;
}

.main-nav-xs .main-nav-item>a.youarehere,
.main-nav-xs .main-nav-item>a:hover,
.main-nav .main-nav-item>a:focus  {
    color: #e69734;
    background-color: transparent;
}

.main-nav .main-nav-item>a.youarehere,
.main-nav .main-nav-item>a:hover,
.main-nav .main-nav-item>a:focus {
    color: #e69734;
    text-decoration: none;
}

.social-btn {
    opacity: 0.5;
}

.social-btn:hover {
    opacity: 1;
}

.social-btn img {
    height: 18px;
}

@media (min-width: 768px) {
    html, body {
        background-image: url("../../../img/background/background.jpg");
        background-size: cover;
        background-attachment: fixed;
        background-position: left, right;
    }
}

body.simple {
    background-image: none;
    background-color: floralwhite;
}

body.mce-fullscreen div.mce-fullscreen {
    z-index: 9999;
}

.cp {
    cursor: pointer;
    text-align: center;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container:not(.block-entry-list) {
    background-color: #fff;
    margin-top: 10px;
}

.block-entry-list {
    background-color: #faf7e6;
    padding-top: 10px;
    margin-top: 10px;
}

.module .navbar-default.navbar-header {
    background-color: transparent;
}

.footer {
    height: 60px;
    color: #9d9d9d;
    background-color: #222;
    border-top: 1px solid #444;
    padding-top: 15px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.btn.btn-link.no-focus:hover {
    outline: none;
    text-decoration: none;
    color: black;
}

.icon-x {
    cursor: pointer;
    color: #777;
    font-size: 18px;
}

.btn-link.no-focus:focus {
    outline: none;
    text-decoration: none;
}

.btn.btn-link,
.btn-link.no-focus {
    color: #777;
    padding-left: 0;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.block-school-summary,
.block-event-summary,
.block-item-summary {
    padding: 12px 0 10px 0;
    border-bottom: 1px solid #ECEAEB;
}

.block-school-summary.block-school-summary-mini,
.block-event-summary.block-event-summary-mini,
.block-item-summary.block-item-summary-mini {
    font-size: 16px;
}

.block-school-summary.block-school-summary-mini div,
.block-event-summary.block-event-summary-mini div,
.block-item-summary.block-item-summary-mini div {
    display: inline-block;
}

.block-school-summary-mini .mini-block-school-show,
.block-school-summary-mini .mini-block-school-vote,
.block-event-summary-mini .mini-block-event-show,
.block-event-summary-mini .mini-block-event-vote,
.block-item-summary-mini .mini-block-item-show,
.block-item-summary-mini .mini-block-item-vote {
    width: 50px;
}

.block-school-summary-mini .mini-block-school-date,
.block-event-summary-mini .mini-block-event-date,
.block-item-summary-mini .mini-block-item-date {
    width: 150px;
    float: right;
}

.bad-school .summary h3 a,
.bad-event .summary h3 a,
.bad-item .summary h3 a {
    color: #CCC;
}

.bad-school .summary h3 a:hover,
.bad-event .summary h3 a:hover,
.bad-item .summary h3 a:hover {
    color: #777;
}

.summary h3 {
    margin-top: 0;
    margin-bottom: .35em;
    line-height: 1.3;
    font-size: 24px;
}

.votes,
.views {
    display: inline-block;
    height: 38px;
    min-width: 38px;
    margin: 0 3px 0 0;
    font-size: 11px;
    color: #777;
    padding: 5px 5px 6px 5px;
    text-align: center;
}

.mini-counts {
    font-size: 17px;
    font-weight: 300;
    color: #777;
    margin-bottom: 4px;
}

.started {
    width: auto;
    line-height: inherit;
    padding-top: 4px;
    white-space: nowrap;
    float: right;
}

.started-link {
    font-size: 12px;
    color: #999;
}

.school-hyperlink,
.event-hyperlink,
.dancer-hyperlink,
.item-hyperlink,
school-hyperlink {
    color: #0077CC;
    line-height: 1.3;
    margin-bottom: 1.2em;
}

.school-hyperlink:visited,
.event-hyperlink:visited,
.dancer-hyperlink:visited,
.item-hyperlink:visited {
    color: #005999;
}

#school-header,
#dancer-header,
#event-header,
#item-header,
#video-header {
    clear: both;
    padding: 5px 0;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 1em;
}

#school-header h1,
#dancer-header h1,
#event-header h1,
#item-header h1 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 0.35em;
}

#school-header h1 .header-pencil,
#dancer-header h1 .header-pencil,
#event-header h1 .header-pencil,
#item-header h1 .header-pencil {
    font-size: 20px;
    margin-left: 10px;
    color: #777;
}

#school-header h1 .header-pencil:hover,
#event-header h1 .header-pencil:hover,
#item-header h1 .header-pencil:hover {
    color: #005999;
}

table.display-user-info td {
    vertical-align: top;
}

table.display-user-info .user-name {
    font-size: 20px;
}

table.display-user-info .user-birthday .glyphicon-gift,
.block-school-summary .glyphicon-map-marker,
.block-event-summary .glyphicon-map-marker,
table.display-user-info .user-country .glyphicon-map-marker {
    color: #777;
}

table.display-user-info .user-birthday,
table.display-user-info .user-country {
    font-size: 16px;
}

table.display-user-info .user-reputation {
    text-align: center;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

table.display-user-info .user-reputation-number {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}

table.display-user-info .user-reputation-label {
    font-size: 12px;
    color: #777;
}

table.display-user-info .user-img {
    width: 250px;
    margin-right: 30px;
    position: relative;
}

table.display-user-info .user-img .block-user-img-edit {
    display: none;
}

table.display-user-info .user-img:hover .block-user-img-edit {
    cursor: pointer;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    position: absolute;
    bottom: 0;
    z-index: 10;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    opacity: 0.8;
}

.user-img .background-img {
    width: 250px;
    height: 250px;
    background-position: center 30%;
    background-size: cover;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
}

.glyphicon.glyphicon-triangle-top,
.glyphicon.glyphicon-triangle-bottom {
    font-size: 2em;
}

.glyphicon.glyphicon-triangle-left,
.glyphicon.glyphicon-triangle-right {
    font-size: 1.5em;
}

.vote-count-school,
.vote-count-event,
.vote-count-item {
    font-size: 2em;
}

.vote-down-link,
.vote-up-link {
    color: #777;
    font-size: 22px;
}

.comment-vote-up.voted {
    color: #00BB00;
}

.comment-vote-down.voted {
    color: red;
}

.vote-down-link.voted {
    color: #e69734;
}

.vote-up-link.voted {
    color: #00BB00;
}

.vote-down-link:hover,
.vote-up-link:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .main-right-head-block {
        vertical-align: middle; !important;
        line-height: 120px; !important;
        padding-left: 10px;
        float: right;
        background-color: rgba(0, 0, 0, 0.7);
    }

    div.main-header a.pull-left {
        padding: 10px;
    }

    .main-header {
        /*height: 156px;*/
        vertical-align: middle;
    }
}

@media (max-width: 768px) {
    .main-right-head-block {
        vertical-align: middle; !important;
        line-height: 80px; !important;
        padding-left: 10px;
        float: left;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .main-header {
        /*height: 156px;*/
        vertical-align: middle;
    }
}

.main-button-block {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-button-block a {
    margin-right: 20px;
    text-decoration: none;
    font-size: 16px;
}

.main-button-block a.btn-label-main:hover {
    color: #c0c0c0;
}

.main-button-block a.btn-label-main {
    color: #e0e0e0;
}

.main-button-block a.btn-label-main.youarehere:hover {
    color: #ff5053;
}

.main-button-block a.btn-label-main.youarehere {
    font-weight: bold;
    color: #e69734;
}

.main-button-block a.btn-label-main.add-item {
    font-weight: bold;
    color: black;
}

.btn-label-main.add-item {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}


.nav-main-tabs li a:hover,
.nav-main-tabs li a:focus{
    border: 0;
    padding: 11px 0 12px 0;
    margin: 0 20px 0 0;
    background-color: inherit;
    color: #e69734;
}

.nav-main-tabs li a {
    border: 0;
    padding: 11px 0 12px 0;
    margin: 0 20px 0 0;
    color: #333;
}

ul.nav-main-tabs {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    padding-left: 16px;
    border-bottom: 0;
    background-color: #fefefe;
}

ul.nav-main-tabs li.tab-title,
ul.nav-main-tabs li.tab-title h1 {
    line-height: 45px;
    font-size: 24px;
    margin: 0;
}

ul.nav-main-tabs li.active a:hover {
    border: 0;
    color: #e69734;
    border-bottom: 2px solid #e69734;
    font-weight: bold;
}

ul.nav-main-tabs li.active a:focus,
ul.nav-main-tabs li.active a {
    border: 0;
    color: #e69734;
    border-bottom: 2px solid #e69734;
    font-weight: bold;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-10 {
    margin: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mr-10 {
    margin-right: 10px;
}

.margin-top-search-xs {
    margin-top: 8px;
}

.tag-line-height {
    line-height: 2;
}

.label-tag-element:focus,
.label-tag-element:hover{
    color: white;
    background-color: #39739d;
    border: 1px solid #35648b;
    margin-bottom: 5px;
}

.label-tag-element {
    color: #39739d;
    cursor: pointer;
    background-color: #dae7f1;
    border: 1px solid #dae7f1;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 26px;
}

.btn-edit-location-link:hover,
.btn-delete-location-link:hover,
.btn-add-video:hover,
.btn-edit-school-group:hover {
    text-decoration: none;
}

.btn-add-video {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

/* UserInfo */
.user-info {
    box-sizing: border-box;
    padding: 5px 6px 7px 7px;
    width: 200px;
    color: #52575c;
    background-color: #dae7f1;
}
.user-info .user-action-time {
    margin-top: 1px;
    margin-bottom: 4px;
    font-size: 12px;
    white-space: nowrap;
}
.user-info .user-gravatar32 {
    float: left;
    width: 32px;
    height: 32px;
}
.user-info .user-gravatar32+.user-details {
    font-size: 12px;
    margin-left: 8px;
    width: calc(100% - 40px);
    float: left;
}

.site-about {
    font-size: 1.5em;
}

.mini-like-show {
    margin-right: 10px;
}

#blockComments .comment-content {
    margin-left: 60px;
    margin-bottom: 10px;
}

#blockComments .comment-reply-block {
    margin-left: 60px;
}

#blockComments .block-user-avatar {
    margin-right: 10px;
    width: 48px;
    height: 48px;
}

#blockComments .user-avatar {
    max-height: 48px;
    max-width: 48px;
}

table.audio-list td {
    vertical-align: top;
}

.btn.btn-link.btn-add-from-list {
    color: #31708f;
}

table.audio-list td .btn-music-add {
    margin-left: 10px;
    padding-top: 4px;
    padding-right: 0;
    color: #31708f;
}

#musicAddForm {
    text-align: center;
}

.btn-edit-sound-link,
.btn-delete-sound-link {
    padding-top: 0;
    padding-right: 0;
    margin-top: -3px;
    margin-left: 10px;
}

.block-video-link {
    width: 120px;
    height: 90px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.block-random-video-link {
    width: 90%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-right: 0;
}

.medium-video-image-item {
    width: 100%;
    height: 100%;
}

.block-main-video-link {
    width: 250px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.block-preview-video-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.block-preview-video-link img {
    width: 100%;
    max-width: 300px;
}

.block-img-link {
    max-width: 120px;
    max-height: 90px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.block-img-link img.small-size {
    max-width: 120px;
    max-height: 90px;
}

.block-video-duration {
    background: rgba(0, 0, 0, 0.45);
    color: #FFF;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 1px 3px 1px;
    z-index: 10;
    white-space: nowrap;
    font-size: 12px;
}

.block-video-play {
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    z-index: 10;
    white-space: nowrap;
    font-size: 50px;
}

.video-link:hover .block-video-play {
    color: #fff;
}

.block-random-video-link span.glyphicon,
.block-preview-video-link span.glyphicon,
.block-main-video-link span.glyphicon,
.block-video-link span.glyphicon {
    margin-right: 5px;
}

tr.audio-list-item>td:first-child {
    width: 100%;
}

tr.audio-list-item>td:last-child {
    width: 0;
    white-space: nowrap;
}

#blockSounds {
    width: 100%;
    max-width: 600px;
}

/* Блок информации */
.block-info-about {
    background-color: #EEE;
    padding: 15px;
}

.block-info-about table.info-about {
    width: 100%;
    text-align: center;
    color: #777;
}

.block-info-about table.info-about td{
    vertical-align: top;
}

.block-info-about table.info-about td img {
    width: 100px;
}

.block-info-about table.info-about td p {
    margin: 4px;
}

.block-info-about table tr:first-child td:first-child p {
    width: 350px;
    text-align: left;
    font-size: 16px;
    color: black;
}

.block-info-about .info-about-mini {
    text-align: left;
    font-size: 16px;
    color: black;
}

#blockImgs {
    list-style-type: none;
}

.block-imgs .img-input-group,
#blockImgs .img-input-group {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 100px;
}

.block-imgs .img-input-group,
#blockImgs .img-input-group {
    width: 120px;
    height: 90px;
}

.block-imgs .img-input-group img,
#blockImgs .img-input-group img {
    max-width: 100px;
    max-height: 100px;
}

.block-imgs img.medium-size {
    display: inline-block;
    margin: 3px;
    max-width: 200px;
    max-height: 200px;
}

#blockImgs .img-input-group .block-img-delete {
    background: rgba(0, 0, 0, 0.45);
    color: #FFF;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 1px;
    z-index: 10;
    white-space: nowrap;
    font-size: 12px;
    width: 17px;
    height: 17px;
    text-align: center;
}

#blockImgs .img-input-group .block-img-delete:hover {
    color: indianred;
}

.block-entry-pic .background-img,
.user-gravatar32 .background-img,
.block-imgs .img-input-group .background-img,
#blockImgs .img-input-group .background-img,
.block-view-main-img .background-img,
.block-view-img .background-img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    background-position: center 30%;
    background-size: cover;
}

.nav-profile-img.background-img {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center 30%;
    background-size: cover;
    float: left;
    margin-right: 5px;
}

#imgAddForm {
    text-align: center;
}

.block-school-summary .main-image-school,
.block-event-summary .main-image-event,
.block-item-summary .main-image-item {
    width: 250px;
    cursor: pointer;
}

.block-school-summary .main-video-image-school,
.block-event-summary .main-video-image-event,
.block-item-summary .main-video-image-item {
    width: 250px;
    cursor: pointer;
}

.dancer-text,
.school-text,
.event-text,
.item-text {
    margin-right: 10px;
}

.modal-show-img img {
    width: 100%;
}

ul.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.block-user-tab-info .contact-table tr td:first-child {
    padding-right: 10px;
}

.footer .container p {
    margin: 5px 10px 5px 0;
}

#eventMap,
#schoolMap,
#mapShowLocation,
#map {
    width: 100%;
    height: 300px;
}


#videoMap {
    width: 100%;
    height: calc(70vh);
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
    z-index: 9999;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#target {
    width: 345px;
}

.btn-edit-location-link,
.btn-delete-location-link,
.btn-edit-school-group {
    text-decoration: none;
    padding-top: 0;
    padding-right: 0;
    margin-top: -3px;
    margin-left: 10px;
}

.block-iframe-video {
    min-height: 300px;
}

.container .breadcrumb {
    background-color: white;
    margin-bottom: 0;
}

/* Правые блоки*/
.right-block {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
}

.right-block h3 {
    border-bottom: 1px solid #ddd;
    margin-top: 0;
}

.right-block.cornsilk {
    background-color: cornsilk;
}

.right-block.aliceblue {
    background-color: aliceblue;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: inherit; !important;
}

.label-title-event {
    line-height: 20px;
    background-color: #3ca073;
    color: white;
    font-weight: bold;
    width: 40%;
    display: inline-block;
    padding-left: 16px;
    padding-bottom: 2px;
    padding-top: 2px;
    position: relative;
}

.label-title-event:after {
    content: '';
    border: 12px solid #3ca073;
    border-right: 12px solid transparent;
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -12px;
}

.label-title-school {
    line-height: 20px;
    background-color: #f0ad4e;
    color: white;
    font-weight: bold;
    width: 40%;
    display: inline-block;
    padding-left: 16px;
    padding-bottom: 2px;
    padding-top: 2px;
    position: relative;
}

.label-title-school:after {
    content: '';
    border: 12px solid #f0ad4e;
    border-right: 12px solid transparent;
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -12px;
}

.block-entry-title .label-title-any {
    margin-left: 16px;
}

.block-entry-title {
    margin-left: -16px;
}

.block-entry-event-row {
    margin-left: -16px;
    margin-right: -16px;
    box-shadow: -1px 2px 4px 0 rgba(0,0,0,0.5);
}
.block-entry-event-row.big {
    margin-left: 9px;
    margin-right: -41px;
}

.block-entry-event-from {
    background-color: #e69734;
    font-size: 17px;
    text-align: center;
    padding-top: 2px;
    position: relative;
    font-weight: bold;
    color: #ffffff;
}

.block-entry-event-to-mini:before {
    content: '';
    border: 13px solid transparent;
    border-left: 13px solid #e69734;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
}

.block-entry-event-row.big .block-entry-event-to:before {
    content: '';
    border: 27px solid transparent;
    border-left: 14px solid #e69734;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -27px;
}

.block-entry-event-to,
.block-entry-event-to-mini {
    background-color: #619a80;
    font-size: 17px;
    text-align: center;
    padding-top: 2px;
    font-weight: bold;
    color: #ffffff;
}

.block-entry-event-row.big span.date {
    font-size: 20px;
}

.block-entry .share42init {
    text-align: right;
}

.truncate {
    max-width: auto;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dialog-modal-header {
    padding: 3px 15px 15px 15px;
}

.dialog-modal-header .close span {
    font-size: 30px;
}

.carousel-promotion:not(.is-slick) {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.carousel-promotion:not(.is-slick) img {
    height: 100%;
    width: auto !important;
}

.about-logo {
    width: 100%;
}

@media (max-width: 767px) {
    .carousel-promotion:not(.is-slick) {
        height: 33vw;
        width: 100%;
    }
    .carousel-promotion:not(.is-slick) .block-promo a {

    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-promotion:not(.is-slick) {
        height: 164px;
        width: 750px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-promotion:not(.is-slick) {
        height: 160px;
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .carousel-promotion:not(.is-slick) {
        height: 153px;
        width: 1170px;
    }
    .carousel-promotion:not(.is-slick) .block-promo {
        width: 20vw;
    }
}

h1.title {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.title {
    overflow: hidden;
    text-align: center;
}
.title:before,
.title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 3px;
    background: #3ca073;
    border: solid #FFF;
    border-width: 0 10px;
}
.title:before {
    margin-left: -100%;
}
.title:after {
    margin-right: -100%;
}

.block-view-main-img {
    width: 100%;
    height: 384px;
}

.block-view-img {
    width: 120px;
    height: 90px;
}

.block-video-info dt,
.block-dancer-info dt,
.block-event-info dt {
    font-size: 18px;
    width: 180px;
    margin-right: 10px;
}

.block-video-info dd,
.block-dancer-info dd,
.block-event-info dd {
    font-size: 16px;
    line-height: 25px;
    margin-right: 10px;
}

.dancer-text,
.school-text,
.item-text,
.event-text {
    font-size: 17px;
}

@media (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {

}

.block-event-info .carousel-entry-view-main .block-entry-pic {
    height: 150px;
}

.truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .block-event-info dl {
        min-height: 150px;
    }
}

.btn-orange,
.btn-orange:focus {
    color: #fff;
    background-color: #e69734;
    border-color: #e69734;
}
.btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange {
    color: #fff;
    background-color: #e69734;
    border-color: #e69734;
}
.btn-orange:hover {
    color: #fff;
    background-color: #e69734;
    border-color: #d4903b;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.title-dancer {
    font-size: 18px;
    font-weight: bold;
}

.cell-dancer-title {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}
.cell-dancer-title a {
    color: #e69734;
}
.cell-dancer-img img {
    width: 15px;
    height: 15px;
    max-width: 15px;
    max-height: 15px;
}
.cell-dancer-icons {
    font-size: 24px;
    color: #555;
}

.select2-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    min-width: 100px;
}

.block-peoples-2-lines {
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.block-location-1-lines {
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.calendar-month-panel {
    height: 100%;
    width: 100%;
    max-width: 100%;
    background-position: center 30%;
    background-size: cover;
}

.calendar-month-block {
    min-height: 150px;
    text-align: center;
    background-color: rgba(240, 240, 240, 0.8);
}
.calendar-month-block.calendar-month-block-mini {
    min-height: 100px;
}
.calendar-month-block:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.calendar-month-block .calendar-month-title {
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
}

.calendar-month-block.calendar-month-block-mini .calendar-month-title {
    margin-top: 10px;
    margin-bottom: 0;
}

.calendar-month-block .calendar-month-title a {
    font-size: 30px;
}

.calendar-month-block .calendar-month-bold {
    font-weight: bold;
}

.calendar-month-block .calendar-month-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #6b6e72;
}

.calendar-month-day {
    border: solid 1px #f4e6b5;
    width: 14.28%;
}

.calendar-month-day.weekend {
    background-color: #fbf4e4;
}

.calendar-month-day .day-title {
    text-align: center;
    height: 20px;
}

.calendar-month-day .day-block-img {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

.calendar-month-day .day-block-img .event-img .background-img {
    width: 100%;
    max-width: 100%;
    background-position: center 30%;
    background-size: cover;
}

.calendar-month-day .day-block-img a {
    text-decoration: none;
}

.block-event-month-info {
    text-align: center;
    background-color: rgba(240, 240, 240, 0.8);
    font-weight: bold;
    height: 100%;
    position: relative;
    padding: 1px 3px 1px;
    z-index: 10;
    white-space: nowrap;
    padding-top: calc(50% - 40px);
}
.block-event-month-info:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.block-event-month-info .info-events-text {
    font-size: 12px;
    color: #fdd186;
}


@media (max-width: 767px) {
    .calendar-month-day {
        height: 70px;
    }

    .calendar-month-day .day-block-img {
        height: 50px;
    }

    .calendar-month-day .day-block-img .event-img .background-img {
        height: 50px;
    }

    .block-event-month-info {
        padding-top: calc(50% - 10px);
    }

    .block-event-month-info .info-events-count {
        font-size: 20px;
        color: #e69734;
    }
}

@media (min-width: 768px) {
    .calendar-month-day {
        height: 140px;
    }

    .calendar-month-day .day-block-img {
        height: 120px;
    }

    .calendar-month-day .day-block-img .event-img .background-img {
        height: 118px;
    }

    .block-event-month-info {
        padding-top: calc(50% - 40px);
    }

    .block-event-month-info .info-events-count {
        font-size: 30px;
        color: #e69734;
    }
}

.link-gray {
    text-decoration: none;
    color: darkgrey;
    font-size: 22px;
}

.link-gray:hover,
.link-gray:focus {
    text-decoration: none;
    color: grey;
    font-size: 22px;
}