/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    font-weight: 300;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.form-control {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d2d2d2;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d2d2d2;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #d2d2d2;
}

label {
    font-weight: normal;
    margin: 0 0 5px 0;
}

.Y-Center-outer {
    display: table;
    height: 100%;
}

.Y-Center-inner {
    display: table-cell;
    vertical-align: middle;
}

.Y-Center {
    position: absolute;
    top: 50%;

    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.XY-Center {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.space {padding: 40px 0;}

/* btn
================================================== */
.btn {
    border-radius: 20px;
    padding: 8px 40px;
    font-weight: 300;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn i {
    margin-right: 5px;
}

.btn-primary {
    background-color: #ed2224;
    border-color: #ed2224;
    font-size: 14px;
    border-radius: 0;
}

.btn-primary:hover {
    background-color: #ed2224;
    border-color: #ed2224;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #ed2224 !important;
    border-color: #ed2224 !important;
    box-shadow: none !important;
}

.btn-outline-primary {
    color: #333;
    border: 1px solid #63FE3C;
    font-size: 14px;
}

.btn-outline-primary:hover {
    background-color: #fff;
    border: 1px solid #63FE3C;
    color: #333;
}

.btn-outline-primary:focus {
    box-shadow: 6px 6px 0 rgb(233, 255, 228);
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'PT Sans', sans-serif; color: #000;}

h1 {font-size: 32px; line-height: 38px; font-weight: bold; }
h2 {font-size: 28px; line-height: 34px; font-weight: bold; }
h3 {font-size: 24px; line-height: 30px; font-weight: bold; }
h4 {font-size: 20px; line-height: 26px; font-weight: bold; }
h5 {font-size: 16px; line-height: 22px; font-weight: bold; }
h6 {font-size: 14px; line-height: 20px; font-weight: bold; }

strong {font-weight: 700;}

a {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #ed2224;
    outline: 0;
    text-decoration: none;
}

p {
    color: #000;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}

.heading {
    font-size: 38px;
    line-height: 38px;
    border-bottom: 10px solid #e6e6e6;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    position: relative;
}

.heading.white-dots:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    background: url(../imgs/white-dots.png) top center no-repeat;
    width: 150px;
    height: 19px;
    background-size: 150px;
}

.heading.red-dots:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    background: url(../imgs/red-dots.png) top center no-repeat;
    width: 150px;
    height: 19px;
    background-size: 150px;
}

.heading.green-dots:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    background: url(../imgs/green-dots.png) top center no-repeat;
    width: 150px;
    height: 19px;
    background-size: 150px;
}

.heading.gray-dots:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    background: url(../imgs/gray-dots.png) top center no-repeat;
    width: 150px;
    height: 19px;
    background-size: 150px;
}


/* header
================================================== */
header {
    margin: 30px 0 0 0;
    border-bottom: 3px solid #ed2224;
}

header .top {
    background: url('../imgs/bg.jpg') top right no-repeat;
}

header .top .logo {
    background-color: #fff;
    padding: 0 25px;
    display: inline-block;
}

header .top .logo img {
    max-height: 85px;
}

header .top h1 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
}

header nav {
    margin: 13px 0;
}

header nav ul {
    text-align: left;
    margin-right: 15px;
    font-size: 0;
}

header nav ul li {
    display: inline-block;
    margin: 10px 17px;
}

header nav ul li:first-of-type {
    margin-left: 0;
}

header nav ul li.active a {
    font-weight: bold;
    padding-left: 15px;
}

header nav ul li.active a:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ed2224;
}

header nav ul li.active a:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ed2224;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 100%;
}

header nav ul li a {
    position: relative;
    display: block;
    padding: 0 0;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ed2224;
    letter-spacing: 1px;
}

header .search {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    color: #ed2224;
}

header .search .fa-remove {
    display: none;
}

header .search-form {

}

header .search-form.open .search .fa-search {
    display: none;
}

header .search-form.open .search .fa-remove {
    display: block;
    position: relative;
    top: 2px;
}

header .search-form.open form {
    width: 280px;
    margin-right: 12px;
    font-size: 18px;
    position: relative;
    margin-top: -20px;
    top: 8px;
    border-radius: 2px;
}

header .search-form form {
    position: relative;
    display: inline-block;
    width: 0;
    overflow: hidden;
    font-size: 0;
}

header .search-form form button {
    position: absolute;
    top: 3px;
    right: 8px;
    border: 0;
    font-size: 14px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    color: #fff;
}

header .search-form input[type=search] {
    border: 0;
    padding: 0 30px 0 10px;
    width: 100%;
    background-color: #ed2224;
    color: #fff;
}

header .search-form input[type=search]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

header .search-form input[type=search]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

header .search-form input[type=search]::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

header .menu {
    margin: 23px 0 0;
    text-align: right;
}

header .menu a {
    color: #ed2224;
    font-size: 24px;
    line-height: 1;
    border: 0;
    background-color: transparent;
}

header .menu .dropdown .dropdown-menu {
    background-color: #ed2224;
    padding: 0;
    border: 0;
    border-radius: 3px;
}

header .menu .dropdown .dropdown-menu a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

header .menu .dropdown-toggle::after {
    display:none;
}

header .menu .dropdown .dropdown-menu a:hover,
header .menu .dropdown .dropdown-menu a.active {
    background-color: #fff;
    color: #ed2224;
}

/* recent-news
================================================== */
.recent-news {
    padding-bottom: 0;
}

.recent-news .news-item figure.video-icon-sm:after,
.recent-news .news-item figure.video-icon-sm:before,
.recent-news .news-item figure.video-icon-lg:after,
.recent-news .news-item figure.video-icon-lg:before {
    background-color: #ed2224;
}

.news-item figure {
    position: relative;
    overflow: hidden;
}

.news-item figure.video-icon-lg:before {
    content: "";
    height: 250px;
    width: 120px;
    position: absolute;
    top: -90px;
    left: -70px;
    background-color: #808080;
    transform: rotate(45deg);
}

.news-item figure.video-icon-lg:after {
    content: "";
    position: absolute;
    top: 27px;
    left: 27px;
    width: 48px;
    height: 48px;
    background: #808080 url(../imgs/icons/play.svg) top center no-repeat;
    background-size: 50px;
    border-radius: 100%;
}

.news-item figure.video-icon-sm:before {    
    content: "";
    height: 250px;
    width: 120px;
    position: absolute;
    top: -125px;
    left: -85px;
    background-color: #808080;
    transform: rotate(45deg);
}

.news-item figure.video-icon-sm:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 12px;
    width: 33px;
    height: 34px;
    background: #808080 url(../imgs/icons/play.svg) top center no-repeat;
    background-size: 35px;
    border-radius: 100%;
}


.news-item figure.video-icon-xs:before {    
    content: "";
    height: 250px;
    width: 120px;
    position: absolute;
    top: -135px;
    left: -95px;
    background-color: #808080;
    transform: rotate(45deg);
}

.news-item figure.video-icon-xs:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 9px;
    width: 23px;
    height: 24px;
    background: #808080 url(../imgs/icons/play.svg) top center no-repeat;
    background-size: 25px;
    border-radius: 100%;
}

.news-item figure.video-icon-md:before {    
    content: "";
    height: 250px;
    width: 120px;
    position: absolute;
    top: -115px;
    left: -75px;
    background-color: #808080;
    transform: rotate(45deg);
}

.news-item figure.video-icon-md:after {
    content: "";
    position: absolute;
    top: 17px;
    left: 19px;
    width: 38px;
    height: 38px;
    background: #808080 url(../imgs/icons/play.svg) top center no-repeat;
    background-size: 40px;
    border-radius: 100%;
}

.news-item figure figcaption {
    padding: 10px 0 0 0;
}

.news-item figure figcaption .news-metas {
    padding: 0 15px 15px;
}

.news-item figure figcaption .news-metas .meta-item {
    display: block;
    text-transform: uppercase;
    color: #929292;
}

.news-item figure figcaption .news-metas .meta-item span {
    color: #ed2224;
    margin-left: 5px;
    font-weight: bold;
    text-transform: lowercase;
}

.news-item figure figcaption .news-title {
    font-size: 40px;
    line-height: 40px;
    color: #333;
    margin: 0 0 7px 0;
    display: inline-block;
}

.news-item figure figcaption .news-title:hover {
    color: #ed2224;
}

.news-item figure figcaption .news-short-desc {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}

.news-item-hr figure figcaption .news-metas {
    padding: 0 0 5px;
}

.news-item-hr figure figcaption .news-metas .meta-item {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #929292;
}

.news-item-hr figure figcaption .news-metas .meta-item span {
    color: #ed2224;
    margin-left: 5px;
    font-weight: bold;
    text-transform: lowercase;
}

.news-item-hr figure figcaption .news-title {
    font-size: 20px;
    line-height: 22px;
    color: #333;
    margin: 0 0 7px 0;
    display: inline-block;
}

.news-item-hr figure figcaption .news-short-desc {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

.recent-news-hr .news-item figure figcaption .news-title {
    color: #ed2224;
}

.recent-news .news-list {
    padding-left: 20px;
}

.recent-news .news-list ul {
    background-color: #e6e6e6;
}

.recent-news .news-list li {
    display: block;
    margin: 0 0 30px 0;
}

.recent-news .news-list li:last-of-type {
    margin-bottom: 0;
    text-align: right;
}

.recent-news .news-list li .news-item {
    padding: 0 30px;
}

.recent-news .news-list li .news-item figure figcaption {
    padding: 5px 5px 0 5px;
}

.recent-news .news-list li .news-item figure figcaption .news-metas {
    padding: 0 0 5px 0;
}

.recent-news .news-list li .news-item figure figcaption .news-metas .meta-item {
    font-size: 12px;
}

.recent-news .news-list li .news-item figure figcaption .news-title {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.recent-news .news-list li .news-item figure figcaption .news-title:hover {
    color: #ed2224;
}

.recent-news .news-list li .news-item figure figcaption .news-short-desc {
    font-size: 14px;
    line-height: 16px;
}


/* recent-news
================================================== */
.news-sm .news-item figure figcaption .news-title {
    font-size: 20px;
    line-height: 22px;
}

.news-feed .news-item figure figcaption .news-title {
    font-size: 16px;
    line-height: 18px;
    color: #ed2224;
    margin: 0 0 5px 0;
}

.news-feed .news-item figure figcaption .news-title:hover {
    opacity: .8;
}

.news-sm .news-item figure figcaption .news-short-desc {
    font-size: 14px;
    line-height: 16px;
}

.news-feed .news-item figure figcaption .news-title .date {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #333;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}

.news-feed .news-item figure figcaption .news-title .date span {
    color: #ed2224;
    margin-left: 5px;
    font-weight: bold;
    text-transform: lowercase;
}

.news-feed .news-item figure figcaption .news-title .date span {

}

.all-news {
    background-color: #F2F2F2;
}

.all-news .heading {
    color: #ed2224;    
}

.all-news .news-item figure figcaption .news-title {    
    color: #ed2224;
}

.all-news .news-item figure figcaption .news-title:hover {
    opacity: .8;
} 

.leading-news .heading {
    color: #ed2224;
    position: relative;
}

.leading-news .heading .btn {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.leading-news .news-item figure figcaption .news-title {
    color: #ed2224;
}

.selected-news {
    background-color: #F2F2F2;
}

.selected-news .heading {
    color: #22b573;
}

.selected-news .news-item figure figcaption .news-title {    
    color: #22b573;
}

.selected-news .news-item figure figcaption .news-title:hover {    
    opacity: .8;
}

.web-news {
    background-color: #4d4d4d;
}

.web-news .heading {
    color: #fff;
    border-bottom: 10px solid #9a9a9a;
}

.web-news.news-sm .news-item figure figcaption .news-title {
    color: #fff;
}

.web-news.news-sm .news-item figure figcaption .news-title:hover {
    opacity: .8;
}

.web-news.news-sm .news-item figure figcaption .news-short-desc {
    color: #fff;
}


/* recent-news
================================================== */
.recent-sport {
    background-color: #f2f2f2;
}

.recent-sport .news-item figure.video-icon-xs:before,
.recent-sport .news-item figure.video-icon-xs:after,
.recent-sport .news-item figure.video-icon-md:before,
.recent-sport .news-item figure.video-icon-md:after {
    background-color: #22b573;
}

.recent-sport .heading {
    color: #22b573;
}

.recent-sport .news-item figure figcaption .news-title {
    font-size: 36px;
    line-height: 36px;
    color: #22b573;
    display: inline-block;
}

.recent-sport .news-item figure figcaption .news-short-desc {
    font-size: 20px;
    line-height: 24px;
}

.recent-sport .news-list .news-item figure figcaption .news-title {
    font-size: 18px;
    line-height: 18px;
}

.recent-sport .news-list .news-item figure figcaption .news-title:hover {
    color: #ed2224;
}

.recent-sport .news-list .news-item figure figcaption .news-short-desc {
    font-size: 14px;
    line-height: 14px;
}


/* not-miss
================================================== */
.not-miss .heading {
    color: #f15a24;
}

.not-miss .news-item figure figcaption .news-title {
    font-size: 32px;
    line-height: 36px;
}

.not-miss .news-item figure figcaption .news-short-desc {
    font-size: 16px;
    line-height: 18px;
}


/* recent-news
================================================== */
.intriguing {
    background-color: #f2f2f2;
}

.intriguing .heading {
    color: #ed2224;
}

.intriguing .news-item figure figcaption .news-title {
    color: #ed2224;
}


/* news-category
================================================== */
.news-category .news-item figure figcaption .news-title {
    font-size: 22px;
    line-height: 24px;
    color: #ed2224;
}

.news-category .news-item figure figcaption .news-short-desc {
    font-size: 16px;
    line-height: 18px;
}

.news-category .news-list {
    margin: 70px 0 0 0;
}

.news-category .news-list .news-item-hr {
    margin-bottom: 30px;
}

aside {
    padding-left: 20px;
}

aside .widget {
    margin: 0 0 50px 0;
}

aside .widget .heading {
    font-size: 28px;
    line-height: 34px;
}

aside .widget .latest-news .news-item-hr {
    margin: 0 0 20px 0;
}

aside .widget .latest-news .news-item-hr figure figcaption .news-metas {
    padding: 0;
    margin: 0 0 3px 0;
}

aside .widget .latest-news .news-item-hr figure figcaption .news-metas .meta-item {
    font-size: 11px;
    line-height: 18px;
}

aside .widget .latest-news .news-item-hr figure figcaption .news-metas .meta-item span {
    color: #ed2224;
    margin-left: 5px;
    font-weight: bold;
    text-transform: lowercase;
}

aside .widget .latest-news .news-item-hr figure figcaption .news-title {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

aside .widget .latest-news .news-item-hr figure figcaption .news-title:hover {
    color: #ed2224;
}

aside .widget.participant figure {
    margin: 0 0 20px 0;
}

aside .widget.participant figure figcaption a {
    color: #333;
    margin: 5px 0 0 0;
    display: block;
    text-align: center;
}

aside .widget.participant figure figcaption a:hover {
    color: #ed2224;
}

aside .widget.watch-more .watch-more-item {
    margin: 0 0 20px 0;
}

aside .widget.watch-more .watch-more-item figure img {
    margin: 0 0 10px 0;
}

aside .widget.watch-more .watch-more-item figure figcaption .video-title {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin: 0;
}

aside .widget.watch-more .watch-more-item figure figcaption .video-metas {
    margin: 0 0 1px 0;
}

aside .widget.watch-more .watch-more-item figure figcaption .video-metas .meta-item {
    font-size: 11px;
    text-transform: uppercase;
}

aside .widget.watch-more .watch-more-item figure figcaption .video-metas .meta-item span {
    font-size: 11px;
    line-height: 11px;
}

aside .widget.watch-more .watch-more-item figure figcaption .video-title:hover {
    color: #ed2224;
}


/* ads
================================================== */
.ads .heading {
    border: 0;
}

.ads p {
    font-size: 16px;
    line-height: 26px;
}

.ads ul {
    margin: 0 0 20px 0;
}

.ads ul li a {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #333;
    display: inline-block;
    text-decoration: underline;
}

.ads ul li:last-of-type a {
    margin: 0;
}

.ads ul li a:hover {
    color: #ed2224;
}

/* contacts
================================================== */
.contact-info {
    font-size: 14px;
    text-align: right;
    margin: 89px 0 0 0;
}

.contact-info h3 { 
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.contact-info ul li {
    margin: 5px 0;
    font-size: 16px;
}

.contact-info ul li i {
    margin-right: 5px;
}

.contacts .heading {
    border: 0;
}

.contacts label[for=terms] {
    font-weight: 300;
}

.contacts label[for=terms] a {
    font-weight: normal;
}

.contacts textarea {
    height: 200px;
}


/* news-view
================================================== */
article .article-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

article .article-metas {
    margin: 0 0 10px 0;
    color: #929292;
}

article .article-metas .meta-item {
    display: inline-block;
    line-height: 18px;
    color: #929292;
}

article .article-metas .meta-item span {
    font-weight: bold;
    font-size: 20px;
    margin-left: 5px;
    color: #ed2224;
    text-transform: lowercase;
}

article .article-media {
    margin: 0 0 30px 0;
}

article .article-desc h1,
article .article-desc h2,
article .article-desc h3,
article .article-desc h4,
article .article-desc h5,
article .article-desc h6 {
    margin: 0 0 10px;
}


/* newsletter
================================================== */
.newsletter {
    margin: 40px 0 0 0;
    padding: 25px;
    background-color: #f2f2f2;
}

.newsletter h4 {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
}

.newsletter form {
    position: relative;
}

.newsletter form label {
    line-height: 39px;
    font-weight: normal;
}

.newsletter form button {
    position: absolute;
    top: 0;
    right: 15px;
}


/* show
================================================== */
.show .show-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
    margin: 0 0 10px 0;
    display: inline-block;
}

.show .show-metas {
    margin: 0 15px 10px 0;
    color: #929292;
    display: inline-block;
    float: left;
}

.show .show-metas .meta-item {
    line-height: 18px;
    margin: 5px 0 0 0;
}

.show .show-metas .meta-item span {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #ed2224;
}

.show .show-media {
    margin: 0 0 30px 0;
}

.show .show-desc h1,
.show .show-desc h2,
.show .show-desc h3,
.show .show-desc h4,
.show .show-desc h5,
.show .show-desc h6 {
    margin: 0 0 10px;
}

.show .show-desc .show-gallery .gallery-item {
    margin-bottom: 30px;
}

.show .show-desc .show-gallery .gallery-item figure img {
    margin: 0 0 5px 0;
}

.show .show-desc .show-gallery .gallery-item figure figcaption a {
    color: #333;
}

.show .show-desc .show-gallery .gallery-item figure figcaption a:hover {
    color: #ed2224;
}


/* video
================================================== */
.video .video-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
    margin: 0 0 10px 0;
    display: inline-block;
}

.video .video-metas {
    margin: 0 15px 10px 0;
    color: #929292;
    display: block;
}

.video .video-metas .meta-item {
    display: inline-block;
    line-height: 18px;
    color: #929292;
}

.video .video-metas .meta-item span {
    font-weight: bold;
    font-size: 20px;
    margin-left: 5px;
    color: #ed2224;
    text-transform: lowercase;
}

.video .video-media {
    margin: 0 0 30px 0;
}

.video .video-media iframe {
    width: 100%;
    height: 400px;
}

.video .video-desc h1,
.video .video-desc h2,
.video .video-desc h3,
.video .video-desc h4,
.video .video-desc h5,
.video .video-desc h6 {
    margin: 0 0 10px;
}


/* schedule
================================================== */
.schedule .schedule-nav {
    margin: 0 0 10px 0;
}

.schedule .schedule-nav ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 0;
}

.schedule .schedule-nav ul li {
    display: table-cell;
    width: 2%;
    border-right: 1px solid #ffffff;
    position: relative;
}

.schedule .schedule-nav ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 100%;
}

.schedule .schedule-nav ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #ffffff;
    margin-top: -1px;
    margin-left: -15px;
    width: 30px;
    height: 2px;
}

.schedule .schedule-nav ul li:last-of-type {
    border-right: 0;
}

.schedule .schedule-nav ul li.active a {
    background-color: #fff;
    color: #ed2224;
}

.schedule .schedule-nav ul li a {
    background-color: #e6e6e6;
    padding: 10px;
    text-align: center;
    color: #fff;
    display: block;
    cursor: pointer;
}

.schedule .schedule-nav ul li a .day {
    font-size: 14px;
    color: #333;
}

.schedule .schedule-nav ul li a .date {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: #333;
}

.schedule .schedule-nav ul li a .month {
    font-size: 12px;
    color: #333;
}

.schedule .schedule-item {
    padding: 30px 20px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}

.schedule .schedule-item:last-of-type {
    border-bottom: 0;
}

.schedule .schedule-item.next {
    background-color: #e6e6e6;
}

.schedule .schedule-item.next .show-time .status {
    position: absolute;
    left: -15px;
    top: 0;
    font-size: 16px;
    transform: rotate(-90deg);
    width: 70px;
}

.schedule .schedule-item.active {
    background: url('../imgs/bg.jpg') top center no-repeat
}

.schedule .schedule-item.active .show-time .status {
    position: absolute;
    left: -15px;
    top: 0;
    font-size: 16px;
    transform: rotate(-90deg);
    width: 70px;
}

.schedule .schedule-item.active .show-time,
.schedule .schedule-item.active .show-title {
    color: #fff;
}

.schedule .schedule-item.active .show-title:hover {
    color: #fff;
    opacity: .8;
}

.schedule .schedule-item .show-time {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
}

.schedule .schedule-item .show-title {
    font-size: 24px;
    line-height: 30px;
    color: #333;
}

.schedule .schedule-item .show-title:hover {
    color: #ed2224;
}


/* add news
================================================== */
.add-news .upload {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 25px 20px;
    background: url(../imgs/bg.jpg) top center no-repeat;
}

.add-news .upload img {
    max-height: 35px;
    margin: 10px auto 15px;
    display: block;
}

.add-news .or {
    color: #fff;
}

.add-news .upload-hint {
    text-align: center;
    padding: 0 100px;
}

.add-news .upload .btn-primary {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.add-news .upload .btn-primary:hover {
    background-color: #fff;
    color: #333;
}


/* footer
================================================== */
.show-item figure figcaption {
    margin: 10px 0 0 0;
}

.show-item figure figcaption .show-title {
    font-size: 22px;
    line-height: 24px;
    color: #ed2224;
    display: inline-block;
    margin: 0 0 7px 0;
}

.show-item figure figcaption .show-short-desc {
    font-size: 16px;
    line-height: 18px;
}

.show-item-sm {
    margin: 0 0 20px 0;
}

.show-item-sm figure figcaption {
    margin: 10px 0 0 0;
}

.show-item-sm figure figcaption .show-title {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    display: inline-block;
}

.show-item-sm figure figcaption .show-title:hover {
    color: #ed2224;
}


/* owl-news
================================================== */
.owl-news .owl-nav {
    z-index: 5;
}

.owl-news .owl-nav .owl-prev {
    top: 25%;
    left: -15px;
}

.owl-news .owl-nav .owl-next {
    top: 25%;
    right: -15px;
}

.owl-news .owl-nav button {
    background-color: #d1d1d1 !important;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    font-size: 30px !important;
    border-radius: 100%;
    color: #555 !important;
    position: absolute;
    outline: none;
}

.owl-news .owl-nav button.disabled {
    cursor: no-drop;
}

.owl-news .owl-nav button span {
    display: block;
    position: relative;
    top: -2.5px;
}



/* footer
================================================== */
footer {
    margin: 100px 0 0 0;
}

footer .footer-top {
    background-color: #f2f2f2;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 35px 0;
    text-align: center;
}

footer .footer-top ul li {
    display: table-cell;
    width: 2%;
}

footer .footer-top ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
}

footer .footer-top ul li a:hover {
    color: #ed2224;
}

footer .footer-mid {
    background: url('../imgs/bg.jpg') top right no-repeat;
    padding: 20px 0;
}

footer .footer-mid .footer-nav ul {
    font-size: 0;
    padding: 12px 0;
}

footer .footer-mid .footer-nav ul li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #fff;
}

footer .footer-mid .footer-nav ul li:first-of-type {
    padding-left: 0;
}

footer .footer-mid .footer-nav ul li:last-of-type {
    border-right: 0;
}

footer .footer-mid .footer-nav ul li a {
    color: #fff;
    font-size: 14px;
}

footer .footer-mid .footer-nav ul li a:hover {
    opacity: .8;
}

footer .footer-mid .footer-social ul {
    text-align: right;
}

footer .footer-mid .footer-social ul li {
    display: inline-block;
    margin-left: 10px;
}

footer .footer-mid .footer-social ul li a {
    color: #fff;
    font-size: 30px;
}

footer .footer-mid .footer-social ul li a:hover {
    opacity: .8;
}

footer .copyright {
    text-align: center;
    padding: 32px 0;
}


.send-news img {
    height: 19px;
    vertical-align: text-bottom;
    margin-right: 5px;
}