﻿

/*hot news start*/
.hot-news-articles-wrapper 
{
	border: 1px solid #ffbf00;
	box-shadow: 0 1px 3px 0px rgba(60, 64, 67, .2), 0 2px 8px 1px rgba(60, 64, 67, .1);
	margin-bottom: 30px;
	}

.hot-news-articles-image 
{
	width: 100%;
	height: 400px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120%;
	}
	
.hot-news-articles-div 
{
	width: 100%;
	padding: 20px 5px;
	background-color: #fff;
	position:relative;
	}

.hot-news-articles-div  .date 
{
	font-size: 14px;
	color: #939598 !important;
	text-transform:uppercase;
	}
	
.hot-news-articles-div .category 
{
	margin-top: 10px;
	}
	
.hot-news-articles-div .category a 
{
	font-size: 12px;
	border: 1px solid #ffbf00;
	border-radius: 0;
	text-decoration: none;
	padding: 3px 10px;
	color: #000;
	background-color: #ffbf00;
	}

.hot-news-articles-div .title 
{
	padding-top: 20px;
	font-size: 22px;
	color: #000 !important;
	font-family: "DroidSans-Bold";
	}
	
.hot-news-articles-div .subcontent 
{
	padding-top: 30px;
	font-size: 16px;
	color: #000 !important;
	font-family: "DroidSans-Regular", sans-serif;
	}

.hot-news-articles-div .read-more-button 
{
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center !important;
	}

@media (max-width: 600px)
{
	.hot-news-articles-image 
	{
		width: 100%;
		height: 200px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 120%;
		}
		
	.hot-news-articles-div .read-more-button 
	{
		position: relative;
		padding-top: 20px;
		}
		
	}
/*hot news ends*/

.news-articles-wrapper 
{
	margin-top: 20px;
	}

.news-articles 
{
	width: 100%;
	display: block;
	box-shadow: 0 1px 3px 0px rgba(60, 64, 67, .2), 0 2px 8px 1px rgba(60, 64, 67, .1);
	padding:0;
	position: relative;
	}
	
.news-articles .image-thumbnail 
{
	width: 100%;
	height: 200px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}

.news-articles .content 
{
	padding: 10px;
	margin-bottom: 30px;
	}

.news-articles .content .date
{
	font-size: 12px;
	color: #939598 !important;
	text-transform:uppercase;
	}
	
.news-articles .content .category
{
	margin-top: 10px;
	}
	
.news-articles .content .category a
{
	font-size: 11px;
	border: 1px solid #ffbf00;
	border-radius: 0;
	text-decoration: none;
	padding: 3px 10px;
	color: #000;
	background-color: #ffbf00;
	}
	
.news-articles .content .title 
{
	padding-top: 20px;
	font-size: 14px;
	color: #000 !important;
	font-family: "DroidSans-Bold";
	}
	
.news-articles .content .subcontent 
{
	padding-top: 10px;
	font-size: 14px;
	color: #000 !important;
	font-family: "DroidSans-Regular", sans-serif;
	}
	
.news-articles .read-more-button 
{
	padding-top: 0;
	width: 100%;
	text-align: center !important;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	}
	
	
#NEWS_CONTENT_SLIDER .carousel-item 
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border: 1px solid #ccc;
	border-radius: 7px;
	}
	
#NEWS_CONTENT_SLIDER .carousel-indicators 
{
	bottom: -5px;
	}
	
#NEWS_CONTENT_SLIDER .carousel-item-subcontent 
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	color: #fff;
	font-size: 16px;
	font-family: "DroidSans-Bold";
	}
	
.news-pagination .prev
{
	text-align: right !important;
	}
	
.news-pagination .next
{
	text-align: left !important;
	}
	
@media (max-width: 600px) 
{
	#NEWS_CONTENT_SLIDER .carousel-item-subcontent 
	{
		display: none;
		}
		
	.news-pagination .prev
	{
		text-align: center !important;
		}
	
	.news-pagination .next
	{
		text-align: center !important;
		}
		
	}
	
.btn-etiqa-gray {
    width: 150px;
    margin-top: 10px;
    background-color: #939598 !important;
    font-family: 'DroidSans-Bold';
    line-height: 1.25;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    color: #333333 !important;
}

.category a 
{
	font-size: 11px;
	border: 1px solid #ffbf00;
	border-radius: 0;
	text-decoration: none;
	padding: 3px 10px;
	color: #000;
	background-color: #ffbf00;
	}

@media (min-width: 992px){
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px){
    .modal-xl {
        max-width: 1140px;
    }
}

#MODAL_VIEW_IMAGE 
{
	background: rgba(0, 0, 0, 0.8);
	}
	
#MODAL_VIEW_IMAGE .modal-content 
{
	background-color: transparent !important;
	}
	
#MODAL_VIEW_IMAGE .modal-content img
{
	width: 900px; 
	margin: 0 auto; 
	display: block;
	}
	
@media (max-width: 600px) 
{
	#MODAL_VIEW_IMAGE .modal-content img
	{
		height: auto;
		width: 100%; 
		margin: 0 auto; 
		display: block;
		}
	}

/*YOUTUBE IFRAME*/
.custom-youtube-iframe 
{
	width: 560px !important;
	height: 315px !important;
	}

	
/* NEWS CATEGORIES */
.news-categories 
{
	margin-bottom: 10px;
	}

.news-categories .categories-links-wrapper 
{
	padding: 10px 0;
	}
	
.news-categories .categories-links-wrapper .button-container 
{
	text-align :center !important;
	}
	
.news-categories .categories-links-wrapper .button-container .link-button 
{
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
	border: solid 1px #ffbf00;
	min-width: 100px;
	color: #000;
	font-size: 12px;
	background-color: transparent;
	margin: 5px;
	}
	
.news-categories .categories-links-wrapper .button-container .active 
{
	background-color: #ffbf00;
	}
	
@media(max-width: 600px) 
{
	.news-categories .categories-links-wrapper .button-container .link-button 
	{
		padding: 10px 10px;
		margin: 3px;
		}
	.news-categories .categories-links-wrapper .button-container 
	{
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		padding: 10px 0;
		}
	}