#pageTitle{
	letter-spacing: -0.015em;
    font-size: 24px;
	font-size: 1.25rem;
    line-height: 40px;
	font-weight: 600;
    text-transform: uppercase;
	color: #9B9587;
	text-align: center;
	font-family:'Nunito';
	display:none;
	
}
.toptools{
	display:none!important;
}
@media screen and (min-width:600px) {
	#pageTitle{
		display:block;
	}
	
	.toptools{
		display:block!important;
	}	
}

/*Galeria */


.eds_GravityGallery_Graviton .edsgg__itemsListContainer {
	/*margin: 40px -15px!important;*/
	
}

.edsgg_thumbnailWrapper{
}

.edsgg__itemContainer{
	visibility: hidden;
}




.alert{
	/*
	padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
*/	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 0;
	
	/*visibility:hidden;*/
}
header, #topHeader{
/*
	z-index: 22;
	position: relative
	*/
}
.container main{
	z-index: 2;
	position: relative

}

.postDetails h4{
	opacity: 0;
}
.postDetails h4 > div {
  visibility:hidden;
}
#pageTitle, .eds_GravityGallery_Graviton .edsgg_mainTitle{
	opacity: 0;
/*  visibility:hidden;*/
}
#redes{
  /*visibility:hidden;*/
}


/******************************/

#eventosGrid{
	margin-left: -15px!important;
	margin-right: -15px!important;
 }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/*********************************************/

.alert article{
	background: #F1F3F4;
	background-color: transparent;
	background: -webkit-linear-gradient(top, white 1%, #F1F3F4 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, white 1%, #F1F3F4 98%) repeat scroll 0 0 transparent;
	border-top: 0px solid #ccc;
	border-radius:8px;
	padding:20px;
	position:relative;
	overflow:hidden;
	box-shadow: none;
	-webkit-transition:	     	all 0.3s ease-in-out;
	-moz-transition:			 all 0.3s ease-in-out;
	-o-transition:				 all 0.3s ease-in-out;
	-ms-transition:		         all 0.3s ease-in-out;
	transition:			    	 all 0.3s ease-in-out;
}

#dnn_ProjectsPane .alert article{
	background: #F5F5F5;
}


.alert article:hover{
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.07), 0 4px 8px 0 rgba(0,0,0,0.1);
	border-top-color: #F47920;
}
.alert article:hover .triangle-bottomright{
	  border-bottom: 72px solid #F47920;
}

.alert article:hover .blog_title h4 a, .alert article:hover .blog_title h4 a .firstWord{
	color:#1D2127;
}
.alert article:hover .post-date .day{
	/*color:#24A16D*/
}
.alert article:hover .post-date {
	/*background:#F47920;*/
}
.alert article:hover .post-date .month{
	/*color:#24A16D*/
}

.alert article:hover .post-date:before{
	/*border-right-color:#24A16D*/
}

.alert article:hover .triangle-bottomright{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);

}
  
.alert .blog_title {
  margin-bottom: 10px;
  /*background:#898989;*/
  padding: 0 0 0 0;
  /*margin-top:-5px;*/
}
.alert .blog_title h4{
    line-height:12px;
}
.triangle-bottomright {
	position: absolute;
	right:0;
	bottom:0;
	width: 0;
	height: 0;
	border-bottom: 		72px solid #4CC995;
	border-left: 		72px solid transparent;
    -webkit-transform: translate(72px, 72px);
    -moz-transform: translate(72px, 72px);
    -ms-transform: translate(72px, 72px);
    -o-transform: translate(72px, 72px);
    transform: translate(72px, 72px);
	
	color:#000;
	-webkit-transition:	     	 all 0.3s ease-in-out;
	-moz-transition:			 all 0.3s ease-in-out;
	-o-transition:				 all 0.3s ease-in-out;
	-ms-transition:		         all 0.3s ease-in-out;
	transition:			    	 all 0.3s ease-in-out;
}
#Fotos .triangle-bottomright {
	border-bottom: 	72px solid #1D2127;
}
#Fotos .alert article:hover .triangle-bottomright{
	border-bottom: 	72px solid #0E0E0E;
}
#Fotos .alert article{
	border-top: 0px solid #1D2127;
}
.triangle-bottomright i {
  position: absolute;
  top: 36px;
  right: 12px;
  font-size:24px;
  line-height: 24px;
  transform: rotate(90deg);
}


.pager{
	margin: 30px 0;

}
.pager a:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pager a:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagebtn, .pager span{
  position: relative;
  padding: 10px 16px;
  margin-left: -1px;
  color: #6C5C33;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family:   'Nunito', sans-serif;
  font-size:18px;
  line-height:18px;
}
.pager span{
	margin-right:-4px
}

.pagebtn:hover{
  color: #6C5C33;
  background-color: #eee;
  border-color: #ddd;
}
.pagebtn.active{
  border-color: #6C5C33 !important;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #6C5C33;
}
.pagebtn.active:hover{
  border-color: #24A16D;
  background-color: #24A16D;
}

.tags {
	font-size:12px;
	line-height:13px;
	border-radius: 2px;
    font-family:   'Nunito', sans-serif;
	display: inline-block;
	padding:4px 5px 5px 5px;
	background: #A7A7A5;
	background: rgba(0,0,0,0.3);
	color:#fff;
	letter-spacing: 0;
    margin: 8px -2px 15px -2px;
	 font-weight:400;
	-webkit-transition:	    all 0.3s ease-in-out;
	-moz-transition:			all 0.3s ease-in-out;
	-o-transition:				all 0.3s ease-in-out;
	-ms-transition:		    	all 0.3s ease-in-out;
	transition:			    	all 0.3s ease-in-out;
}

.tags a{
	color:#fff!important;
}
.tags a:not(:last-child):after {
  content: ',';
}

.triangle-bottomright a:visited, .triangle-bottomright a{
	color:#fff;
	width: 72px;
	height: 72px;
	display: block;
	margin-left: -72px;
}

.alert article:hover .triangle-bottomright a{
	color: #fff!important;

}

.firstWord {
  font-weight: 600;  
  color:#1D2127;
	-webkit-transition:	     all 0.3s ease-in-out;
	-moz-transition:			 all 0.3s ease-in-out;
	-o-transition:				 all 0.3s ease-in-out;
	-ms-transition:		         all 0.3s ease-in-out;
	transition:			    	 all 0.3s ease-in-out;
}
.ModBlogC > div:first-child{
	/*max-width:1170px;
	margin: 0 auto;*/
	/*padding:0 15px 0 15px;*/
}

/* Thumbnails - Detalhes dos Posts */
.img-responsive{
	width:100%;
	height:auto;

}



.img-thumbnail {
  position: relative;
  line-height: 1.42857143;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.img-thumbnail_2 {
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right:0;
  width:100%;
   background-image: url("http://viana.bibliopolis.info/Portals/0/logo.png");
   background-repeat: no-repeat; 
   background-position: center center;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

  
}
.eventos-frame:hover .img-thumbnail_2{
   background-position: 0 center;
}

.thumb-info {
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	cursor:pointer;
}

a.eventUrl{
	position: absolute;
	height:100%;
	width: 100%;
	top:0;
	bottom:0;
	left:0;
	bottom:0;
}

.thumb-info a{
	color:#fff;
}
.thumb-info.secundary {
background:#ccc;
padding:1px;

}
.thumb-info:hover .thumb-info-action-icon, .eventUrl:hover .thumb-info-action-icon {
	right: 0;
	top:0;
}

.thumb-info:hover .thumb-info-action, .eventUrl:hover .thumb-info-action  {
	filter: alpha(opacity=100);
	opacity: 1;
}

.thumb-info:hover .thumb-info-title, .eventUrl:hover .thumb-info-title {
	background: #000;
}

.thumb-info .thumb-info-action-icon, .eventUrl .thumb-info-action-icon {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #24A16D;
	border-radius: 0 0 0 25px;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: -100px;
	text-align: center;
	top: -100px;
	width: 50px;
}

.thumb-info .thumb-info-action-icon i, .eventUrl .thumb-info-action-icon i  {
	font-size: 22px;
	left: 2px;
	position: relative;
	top: -2px;
}

.thumb-info .thumb-info-action , .eventUrl .thumb-info-action{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(36, 27, 28, 0.9);
	bottom: 0;
	color: #FFF;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	opacity: 0.0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.thumb-info .thumb-info-inner, .eventUrl .thumb-info-inner {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	/*white-space: nowrap;*/
}

.thumb-info .thumb-info-title, .eventUrl .thumb-info-title {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(36, 27, 28, 0.9);
	top:65%;
	/*margin-top:-25px;*/
	color: #FFF;
	font-size: 15px;
	line-height:20px;
	font-weight: 400;
	left: 0;
	letter-spacing: 0;
	padding: 9px 11px 9px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	z-index: 1;
}

.thumb-info .thumb-info-type , .eventUrl .thumb-info-type{
	background-color: #24A16D;
	border-radius: 2px;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 8px -2px -15px -2px;
	padding: 2px 9px;
	text-transform: none;
}

.thumb-info img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: relative;
	opacity:1!important;
	-webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    transform: scale(1)!important;

}

.thumb-info:hover img {
	-webkit-transform: scale(1.1, 1.1)!important;
	-moz-transform: scale(1.1, 1.1)!important;
	-ms-transform: scale(1.1, 1.1)!important;
	-o-transform: scale(1.1, 1.1)!important;
	transform: scale(1.1, 1.1)!important;
}

/* Thumb Info Caption	*/
.thumb-info-caption {
	padding: 10px 0;
}

.thumb-info-caption p {
	font-size: 0.9em;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 10px;
}

/* Thumb Info Secundary */
.thumb-info.secundary .thumb-info-title {
	background: transparent;
	bottom: auto;
	left: 0;
	right: 0;
	top: 35%;
	text-align: center;
	opacity: 0;
}

.thumb-info.secundary .thumb-info-type {
	float: none;
}

.thumb-info.secundary:hover .thumb-info-title {
	top: 42%;
	opacity: 1;
}


/* Responsive */
@media (max-width: 991px) {
	.thumb-info .thumb-info-title, .eventUrl .thumb-info-title {
		font-size: 14px;
	}

	.thumb-info .thumb-info-more, .eventUrl .thumb-info-more {
		font-size: 11px;
	}
}
.postDetails{
	padding:20px;
	background: #F5F5F5;
	background-color: transparent;
	background: -webkit-linear-gradient(top, white 1%, #F1F3F4 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, white 1%, #F1F3F4 98%) repeat scroll 0 0 transparent;
	/*box-shadow: 0 1px 2px 0 rgba(0,0,0,0.07), 0 4px 8px 0 rgba(0,0,0,0.1);*/
	margin-top:6px;
	/*margin-bottom:40px;*/
	padding-bottom:40px;
	border-top: 0px solid #ccc;
	border-radius:8px 8px 0 0 ;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.postDetails *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.postDetails .container-fluid{
	padding-right:0;
	padding-left:0;
}

.blog_date
{
    color: #555555;
    font: 10px/16px  'Nunito' , Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 7px;
}
/* Arrows */
.arrow {
	background: transparent url(/portals/_default/skins/satva3/images/arrows.png) no-repeat 0 0;
	width: 47px;
	height: 120px;
	display: inline-block;
	position: relative;
	padding-top: 5px;
	margin-left:   5px;
}

.arrow.vtl {
	background-position: 0 0;
	width: 47px;
	height: 96px;
}

.arrow.vtr {
	background-position: -101px 0;
	width: 47px;
	height: 96px;
}

.arrow.vbl {
	background-position: 0 -144px;
	width: 47px;
	height: 96px;
}

.arrow.vbr {
	background-position: -101px -144px;
	width: 47px;
	height: 96px;
}

.arrow.hlt {
	background-position: -209px 0;
	width: 120px;
	height: 47px;
}

.arrow.hlb {
	background-position: -209px -101px;
	width: 120px;
	height: 47px;
}

.arrow.hrt {
	background-position: -353px 0;
	width: 120px;
	height: 47px;
}

.arrow.hrb {
	background-position: -353px -101px;
	width: 120px;
	height: 47px;
}

/* Responsive */
@media (max-width: 479px) {
	.arrow {
		display: none;
	}
}


.post-date {
margin-right: 10px; */
  /* margin-bottom: 20px; */
  /* margin-left: -28px; */
  /* margin-top: -30px; */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  /* float: left; */
  text-align: center;
  left: -8px;
  top:8px;
  position: absolute;
  /*z-index:2;*/
  background: #757679;
  border-radius: 0 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-date .day {
  background: #F4F4F4 ;
  border-radius: 0 0 0 0;
  color: #757679;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
	-webkit-transition:	     all 0.3s ease-in-out;
	-moz-transition:			 all 0.3s ease-in-out;
	-o-transition:				 all 0.3s ease-in-out;
	-ms-transition:		         all 0.3s ease-in-out;
	transition:			    	 all 0.3s ease-in-out;
}
.post-date:before {
  border-right: 8px solid #2C2C2A;
  border-bottom: 8px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 4px;
	-webkit-transition:	     	 all 0.3s ease-in-out;
	-moz-transition:			 all 0.3s ease-in-out;
	-o-transition:				 all 0.3s ease-in-out;
	-ms-transition:		         all 0.3s ease-in-out;
	transition:			    	 all 0.3s ease-in-out;
}
.post-date .month {
  border-radius: 0 0 0 0;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0 10px 2px;
}


.resumo{
	margin-top:0;
	margin-bottom: 0;
	font-weight:	600;
	color:#444;
}
.blog_title h4{
	margin-bottom:5px;
}
.blog_title h4 a{
    font: 14px/14px  'Nunito', sans-serif;
    text-transform: none;
    text-decoration: none;
	font-weight: 600;
	color:#1D2127;
	-webkit-transition:	     all 0.3s ease-in-out;
	-moz-transition:			 all 0.3s ease-in-out;
	-o-transition:				 all 0.3s ease-in-out;
	-ms-transition:		     all 0.3s ease-in-out;
	transition:			    	 all 0.3s ease-in-out;
}


.autores .blog_title h4 a{
    font-size: 12px;
    line-height: 12px;
}


.blog_title h4 a:hover{
    color: #24A16D;
}
.blog_title.main h4 a{
	font-size:26px;
	line-height:32px;
	letter-spacing: -1px;
	color:#121214!important;
    text-transform: none;
}
.blog_title.main h4 {
	margin-bottom:0;
	color: #1D2127;
	font-weight: 600;
}
.is-post{
    padding: 0 0 20px 0;
}

.is-post p
{
    padding-bottom: 0;
	margin-bottom:10px;
}
.is-post td
{
    color: #272727;
    font-size: 16px;
}
.is-post div.postsummary
{
   padding-bottom: 0.5em;
    padding-top: 0.5em;
}
.is-post div.postsummary *{
	text-align:left!important;
}

.is-post div.postsummary p{
	color:#777;
}
.is-post div.postsummary a
{
    font-size: 13px;
    color: #24A16D;
}
.is-post div.postsummary a:hover
{
    font-size: 13px;
    color: #666666;
}

.is-post .postImage{
	height:auto;
	margin-bottom:10px;
	position:relative;
}
.is-post .postImage a{
	/*display:inline-block;*/
}


/* Product Thumb Info */
.product-thumb-info {
	
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
	/*border-radius: 6px;*/
	padding: 0;
	position: relative;
	border: 0;
	border-bottom: 3px solid #E3E4E8;
	background: #F7F9FC;
	background: none;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	text-align: center;
	border: 0px solid #DDD;
	text-decoration: none;
}

.product-thumb-info:hover {
	background-color: #FFF;
	text-decoration: none;
}

.product-thumb-info a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.product-thumb-info a:hover {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.product-thumb-info img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
	
	
	/*border-radius: 6px 6px 0 0;*/
}

.product-thumb-info h4 {
	color: #404751;
	letter-spacing: -1px;
	font-weight: 600;
	font-size: 1.4em;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

.product-thumb-info + .product-thumb-info {
	/*border-radius: 0 0 6px 6px;*/
	margin-top: -5px;
}

.product-thumb-info .product-thumb-info-touch-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	background-color: transparent;
}

.product-thumb-info.hover .product-thumb-info-touch-hover {
	display: block;
}

.product-thumb-info .product-thumb-info-image {
	display: block;
	position: relative;
}

.product-thumb-info .product-thumb-info-image:before {
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1D2127;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
	/*border-radius: 6px 6px 0 0;*/
}

.product-thumb-info:hover .product-thumb-info-image:before {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.product-thumb-info .product-thumb-info-act {
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
}

.product-thumb-info:hover .product-thumb-info-act {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 45%;
}

.product-thumb-info .product-thumb-info-act em {
	font-style: normal;
}

.product-thumb-info .product-thumb-info-content {
	padding: 15px;
	text-align: left;
	display: block;
}

.product-thumb-info .product-thumb-info-caption {
	padding: 0 15px 15px;
	text-align: left;
	display: block;
}

.product-thumb-info .product-thumb-info-caption p {
	margin: 0;
	padding: 0 0 10px;
}

.product-thumb-info .product-thumb-info-extra {
	clear: both;
	padding: 10px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #EBEBF4;
	display: block;
}

.product-thumb-info .product-thumb-info-extra.social a:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

/*****************************/
.is-post div.postdetail
{
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: left;
}
.is-post div.postdetail img
{
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: 0em;
    height: auto!important;
    -moz-box-shadow: 0px 0px 0px 0px #888;
    -webkit-box-shadow: 0px 0px 0px 0px #888;
    box-shadow: 0px 0px 0px 0px #888;
    border: 3px solid #f5f5f5;
}
.is-post div.posttags
{
    padding-bottom: 0em;
    padding-top: 0em;
}
.is-post div.socialbar
{
    padding-top: 10px;
    font-size: 1.5em;
}
.is-post .socialbar .sharrre a
{
    padding-left: 10px;
}
.is-post .imageShadow
{
    background: url(images/blog-post-img-shadow.png) no-repeat center bottom;
    -o-border-image: height: 20px;
    position: relative;
    z-index: -10;
}
.is-post .postImageShadow img
{
    border-style: solid;
    border-width: 0px 0px 16px;
    -moz-border-image: url(images/blog-post-img-shadow.png) 0 0 20 stretch;
    -webkit-border-image: url(images/blog-post-img-shadow.png) 0 0 20 stretch;
    -o-border-image: url(images/blog-post-img-shadow.png) 0 0 20 stretch;
    border-image: url(images/blog-post-img-shadow.png) 0 0 20 stretch;
}
/* Styles for Categories and Tags section */
hr.light_line
{
    background-color: transparent !important;
    height: 3px;
}
.is-post ul
{
    /*overflow: auto;*/
    list-style-type: none;
    font: 12px/12px  'Nunito' , Helvetica, Arial, sans-serif;
    color: #666666;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.is-post ul li
{
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.line_small_padding
{
    margin-bottom: 0px !important;
}
/* Styles for blog quotes */
blogquote
{
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    border: none !important;
    background-color: #f5f5f5;
}
blogquote:before
{
    content: '';
    display: block;
    width: 27px;
    height: 23px;
    position: absolute;
    left: 8px;
    top: 10px;
    background-image: url(images/blockquote.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: Transparent;
}
blogquote.type2:before
{
    background-color: #ababab;
}
blogquote p, blogquote div
{
    padding-left: 40px;
}
blogquote span
{
}
blogquote p
{
}
.is-post blogquote p
{
    line-height: 1.6em;
    font-weight: normal;
    font-weight: 400 !important;
    font-style: italic;
    font-family: Georgia, Times, 'Times New Roman' , serif;
    font-size: 22px;
    padding-top: 0.6em;
    color: #272727;
}
h1.blogsectiontitle
{
    font: 18px/18px  'Nunito' , Helvetica, Arial, sans-serif;
    font-weight: 700 !important;
    color: #272727;
    padding-top: 1.1em;
    padding-bottom: 1.0em;
}
blogquote span
{
    font-size: 12px;
    font-weight: normal;
    font-weight: 400 !important;
}
blogquote.right
{
    width: 35%;
    float: right;
    padding-right: 0 !important;
    margin-left: 2.5%;
}
blogquote.left
{
    width: 35%;
    margin-right: 2.5%;
    float: left;
}
pre
{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #ffffff;
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.contentarea ol li::before
{
    counter-increment: li;
    content: counter(li) ".";
    padding-right: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: bold;
    color: #272727;
    font-size: 16px;
    font-weight: normal;
}
.contentarea ol li
{
    line-height: 1.8em;
    margin: 0 0 0 15px;
    padding: 0 0 0 25px;
    position: relative !important;
    color: #272727;
    list-style: none;
    list-style-image: none;
    font-size: 16px;
}
.blog_comment_pic
{
    display: block;
    float: left;
    position: relative;
}
.blog_comment_details .blog_comment_body
{
    padding: 0px 0px 10px 15px;
    float: left;
}
.blog_comment_body .blog_comment_content
{
    padding: 10px 0px 10px 0px;
    border: solid 1px #f5f5f5;
}

.comment_info .date:before
{
    content: '/';
}
.comment_info .reply:before
{
    content: '/';
}
/*strong
{
    font-weight: bold;
    color: black;
}
*/
/* Blog Title for mobile devices - excluding tablets */
@media only screen and (max-width : 640px)
{
    .blog_title h4 a
    {
       /*font: 16px/18px  'Nunito' , Helvetica, Arial, sans-serif;
        color: #666666;
        text-transform: uppercase;
        font-weight: bold;*/
    }
    h1.blogsectiontitle
    {
        font: 14px/20px  'Nunito' , Helvetica, Arial, sans-serif;
        font-weight: 700 !important;
        color: #272727;
        padding-top: 1.1em;
        padding-bottom: 1.0em;
    }
    .is-post div.postdetail img
    {
        margin-left: -0.8em;
    }
}
/* Styles for Blog Info Icon Bar */
.my_blogpost_info_wrapper
{
    margin-bottom: 0px;
    position: relative;
}
.my_blog_info_block
{
    overflow: auto;
}
.my_blog_info_block div
{
    padding: 8px 14px 8px 53px;
    background: #f5f5f5 url(images/bg_pattern2.png) repeat 0 0;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    border: #d9d9d9 1px solid;
    margin-bottom: 5px;
}
.my_blog_info_block div:before
{
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 38px;
    height: 100%;
    border-right: #d9d9d9 1px solid;
}
.my_blog_info_block div a
{
    color: #666666;
	display: inline-block;
}
#my_blogpost_info_wrapper
{
    min-height: 0px;
    margin-bottom: 0px;
    position: relative;
}
#my_blogpost_info_wrapper li
{
    padding: 0 0 0 0;
}
.my_blogpost_info_wrapper .my_post_type:before
{
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}
.my_blogpost_info_wrapper .my_post_type
{
    width: 38px;
    height: 38px;
    margin-bottom: 5px;
    background: #f5f5f5 url(images/bg_pattern2.png) repeat 0 0;
    display: inline-block;
    margin-right: 5px;
    border: #d9d9d9 1px solid;
    float: left;
}
.my_blogpost_info_wrapper .my_post_type.my_post_type_image:before
{
    background: url(icons/blogpost_image.png) no-repeat 0 0;
}
.my_blog_info_block div.my_blog_comments:before
{
    background: url(icons/blog_comments.png) no-repeat 9px 9px;
}
.my_blog_info_block div.my_blog_views:before
{
    background: url(icons/blog_views.png) no-repeat 9px 9px;
}
.my_blog_info_block div.my_blog_categories:before
{
    background: url(icons/blog_categ.png) no-repeat 9px 9px;
}
.my_blog_info_block div.my_blog_GoBack:before{
 display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f112"; 
  font-size:21px;
  line-height: 38px;
  text-indent:9px;
  position:absolute;
}
.my_blog_info_block div.my_blog_GoBack a{
    color: #666666;
}
.my_blog_info_block div.my_blog_GoBack a:hover, .my_blog_info_block div.my_blog_GoBack:hover:before{
    color: #24A16D;
}

.my_blog_info_block div.my_blog_comments a
{
    color: #666666;
}
.my_blog_info_block div.my_blog_comments a:hover
{
    color: #24A16D;
}
.my_blog_info_block div.my_blog_categories a
{
    color: #666666;
}
.my_blog_info_block div.my_blog_categories a:hover
{
    color: #24A16D;
}
.my_blog_info_block div.my_blog_categories a:not(:last-child):after
{
    content: ',';
}

/* Blog Info Icon Bar for mobile devices - excluding tablets */
@media only screen and (max-width : 640px)
{
    .my_blogpost_info_wrapper
    {
        margin-bottom: 0px;
        position: relative;
    }
    .my_blog_info_block
    {
        overflow: auto;
    }
    .my_blog_info_block div
    {
        padding: 10px 8px 10px 45px;
        height: 18px;
        background: #f5f5f5 url(images/bg_pattern2.png) repeat 0 0;
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 2px;
        border: #d9d9d9 1px solid;
        margin-bottom: 5px;
    }
    .my_blog_info_block div:before
    {
        content: '';
        position: absolute;
        display: block;
        left: 0px;
        top: 0px;
        width: 38px;
        height: 100%;
        border-right: #d9d9d9 1px solid;
    }
    .my_blog_info_block div a
    {
        color: #666666;
    }
    #my_blogpost_info_wrapper
    {
        min-height: 0px;
        margin-bottom: 0px;
        position: relative;
    }
    #my_blogpost_info_wrapper li
    {
        padding: 0 0 0 0;
    }
    .my_blogpost_info_wrapper .my_post_type:before
    {
        content: '';
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
    }
    .my_blogpost_info_wrapper .my_post_type
    {
        width: 38px;
        height: 38px;
        margin-bottom: 5px;
        background: #f5f5f5 url(images/bg_pattern2.png) repeat 0 0;
        display: inline-block;
        margin-right: 2px;
        border: #d9d9d9 1px solid;
        float: left;
    }
    .my_blogpost_info_wrapper .my_post_type.my_post_type_image:before
    {
        background: url(icons/blogpost_image.png) no-repeat 0 0;
    }
    .my_blog_info_block div.my_blog_comments:before
    {
        background: url(icons/blog_comments.png) no-repeat 9px 9px;
    }
    .my_blog_info_block div.my_blog_views:before
    {
        background: url(icons/blog_views.png) no-repeat 9px 9px;
    }
}

.ModBlogC .is-post .info .date
{
    position: relative;
    z-index: 1;
    font-family:  'Nunito' ,sans-serif;
    font-weight: 400;
    text-align: center;
    display: block;
    font-size: 1.5em;
    color: #999;
    border-bottom: solid 0px #ddd;
    padding: 0 0 1em 0;
    margin: 0 0 .75em 0;
    color: #999;
}


.shortcode_button.btn_small
{
    line-height: 24px;
    font-size: 10px;
    padding: 0 13px;
    font-weight: 800;
}
/* Responsive Tiled Photo Gallery for Dnn Blog Module */
.galleryWrap
{
    overflow: hidden;
    margin: 10px;
}
.pictureBox
{
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
}
.innerBox
{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}
.innerBox img
{
    width: 100%;
}
.innerBox .titleBox
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -50px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.innerBox:hover .titleBox
{
    margin-bottom: 0;
}
@media only screen and (max-width : 480px)
{
    /* Smartphone view: 1 tile */
    .pictureBox
    {
        width: 100%;
        padding-bottom: 100%;
    }
}
@media only screen and (max-width : 650px) and (min-width : 481px)
{
    /* Tablet view: 2 tiles */
    .pictureBox
    {
        width: 50%;
        padding-bottom: 50%;
    }
}
@media only screen and (max-width : 1050px) and (min-width : 651px)
{
    /* Small desktop / ipad view: 3 tiles */
    .pictureBox
    {
        width: 33.3%;
        padding-bottom: 33.3%;
    }
}

@media screen and (max-width: 1200px),only screen and (max-device-width :1200px) {
	.elearningWelcome{
		padding: 0 15px;
	}

	
}

@media only screen and (max-width : 1290px) and (min-width : 1051px)
{
    /* Medium desktop: 4 tiles */
    .pictureBox
    {
        width: 25%;
        padding-bottom: 25%;
    }
}

.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.selectbanner {
    background: #f5f5f5 url(images/bg_pattern2.png) repeat 0 0;
    border: #d9d9d9 1px solid;
    padding: 10px 10px 10px 10px;
    margin:15px 0 5px 0;
}
.selectbanner:hover {
    background-color: #d1d1d1;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
span.removeselection {
    float: right;
    margin-top: 0px;
}













































 .appear-animation {
	opacity: 0;
}

.appear-animation-visible {
	opacity: 1;
}

.animated,
.appear-animation {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		-moz-transform: scale(1);
		opacity: 1;
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		-o-transform: scale(1);
		opacity: 1;
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
