@charset "UTF-8";
#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

	#info .info-wrapper {
		padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

	}
	
	#info a {
		color:#c09853;
		text-decoration:none;
	}
	
	#info p {
		margin:5px 0 0 0;
	}


/* .container {  */
/* 	position: relative;  */
/* 	width: 960px;  */
/* 	margin: 0 auto;  */
/* 	-webkit-transition: all 1s ease; */
/*   -moz-transition: all 1s ease; */
/*   -o-transition: all 1s ease; */
/*   transition: all 1s ease;	 */
/* } */
 
#filters {
	margin: 0px 1% 30px 1%;
	padding:0;
	list-style:none;
/* 	border: 1px solid #d5d5d5; */
/* 	margin-top: 20px; */
	text-align: center;
	font-size: 0;
}
	#filters li {
/* 		float:left; */
		display: inline-block;
/* 		border-right: 1px solid #d5d5d5; */
		border-left: 1px solid #d5d5d5;
		border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
		min-width: 16.3%;
		text-align: center;
		font-size: 16px;
	}
#filters li:last-child {
    border-right: 1px solid #d5d5d5;
}	
	#filters li span {
		display: block;
		padding:10px 38px;		
		text-decoration:none;
		color: #666;
		cursor: pointer;
		background-color:#fff;
		
	}
	
	#filters li span.active {
		background: #06aaf9;
		color:#fff;
	}
 

 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}
#newsportfoliolist .portfolio , .snomedct_releases.portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:97.5%;
	margin:1%;
	display:none;
/* 	float:left; */
	overflow:hidden;
}
#faqlist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:97.5%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}
#eventsportfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:48%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}
#eventsportfoliolist .upcomingeventportfolio {
	width:97.5%;
}

#eventsportfoliolist .pastevents {
	width:97.5%;
}
	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #fff;
/* 		cursor:pointer; */
		border: 1px solid #d5d5d5;
	}
	
	.snomedct_releases .portfolio-wrapper {
		border: none;
		background:none;
		
	}
	

	.portfolio img {
		max-width:100%;
		position: relative;
		top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
	}
	
	
	
	
		
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
			}
	
	
	.portfolio:hover img {
/*     top:-30px; */
  }  

#faqlist .panel, #ourteam .panel, .tabcontent_tab .panel , #eventsportfoliolist .panel{
	background-color: transparent;
}	



/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
/* 		width: 768px;  */
	}
	
	#filters li { 
	width: 48%;
    border-right: 1px solid #d5d5d5;
    margin-left: 1px;
	}
	
	
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	#filters li { 
	width: 48%;
    border-right: 1px solid #d5d5d5;
    margin-left: 1px;
	}
	
}
@media only screen and (min-width: 768px) {
	.event-list > li > .info > .title {
		margin: 0px;
	}
}





/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
/* 		width: 95%;  */
	}
	
/* 	#portfoliolist .portfolio { */
/* 		width:96%; */
/* 		margin:1%; */
/* 	}		 */
	#newsportfoliolist .portfolio {
		width:97.5%;
		margin:1%;
	}
	#faqlist .portfolio {
		width:97.5%;
		margin:1%;
	}
	#eventsportfoliolist .portfolio {
		width:96%;
		margin:1%;
	}

	#ads {
		display:none;
	}
	
	#filters {
	margin: 0px 1% 20px 1%;
}
	
	
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
/* 		width: 70%; */
	}
	
	#ads {
		display:none;
	}
	
}

/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
/*.row,
.clearfix {
  zoom: 1; }*/

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.label-text {
/*     height: 100px; */
    height: 80px;
    text-align: center;
/*     margin: 10px 0 0 0; */
    font-size: 14px;
    display: table;
/*     width: calc(100% - 100px); */
    width: calc(100%);
}

a.text-title {
    text-decoration: none;
}


.label-text span {
	display: table-cell;
    vertical-align: middle;
    color:#06aaf9;
}








/* for news list page */

.event-list {
		list-style: none;
/* 		font-family: 'Lato', sans-serif; */
		margin: 0px;
		padding: 0px;
	}
	.event-list > li {
/* 		background-color: rgb(255, 255, 255); */
/* 		box-shadow: 0px 0px 5px rgb(51, 51, 51); */
/* 		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7); */
		padding: 0px;
		margin: 0px 0px 20px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: #06aaf9;
/* 		background-color: #3498db; */
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.snomedct_releases  time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: #06aaf9;
/* 		background-color: #3498db; */
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
/* 		background-color: rgb(165, 82, 167); */
	}
	.event-list > li > time > span {
		display: none;
	}
	.snomedct_releases  time > span {
		display: none;
	}
	
	
	.event-list > li > time > .day {
		display: block;
		font-size: 22px;
		font-weight: 100;
		line-height: 1;
	}
	.testimonial > li > time > .day {
		display: block;
		font-size: 22px;
		font-weight: 100;
		line-height: 1;
	}
	.event-list > li.latest > time > .year {
		display: block;
		line-height: 1em;
	}
	.testimonial > li > time > .year {
		display: block;
		line-height: 1em;
	}
	.event-list > li.latest > time > .month {
		margin-top:10px;
	}
	
	
	
	.snomedct_releases  time > .day {
		display: block;
		font-size: 24px;
		font-weight: 100;
		line-height: 1;
		margin-top: 2px;
	}
	.event-list > li time > .month {
		display: block;
/* 		font-size: 24pt; */
/* 		font-weight: 900; */
		line-height: 1;
		margin-top: 15px;
	}
	.testimonial > li time > .month {
		display: block;
		line-height: 1;
		margin-top: 10px;
	}
	.snomedct_releases  time > .month {
		display: block;
/* 		font-size: 24pt; */
/* 		font-weight: 900; */
		line-height: 1;
		margin-top: 10px;
	}
	.snomedct_releases  time > .year {
		display: block;
/*		font-size: 20px;
		font-weight: 100;	*/
		line-height: 1;
		margin-top: 2px;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 0px;
		text-align: center;
		padding-left: 20px;
	}
	
	.event-list > li > .info > .title {
		font-size: 16px;
		font-weight: 700;
/* 		margin: 0px; */
		text-align: justify;
		padding-bottom:10px;
		line-height: 1.7em;
	}
	.event-list > li > .info > .desc {
		font-size: 12pt;
		font-weight: 300;
		margin: 0px;
		text-align:justify;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}
	@media (max-width: 1199px) {
		.snomedct_releases  time {
			width:100% !important;
		}
		
	}

	@media (min-width: 1200px) {
		.snomedct_releases  time {
			width: 80px !important;			
				    max-width: 20% !important;
		}
	}

	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
/* 			height: 120px; */
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.snomedct_releases time {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
/* 			background-color:s rgb(245, 245, 245); */
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 70px;
			height: 70px;
			padding: 0px;
			margin: 0px;
		}
		.snomedct_releases time{
			width: 80px ;
			height: 80px;
			padding: 0px;
			margin: 0px;
/* 			    max-width: 20% ; */
		}
		.event-list > li > .info {
			position: relative;
			min-height: 70px;
			text-align: left;
			padding-right: 40px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
/* 			padding: 10px 0px; */
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 10px 0px 9px;
		}
	}
	
	
	.morecontent span {
	display: none;
}
.comment {
	width: 400px;
	background-color: #f0f0f0;
	margin: 10px;
}
.morelink {
	color: #2381a8;
    text-decoration: none;
    font-size: 14px;
}
.morelink:hover, .morelink:focus{
    color: #2381a8;
    text-decoration: none;
}
.portfolio .line-separator {
	margin-top: 20px;
    margin-bottom: 10px;
}




#eventsportfoliolist .portfolio{
    position:relative;
    overflow:hidden;
}
#eventsportfoliolist .portfolio:hover > .hoverPanel{
    bottom:0;
    height: 100%;
   
   
}
#eventsportfoliolist .hoverPanel{
    position:absolute;
/*     bottom: -100%; */
	bottom:0;
    width: 100%;
    height: 60px;
    background-color: rgba(38, 151, 202, 0.4);
    -webkit-transition-property: height; /* Safari */
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-property: height;
    transition-duration: 0.5s;
    color: rgba(255, 255, 255, 0.94);
    
    
}

#eventsportfoliolist .hoverPanel h3 {
    font-size: 20px;
    margin: 0;
    padding: 6px 10px;
    
}
#eventsportfoliolist .hoverPanel .time {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
}

#eventsportfoliolist .hoverPanel .desc {   
    padding: 10px;
    text-align: justify;
}


#myModal {
	
	z-index:1000000000;
}
.modal-backdrop.fade.in {
	z-index:100000000;
}
