.quote .row {
  /*margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: block;*/
  text-align: center;
}
.row:before, .row:after {
  content: '';
  display: table;
}
.row:before {
  clear: both;
}
.row div.ch-template {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin: 15px;
}

.ch-img-1 {
  background: url(http://tympanus.net/Tutorials/CircleHoverEffects/images/1.jpg) no-repeat;
}

.ch-img-2 {
  background: url(http://tympanus.net/Tutorials/CircleHoverEffects/images/2.jpg) no-repeat;
}

.ch-img-3 {
  background: url(http://tympanus.net/Tutorials/CircleHoverEffects/images/3.jpg) no-repeat;
}

.ch-img {
  background-size: cover !important;
}

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 5%;
  overflow: hidden;
  position: relative;
  cursor: default;
  /*-moz-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);*/
    -moz-box-shadow: inset 0 0 0 5px rgba(255, 165, 0, 01), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 165, 0, 01), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 5px rgba(255, 165, 0, 01), 0 1px 2px rgba(0, 0, 0, 0.1);

  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;  
}
.ch-item:hover {
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ch-item:hover .ch-info {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.ch-item:hover .ch-info p {
  opacity: 1;
}

.ch-info {
  position: absolute;
  background: rgba(63, 147, 147, 0.8);
  width: inherit;
  height: inherit;
  border-radius: 5%;
  overflow: hidden;
  opacity: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.ch-info h3 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0px 15px 15px 15px;
  padding: 45px 0 0 0;
  height: 85px;
  font-family: btitrbold, tahoma;
  text-shadow: 0 0 1px white, 0 1px 2px #204c4c;
}
.ch-info p {
  color: white;
  padding: 20px 5px;
  font-style: italic;
  margin: 0;
  font-size: 16pt;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  -moz-transition: all .5s ease-in-out 0.4s;
  -o-transition: all .5s ease-in-out 0.4s;
  -webkit-transition: all .5s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition: all 1s ease-in-out 0.1s;
  line-height: 20pt;
}
.ch-info p a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
  color: rgba(255, 242, 34, 0.8);
}


/* articles */

/**
 * Helpers
 */
.border-tlr-radius { 
	border-top-left-radius: 2px;
	border-top-right-radius: 2px; 
}

.text-center { text-align: center; }

.radius { border-radius: 2px; }

.padding-tb { padding-top: 1.6rem; padding-bottom: 1.6rem;}

.shadowDepth0 { box-shadow: 0 1px 3px rgba(0,0,0, 0.12); }

.shadowDepth1 {
   box-shadow: 
  		0 1px 3px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.24);      
}


/**
 * Card Styles
 */

.card__wrapper
{
display: inline-block;
text-align: right;
  direction: rtl;
}

.card {
	background-color: #fff;
	margin-bottom: 1.6rem;
}

.card__padding {
	padding: 1rem;
}
 
.card__image {
	min-height: 100px;
	background-color: #eee;
  	height: 160px;
  	overflow: hidden;
  	background-size: cover;
  	border-bottom: 1px rgb(240, 240, 240) solid;
}
	.card__image img {
		width: 100%;
		max-width: 100%;
		display: block;
	}

.card__content {
	position: relative;
}

/* card meta */
.card__meta
{
  text-align: left;
}

.card__meta time {
	font-size: 1rem;
	color: #bbb;
	margin-left: 0.8rem;
}

/* card article */
.card__article a {
	text-decoration: none;
	color: #444;
	transition: all 0.5s ease;
}

.card__article h5 {
margin : 0;
  line-height: 22px;
  min-height: 66px;
  max-height: 66px;
  overflow: hidden;
  font-family: 'Segoe UI';
padding: 0 12px;
text-align: justify;
}

.card__article p {
display: none;
}

	.card__article a:hover {
		color: #2980b9;
	}

/* card action */
.card__action {
	overflow: hidden;
	padding-right: 1.6rem;
	padding-left: 1.6rem;
	padding-bottom: 1rem;
}
	 
.card__author {
text-align: left;
  font-size: 9pt;
}

	.card__author img,
	.card__author-content {
		display: inline-block;
		vertical-align: middle;
	}

	.card__author img{
		border-radius: 50%;
		margin-right: 0.6em;
	  	height: 28px;
	}

.card__share {
	float: right;
	position: relative;
	margin-top: -30px;
  	right: 10px;
}

.card__social {
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
	width: 160px;
	transform: translateZ(0);
  	transform: translateX(0px);
  	transition: transform 0.35s ease;
}
	.card__social--active {
		visibility: visible;
		/*z-index: 3;*/
		transform: translateZ(0);
 		transform: translateX(-48px);
  		transition: transform 0.35s ease;
	}

.share-toggle {
	z-index: 2;
}
.share-toggle:before {
	content: "\e079";
	font-family: 'Glyphicons Halflings';
	color: #3498db;
}
	.share-toggle.share-expanded:before {
		content: "\f00d";
	}

.share-icon {
  	font-family: byekan;
  	color: rgb(52, 152, 219);
	padding: 0 10px;
	font-size: 10pt;

	display: inline-block;
	/* width: 48px; */
	height: 40px;
	line-height: 39px;
	text-align: center;
	border-radius: 4%;
	background-color: #fff;
	transition: all 0.3s ease;
	outline: 0;

	box-shadow: 
	  		0 2px 4px rgba(0,0,0, 0.12),
	    	0 2px 4px rgba(0,0,0, 0.24);
}
	.share-icon:hover,
	.share-icon:focus {
  		color: rgb(52, 152, 219);
		text-decoration: none;

		box-shadow: 
	  		0 3px 6px rgba(0,0,0, 0.12),
	    	0 3px 6px rgba(0,0,0, 0.24);

	    -webkit-transform: scale(1.2);
	    -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	    -o-transform: scale(1.2);
	    transform: scale(1.2);
	}

.facebook {
	background-color: #3b5998; 
}
.twitter {
	background-color: #00abe3; 
}
.googleplus {
	background-color: #d3492c;
}

.facebook,
.twitter,
.googleplus {
	color: #fff;
}

	.facebook:hover,
	.twitter:hover,
	.googleplus:hover {
		color: #eee;
	}
/* end articles */

    .content-line-wrapper {
        background: #FFF;
        margin: 0 10px;
        text-align: center;
        padding: 6px 15px;
        text-align: right;
        -webkit-border-radius: 5px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 5px;
        -moz-background-clip: padding;
        border-radius: 5px;
        background-clip: padding-box;
        -webkit-box-shadow: 0 0 3px #999;
        -moz-box-shadow: 0 0 3px #999;
        box-shadow: 0 0 3px #999;
    }

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
   span[id$=dlNewsList]{
overflow: hidden;
}

.card__wrapper {
    display: inline-block;
    text-align: right;
    direction: rtl;
    margin: 13px;
    width: 94%;
}

table tr {
    display: block;
}

table td {
    display: block !important;
}

table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }

.content-margin {
    width: 100%;
}

.panel-body .thumbnail
{
width: 100% !important;
}

}
