/*
Enter Here your Custom CSS Style!!
*/



/* ==================================================
   Quote Carousel1
================================================== */

/* carousel */
#quote-carousel1 
{
  padding: 0 0px 0px 0px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel1 .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel1 .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel1 .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel1 .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel1 .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel1 .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel1 img
{
  width: 250px;
  height: 100px
}
/* End carousel1 */



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel1 
    {
      margin-bottom: 0;
      padding: 0 0px 0px 0px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel1 .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel1 .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel1 .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/* ==================================================
   Quote Carousel2
================================================== */

/* carousel */
#quote-carousel2 
{
  padding: 0 0px 0px 0px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel2 .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel2 .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel2 .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel2 .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel2 .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel2 .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel2 img
{
  width: 250px;
  height: 100px
}
/* End carousel2 */



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel2 
    {
      margin-bottom: 0;
      padding: 0 0px 0px 0px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel2 .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel2 .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel2 .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}


/* ==================================================
   Quote Carousel3
================================================== */

/* carousel */
#quote-carousel3 
{
  padding: 0 0px 0px 0px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel3 .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel3 .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel3 .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel3 .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel3 .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel3 .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel3 img
{
  width: 250px;
  height: 100px
}
/* End carousel3 */



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel3 
    {
      margin-bottom: 0;
      padding: 0 0px 0px 0px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel3 .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel3 .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel3 .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

