@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html{
    height: 100%;
}
body{
    font-family: arial,verdana,tahoma;
    font-size: 16px;
    line-height: 26px;
}
img{
    max-width: 100%;
    vertical-align: top;
}
h1 {
    color: #003399;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
	padding:10px 0px 10px 0px;
}
h2 {
    color: #007cc6;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding:10px 0px 10px 0px;
}
/* Common CSS */
.no-bullet{
    list-style: none;
}
.black{
    color: #000;
}
.red{
    color: #ff0000;
}
.blue{
    color: #ff0000;
	font-family:arial,verdana,tahoma;
	color:#0033FF;
	font-size: 14px;
	font-weight:bold;
	
}
.pic-left{
    float: left;
    margin: 0 10px 5px 0;
}
.pic-right{
    float: right;
    margin: 0 0 5px 10px;
}
.home-bg {
    background-color:#fffdee;
	border:1px solid #e7e3c1;
	padding:10px;
}
.main-container{
    max-width: 100%;
    width: 996px;
    margin: 0 auto;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

/*CSS For Header Top Section(logo and connect with us) */
.header-top{
    border-bottom: 1px solid #afafaf;
}
.logo{
    margin: 5px 15px;
    display: inline-block;
    vertical-align: top;
}
.connect-with-us{
    float: right;
    margin: 7px 15px;
}
.connect-with-us strong{
    font-size: 11px;
    padding: 8px 0;
    display: inline-block;
    vertical-align: top;
}


/*CSS For Header Navigation */
.header-nav{
    background-color: #464646;
    text-align: center;
}
.header-nav li{
    display: inline-block;
    vertical-align: top;
    padding: 5px 3px 5px;
    position: relative;
}
.header-nav li:before{
    content: '|';
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    position: absolute;
    left: -3px;
    top: 0;
}
.header-nav li:first-child:before{
    display: none;
}
.header-nav a{
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}
.header-nav a:hover{
    text-decoration: underline;
}


/*CSS for Main */
main{
    border-top: 1px solid #e1e1e1;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.content{
    float: left;
    width: 76.5%;
    padding: 0 15px;
    position: relative;
}
.content:after{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
    position: absolute;
    right: 0;
    top: 0;
}
.sidebar-right{
    width: 23.5%;
    float: left;
    position: relative;
	background:#f5f5f5;
}
.sidebar-right:before{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
    position: absolute;
    left: -1px;
    top: 0;
}

/* CSS for content */
.top-line{
    text-align: center;
    font-size: 11px;
    margin: 5px 0;
	color:#666666;
}
.breadcrumb a, .breadcrumb span{
    display: inline-block;
    vertical-align: top;
    padding-right: 6px;
}
.breadcrumb a{
    font-weight: bold;
    color: #000;
    position: relative;
    padding-right: 6px;
}
.breadcrumb a:after{
    content: ':';
    right: 0;
    text-decoration: none;
    position: absolute;
}
#like-button iframe{
    width:200px; 
    border:none; 
    height: 35px;
}
.content-about{
    text-align: justify;
    margin-top: 15px;
}
.content-about p{
    margin: 0 0 20px;
}
.content-about p a{
    color: #ff0000;
}
.content-about p a:hover{
       color: #ff0000;
   text-decoration: none;
}
.events-date-div h4{
    font-size: 14px;
    margin: 20px 0;
    text-align: center;
    color: #4e4e4e;
}
.date-list{
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    color: #2c2c2c;
    padding: 5px 16px;
    margin-bottom: 30px;
}
.date-list p{
    margin: 5px 0;
}

/* CSS for Sidebars */
.sidebar-nav{
    padding-bottom: 40px;
}
.sidebar-nav h5{
    background-color: #1d54d0;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
    color: #fff;
}
.sidebar-nav h5 a{
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
    color: #fff;
}
.sidebar-nav h5 a:hover{
    color: #000000;
}
.sidebar-nav a{
    background: url('../images/blt-hm.gif') 10px 3px no-repeat;
    color: #003b5e;
    display: block;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 20px;
}
.sidebar-nav a:hover{
    color: #ff0000;
}
.sidebar-nav a.active{
    background-color: #FFE4CA;
}

/* CSS for Facebook Comments */
.fb-comments{
    max-width: 550px;
    margin: 0 auto;
    height: 869px;
}
.fb-comments iframe{
    border: none;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

/* CSS for Footer */
footer{
    border-top: 1px solid #C1DFFF;
    outline: 1px solid #e1e1e1;
    
}
.footer-link{
    background-color:#666666;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 5px 15px;
}
.footer-link a{
    color: #ffffff;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0;
}
.footer-link a:hover{
    color: #000;
}
.copyright{
    background-color: #E8F3FF;
    border-top: 3px solid #C1DFFF;
    padding: 5px 15px;
    text-align: center;
}
.copyright span{
    display: inline-block;
    vertical-align: middle;
}
.copyright a{
    color: #000;
}
.resources-link{
    float: right;
}

.ad-below-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  padding: 2%;
  clear: both;
}

.tbl-link{
    font-size: 16px;
    line-height: 26px;
    color: #000000;	
}
.tbl-link a{
    color: #ff0000;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0;
	font-weight:bold;
	text-decoration:underline;
	line-height:26px;
}
.tbl-link a:hover{
    color: #ff0000;
	text-decoration:none;
}
.tbl-link td{border:1px solid #e3e3e3; padding-top: 2px; padding-right: 10px; padding-bottom: 2px;padding-left: 10px;}

.text-right-ad
{
	margin-left:1%;
	margin-bottom:1%;
}

@media all and (max-width: 767px){
    .content, .sidebar{
        width: 100%;
    }
    .sidebar-nav{
        padding: 20px 0 0;
    }
    .sidebar-nav li{
        display: inline-block;
        vertical-align: top;
        width: 32%;
    }
}
@media all and (max-width: 766px){
    .sidebar-nav li{
        width: 49%;
    }
}
@media all and (max-width: 400px){
    .sidebar-nav li{
        width: 100%;
    }
}
@media(min-width: 980px) { .iop-fest-right { width: 336px; height: 250px; margin:10px;} } 

.iop-fest-right
{
	float:right;
}

@media (max-width:980px)
{
	.iop-fest-right
	{
		float:none;
	}
}