.w1{overflow:hidden;}
#wrapper{
	min-height:700px;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	margin:0 -9999px;
	padding:0 9999px;
	background:#ec0143;
}
nav.navbar.navbar-default{
	font-family:Verdana, Geneva, sans-serif;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius:10px 10px 0 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,.41);
	box-shadow: 0 0 9px rgba(0,0,0,.41);
	margin-top:15px;
	margin-bottom:0 !important;
}
.navbar-wrapper:after{
	content:'';
	display:block;
	clear:both;
}
.navbar.add{
    margin-bottom: 0px;
    border:none;
	min-height:0;
}
.nav .main-nav{overflow:hidden;}
.nav li{
	margin:0 1px;
}
.nav li:first-child{
	background:none;
}
.nav ul{
	display:none;
	position:absolute;
	list-style:none;
	width:180px;
	top:100%;
	left:0;
	background-color:#f8f8f8;
	padding:0;
	z-index:20;
	border-top:2px #ccc solid;
}
.nav ul li{
	float:none;
	padding:6px 0 10px 0;
}
.nav li a{
	color:#00145c;
	font-size:14px;
	text-transform:uppercase;
	border-radius:none;
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav li.active a,
.nav ul li:hover{
	text-decoration:none;
	color:#fff !important;
	position:relative;
	z-index:30;
	background: #2c539e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjNTM5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzUzOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2c539e 0%, #2c539e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c539e), color-stop(100%,#2c539e));
	background: -webkit-linear-gradient(top,  #2c539e 0%,#2c539e 100%);
	background: -o-linear-gradient(top,  #2c539e 0%,#2c539e 100%);
	background: -ms-linear-gradient(top,  #2c539e 0%,#2c539e 100%);
	background: linear-gradient(to bottom,  #2c539e 0%,#2c539e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 );
}
.nav ul li a:hover{	
	text-decoration:none;
	background:none;
	color:#fff;
}
.nav ul li:hover a{color:#fff;}
.nav li a:hover ul,
.nav li:hover ul{display:block;}
.header-nav{
	overflow:hidden;
}
.header-nav > span{
	float:left;
	font-weight:bold;
	color:#fff;
}
.tickeroverlay-left {
	background-image:url(images/left.png);
	display: block;
	pointer-events: none;
	position: absolute;
	z-index: 30;
	height: 12px;
	width: 150px;
	top: 0;
	left: -2px;
}
.tickeroverlay-right {
	background-image: url(images/right.png);;
	display: block;
	pointer-events: none;
	position: absolute;
	z-index: 30;
	height: 12px;
	width: 150px;
	top: 0;
	right: -2px;
}
.tickercontainer { /* the outer div */
	width: 870px;
	height: 27px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	top: 0;
	height: 23px;
	/*width: 718px;*/
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	/*Transitions have been added in order set css3 transitions; and have linear easing. Changing these lines you might have unexpected results */
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	position: relative;
	margin-left: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding-right:0;/*background: #fff;*/
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #fff;
	margin: 0 50px 0 0;
}
ul.newsticker span {
	margin: 0 10px 0 0;
}
#webticker2 {
	float: right;
}
#webticker2 li {
	float: right; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding-left: 15px;/*background: #fff;*/
}
.header-top{
	clear:right;
	padding-top:7px;
	position:relative;
}
.header-center .time{
	text-align:center;
	font-size:20px;
}
.time{
	display:block;
	font-style:normal;
	color:#0d0d0d;
	font-weight:bold;
}
.brand{
	vertical-align:top;
	margin-top:15px;
}
.header-right {
	position:absolute;
	right:0;
	top:0;
	z-index:9999;
}
.header-right .title{
	display:block;
	font-size:14px;
	display:block;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	font-weight:bold;
	text-transform:capitalize;
	padding:5px 0;
	text-align:center;
}
.header-right .program-lists{
	overflow:hidden;
	margin:0;
	padding:3px 0 20px;
	list-style:none;
}
.program{
	background:#f3f1f2;
	border-color:#c6c6c6;
	border-style:solid;
	border-width:3px 0;
	padding:27px 9999px;
	margin:20px -9999px 30px;
}
.program article img{
	margin-bottom:18px;
}
.program a{ color:#002147;}
.program article{text-align:center;}
.program-lists li{
	padding: 0 0 0 45px;
	font-weight:bold;
	background:url(../images/bg-live.png) no-repeat 19px 3px;
}
.program-lists li.up-next{background:url(../images/bg-next.png) no-repeat 19px 3px;}
.program-lists li.audio{
	padding:0 15px;
	background:none;
}
.program-lists audio{
	width:100%;
	height:20px;
	margin: 1px 0 5px;
}
.program-lists li span{
	display:block;
	font-weight:normal;
}
#main{
	margin:0 -9999px;
	padding:4px 9999px 25px;
	background:url(../images/bg-main.png) repeat-x;
}
#main:after{
	content:'';
	clear:both;
	display:block;
}
.news-box{
	width:320px;
	display:inline-block;
	vertical-align:top;
	margin:20px 4px 0 0;
	border: 1px solid #dedede;
	-webkit-border-radius: 3px / 18px 18px 18px 18px;
	border-radius: 3px / 18px 18px 18px 18px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.13);
	box-shadow: 0 0 5px rgba(0,0,0,.13);
}
.news-box .schedule-lists{
	margin-bottom:20px;
}
.news-box.add .schedule-lists li{
	background:url(../images/program-lists.png) no-repeat 9px  3px;
	padding:0 0 0 60px;
	font-weight:bold;
	margin-bottom:10px;
}
.news-box.add .time{
	font-weight:normal;
}
.news-box.add span{
	font-weight:normal;
}
.news-box.gallery{
	width:966px;
	min-height:185px;
}
.news-box > .title{
	display:block;
	text-transform:capitalize;
	padding:10px 0 12px 10px;
	font: bold 22px/26px Verdana, Geneva, sans-serif;
	border-bottom:1px dashed #999;
	color:#cd3333;
}
.news-box header{overflow:hidden;}
.news-box h2{
	font-size:16px;
	line-height:20px;
	margin:0 0 1px;
	font-weight:bold;
	font:bold 16px/20px Verdana, Geneva, sans-serif;
}
.news-box h2 a{	
	display:block;
	color:#000;
}
.news-box time{
	display:block;
	font-size:10px;
	color:#868686;
}
.rd-more{
	color:#f5106d;
	text-transform:capitalize;
}
.news-box .content-holder{
	padding:10px 8px 5px;
	overflow:hidden;
	line-height:18px;
}
.news-box ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.news-box li{
	margin-bottom:2px;
	padding:0 0 0 25px;
	background:url(../images/bullet.png) no-repeat 7px 6px ;
}
.news-box .title.notice{
	background:url(../images/bg-notice-board.png) no-repeat 95% 41%;
}
.news-box audio{
	width:100%;
	margin:5px 0;
	-webkit-box-shadow: 4px 4px 1px rgba(0,0,0,0.4);
    box-shadow: 4px 4px 1px rgba(0,0,0,0.4);
}
#content.add iframe{
	width:100%;
	height:525px;
	border:none;
	margin-top:3px;
}
/* vertical scroll */
#vertical-ticker {
	height: 300px;
	overflow: hidden;
	margin: 0;
	list-style:none;
	padding: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#vertical-ticker li{
	background:#f2f2f3;
	padding:5px 5px 0;
}
.news-box table{
	width:60%;
}
.news-box .table > tbody > tr > td{
	padding:3px;
}
.news-box td.name{
	font-size:16px;
	color:#267da3;
	font-weight:bold;
}
.content-holder img{
	float:left;
	margin:5px 5px 5px 0;
	padding:2px;
	border:1px #ccc solid;
}
.content-holder.add img{
	height:165px;
	width:195px;
}
.carousel {
  height:342px;
  vertical-align:top;
}
.about{
	background-color: #002147;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 0 rgba(0,0,0,.15);
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
}
.about a{color:#fff;}
.about h1{padding-bottom:7px;}
.three-col .media-body{
	text-align:left;
	font-size:12px;
}
.three-col .notice .media-body{
	font-size:14px;
}
.three-col .notice p{
	text-align:left !important;
	margin-bottom:14px !important;
}
.col .media-object{
	width:91px;
	margin:0 !important;
	height:59px;
}
.col .media{
	border-bottom:1px #d2cdc9 solid;
	padding:6px 0 15px;
}
.col .rd-more:after{
	content:'=>';
	display:inline-block;
}
.col .media:after{
	content:'';
	display:block;
	clear:both;
}
.media, .media-body{
	overflow:visible;
}
.three-col .media-body p{margin:0;}
.three-col{
	overflow:hidden;
	margin-bottom:30px;
}
.three-col .col{
	width:32%;
	float:left;
	text-align:center;
	margin-left:2%;
	border:1px #ec0244 solid;
	position:relative;
	padding:0 0 35px;
}
.three-col .col.notice{border:1px #002147 solid;}
.three-col .col.first img{
	height:122px;
	width:122px;
	background:#e7e7e7;
}
.three-col .media img{
	height:64px;
	width:64px;
	background:#e7e7e7;
}
.three-col .col:first-child{
	margin-left:0;
}
.three-col .media-heading{
	font-size:14px;
}
.three-col .col img{
	margin:0 0 10px;
}
.three-col .col p{text-align:justify;}
.sponsor{ padding:20px 0 0; }
.sponsor .title{ 
	padding-top:20px;
	text-align:center;
}
.gallery-lists{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.gallery-lists li{
	display:inline-block;
	margin:3px;
}
.gallery-lists  img{
	margin-bottom:0 !important;
	width:139px;
	height:124px;
}
.more{
	color:#fff;
	position:absolute;
	right:0;
	text-align:center;
	bottom:0;
	background:#ec0244;
	min-width:80px;
	padding:8px 0;
}
.notice .more{
	background:#002147;
}
.program .col p{
	margin:0 0 20px;
}
.carousel.profile {
  height:290px;
  margin:0 5px;
  width:280px;
  display:inline-block;
}
.carousel.profile table{
	width:100%;
}
.carousel.profile > .carousel-inner{

}
.carousel.profile img{
	border:none;
	margin:0;
	padding:0;
}
.carousel.profile .carousel-caption{
	width:260px;
	background:none;
	text-shadow:none;
	color:#000;
}
.carousel.profile .item {
  background-color: #777;
  height:290px;
}
.carousel-caption {
  z-index: 10;
  left:0;
  background:rgba(0,0,0,0.47);
  padding:10px;
  width:628px;
  bottom:0;
  right:0;
}
.carousel-caption p{
	font-size:14px;
	color:#fff;
	margin:0;
	text-align:left;
}
.carousel-caption h2{
	font-size:16px;
	line-height:19px;
	color:#fff;
	margin:0;
}
.carousel .item {
  height:342px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:342px;
}
.carousel-indicators{
	height:28px;
	margin:0;
	left:0;
	top:5px;
	width:100%;
	padding:5px 0 0 0;
}
.lft{padding-left:0;}
#sidebar .news-box.add{
	margin-top:0;
}
.news-box.add{
	width:320px;
}
.heading{
	overflow:hidden;
	text-align:left;
	padding:15px 0 0 18px;
	background:#ec0244;
}
.notice .heading{background:#002147 ;}
.view{
	width: 90px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #00135b;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.1);
	color:#fff;
	text-transform:capitalize;
	text-shadow: 0 1px 1px rgba(102,51,0,.75);
	padding:5px 0;
	text-align:center;
	margin:0 auto;
	display:block;
	font-weight:bold;
}
.view.add{
	margin:28px 0 17px 18px;
}
.details{
	-webkit-border-radius: 12px 12px 12px / 11px;
	border-radius: 12px 12px 12px / 11px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #5d5b5b;
	min-width:65px;
	display:inline-block;
	text-align:center;
	padding:3px 5px;
	margin-bottom:3px;
	color:#fff;
	font-weight:bold;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.1);
}
.details:before{
	content:'<';
	display:inline-block;
	margin-right:3px;
}
.heading h2, .program h2{
	font-size:22px;
	margin:0 0 15px ;
	color:#fff;
	font-weight:normal;
	text-transform:capitalize;
	font-family:'Roboto Condensed', Franklin Gothic Bold, Arial Black, sans-serif;
}
.archive-lists{
	overflow:hidden;
	padding:0;
	width:90%;
}
#content .archive-lists .download{
	float:none;
	margin-left:10px;
}
#content audio{
	margin-bottom:10px;
}
.archive-lists li{
	background:none;
	padding:0;
	overflow:hidden;
	margin-bottom:5px;
}
.download{
	float:right;
	font-style:italic;
}
.listen{
	float:left;
	font-style:italic;
}
.news-events{
	vertical-align:top;
	margin:20px 4px 0;
}
.news-events ul{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}
.news-events li{
	padding:0 0 0 25px;
	background:url(../images/bullet.png) no-repeat 0 4px;
	margin-bottom:5px;
}
.news-events .date{
	background:url(../images/ico-calendar.jpg) no-repeat 0 3px;
	padding:0 0 0 15px;
	color:#817c7c;
	font-size:12px;
	font-style:italic;
}
.news-events.add{
	width:99%;
	vertical-align:top;
	display:inline-block;
	background:none;
	margin:0;
}
.news-events .title{
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmMmYyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlN2U3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #2f2f2f 0%, #7e7e7e 100%);
	background-image: -o-linear-gradient(bottom, #2f2f2f 0%, #7e7e7e 100%);
	background-image: -webkit-linear-gradient(bottom, #2f2f2f 0%, #7e7e7e 100%);
	background-image: linear-gradient(bottom, #2f2f2f 0%, #7e7e7e 100%);
	display:block;
	color:#fff;
	padding:5px 0 5px 14px;
}
.news-events .content-holder{
	padding:4px;
	overflow:hidden;
}
.news-events .news-holder{
	width:auto;
	/*float:right;*/
}
.top-news{
	overflow:hidden;
	padding:15px 0 8px 5px;
	color:#000;
	border: 1px solid #ec0143;
	margin-bottom:10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #f2f2f3;
	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 4px rgba(0,0,0,.05);
}
.top-news h3{
	font-size:14px;
	line-height:17px;
	margin:0;
	color:#057db1;
}
.top-news p{margin:0 0 5px;}
.top-news img{
	vertical-align:top;
	float:left;
	margin:0 5px 5px 0;
	width:150px;
	height:125px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.date{
	display:block;
	font-size:10px;
	font-style:normal;
	color:#057db1;
}
.ad{
	overflow:hidden;
	text-align:center;
}
.ad img{vertical-align:top;}
.video{text-align:center;}
.news-holder h2{
	font-size:18px;
	line-height:21px;
	margin:0;
}
.news-holder p{margin:0 0 5px;}
.download-links{
	margin:0 0 15px;
	overflow:hidden;
	padding:20px 0 0 10px;
	list-style:none;
	line-height:20px;
}
.down-tab{
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.92), inset 0 0 9px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.92), inset 0 0 9px rgba(0,0,0,.07);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwM2VjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzE5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #403ec0 0%, #33319f 100%);
	background-image: -o-linear-gradient(bottom, #403ec0 0%, #33319f 100%);
	background-image: -webkit-linear-gradient(bottom, #403ec0 0%, #33319f 100%);
	background-image: linear-gradient(bottom, #403ec0 0%, #33319f 100%);
}
.download-links li {
	margin-bottom:4px;
	padding:0 0 0 70px;
	width:350px;
	min-height:65px;
	display:inline-block;
	background:url(../images/pdf-icon.png) no-repeat;
}
.download-links li.doc{
	background:url(../images/doc-ico.png) no-repeat;
}
.download-links a{
	color:#000;
	display:block;
	padding:20px 0 0;
}
.three-col .content-holder { padding:7px; }
#content{
	min-height:560px;
	padding:10px 0 0;
}
#sidebar{
	float:right;
	width:340px;
}
.advertise{
	overflow:hidden;
	margin:5px 0;
}
.advertise img{
	width:320px;
}
#content.add{
	background:#fff;
	width:100%;
	padding:15px;
}
#content.add1{background: #fff url(../images/contactIcon.png) no-repeat 5% 68% ;}
#content h1{
	margin:0 0 10px;
	font-size:24px;
	line-height:27px;
	text-transform:uppercase;
	font-weight:bold;
}
.profile-lists{
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	color:#fff;
}
.profile-lists .title{
	width:55px;
	font-weight:bold;
}
.profile-lists tr{
	line-height:28px;
	max-width:168px;
}
.profile-lists li{
	padding:0;
	display:inline-block;
	margin:0 20px 10px 0;
	vertical-align:top;
	padding:9px;
	width:225px;
	border-radius:5px;
	transition:all 1s;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.92), inset 0 0 9px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.92), inset 0 0 9px rgba(0,0,0,.07);
	background: #2C539E;
}
.profile-lists li:hover{
	-webkit-box-shadow: 2px 2px 5px #2b2b2b;
	box-shadow: 2px 2px 5px #2b2b2b;
	cursor:default;
}
.profile-lists .photo{
	box-shadow:0 0 3px rgba(255,255,255, 0.5);
	-webkit-box-shadow:0 0 3px rgba(255,255,255, 0.5);
	margin:0 15px 7px 0;
	border-radius:10px;
	-webkit-border-radius:10px;
	float:left;
	width:100%;
}
.profile-lists img{
	vertical-align:top;
	border-radius:10px;
	-webkit-border-radius:10px;
	width:100%;
	height:165px;
}
.description{
	float:left;
	font-size:12px;
}
.description a{color:#fff;}
.description .title{text-transform:capitalize;}
.description td{
	vertical-align:top;
	width:180px;
	line-height:18px;
}
.short-heading{
	display:block;
	margin-bottom:2px;
	font-size:16px;
	font-weight:bold;
	text-transform:capitalize;
	border-bottom:2px dotted #000;
}
.album-lists{
	overflow:hidden;
	margin:0;
	padding:15px 0 ;
	border-radius:10px;
	-webkit-border-radius:10px;
}
.album-lists img{
	vertical-align:top;
	height:140px;
	width:175px;
}
.album-lists .caption{
	display:block;
	text-align:center;
	color:#fff;
	background:#EC0143;
	padding:10px 0;
	text-transform:capitalize;
}
.album-lists li{
	display:inline-block;
	margin:0 17px 10px;
	border:3px solid #E1E8ED;
	background:#fff;
	padding:2px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.album-lists li:hover{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); /* IE 9 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
}
.album-lists a:hover{text-decoration:none;}
.album-lists .caption:hover{text-decoration:underline;}
.album-lists li:hover{
	box-shadow:0 0 5px rgba(0,0,0,0.8);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.8);
}
.wrap{
	overflow:hidden;
	margin-bottom:20px;
}
.contact-form{
	padding: 20px 15px;
}
.contact-form h2{
	margin:0 0 15px;
	color:#000;
	text-transform:uppercase;
}
.contact-form input[type="text"]{
	margin-bottom:5px;
}
.contact-form textarea.form-control{
	float:left;
	margin-bottom:10px;
	height:150px;
}
.main-address ul{
	margin:0;
	padding:0;
	list-style:none;
}
.main-address address{
	margin-bottom:10px;
}
.news-lists {
	margin:8px 0 0;
	padding:0;
	list-style:none;
	line-height:39px;
	font-size:12px;
}
.news-lists li{
	padding:0 0 0 22px;
	background:url(../images/bullet.png) no-repeat 0 14px;
}
.fairs > article{
	padding-right:0;
	padding-left:0;
	font-size:12px;
}
.fairs img{
	height:100px;
	width:242px;
}
.fairs h3{
	font-size:17px;
	font-weight:normal;
	margin:0 0 10px;
}
.feature-video iframe{
	width:100%;
	height:220px;
	border:none;
	border:5px #8e4423 solid;
}
.main-address .contact-office{
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}
.videos-lists{
	overflow:hidden;
	padding:20px 0 10px;
	margin:20px 0 0;
	background:rgba(0,0,0,0.15);
	text-align:left;
}
.videos-lists figcaption{
	text-align:center;
	background:#EC0143;
	color:#fff;
	padding:5px 0;
}
.videos-lists img{
	vertical-align:top;
	width:100%;
}
.videos-lists li{
	padding:0;
	margin:0 14px 10px;
	display:inline-block;
	vertical-align:top;
	border:3px solid #fff;
	width:150px;
}
.sponsor{
	border-top:1px #ccc solid;
}
#footer{
	width:100%;
	margin:0 ;
	background:#f8f8f8;
	border-top:2px #e5e5e5 solid;
	padding-top:23px;
}
#footer h2{
	font-size:18px;
	padding-bottom:8px;
	margin:0 0 10px;
	color:#393939;
}
.footer-holder{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.footer-holder .col{
	text-align:left !important;
}
.footer-holder {
	background:none !important;
}
.footer-holder:after{
	content:'';
	display:block;
	clear:both;
}
.footer-left{
	float:left;
}
.footer-nav{
	overflow:hidden;
}
.feedback label{
	float:left;
	width:30%;
}
.form-group{
	overflow:hidden;
	margin-bottom:7px !important;
}
.social-networks{
	list-style:none;
	margin:0;
	padding:0;
	line-height:30px;
}
.social-networks li{
	display:inline-block;
}
.contact-lists{
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
}
.contact-lists li{
	padding:0 0 0 25px;
	background:url(../images/contact.png) no-repeat 0 10px ;
	line-height:25px;
}
.contact-lists li.mail{background:url(../images/contact.png) no-repeat 0 -15px ;}
.footer-nav ul{
	margin:0;
	padding:0;
	list-style:none;
	text-transform:capitalize;
	float:left;
}
.link-lists{
	margin:0;
	padding:0;
	list-style:none;
	line-height:28px;
}
.link-lists a{
	display:block;
	padding:0 0 0 30px;
	background:url(../images/arrow.png) no-repeat 0 11px;
	color:#fff;
}
.footer-bottom{
	background-color: #ec0143;
	padding:15px 0 0;
	margin-top:30px;
}
.footer-bottom:after{
	content:'';
	display:block;
	clear:both;
}
.footer-nav li{
	float:left;
	padding:0 7px;
	background:url(../images/divider02.png) no-repeat 0 1px;
}
.footer-nav li:first-child{
	padding-left:0;
	background:none;
}
.footer-nav a{color:#fff;}
.copyright{
	display:block;
	padding:15px 0 28px 0;
	color:#fff;
}
.copyright a{color:#fff;}
.by{
	float:right;
	margin-right:10px;
}
/* skip to top */
.cloud img
{
	-moz-box-shadow: 1px 2px 2px #1E1E1E;
	-webkit-box-shadow: 1px 2px 2px #1E1E1E;
	box-shadow: 0px 1px 1px #1E1E1E;
}
.to-top {
	width:45px;
	height:45px;
	position:fixed;
	bottom:10px;
	right:10px;
	display:none;
	background:url(../images/to-top.png) no-repeat center;
}
.to-top a {
	width:45px;
	height:45px;
	float:left;
	text-decoration:none;
	outline:none;
	text-indent:-9999px;
	overflow:hidden;
}
/* fancy box demo */
ul.thumb-list {
	list-style: none;
	overflow: hidden;
	height: 1%;
	padding:10px 30px;
	background:#fff;
	margin: 0;
	border:1px solid #ccc;
}
ul.thumb-list li {
	margin: 0 13px 10px 13px;
	display: inline;
	float: left;
}
ul.thumb-list a {
	border: 1px solid #ccc;
	padding: 4px;
	float: left;
	background:#fff;
}
ul.thumb-list img {
	vertical-align: top;
	width: 150px;
}
/* example popup styles */
.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}
.lightbox {
	padding: 5px;
	width: 300px;
}
.lightbox h2 {
	margin: 0 0 10px;
}
.lightbox p {
	margin: 0;
}
/* fancy box default */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../images/fancybox/fancybox.png);
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px; /* should be 20px */
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff; /* border-width should be zero */
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(../images/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(../images/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(../images/fancybox/fancybox-x.png);
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -162px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(../images/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}
#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -182px; 
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(../images/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -142px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(../images/fancybox/fancybox-y.png);
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -122px;
}
#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;

}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url(../images/fancybox/fancy_title_over.png);
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(../images/fancybox/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(../images/fancybox/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(../images/fancybox/fancybox.png) -55px -90px no-repeat;
}
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* owl carousel scroller */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
.slideshow{
	background-color: #fff;
   	box-shadow: 0 2px 5px rgba(0,0,0,.25);
	margin-bottom:10px;
	padding:0 0 130px !important;
}
.owl-buttons {
    position: absolute;
    right: 10px;
    top: -37px;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	padding:6px;

}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	height:22px;
	width:22px;
	font-size: 12px;
	background:url(../images/buttons.png) no-repeat;
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
	text-indent:-9999px;
	overflow:hidden;
}
.owl-theme .owl-controls div.owl-next{background-position:-34px 0;}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
#owl-demo .item{
    margin: 5px 3px;
	position:relative;
	color:#4e5865;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
	font-family: 'robotolight', Helvetica, sans-serif;
	font-size:13px;
}
#owl-demo .short-desc{
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 0 0;
	background:rgba(17,125,157,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,.38);
	color:#fff;
}
#owl-demo .short-desc h3{color:#fff;}
#owl-demo .item img{
	max-width:100%;
}
#owl-demo .item h3{
	margin:0 0 3px;
	font-size:18px;
	font-weight:bold;
}
.owl-pagination{display:none !important;}
@media (max-width:768px){
	.three-col .col{
		width:98%;
		margin:0 1% 10px !important;  
	}
	.nav li a{text-align:center;}
	.footer-holder div{
		text-align:center;
		margin-bottom:10px;
	}
	.header-center{margin-top:20px;}
}