

/* carousel */

#quote-carousel
{
    padding: 0 10px 30px 30px;
    margin-top: 30px;
}

/* Control buttons  */

#quote-carousel .carousel-control
{
    background: none;
    color: #63B76C;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

/* Previous button  */

#quote-carousel .carousel-control.left
{
    left: -12px;
    top: 35%;
}

/* Next button  */

#quote-carousel .carousel-control.right
{
    right: -12px !important;
    top: 35%;
}

/* Changes the position of the indicators */

#quote-carousel .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li
{
    background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active
{
    background: #333333;
}

.item img
{
    margin: 0 auto;
}

/* End carousel */

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px)
{
    #quote-carousel
    {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */

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

.NextPrev
{
    margin-top: 0;
    text-align: left;
}

.PrevNext
{
    margin-top: 0;
    text-align: right;
}

.portfolio-section
{
    padding-bottom: 30px;
    padding-top: 30px !important;
    margin-top: 30px;
}

.thumbs p img
{
    background-color: #eee;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.thumbs p
{
    text-align: center;
}

.thumbs p img {
	background-color: #eee;
	border: 1px solid #ccc;

  /* HOVER OFF */
   -webkit-transition: border 2s;
   -webkit-transition: background-color 2s;
}

.thumbs p img:hover {
	background-color: #ccc;
	border: 1px solid #eee;

  /* HOVER ON */
   -webkit-transition: border 2s;
   -webkit-transition: background-color 2s;
}

/*Featurepages */

.portfolioFeature
{
    background: #fff;
    color: #69606b;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Raleway', Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.portfolioFeature h1
{
    text-align: right;
    font-size: 2.5em;
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 400;
    padding: 0.5em 0 0.5em 0;
    color: #516165;
}

.portfolioFeature .featureSubTitle
{
    text-align: right;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    color: #aaa;
}

.portfolioFeature figure
{
    margin: 1em 40px;
}

.portfolioFeature figure.gif
{
    margin: 1em 5px;
}

.portfolioFeature figcaption
{
    text-align: right;
    font-size: 0.7em;
}

.portfolioFeature h3
{
    font-weight: bold;
}

.portfolioFeature h2 + p
{
    font-style: italic;
    font-size: 1.1em;
}

.whichTitle
{
    font-style: normal;
}

.darkRow
{
    background: #eee;
}

