div#je-module {
	padding : 10px;
}

div#je-module div#je-address {
	background: url(../../assets/images/bot.png) no-repeat top right;
	padding : 20px 5px 5px 0px;
	text-align : right;
}

div#je-modcon {
	 border-top : solid 1px #8A8DA0;
	 border-left : solid 1px #8A8DA0;
	 border-right : solid 1px #8A8DA0;
	 padding : 5px;
}


div#je-module div#je-modimg {
	text-align : center;
}

div#je-module div#je-modimg img {
	padding : 5px;
	border: solid 1px #DBDBDB;
	background-color: #F7F7F7;
}

div#je-module div#je-description {
	text-align : justify;
	padding : 5px 0px 5px 0px;
}

div#je-readmore {
	padding-bottom : 10px;
}

div#je-readmore a {
	text-align: 12pt;
	font-weight : bold;
}

/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 4em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: 5px;
	top:0px;
}
#quote-carousel .carousel-control.right {
    right: 5px;
	top:0px;
}

#quote-carousel .carousel-indicators {
    /*right: 10%;*/
    top: auto;
    bottom: 0px;
   /*  margin-right: -19px; 
	left:20%; */
}

#quote-carousel .carousel-indicators div{
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

#quote-carousel .carousel-indicators img{
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
	z-index:-100;
	position:relative;
}


#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
	z-index:-100;
	position:relative;
}

#quote-carousel .carousel-indicators .active img{
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
	z-index:-100;
	position:relative;
}

.carousel-inner {
    min-height: 300px;
}

.item blockquote {
    border-left: none;
    margin: 0;
	padding: 0 50px;
}
.carousel-inner .item blockquote p:before {

	font-family:Geneva, Arial, Helvetica, sans-serif;
    float: left;
  color: #000;
  content: open-quote;
  font-size: 7em;
  quotes: "\201C""\201D""\2018""\2019";
 margin: -30px 5px;
}