/**
 * @package    VirtuePlanet Framework
 * @copyright  Copyright (C) 2012-2025 VirtuePlanet Services LLP. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 * @author     Abhishek Das <info@virtueplanet.com>
 * @link       http://www.virtueplanet.com
 */
.vpfrs-cont {
    overflow: hidden;
}
.vpfrs-item {
    display: block;
    position: relative;
}
.vpfrs-caption {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    margin: 6%;
}
.caption-position-top-left,
.caption-position-top-center,
.caption-position-top-right {
    top: 0;
    bottom: auto;
}
.caption-position-top-right,
.caption-position-bottom-right {
    left: auto;
    right: 0;
}
.caption-position-top-left,
.caption-position-bottom-left,
.caption-position-top-right,
.caption-position-bottom-right {
    width: 58%;
}
.caption-position-top-center,
.caption-position-bottom-center {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6%;
    padding-right: 6%; 
}
.caption-alignment-left {
    text-align: left;
}
.caption-alignment-right {
    text-align: right;
}
.caption-alignment-center {
    text-align: center;
}
.vpfrs-caption-inner.caption-hidden {
    display: none;
}
.vpfrs-cont .vpfrs-item .img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.vpfrs-caption-inner,
a:hover .vpfrs-caption-inner,
a:focus .vpfrs-caption-inner {
    color: #333;
}
.vpfrs-caption-inner .add-bg,
a:hover .vpfrs-caption-inner .add-bg,
a:focus .vpfrs-caption-inner .add-bg {
    display: inline-block;
    *float: left;
    clear: left;
    background-color: rgba(255,255,255, 0.5);
    color: #000;
    padding: 0.25em 0.5em;
    margin-bottom: 2px;
    font-size: 1.666em;
    line-height: 1em;
    font-weight: normal;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.vpfrs-caption-inner:hover .add-bg,
a:hover .vpfrs-caption-inner:hover .add-bg,
a:focus .vpfrs-caption-inner:hover .add-bg {
    background-color: rgba(255,255,255, 0.8);
}
.vpfrs-caption-inner .add-bg.heading,
a:hover .vpfrs-caption-inner .add-bg.heading,
a:focus .vpfrs-caption-inner .add-bg.heading {
    padding: 0.25em;
    margin-bottom: 0.2em;
    font-size: 2.8em;
    line-height: 1em;
    font-weight: normal;
}
.vpfrs-caption-inner .add-bg.add-bg-dark,
a:hover .vpfrs-caption-inner .add-bg.add-bg-dark,
a:focus .vpfrs-caption-inner .add-bg.add-bg-dark {
    background-color: rgba(0,0,0, 0.5);
    color: #FFF;	
}
.vpfrs-caption-inner:hover .add-bg.add-bg-dark,
a:hover .vpfrs-caption-inner:hover .add-bg.add-bg-dark,
a:focus .vpfrs-caption-inner:hover .add-bg.add-bg-dark {
    background-color: rgba(0,0,0, 0.8);
}
/* Custom OWL Theme */
.vpfrs-theme .owl-controls{
    margin: 0;
    text-align: center;
}
.vpfrs-theme .owl-controls .owl-buttons .owl-prev,
.vpfrs-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    color: #333;
    display: inline-block;
    font-family: 'VPFrameworkIcon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;	
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;	
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0;
    margin-top: -28px;
    padding: 12px;
    font-size: 32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #FFF;
    filter: Alpha(Opacity=0);/*IE7 fix*/
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;		
}
.vpfrs-theme:hover .owl-controls .owl-buttons .owl-prev,
.vpfrs-theme:hover .owl-controls .owl-buttons .owl-next {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;	
}
.vpfrs-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\edc3";
}
.vpfrs-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: 0;
}
.vpfrs-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\edbb";
}
.vpfrs-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    background: #000;
    color: #FFF;
    text-decoration: none;
}
.vpfrs-theme .owl-controls .owl-pagination {
    position: absolute;
    text-align: center;
    height: 26px;
    line-height: 1;
    vertical-align: middle;
    z-index: 1;
}
.vpfrs-theme.pagination-top-left .owl-controls .owl-pagination {
    top: 3.5%;
    left: 1.5%;
}
.vpfrs-theme.pagination-top-center .owl-controls .owl-pagination {
    top: 3.5%;
    left: 0;
    width: 100%;
    text-align: center;
}
.vpfrs-theme.pagination-top-right .owl-controls .owl-pagination {
    top: 3.5%;
    right: 1.5%;
}
.vpfrs-theme.pagination-bottom-left .owl-controls .owl-pagination {
    bottom: 3.5%;
    left: 1.5%;
}
.vpfrs-theme.pagination-bottom-center .owl-controls .owl-pagination {
    bottom: 3.5%;
    left: 0;
    width: 100%;
    text-align: center;
}
.vpfrs-theme.pagination-bottom-right .owl-controls .owl-pagination {
    bottom: 3.5%;
    right: 1.5%;
}
.vpfrs-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.vpfrs-theme .owl-controls .owl-page span{
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    width: 10px;
    height: 10px;
    margin: 8px;
    transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
}
.vpfrs-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #000;
    color: #FFF;	
}
.vpfrs-theme .owl-controls .owl-page.active span {
    width: 16px;
    height: 16px;
    margin: 5px;	
}
.vpfrs-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.vpfrs-theme .owl-item.loading {
    min-height: 150px;
    background: url('../images/AjaxLoader.gif') no-repeat center center;
}