/**
 * @version     1.0.0
 * @package     com_tlptestimonial
 * @copyright   Copyright (C) 2014. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Techlabpro <techlabpro@gmail.com> - http://www.techlabpro.com
 */

.cb {
  clear: both;
}
.pb30 {
  padding-top: 30px;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.transition-c {
  -webkit-transition: all .8s;
  /* For Safari 3.1 to 6.0 */
  transition: all .8s;
}
.centered {
  float: none;
  margin: 0 auto !important;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.tooltip-inner {
  background: #323232;
}

.thumb-img {
  width: 100%;
  height: auto;
}

.inner.testimonial blockquote {
  border: none;
  background-color: #f0f0f0;
  position: relative;
  padding: 20px;
}
.inner.testimonial blockquote:before {
  content: "";
  position: absolute;
  right: 50px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #f0f0f0;
}
.inner.testimonial h5 {
  margin-top: 0;
  font-size: 14px;
}
.inner.testimonial h4 {
  margin-bottom: 0;
}
.inner.testimonial .wrapper {
  float: right;
  text-align: right;
  margin-right: 25px;
  margin-bottom: 30px;
}
.inner.testimonial .author-img-2 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.inner.testimonial.signle-list .wrapper.left {
  float: left;
  margin-right: 20px;
}
.inner.testimonial.signle-list .wrapper.right {
  float: right;
  margin-left: 20px;
}
.inner.testimonial.signle-list blockquote {
  
}
.inner.testimonial.signle-list blockquote.left-arrow {
  float: left;
  margin-left: 2%;
}
.inner.testimonial.signle-list blockquote.left-arrow:before {
  left: -33px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 20px solid transparent;
  border-right: 20px solid #f0f0f0;
  border-bottom: 20px solid transparent;
}
.inner.testimonial.signle-list blockquote.right-arrow {
  float: right;
  margin-right: 2%;
}
.inner.testimonial.signle-list blockquote.right-arrow:before {
  right: -35px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 20px solid transparent;
  border-left: 20px solid #f0f0f0;
  border-bottom: 20px solid transparent;
}
.inner.testimonial.signle-list .author-img-3 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.inner.testimonial.signle-list blockquote.top-arrow {
  float: left;
  margin-top: 34px;
  margin: 0 auto;
}
.inner.testimonial.signle-list blockquote.top-arrow:before {
  
  top: -109px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 20px solid transparent;
  border-left: 20px solid #f0f0f0;
  border-bottom: 20px solid transparent;
  -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    left: 0;
  right: 0;
  margin: auto;
}

.inner.testimonial.signle-list .image-area{ text-align:center; margin-bottom: 25px;}

/*  Module
   ========================================================================== */
#mod-tlp-testimonial-main {
  background: url(../images/test-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#mod-tlp-testimonial{
	background: rgba(25, 25, 25, 0.5);
}
#mod-tlp-testimonial .shadow-wrapper {
  padding-top: 35px;
  padding-bottom: 55px;
}

p.bubble {
  margin-bottom: 50px;
}

#mod-tlp-testimonial .bubble {
  background: rgba(255, 255, 255, 0.4);
  border: 0px solid transparent;
  width: 50%;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  line-height: 1.4;
}
#mod-tlp-testimonial .bubble:after,
#mod-tlp-testimonial .bubble:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #7A756F;
  border-top-color:  rgba(255, 255, 255, 0.4);
  bottom: -20px;
  content: '';
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

#mod-tlp-testimonial .bubble:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid;
  border-top-color: inherit; /* Can't be included in the shorthand to work */
  bottom: -23px;
  margin-left: -23px;
}

#mod-tlp-testimonial .item{
  background: transparent;
  padding:  20px  20px  40px 20px;
  margin-top: 37px;
   
}
#mod-tlp-testimonial .author-img {
    border: 0px solid #fff;
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
    width: 100px;
}
#mod-tlp-testimonial h3{ text-align:center; font-weight: 700; font-family: opensans, Helvetica, Tahoma, Geneva, Arial, sans-serif; margin-bottom: 0px;}
#mod-tlp-testimonial h4{ text-align:center; font-weight: 500; font-family: opensans, Helvetica, Tahoma, Geneva, Arial, sans-serif; margin-top: 0px;}
#mod-tlp-testimonial .img-ara{ text-align:center; margin-top:9px;}
#mod-tlp-testimonial .read-more{ font-size:14px; text-align:center;}
/* 
   ========================================================================== */

/* Normal desktops and laptops */
@media screen 
  and (min-width: 1025px) 
  and (max-width: 1366px) {
  #mod-tlp-testimonial .bubble {
    width: 55%
  }
  
  #mod-tlp-testimonial .bubble {
	margin-left: 300px;
  }
}

/* Large desktops */
@media only screen and (min-width: 1367px) {
  #mod-tlp-testimonial .bubble {
	margin-left: 460px;
  }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .inner.testimonial.signle-list blockquote{
    width: 80%;
  }

  #mod-tlp-testimonial .bubble {
    left: 150px;
    width: 70%;
    margin-bottom: 50px;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .inner.testimonial.signle-list blockquote {
    width: 76%;
  }

  #mod-tlp-testimonial .bubble {
    left: 110px;
    width: 70%;
    margin-bottom: 50px;
  }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .test-section .carousel-control{
    display: none;
  }
  .inner.testimonial.signle-list blockquote {
  width: 64%;
  }
  .inner.testimonial.signle-list blockquote.left-arrow:before {
    left: -33px;
    top: 31px;
    bottom: inherit;
  }

  .inner.testimonial.signle-list blockquote.right-arrow:before {
    right: -35px;
    top: 30px;
    bottom: auto;
  }

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
  .test-section 
  .left-side-list.blog-details a {
    width: 40px;
    height: 50px;
    padding: 5px 5px;
  }
  .left-side-list.blog-details .big {
    font-size: 20px;
  }
  .left-side-list.blog-details .small {
    font-size: 12px;
    line-height: 1;
  }

  .inner.testimonial.signle-list blockquote {
      width: 100%;
  }

  .inner.testimonial.signle-list blockquote.left-arrow:before {
    display: none;
  }

  .inner.testimonial.signle-list blockquote.right-arrow:before {
    display: none;
  }

  #mod-tlp-testimonial .bubble {
    left: 10px;
    width: 95%;
    margin-bottom: 50px;
  }
  
  .owl-buttons {
    display: none;	  
  }
}