/* ############ */
/*  NEWS LIST  */
/* ############ */
@media (max-width: 767px) {
    .news-list {
        padding-top: 150px;
    }

    .news-list .date {
        text-align: left;
        padding-left: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-list {
        padding-top: 200px;
    }

    .news-list .date {
        text-align: right;
        padding-right: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .news-list {
        padding-top: 250px;
    }

    .news-list .date {
        text-align: right;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .news-list {
        padding-top: 300px;
    }

    .news-list .date {
        text-align: right;
        padding-right: 30px;
    }
}

.news-list .title {
    background-color: rgba(0, 0, 0, 0.8);
}

.news-list .title h1 {
    margin: 0;
    padding: 15px;
    text-align: left;
    color: #FFFFFF;
}

.news-list .title h1 a {
    color: #FFFFFF;
}

.news-list .title h1 a:hover {
    color: #56a8f5;
}

.news-list .title h1 {
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-list .date {
    color: #FFFFFF;
}

.news-content {
    background-color: #656D78;
    color: #FFFFFF;
    padding: 20px 20px 20px 20px;
}

.news-content .BBCodeTitle {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.news-content h2 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-content h4 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-content h3 span {
    background-color: #56a8f5;
    margin: -35px;
    padding: 15px 30px 15px 35px;

    line-height: 290%;
}

.news-list-footer {
    background-color: #1d1d1d;
    color: #FFFFFF;
    padding: 15px 15px 15px 15px;
}

.news-list-footer h2 {
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.news-list-footer p {
    text-align: center;
}

.news-list-footer a {
    color: #FFFFFF;
}

.news-list-footer a:hover {
    color: #56a8f5;
}

/* DESCRIPTION */
.description {
    background-color: #656D78;
    color: #FFFFFF;
    padding: 20px 20px 20px 20px;
}

/* MEDIA */
.img-thumbnail {
    background-color: #656D78;
    border: 1px solid #656D78;
    border-radius: 0;
}


.title a {
    color: #FFFFFF;
}

.title a:hover {
    color: #56a8f5;
}

.large-article {
    margin-top: 15px;
    margin-bottom: 15px;
}

.large-article p {
    text-align: justify;
}
h1 {
    color: #FFF;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

h1 span {
    background-color: #56a8f5;
    margin: -15px;
    padding: 15px 30px 15px 35px;

    line-height: 290%;
}

.event-tag {
    padding-top: 25%;
    padding-left: 10%;
    padding-right: 10%;
}

/* PowerTip Plugin */
#powerTip {
	cursor: default;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 6px;
	color: #fff;
	display: none;
	padding: 10px;
	position: absolute;
	white-space: normal;
	z-index: 2147483647;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #333;
	border-right: 10px solid rgba(0, 0, 0, 0.8);
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #333;
	border-left: 10px solid rgba(0, 0, 0, 0.8);
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}

/* Custom height for middle block */
@media (max-width: 767px) {
	#powerTip {
		max-width: 90%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#powerTip {
		max-width: 30%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#powerTip {
		max-width: 30%;
	}
}

@media (min-width: 1200px) {
	#powerTip {
		max-width: 30%;
	}
}