@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	border:0;}
body
{
	width: 100%;
	overflow: hidden;
	overflow-y: scroll;
}
.day{
	color:#62536a;}
.latest{
	color:#000;}	
.top-left{
	font-size:16px;}
.top-left a{
	color:#569abf;
	}	
/*.top-left{
	padding:10px 0px;}
.top-right{
padding:10px 0px;}*/
.top{
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	padding: 10px 0px;
}		
.name{
	font-size:50px;
	font-weight:bolder;
	padding-top:20px;}	
.navbar-brand{
	display:none;}	
.nav a{
	color:#fff;
	font-weight:bold;}	
.menu ul li:hover > a {
	color:#242424;}
.menu ul li:hover .active{
	background:#242424;
	color:#fff;
	}

.search,
.profile-search
{
	position: relative;
}			
.search input{
	border:1px solid #249bc6;
	background:#242424;
	color:#000000;
	margin-top:3px;
}
.profile-search input{
	border:1px solid #249bc6;
	background:#ffffff;
	color:#f1f1f1;
	margin-top:3px;
}
.search-btn
{
	position: absolute;
	right: 10px;
	top: 8px;
	color: #ffffff;
}
.profile-search-btn
{
	position: absolute;
	right: 20px;
	top: 8px;
	color: #000000;
}				
.main-menu{
	background:#242424;
	padding:4px 0px;
	height:55px;
	border-top:5px solid #249bc6;
	margin-top:30px;
	margin-bottom:30px;
	}	
.icon-bar{
	background:#fff;
	margin-top:-5px;}	
h3{
	color:#fff;}	

.section-heading
{
	color: rgb(51, 51, 51);
}

.article-content h3,
.profile-content h3{
	color:#000000;}	
.wrapper{
	width:95%;}
.wrapper-2{
	width:95%;
	border:1px solid #ccc;}
.bottom{
	background:#3e3e3e;
	padding:50px;
	margin-top:50px;
	color:#fff;}
.copyright{
	background:#333333;
	color:#7b7b7b;
	padding:10px;}
.copyright a{
	color:#fff;}		
.goto{
	color:#2ca0c9;
	font-size:38px;
	position:fixed;
	bottom: 20px;
	right: 20px;
}
.bottom ul li:hover > a {
	color:#242424;}
.caption{
	color:#fff;
}
.glyphicon-chevron-right{
	font-size:11px;
	font-weight:100;
	color:#333;}		
h4{
	padding-left:10px;}		
.fashion img{
	margin-left:-15px;}
.image-gallery img{
	width:100%;
}	
.business-section img{
	max-height:120px;
}	
.flex
{
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -5px;
}
.flex div
{
	padding: 0 5px;
}
.social-icon
{
	background: #2ca0c9;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px
}
#google_translate_element
{
	display: inline-block;
}
#google_translate_element select {
    background: #2ca0c9;
    color: white;
    padding: 5px;
    font-weight: bold;
}
.top-social, .bottom-social
{
	padding-top: 7px;
}

.relative
{
	position: relative;
}
.relative .caption
{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	left: 0;

	background: rgba(0,0,0,0.7);
}
.also-like h3, .share-this h3
{
	color: #333;
}
.sub-title
{
	margin-bottom: 10px;
}
.view-count
{
	font-size: 16px;
	float: right;
	bottom: 0;
}
.featured-extra > div:last-child 
{
	margin-top: 30px;
}
.article-location
{
	font-size: 16px;
	bottom: 0;
}
.article-content img {
	display: block;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.profile-card{
	padding: 20px 10px;
	background: #f0f0f0;
	border: 1px solid #000;
}
.card h4
{
	text-align: center;
	padding: 0;
}
#search-output
{
	position: absolute;
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	top: 100%;
	left: 0;
	display: none;
	z-index: 2;
	border: 3px solid #249bc6;
}
.search-result
{
	list-style: none;
}

.search-result li a 
{
	padding: 0 0 5px;
	display: block;
	color: #333;
}
.search-result li:last-child a
{
	padding-bottom: 0;
}
.twitter-btn
{
	position: relative;
	top: 5px;
}
iframe {
  width: 100%;           /* Stretches to the width of its container */
  height: auto;          /* Height adjusts automatically to maintain ratio */
  aspect-ratio: 16 / 9;  /* Maintains a 16:9 aspect ratio */
  max-width: 100%;       /* Ensures it never exceeds its container's width */
}
/* Slider */
.bx-items {
    display: none; /* or visibility: hidden; */
}
.bx-wrapper{
	max-width: 100% !important;
    display: inline-block;
    text-align: center;
    width: 100%;
    top: -30px;
    border: 5px solid #2ca0c9 !important;
    background: #2ca0c9 !important;
    margin-bottom: 0 !important;
}
.bx-wrapper li a 
{
	text-decoration: underline;
	color: #ffffff;
	display: block;
	z-index: 999999px;
}
.bx-wrapper li a:hover, .bx-wrapper li a:focus
{
	color: #000000;
}
/* End Slider */
/* Login Page */
.login-page
{
	text-align: center;
}
.sidebar h4
{
	margin-top: 0;
}

@media(max-width:992px){
	.day
	{
		margin-bottom: 15px;
	}
	.top-social
	{
		padding-bottom: 15px;
	}
	.main-menu{
		height: auto;
	}
	.featured-extra > div
	{
		margin-top: 30px;
	}
	.relative .caption
	{
		font-size: 20px;
	}
	.article-title h1 {
		font-size: 30px;
	}
	.article-content p,
	.article-content span
	{
		font-size: 16px;
	}
	.business-section img
	{
		margin-bottom: 10px;
	}
}
@media(max-width:780px){

	.mobile-articles a
	{
		border: 1px solid #249bc6;
		padding: 20px;
		margin-bottom: 15px;
		display: block;
	}
	.mobile-articles h4
	{
		margin: 0;
	}
	.article-title h1 {
		font-size: 24px;
	}
}
@media(max-width:420px){
	
	/*
	body{
		width:100%;
		overflow:hidden;
		overflow-y:scroll;}
	
	.brand
	{
		display:none;
	}
	.main-menu
	{
		margin-top:0px;
		height:auto;
		padding-bottom:15px;
	}*/
	.search
	{
		margin-top:-20px;
	}	
	/*	
	.navbar-brand
	{
		display:block;
		font-size:36px;
	}
	.wrapper
	{
		width:100%;
	}
	.wrapper img
	{
		margin-bottom:15px;
	}
		*/
	.goto
	{
		margin-left:0px;
		margin-top:20px;
		z-index: 9999999999;
	}
	.name
	{
		font-size:30px;
	}
	.caption
	{
		margin-top:-50px;
	}	
	/*h4
	{
		padding-left:0px;
	}*/
	.fashion img
	{
		margin-left:0px;
	}	
	.glyphicon-chevron-right
	{
		margin-bottom:15px;
	}
	/*.image-gallery img
	{
		width:100%;
		margin-right:0px;
		margin-bottom:15px;
	}	*/

	.article-content p, 
	.article-content span
	{
		font-size: 20px !important;
	}	
	
}
