.Normal h2.short {
	margin-bottom:0;
}
.elearningWelcome{
	max-width:1170px;
	margin: 0 auto;
}
.customMargin{
	margin-bottom:-5px!important;
}
.postdetail iframe{
	width:100%;
	display:block;
}
#Background{
	background: #F0F0ED;
}
/*.twitter_line:after {
  border-top-color: #ECECE8;
}
*/
/*
.footer_twitter {
  background: #fff;
  border-top: 5px solid #ECECE8;
}
*/
.alert article{
	background: #F5F5F5;
	background-color: transparent;
	background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
	border-top: 4px solid #F9BB00;
	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;
}
.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: #DFA600;
}
.alert article:hover .triangle-bottomright{
	border-bottom: 64px solid #DFA600;
	-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 article:hover .blog_title h4 a, .alert article:hover .blog_title h4 a .firstWord{
	color:#171717;
}
.alert article:hover .post-date .day{
	/*color:#DFA600*/
}
.alert article:hover .post-date {
	background:#DFA600;
}
.alert article:hover .post-date .month{
	/*color:#DFA600*/
}

.alert article:hover .post-date:before{
	/*border-right-color:#DFA600*/
}

  
  
.alert .blog_title {
  margin-bottom: 10px;
  /*background:#898989;*/
  padding: 0 0 0 0;
  margin-top:-5px;
}
.alert .blog_title h4{
	line-height:24px;
}
.triangle-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 64px solid #F9BB00;
    border-left: 64px solid transparent;
    color: #000;
    -webkit-transform: translate(64px, 64px);
    -moz-transform: translate(64px, 64px);
    -ms-transform: translate(64px, 64px);
    -o-transform: translate(64px, 64px);
    transform: translate(64px, 64px);
    -webkit-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.icon-to-link {
	position: absolute;
	top: 30px;
	right: 8px;
}
.icon-to-link:before {
	content:"\e885";
	font-size: 22px;
	line-height: 22px;
}

.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: 8px 12px;
  margin-left: -1px;
  color: #6C5C33;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family:  'Open Sans', sans-serif;
  font-size:14px;
  line-height:15px;
}
.pager span{
	margin-right:-4px
}

.pagebtn:hover{
  color: #6C5C33;
  background-color: #eee;
  border-color: #ddd;
}
.pagebtn.active{
  border-color: #F9BB00 !important;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #F9BB00;
}
.pagebtn.active:hover{
  border-color: #DFA600;
  background-color: #DFA600;
}

.tags {
	font-size:12px;
	line-height:13px;
	border-radius: 2px;
    font-family:  'Open Sans', sans-serif;
	display: inline-block;
	padding:4px 5px 5px 5px;
	background: #A7A7A5;
	background: rgba(0,0,0,0.3);
	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: 64px;
	height: 64px;
	display: block;
	margin-left: -64px;
}

.alert article:hover .triangle-bottomright a{
	color: #fff!important;

}

.firstWord {
  font-weight: 600;  
  color:#171717;
	-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:auto;
	max-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;
}

.thumb-info {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  cursor: pointer;
}
.thumb-info {
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	cursor:pointer;
}
.thumb-info a{
	color:#fff;
}
.thumb-info.secundary {
background:#ccc;
padding:1px;

}
.thumb-info:hover .thumb-info-action-icon {
	right: 0;
	top:0;
}

.thumb-info:hover .thumb-info-action {
	filter: alpha(opacity=100);
	opacity: 1;
}

.thumb-info:hover .thumb-info-title {
	background: #000;
}

.thumb-info .thumb-info-action-icon {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #DFA600;
	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 {
	font-size: 22px;
	left: 1px;
	position: relative;
	top: -1px;
}

.thumb-info .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 {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	/*white-space: nowrap;*/
}

.thumb-info .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:50%;
	/*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 {
	background-color: #DFA600;
	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;
}

.thumb-info:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* 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 Social Icons */
.thumb-info-social-icons {
	border-top: 1px dotted #DDD;
	margin: 0;
	padding: 15px 0;
	display: block;
}

.thumb-info-social-icons a {
	background: #DFA600;
	border-radius: 25px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.thumb-info-social-icons a:hover {
	text-decoration: none;
}

.thumb-info-social-icons a span {
	display: none;
}

.thumb-info-social-icons a i {
	color: #FFF;
	font-size: 0.9em;
	font-weight: normal;
}

/* 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;
}

.fa-link:before {
  font-size: 22px;
  left: 0;
  content: "\ea7e"; /* e885   e9c3  ea7e edb4*/    
  display: inline-block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;}


/* Responsive */
@media (max-width: 991px) {
	.thumb-info .thumb-info-title {
		font-size: 14px;
	}

	.thumb-info .thumb-info-more {
		font-size: 11px;
	}
}
.postDetails{
	padding:20px;
   background: #F5F5F5;
  background-color: transparent;
  background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, white 1%, #f9f9f9 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;
	border-top: 4px solid #F9BB00;
	border-radius:8px 8px 0 0 ;
}

.blog_date
{
    color: #555555;
    font: 10px/16px 'Open Sans' , Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 7px;
}
.btn-primary{
 display: inline-block;
  padding: 10px 24px;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: normal;
 line-height: 1.33;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  color: #ffffff!important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  background-color: #DFA600;
}
.btn-primary:hover{
  background-color: #F9BB00;
}
/* 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;
}

.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: #F9BB00;
  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: #DFA600;
  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 #E67E22;
  border-bottom: 8px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  bottom: -8px;
  left:-4px;
  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:18px;
	margin-bottom: 0px;
}
.blog_title h4{
	margin-bottom:5px;
}
.blog_title h4 a{
    font: 17px/19px 'Open Sans' , Helvetica, Arial, sans-serif;
    text-transform: uppercase;
	font-weight: 400;
	color:#171717;
	-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;
}
.blog_title h4 a:hover{
    color: #DFA600;
}
.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:20px;
}
.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 p{
	color:#666;
}
.is-post div.postsummary a
{
    font-size: 13px;
    color: #DFA600;
}
.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;
	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 {
-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: #171717;
	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;
}
.is-post div.postdetail img
{
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: 0em;
    -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 'Open Sans' , 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 'Open Sans' , 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 'Open Sans' , Helvetica, Arial, sans-serif;
        color: #666666;
        text-transform: uppercase;
        font-weight: bold;*/
    }
    h1.blogsectiontitle
    {
        font: 14px/20px 'Open Sans' , 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: 'icomoon';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e704";  /*e704  e701  e9be  eb95   ed19  ed96*/
  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: #DFA600;
}

.my_blog_info_block div.my_blog_comments a
{
    color: #666666;
}
.my_blog_info_block div.my_blog_comments a:hover
{
    color: #DFA600;
}
.my_blog_info_block div.my_blog_categories a
{
    color: #666666;
}
.my_blog_info_block div.my_blog_categories a:hover
{
    color: #DFA600;
}
.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: 'Open Sans' ,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;
}
