/* CSS Document */
*
{
	margin:0;
	padding:0;
}
a
{
	text-decoration:none;
}
a img
{
	border:none;
}
.clearfix
{
	clear:both;
}
body
{
	margin:0px;
	padding:0px;
	background:#fff;
}
#main-contianer
{
	width:100%;
	height:auto;
}
#top-part
{
	width:100%;
	height:auto;
	background:#a5b1b7;
	padding:6px 0;
	margin:0 0 1px 0px;
}
.top-center
{
	width:1180px;
	height:auto;
	margin:0 auto;
}
.top-center p
{
	font-family:Candara;
	font-size:18px;
	color:#214462;
	float:left;
}
.top-center ul
{
	float:right;
}
.top-center ul li
{
	display:inline;
}
.top-center ul li a
{
	font-family:Candara;
	font-size:14px;
	color:#214462;
}
#header
{	
	width:100%;
	height:auto;
	background:#214462;
}
.header-center
{
	width:1180px;
	height:auto;
	margin:0 auto;
}
.logo
{
	float:left;
}
.logo img
{
	width:300px;
}
.search-bar
{
	background: none repeat scroll 0 0 #264d6f;
    float: right;
    height: 40px;
    margin: 32px 0;
    width: 347px;
}
.search-bar input[type="text"]
{
	background: none repeat scroll 0 0 #fff;
    border: medium none;
    font-family: Candara;
    font-size: 16px;
    height: 25px;
    margin: 8px 3px 0 8px;
    padding: 0 0 0 10px;
    width: 243px;
}
.search-bar input[type="button"]
{
	background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #264d6f;
    cursor: pointer;
    font-family: Candara;
    font-size: 16px;
    height: 25px;
    width: 81px;
}
#bredcrum
{
	background: none repeat scroll 0 0 #fff;
    height: auto;
    padding: 5px 0;
    width: 100%;
}
.bredcrum-center
{
	width:1180px;
	height:auto;
	margin:0 auto;
}
.bredcrum-center p
{
	font-family:Candara;
	font-size:16px;
	color:#214462;
	float:left;
}
.bredcrum-center a
{
	background: url("../images/add-event.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #fff;
    float: right;
    font-family: Candara;
    font-size: 16px;
    padding: 10px 25px;
}
.bredcrum-center a:hover
{
	color:#fff;
}
#content
{
	width:100%;
	height:auto;
	background:#eaeaea;
	padding:20px 0px;
}
.content-center
{
	width:1180px;
	height:auto;
	margin:0 auto;
}
.content-leftside
{
	width:875px;
	height:auto;
	float:left;
}
.content-leftside h1
{
	background: url("../images/latest-event-title-bg.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #fff;
    font-family: Candara;
    font-size: 17px;
    font-weight: normal;
    padding: 8px 10px;
}
.slider
{
	background: none repeat scroll 0 0 #fff;
    height: 435px;
    padding: 20px 20px 10px;
    width: 100%;
}
.bjqs-markers
{
	display:none;
}
.slider-title
{
	width:845px;
	height:auto;
	border:solid 1px;
	float:left;
	color:#000;
	display:inherit;
}
#all-events-conatiner
{
	width:100%;
	height:auto;
	margin:25px 0 0 0px;
}
.event-box
{
	float:left;
    height: 239px;
    width: 278px;
	margin:0 20px 20px 0px;
}
.event-box h2
{
	background: url("../images/all-event-bg.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #fff;
    font-family: Candara;
    font-size: 17px;
    padding: 8px 10px 8px 10px;
}
.pager-main
{
	width:100%;
	height:45px;
	background:#214462;
}
.prev
{
	float:left;
	margin-top:13px;
	margin-left:10px;
}
.next
{
	float:right;
	margin-top:13px;
	margin-right:10px;
}
.prev a
{
	background:url(../images/prev-arrows.png) no-repeat left center;
	color:#fff;
	font-family: Candara;
    font-size: 17px;
	padding:0 0 0 30px;
	transition: all 0.2s linear 0s;
}
.prev a:hover
{
	background:url(../images/prev-arrows.png) no-repeat left center;
	color:#fff;
	font-family: Candara;
    font-size: 17px;
	padding:0 0 0 25px;
    transition: all 0.2s linear 0s;
}
.next a
{
	background:url(../images/next-arrows.png) no-repeat right center;
	color:#fff;
	font-family: Candara;
    font-size: 17px;
	padding:0 30px 0 0px;
	transition: all 0.2s linear 0s;
}
.next a:hover
{
	background:url(../images/next-arrows.png) no-repeat right center;
	color:#fff;
	font-family: Candara;
    font-size: 17px;
	padding:0 25px 0 0px;
	transition: all 0.2s linear 0s;
}
.content-rightbar
{
	width:280px;
	height:auto;
	float:right;
}
.content-rightbar h1 {
    background: url(../images/right-bar-title-bg.png) no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #fff;
    font-family: Candara;
    font-size: 17px;
    font-weight: normal;
    padding: 8px 10px;
	text-align:right;
}
.archive-main
{
	width:100%;
	height:auto;
	background:#fff;
	margin:0 0 20px 0px;
}
.video-box
{
	width:100%;
	height:210px;
	background:#fff;
}
.video-area
{
	width:100%;
	height:210px;
	padding:5px;
}
.video-box h4
{
	background:#fff;
	font-family: Century Gothic;
    font-size: 15px;
	width:100%;
	padding:7px 5px;
	float:left;
}
.margin-zero
{
	margin-right:0px;
}
#footer
{
	width:100%;
	height:58px;
	background:#214462;
}
#footer p
{
	text-align:center;
	font-size:18px;
	font-family:Century Gothic;
	color:#fff;
	line-height:55px;
	padding:3px 0px 0px;
}
/*=================================================inner page===========================================*/
.event-deatil
{
	background: none repeat scroll 0 0 #fff;
    height: auto;
    padding: 20px 20px 10px;
    width: 100%;
}
.event-deatil-heading
{
	width:100%;
	height:auto;
	margin:10px 0 0 0px;
}
.event-deatil-heading h2
{
	font-family:Century Gothic;
	font-size:24px;
	color:#214462;
	float:left;
}
.like-inner 
{
    background: url("../images/like-inner.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #214462;
    float: left;
    font-family: Candara;
    font-size: 15px;
    margin: 5px 0 0 15px;
    padding: 0 0 0 20px;
    width: 80px;
   
}
.comment-inner 
{
    background: url("../images/comment-inner.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #214462;
    float: left;
    font-family: Candara;
    font-size: 15px;
    margin: 5px 0 0;
    padding: 0 0 0 20px;
}
.event-deatil p
{
	font-family:Century Gothic;
	font-size:14px;
	line-height:21px;
	margin:15px 0 11px 0px;
	text-align:justify;
}
.comment-box
{
	background: none repeat scroll 0 0 #fff;
    height: auto;
    padding: 20px 20px 10px;
    width: 100%;
	margin:20px 0 20px 0px;
}
.comment-box h3
{
	background:url(../images/inner-comment-icon.png) left top 15px no-repeat;
	font-family:Century Gothic;
	font-size:24px;
	color:#214462;
	border-bottom:solid 1px #bebebd;
	padding:12px 38px;
}
.comment-view
{
	width:100%;
	height:auto;
	border:solid 1px #bebebd;
	border-radius:5px; 
	padding:15px 15px;
	margin:10px 0 0 0px;
}
.comment-view h5
{
	font-family:Candara;
	font-size:15px;
	color:#214462;
}
.comment-view h5 span
{
	color:#000;
}
.comment-view p
{
	font-family:Candara;
	font-size:15px;
	color:#727272;
	margin:15px 0 0 0px;
}
.comment-add
{
	width:100%;
	height:auto;
	margin:20px 0 10px 0px;
}
.comment-add textarea
{
	width:100%;
	height:100px;
	background:#fff;
	border:solid 1px #bebebd;
	border-radius:5px;
	padding:10px 0 0 10px;
	font-family:Candara;
	font-size:15px;
}
/*=================================================#inner page===========================================*/



.txtHeitht
        {
            height: 35px;
        }
        .lblStyle
        {
            color: #214462;
            font-size: 15px;
            font-weight: bold;
        }
        .save-conti-btn
        {
            width: 257px;
            height: 42px;
            font-family: Candara;
            font-size: 18px;
            color: #214462;
            background: #d3d5d7;
            border: none;
            border-radius: 3px;
            margin: 20px 0px !important;
            cursor: pointer;
        }
        
        
        .box
        {
            border: 1px solid #DEDEDE;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            margin-top: 10px;
            margin-bottom: 10px;
            box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
            -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
            -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
        }
        
        .box-header
        {
            border: none;
            padding-top: 5px;
            border-bottom: 1px solid #DEDEDE;
            border-radius: 3px 3px 0 0;
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            height: 12px;
            min-height: 12px;
            margin-bottom: 0;
            cursor: move;
            font-weight: bold;
            font-size: 16px;
            background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1)));
            background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
            background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
            background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
            background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000',GradientType=0 );
        }
        
        .box-header h2
        {
            font-size: 15px;
            width: auto;
            clear: none;
            float: left;
            line-height: 25px;
        }
        .box-header h3
        {
            font-size: 13px;
            width: auto;
            clear: none;
            float: left;
            line-height: 25px;
        }
        .box-header h2 > i
        {
            margin-top: 1px;
        }
        .box-icon
        {
            float: right;
        }
        .box-icon a
        {
            clear: none;
            float: left;
            margin: 0 2px;
            height: 18px;
            width: 5px;
            margin-top: -1px;
        }
        .box-icon a i
        {
            margin-left: -4.5px;
        }
        .box-content
        {
            padding: 10px;
        }