/*
 This quick example demonstrates the potentially drastic effects of simply
 toggling a class on an element.
 */

.html {
    height: 100%;
}
.team-hover .s-link a{
    box-shadow: none;
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,300italic,400italic,700,700italic,900);
.mgtm-style1 .mg-teammembers * {
    font-family: lato;
    position: relative;
}
.mgtm-style1 .team-member {
    width: 100%;
    position: relative;
}
.owl-item li.mg-teammembers-item {
    width: 100% !important;
}
.mg-teammembers-item {
    display: inline-block;
    height: auto;
    float: left;
    overflow: hidden;
}
ul.mg-teammember-container {
    margin: 0;
}
/*Grid option with gapp */

.mg-one-colmn li,
{
    width: 50% !important;
    margin: 0;
}
.teammembers-slider .mg-one-colmn li {
       width: 100% !important;
    margin: 0; 
}
.mg-one-colmn.owl-carousel.owl-theme.owl-responsive-1000.owl-loaded {
    width: 100%;
}
.mg-two-col.mg-no-gapp li {
    width: 50%;
    margin: 0 0 0 0;
}
.mg-two-col.mg-small-gapp li {
    width: 49%;
    margin: 0 2% 2% 0;
}
.mg-two-col.mg-large-gapp li {
    width: 48%;
    margin: 0 4% 4% 0;
}
.mg-two-col li:nth-child(2n) {
    margin-right: 0;
}
.mg-three-col.mg-no-gapp li {
    width: 33.3333%;
    margin: 0 0 0 0;
}
.mg-three-col.mg-small-gapp li {
    width: 32%;
    margin: 0 2% 2% 0;
}
.mg-three-col.mg-large-gapp li {
    width: 30.666666%;
    margin: 0 4% 4% 0;
}
.mg-three-col li:nth-child(3n) {
    margin: 0 0 0 0;
}
.mg-four-col.mg-no-gapp li {
    width: 25%;
    margin: 0 0 0 0;
}
.mg-four-col.mg-small-gapp li {
    width: 23.5%;
    margin: 0 2% 2% 0;
}
.mg-four-col.mg-large-gapp li {
    width: 22.75%;
    margin: 0 3% 3% 0;
}
.mg-four-col li:nth-child(4n) {
    margin: 0 0 0 0;
}
/*Style-1*/
.mg-grid.mgtm-style1 img,.mgtm-style1 img{
    margin: 0 !important;
    border:none !important;
}

.mgtm-style1 .mg-two-col .team-member,
.mgtm-style1 .mg-two-col .imgcontainer img,
.mgtm-style1 .mg-two-col .team-member:hover .team-hover,
.mgtm-style1 .mg-one-colmn .team-member,
.mgtm-style1 .mg-one-colmn .imgcontainer img,
.mgtm-style1 .mg-one-colmn .team-member:hover .team-hover {
    height: 400px;
}
.mgtm-style1 .mg-three-col .team-member,
.mgtm-style1 .mg-three-col .imgcontainer img,
.mgtm-style1 .mg-three-col .team-member:hover .team-hover {
    height: 300px;
}
.mgtm-style1 .mg-four-col .team-member,
.mgtm-style1 .mg-four-col .imgcontainer img,
.mgtm-style1 .mg-four-col .team-member:hover .team-hover {
    height: 270px;
}
ul.mg-teammember-container.mgtm-style1 {
    margin: 0;
}
.mgtm-style1 .imgcontainer {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.mgtm-style1 .imgcontainer img {
    width: 100%;
    object-fit: cover;
}
.mgtm-style1 .team-intro {
    text-align: center;
    background: rgba(0, 0, 0, 0.54);
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
}
.mgtm-style1 .team-intro h5 {
    margin: 0;
    line-height: 30px;
    padding-top: 10px;
}
.mgtm-style1 .team-member:hover .imgcontainer {
    visibility: visible;
    background: rgba(230, 78, 62, 0.9);
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.mgtm-style1 .team-member .imgcontainer img {
    transform: scale(1) rotate(0) translateY(0);
    transition: all 0.4s ease-in-out;
}
.mgtm-style1 .team-member:hover .imgcontainer img {
    transform: scale(1.1) rotate(1deg) translateY(8px);
    transition: all 0.4s ease-in-out;
}
.mgtm-style1 .team-hover {
    transition: all 0.2s ease-out;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
}
.mgtm-style1 .team-member .team-intro {
    transition: all 0.2s ease-out;
    opacity: 1;
}
.mgtm-style1 .desk h4 {
    font-size: 21px;
    margin: 0;
    padding: 20px 10px 5px 10px;
}
.mgtm-style1 .desk p {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 100;
}
.mgtm-style1 .desk {
    text-align: left;
    line-height: 24px;
}
.mgtm-style1 .team-member:hover .team-intro {
    opacity: 0;
}
.mgtm-style1 .team-member:hover .team-hover {
    visibility: visible;
    opacity: 1;
    background-color: rgba(49, 49, 49, .87);
    transition: all 0.3s ease-in-out;
    position: absolute;
    overflow: hidden;
}
.mgtm-style1 .s-link{
    padding-left: 10px;
}

.mgtm-style1 .s-link a {
    font-size: 20px;
    padding: 5px;
}
.mgtm-style1 .team_member {
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*style2*/

.mgtm-style2 .mg-two-col .team-member,
.mgtm-style2 .mg-two-col .imgcontainer img,
.mgtm-style2 .mg-two-col .team-member:hover .team-hover,
.mgtm-style2 .mg-one-colmn .team-member,
.mgtm-style2 .mg-one-colmn .imgcontainer img,
.mgtm-style2 .mg-one-colmn .team-member:hover .team-hover {
    height: 315px;
}
.mgtm-style2 .mg-one-colmn .imgcontainer img,
.mgtm-style2 .mg-one-colmn .team-member:hover .team-hover {
    height: 259px;
}
.mgtm-style2 .mg-one-colmn .team-member {
    height: 315px;
}
.mgtm-style2 ul.mg-three-col li {
    height: 259px;
}
.mgtm-style2 ul.mg-four-col li {
    height: 259px;
}
.mgtm-style2 .team-member {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mgtm-style2 .info {
    height: 100%;
}
.mgtm-style2 .info img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.mgtm-style2 .info h5 {
    padding: 10px 10px 0 0;
    margin: 0 0 10px 3px;
    line-height: 1em;
    opacity: 1;
    transition: all .2s ease-out .1s;
    font-size: 1.125em;
}
.mgtm-style2 .info p {
    padding: 0 10px 0 0;
    font-size: 12px;
    margin: 0 0 0 3px;
    line-height: 1em;
    text-transform: uppercase;
    opacity: 1;
    transition: all .2s ease-out .1s;
    -moz-transition: all .2s ease-out .1s;
    -webkit-transition: all .2s ease-out .1s;
}
.mgtm-style2 .imgcontainer {
    object-fit: fill;
    width: 100%;
    margin: auto;
}
.mgtm-style2 .team-hover {
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .23s ease-in 0s;
    position: absolute;
    width: 100%;
    left: 0;
    top: -100%;
    opacity: 0;
    margin: 0;
    padding-bottom: 100%;
}
.mgtm-style2 .team-hover h5 {
    padding: 20px 8px 5px 8px;
    line-height: 1.1em;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1em;
}
.mgtm-style2 .team-hover p {
    padding: 0 8px;
    font-size: 15px;
    line-height: 1.2em;
    color: #073a2e;
    font-weight: 400;
}
.mgtm-style2 .team-intro {
    transition: all 0.2s ease-out;
}
.mgtm-style2 .team-hover a {
    color: #073a2e;
    word-break: break-word;
    text-decoration: none;
}
.mgtm-style2 .team-hover a:hover {
    color: #073a2e;
}
.mgtm-style2 ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mgtm-style2 ul li {
    cursor: pointer;
    display: block;
    height: 315px;
    float: left;
}
.mgtm-style2 .mg-two-col .imgcontainer img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.mgtm-style2 ul li:hover .team-intro,
.mgtm-style2 ul li:focus .team-intro {
    display: none;
}
.mgtm-style2 ul li:hover .team-hover,
.mgtm-style2 ul li:focus .team-hover {
    left: 0;
    top: 0;
    opacity: 1;
    transition: all .3s ease-out .1s;
    -moz-transition: all .3s ease-out .1s;
    -webkit-transition: all .3s ease-out .1s;
    object-fit: fill;
    max-width: 100%;
}
.mgtm-style2 ul li:hover .info img,
.mgtm-style2 ul li:focus .info img {
    width: 100%;
    -webkit-transform: scale(1.1) rotate(0deg);
    -moz-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 300px;
    object-fit: cover;
}
.mgtm-style2 ul li:hover .team-intro h5,
.mgtm-style2 ul li:focus .team-intro h5,
.mgtm-style2 ul li:hover .team-intro p,
.mgtm-style2 ul li:focus .team-intro p {
    opacity: 0;
    transition: all .4s ease-out .1s;
    -moz-transition: all .4s ease-out .1s;
    -webkit-transition: all .4s ease-out .1s;
}
.mgtm-style2 .desk h4 {
    color: #fff;
    margin-top: 5px;
}
.mgtm-style2 .desk {
    padding: 10px 20px;
}
.mgtm-style2 .s-link a {
    padding: 5px;
    font-size: 20px;
}
.mgtm-style2 .s-link {
    padding: 0 20px;
}

/*style3*/

.mgtm-style3 .team-member,
.mgtm-style3 .team-member .imgcontainer {
    position: relative;
}
.mgtm-style3 .team-member {
    overflow: hidden;
}
.mgtm-style3 .team-member,
.mgtm-style3 .team-member .imgcontainer {
    position: relative;
    height: 300px;
}
.mgtm-style3 img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.mgtm-style3 .team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.mgtm-style3 .mg-four-col .team-member:hover .team-hover .desk {
    top: 50%;
}
.mgtm-style3 .team-member:hover .team-hover .desk {
    top: 35%;
}
.mgtm-style3 .team-member:hover .team-hover,
.mgtm-style3 .team-member:hover .team-hover .desk,
.mgtm-style3 .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.mgtm-style3 .mg-four-col .desk h4 {
    font-size: 17px;
}
.mgtm-style3 .mg-four-col .desk p {
    line-height: 18px;
}
.mgtm-style3 .team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.mgtm-style3 .desk,
.mgtm-style3 .desk h4 {
    text-align: center;
    color: #222;
}
.mgtm-style3 .team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.mgtm-style3 .team-member:hover .team-hover,
.mgtm-style3 .team-member:hover .team-hover .desk,
.mgtm-style3 .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.mgtm-style3 .team-member:hover .team-intro {
    opacity: 0;
    transition: all 0.2s ease-out;
}
.mgtm-style3 .team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}
.mgtm-style3 .desk{
        font-size: 12px;
}
.mgtm-style3 .desk h4{
    text-align: center;
    font-size: 16px;
} 
.team-member .s-link a {
    text-align: center;
    margin: 0 1px;
    font-size: 16px;
}
.mgtm-style3 .team-intro {
    position: absolute;
    padding-top: 10px;
    letter-spacing: 2px;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: rgba(12, 12, 12, 0.52);
}
.mgtm-style3 .team-intro h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
    margin-top: 1px;
    color: #A9A9A9;
}
.mgtm-style3 .team-inro p {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}
/*style4*/

.mgtm-style4 .team-member {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.mgtm-style4 .imgcontainer img {
    width: 100%;
    height: 300px;
}
.mgtm-style4 .team-member .info .imgcontainer img {
    max-width: 100%;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
    object-fit: cover;
}
.mgtm-style4 .team-member:hover .info .imgcontainer img {
    transform: scale(1.1);
}
.mgtm-style4 .team-hover {
    width: 100%;
    height: 300px;
    top: 0;
    background-color: #212121;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}
.mgtm-style4 .team-hover:hover {
    opacity: .8;
}
.mgtm-style4 .team-member .info .team-intro h5 {
    background: rgba(0, 0, 0, 0.8);
    font-size: 22px;
    position: absolute;
    bottom: 50px;
    left:0;
    width: auto;
    padding: 10px 20px;
    display: inline;
    transition: all 0.8s ease-in-out;
}
.mgtm-style4 .desk h4 {
    color: #fff;
    margin-top: 0px;
}
.mgtm-style4 .team-member:hover .info .team-intro h5 {
    margin-left: -1000px;
}
.mgtm-style4 .team-member .info .team-intro p {
    background: rgba(56, 56, 56, 0.69);
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    width: auto;
    left:0;
    padding: 5px 20px;
    transition: all 1.5s ease-in-out;
}
.mgtm-style4 .mg-four-col .team-member .info .team-intro p {
    font-size: 15px;
    bottom: 5px;
}
.mgtm-style4 .mg-four-col .team-member .info .team-intro h5 {
    font-size: 20px;
    bottom: 40px;
}
.mgtm-style4 .team-member:hover .info .team-intro p {
    margin-left: -1000px;
}
.mgtm-style4 .desk {
    color: white;
    text-align: center;
    padding: 20px;
}
.mgtm-style4 .desk p {
    margin: 0;
}
 
.mgtm-style4 .s-link a {
    font-size: 20px;
    margin: 5px;
}
.mgtm-style4  .s-link {
    text-align: center;
}
/*---------------RESPONSIVE DESIGN------------------*/
@media only screen and (max-width: 1000px){
    .teammembers-grid .mg-three-col.mg-small-gapp li, .teammembers-grid .mg-four-col.mg-small-gapp li{
        width: 49%;
        margin: 0 2% 2% 0;
    }
    .teammembers-grid .mg-three-col.mg-small-gapp li:nth-child(2n), .teammembers-grid .mg-four-col.mg-small-gapp li:nth-child(2n){
        margin: 0 0 2% 0;
    }
    .teammembers-grid .mg-three-col.mg-large-gapp li, .teammembers-grid .mg-four-col.mg-large-gapp li{
        width: 48%;
        margin: 0 4% 4% 0;
    }
    .teammembers-grid .mg-three-col.mg-large-gapp li:nth-child(2n), .teammembers-grid .mg-four-col.mg-large-gapp li:nth-child(2n){
        margin: 0 0 4% 0;
    }
    .teammembers-grid .mg-three-col.mg-no-gapp li, .teammembers-grid .mg-four-col.mg-no-gapp li{
        width: 50%;
        margin: 0;
    }
    .mgtm-style4 .team-member .info .team-intro p{
        font-size: 17px;
        bottom: 25px;
    }
    .mgtm-style4 .team-member .info .team-intro h5 {
        bottom: 45px;
    }
    .mgtm-style4 .desk h4 {
        font-size: 18px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 600px){
    .teammembers-grid .mg-three-col.mg-small-gapp li, .teammembers-grid .mg-four-col.mg-small-gapp li, .teammembers-grid .mg-two-col.mg-small-gapp li{
        width: 100%;
        margin: 0 0 2% 0;
    }
    .teammembers-grid .mg-three-col.mg-small-gapp li:nth-child(2n), .teammembers-grid .mg-four-col.mg-small-gapp li:nth-child(2n){
        margin: 0 0 2% 0;
    }
    .teammembers-grid .mg-three-col.mg-large-gapp li, .teammembers-grid .mg-four-col.mg-large-gapp li, .teammembers-grid .mg-two-col.mg-large-gapp li{
        width: 100%;
        margin: 0 0 4% 0;
    }
    .teammembers-grid .mg-three-col.mg-large-gapp li:nth-child(2n), .teammembers-grid .mg-four-col.mg-large-gapp li:nth-child(2n){
        margin: 0 0 4% 0;
    }
    .teammembers-grid .mg-three-col.mg-no-gapp li, .teammembers-grid .mg-four-col.mg-no-gapp li, .teammembers-grid .mg-two-col.mg-no-gapp li{
        width: 100%;
        margin: 0;
    }
    .mg-teammembers .owl-theme .owl-controls .owl-nav .owl-prev {
        left: -20px;
    }
    .mg-teammembers .owl-theme .owl-controls .owl-nav .owl-next {
        right: -20px;
    }
}

@media only screen and (max-width: 768px) {
    .mg-grid.mgtm-style1 .qoute {
        left: 6%;
    }
    .mgtm-style1 .mg-two-col .team-member {
        height: 330px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
    .mgtm-style1 .content_bg p {
        padding: 39px 10px 50px 76px;
    }
    .owl-carousel .owl-item img {
        width: 100% !important;
    }
    ul.mg-teammember-container {
        margin: 0;
    }
    ul.mg-teammember-container.owl-carousel li {
        width: 100% !important;
        margin: 0 !important;
    }
}
@media only screen and (max-width: 479px) {
    .mgtm-style1 .content_bg p {
        padding: 39px 10px 50px 58px;
    }
    .mgtm-style1 .mg-one-colmn .qoute {
        left: 13px;
        top: 5px;
    }
    .mg-grid.mgtm-style1 .mg-one-colmn .imgcontainer {
        bottom: -8x;
    }
    .mg-grid.mgtm-style2 .mg-one-colmn .content_bg {
        width: 100%;
        margin: 0;
    }
    
    ul.mg-teammember-container {
        margin: 0;
        margin-top: 10px;
    }
    .mgtm-style3 .desk h4 {
        font-size: 18px;
        padding-top: 49px;
    }
}
/* ========================== Slider Style ======================== */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
/* 
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav div {
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    line-height: 28x;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: rgba(0, 0, 0, .75);
    opacity: 0.85;
    padding: 0px;
    margin: 2px;
    color: rgba(255, 255, 255, .95) !important;
    width: 28px;
    height: 28px;
    font-size: 15px;
    position: absolute;
    top: 32%;
}
.owl-theme .owl-controls .owl-nav div:hover {
    filter: Alpha(Opacity=65);
    /*IE7 fix*/
    
    opacity: 0.65;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-dots {
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-controls .owl-dots span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
}
.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-dots span.owl-numbers {
    display: inline-block;
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -40px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
    right: -40px;
}
.owl-theme .owl-controls .owl-nav .owl-prev i {
    line-height: 29px;
    margin-left: -2px;
}
.owl-theme .owl-controls .owl-nav .owl-next i {
    line-height: 29px;
    margin-left: 2px;
}