/*---------------------------------------------------------
# BT Bodyworx - Joomla! Template
# ---------------------------------------------------------
# For Joomla! 2.5
# Copyright (C) 2007-2013 BonusThemes.com. All rights reserved.
# License: GNU/GPLv3, http://www.gnu.org/licenses/gpl-3.0.html
# Demo: http://www.bonusthemes.com/demo/?template=bodyworx
# Website: http://www.bonusthemes.com
# Support: support@bonusthemes.com
----------------------------------------------------------- */

/* ---------- Sliders & jQuery Effects ---------- */

/* ---------- BT Slideshow - Carousel ---------- */
.carousel { 
     margin-bottom: 0px;
}
.carousel-inner { }
.carousel .container { }
.carousel-control { 
     font-size: 90px;
     font-weight: 400;
     line-height: 40px;
     opacity: 1;
     border-top-left-radius: 0px;
     -webkit-border-top-left-radius: 0px;
     -moz-border-radius-topleft: 0px;
     border-top-right-radius: 0px;
     -webkit-border-top-right-radius: 0px;
     -moz-border-radius-topright: 0px;
     border-bottom-right-radius: 0px;
     -webkit-border-bottom-right-radius: 0px;
     -moz-border-radius-bottomright: 0px;
     border-bottom-left-radius: 0px;
     -webkit-border-bottom-left-radius: 0px;
     -moz-border-radius-bottomleft: 0px;
     width: 60px;
     height: 60px;
     left: 0px;
     border-width: 0px 0px 0px 0px;
}
.carousel-control.right { 
     right: 0px;
     left: auto;
}
.carousel .item { }
.carousel img { }
.carousel-caption { 
     font-weight: 700;
     border-left-width: 10px;
     border-left-style: solid;
     margin-top: -208px;
     max-width: 550px;
     position: relative;
     padding: 20px 20px 20px 20px;
}
.carousel-caption p { 
     font-weight: 700;
}
.carousel-caption a { 
     font-weight: 700;
}
