/* ===============
 * Testimonial & Flex slider 
 * =============== */
/*
@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:400,100,100italic,300,300italic,400italic,600,600italic,700,700italic);
*/

#gecko-testimonials {
  background: transparent;
  border: none;
}
#gecko-testimonials .flex-direction-nav a {
  height: 60px;
}
#gecko-testimonials .slides .testimonial-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#gecko-testimonials .slides .testimonial-container img {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}
#gecko-testimonials .slides .slide-title {
	width: 100%;
	clear: both;
  padding: 1em;
  font-size: 1.25em;
  text-transform: uppercase;
}
#gecko-testimonials .slides .slide-title a {
  color: #000;
  text-decoration: none;
}
#gecko-testimonials .slides .slide-content {
	width: 100%;
	clear: both;	
  padding: 1em;
  font-size: 1em;
}
#gecko-testimonials .slides .slide-content i {
  font-size: 2.5em;
  color: #000;
}
#gecko-testimonials .slides .slide-content .pull-right {
  padding: 0.5em 1em 0 0;
}

#mb-thumb-testimonial-background {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

/*
#gecko-testimonials .flex-direction-nav .flex-next {
  right: 10px;
}
#gecko-testimonials .flex-direction-nav .flex-prev {
  left: 10px;
}
*/


/* Bootstrap style 1 */
.carousel-indicators {
  bottom: 10px !important;
}
.carousel-indicators .active { 
  background: #000 !important; 
} 
.content { 
  margin-top:20px; 
} 
.text-info2 { 
  color: #283351 !important;
  /*font-family: 'Josefin Slab', serif;*/
  font-weight: 700 !important;
  font-size: 1.75em !important;
}
.adjust1 { 
  float:left; 
  width:100%; 
  margin-bottom:0; 
} 
.adjust2 { 
  margin:0; 
} 
.adjust2 > p { 
  /*font-family: 'Josefin Slab', serif;*/
  font-weight: 700; 
  text-transform: uppercase;
  color: #d75148;
} 
.adjust2 small { 
  /*font-family: 'Josefin Slab', serif;*/
  font-weight: 300; 
} 
.adjust3 { 
  /*font-family: 'Josefin Slab', serif;*/
  font-weight: 300 !important;  
  font-size: 1.5em !important;
  min-height:100px; 
  padding-top:10px;   
} 
.carousel-indicators li { 
  border :1px solid #ccc !important; 
} 
.carousel-control { 
  color:#000 !important; 
  width:5%; 
  text-shadow: none !important;
} 
.carousel-control:hover, 
.carousel-control:focus{ 
  color:#000; 
} 
.carousel-control.left, 
.carousel-control.right { 
  background-image: none !important; 
} 
.media-object{ 
  margin:auto; 
  margin-top:15%; 
} 

@media screen and (max-width: 768px) { 
  .carousel-inner .media-object{ 
    margin-top:10px; 
  } 
}





/* Let's set and reset some common styles */
.mb-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative; 
}
.mb-wrap p{
  margin: 0;
  padding: 0;
}
.mb-wrap blockquote {
  margin: 0;
  padding: 0;
  position: relative;
}
.mb-wrap cite {
  font-style: normal;
}


/* Style 2 */
.mb-style-2{
  width: 75%;
  margin: 1.5em auto;
}
.mb-style-2 blockquote{
  padding-top: 150px;
  padding-bottom: 20px;
  border-left: none;
  font-size: 1.5em;
}
.mb-style-2 blockquote:after {
  background: #d75148;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  content: '\201C';
  font-family: serif;
  font-style: normal;
  font-weight: 700;  
  position: absolute;
  font-size: 150px;
  line-height: 1.35;
  text-align: center;
  top: -10px;
  left: 10%;
  color: #fff;
  text-shadow: 0 1px 1px rgba(255,255,255,0.1);
}
.mb-style-2 blockquote:before{
  content: '';
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border-left: 5px solid #d75148;
  position: absolute;
  top: 0px;
  left: -50px;
  z-index: -1;
}
.mb-style-2 blockquote p {
  /*font-family: 'Josefin Slab', serif;*/
  font-size: 1em;
  font-style: italic;
  background: rgba(255,255,255,0.5);
  display: inline;
  color: #777;
  line-height: 1.25;
  box-shadow: 0 -5px 0 #f5f5f5;
}
.mb-style-2 .mb-attribution {
  text-align: right;
  margin-top: 50px;
}
.mb-style-2 .mb-author{
  /*font-family: 'Josefin Slab', serif;*/
  text-transform: uppercase;
  font-size: 1.5em;
  padding-top: 10px;
  font-weight: bold;
  color: #d75148;
}
.mb-style-2 cite a{
  /*font-family: 'Josefin Slab', serif;*/
  color: #000;
  font-style: italic;
}
.mb-style-2 cite a:hover{
  color: #d75148;
}
.mb-style-2 .mb-thumb {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  float: right;
  margin-left: 10px;
}
@media screen and (max-width: 480px) { 
  .mb-style-2 blockquote:before {
    border-left: none;
  } 
}
@media screen and (min-width: 480px) { 
  .mb-style-2 blockquote:before {
    border-left: none;
  } 
}
@media screen and (min-width: 768px) { 
  .mb-style-2 blockquote:before {
    width: 380px;
    height: 380px;
    border-left: 5px solid #d75148;
  } 
}
@media screen and (min-width: 992px) { 
  .mb-style-2 blockquote:before {
    width: 420px;
    height: 480px;
    border-left: 5px solid #d75148;
  } 
}




/* Style 3 */
.mb-style-3 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.mb-style-3 blockquote{
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 35px;
}
.mb-style-3 blockquote:after, 
.mb-style-3 blockquote:before  {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.mb-style-3 blockquote:after  {
  border-top-color: #ffffff;
  border-width: 10px;
  left: 65%;
  margin-left: -10px;
}
.mb-style-3 blockquote:before {
  border-top-color: rgba(0,0,0,0.01);
  border-width: 11px;
  left: 65%;
  margin-left: -11px;
}
.mb-style-3 blockquote p {
  /*font-family: 'Josefin Slab', serif;*/
  font-size: 1.25em;
  color: #777;
  font-weight: 400;
  line-height: 40px;
  font-style: italic;
  text-indent: 100px;
  position: relative;
}
.mb-style-3 blockquote p:before{
  content: '\201C';
  font-family: serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  font-size: 175px;
  top: 10px;
  left: -105px;
  color: #000;
  text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}
.mb-style-3 .mb-attribution {
  text-align: right;
  padding: 20px 200px 20px 20px;
  position: relative;
}
.mb-style-3 .mb-thumb {
  display: block;
  width: 150px;
  height: 150px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 30px;
  bottom: 10px;
  box-shadow: 
    inset 1px 1px 4px rgba(0,0,0,0.5),
    0 2px 3px rgba(0,0,0,0.6);
}
.mb-style-3 .mb-author{
  /*font-family: 'Josefin Slab', serif;*/
  font-weight: 700;
  font-size: 18px;
  color: #d75148;
  text-transform: uppercase;
}
.mb-style-3 cite a{
  /*font-family: 'Josefin Slab', serif;*/
  font-weight: 400;
  font-style: italic;
  color: #000;
}
.mb-style-3 cite a:hover{
  color: #d75148;
  text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}