/* custom blog */
.custom-main
{
	/*background: #efefef;*/
	background: #fff;
	margin-bottom: 15px;
	padding:15px;
	/*box-shadow: 2px 2px 2px #c1c1c1;*/
	box-shadow: 1px 1px 3px #000;
}
.custom-main2
{
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 1px 1px 3px #000;
	padding:5px 1px;
	margin-top: 15px;
}

.custom-heading
{
	background:green;
	color:white;
	padding:5px;
}

.custom-title
{
	text-align: justify;
	font-size: 16px;
	padding-top:5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #72bc11;
	font-size: 22px;
	font-weight: bold;
}

.custom-iframe, .custom-iframe iframe
{
	width:100%;
	height:415px;
	margin-bottom: 10px;
}

.custom-description
{
	text-align: justify;
	margin-bottom: 10px;
}


/* custom latest events */

.custom-event-hgt
{
	margin-bottom:45px;
}

.custom-event
{
	
	margin-bottom: 15px;
	box-shadow: 1px 1px 3px #000;
	/* background: #333333;
	     */    color: #b9b9b9;
	     background-color: #222;
    min-height: 380px;
}

/*.custom-event-heading
{
	background:#0278de;
	color:white;
	padding:8px 10px;
}*/

.custom-event-main
{
	padding:15px;
}

.custom-event-description
{
	border-bottom:1px dashed #474646;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: justify;
	min-height: 85px;
}

.custom-paginate
{
	padding:0px;
	margin-bottom: -20px;
	margin-top:0px;
	text-align: right;
}

.custom-paginate .pagination
{
	border:1px solid black;
	padding:1px 3px;
	margin-right: 5px;
	/*background: #fff;*/
	font-size: 13px;
	color:black;
}

.custom-paginate .pagination:hover
{
	border: 1px solid black;
    margin-right: 5px;
    background: black;
    text-decoration: none;
    color: white;
}

.custom-paginate .highlite
{
	border: 1px solid black;
    margin-right: 5px;
    background: black;
    text-decoration: none;
    color: #fff;
}

.custom-image 
{
	float:left;
	width:32%;
	margin-right: 5px;
}

.custom-image img
{
	width:100%;
}

.custom-footer
{
	margin-top:20px;
	background: black;
	min-height: 180px;
}

.custom-footer h3
{
	color: #f2f2f2;
}

.custom-footer p
{
	color: #cecece;
}

.custom-comment
{
	background: #eaeaea;
	margin-top:10px;
	width:100%;
	box-shadow: 2px 2px 2px #bdbdbd;
}

.custom-main-header
{
	background-image: url('../images/line.png');
	background-size: 100% 150px;
	background-repeat: repeat-x;
	min-height:175px;
}

.custom-inner-header
{
	background-image:url('../images/p-bg.png');
	background-repeat: repeat;
	min-height:120px;
}

.custom-header-navbar
{
	width:100%;
	height:50px;
	text-align: center;
	line-height: 50px;
}

.custom-header-navbar li
{
	display:inline-block;
	width:18%;
	border-bottom:3px solid dodgerblue;
	background-image: url('../images/menu-bg.gif');
	color:dodgerblue;
}

.custom-header-navbar li:hover
{
	border-bottom:3px solid white;
}

.custom-header-navbar a
{
	padding:10px 50px;
	font-size: 16px;
	color:dodgerblue;
	text-decoration: none;
}

.custom-header-navbar a:hover
{
	color:white;
}

.custom-box
{
	padding-top:40px;
	text-align: right;
}

.custom-listen-live
{
	background: none repeat scroll 0 0 #2B2A2A;
    color: white;
    line-height: 50px;
    padding: 15px 40px;
    text-decoration: none;
    border-radius:5px;
}

.custom-listen-live:hover, .custom-listen-live:focus
{
    color: white;
    text-decoration: none;
}

.custom-search
{
	background:#2b2a2a;
	border:1px solid black;
	height:50px;
}

.custom-top
{
	margin-top:-80px;
	background: white;
}

.custom-top-link
{
	height:350px;
	padding: 10px 20px 0px 15px;
}

.custom-video-iframe, .custom-video-iframe iframe
{
	width:100%;
	height:190px;
	padding:0px;
	margin:0px;
	z-index:500;
}

.custom-video-description
{
	text-align: justify;
	height:auto;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	background: black;
	color:white;
	border-top:5px solid #19AFEC;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height:117px;
}
.custom-video-description h3
{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 5px;
}
.custom-video-description p
{
	padding-left: 10px;
	padding-right: 10px;
	color:#a9a9a9;
}

.custom-main-blog
{
	background: #ECECEC;
	padding:20px;
	border:1px solid white;
}

.custom-main-hgt
{
	min-height:130px;
}



.custom-bg-grey
{
	background: #444444;
}

.custom-bg-black
{
	background: #222;
}

.custom-blog-img
{
    width: 135px;
    height: 100px;
    padding-top: 10px;
    margin-left: -15px;
    padding-bottom: 10px;
}
.custom-blog-desc h5
{
	color:#EDD150;
}

.custom-blog-desc p
{
	color:#b9b9b9;
	text-align: justify;
}

.custom-new-navbar 
{
	width:100%;
}

.custom-new-navbar li
{
	width: 20%;
	border-right:2px solid #a3a3a3;
	font-size: 16px;
}

.custom-new-navbar li a
{
	text-align: center;	
}

.custom-a-tag
{
	font-size:22px !important;
	color:#fff !important;
	font-weight:bold !important;
}

.hiddenit
{
	display: none !important;
}


@media screen and (max-width: 480px) {
    .custom-iframe, .custom-iframe iframe
	{
		height:120px;
		margin-bottom: 10px;
	}

	.custom-slider-image
	{
		height:170px !important;
	}

	.hiddenit
	{
		display: block !important;
	}

	.navhiddenit
	{
		display: none !important;
	}
	
	.custom-box
	{
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.hiddenit
	{
		display: block !important;
	}

	.navhiddenit
	{
		display: none !important;
	}

	.custom-box
	{
		padding-bottom: 20px;
	}
}

.custom-main-hgt1
{
	min-height:400px;
	height: 400px;
}

.custom-blog-img1 {
    max-width: 100%;
    max-height: 280px !important;
    padding-top: 25px;
    padding-bottom: 10px;
    min-width: 180px;
}