/*
Theme Name: ambamali
Theme URI: http://ambamalifrance.org/
Description: test sftp
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

Some other comments or urls here that will prove useful reminders to you or another developer
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
@import url('font-awesome.css');

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('/assets/frontend/reci/img/background.jpeg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.00em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}
a{

  color: inherit;
  text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 0px 0px 30px 0px;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 9px 0 5px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }
    .top-divider {
        margin-top: 0;
    }
    .container{
        width:970px;
    }
    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 5px 5px 5px 5px;
        border-right: 1px solid #999999;
    }
     .nav>li:last-child>a {
        border-right: 0px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin:12px auto;
        table-layout: fixed;

    }
    .navbar-nav li ul {
    position: absolute;
    left: -9999px;
    z-index: 100;
    list-style-type:none;
    white-space: nowrap;
    }
    .navbar-nav li li a {
        display: block;
        background: #fff;
        background: rgba(255,255,255,0.9);
        position: relative;
        z-index:100;
        padding: 10px 25px 10px 25px;
        line-height: normal;
         text-decoration: none;
         color: #999999;
    }
    .navbar-nav li li a:hover {
        color:#333;
    }
    .navbar-nav li li li a {
        background:#249578;
        z-index:200;
        border-top: 1px solid #1d7a62;
    }
    .navbar-nav li {
        position: relative;
    }
    .navbar-nav > li.hover > ul {
        left: 0;
    }
    .navbar-nav li li.hover ul {
        left: 100%;
        top: 0;
    }

    .flag img{

        width:354px;
    }


}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media screen and (max-width:1200px) {
    .navbar-nav{
        font-size: 13px;
    }
    .armoirie img{
        width: 100px;
        height: 100px;
    }
    .brand{
        font-size: 25px
    }
    .address-bar{
        font-size: 1em;
    }



}
@media screen and (min-width:1305px) {
    .navbar-nav{
        font-size: 13px;
    }

    .brand{
        font: 20px;
    }



}
@media (max-width:720px) {

       .navbar-brand {
            font-size: 10px;
        }
        .carousel-caption h3{
            font-size: 12px;
        }
        .brand-name {

          font-size: 18px;
        }
        body {
        background: #f2f2f2;
        }
        .carousel-caption{
            background: #333;
            opacity: 0.8;
            display: none;
        }
        .lirelasuite{
            bottom: 5px;
        }
        .lirelasuite-text{
          display: none;
        }
        .lirelasuite-image{
          display:block !important;
        }
    }
@media (max-width:370px) {

.ambassadeur{

    top:-370px;
}
.president{
top:285px;

}

}
.brand{
    font-size: 20px;
}
.armoirie{
   text-align: center;
   margin-top: 5px;
}
.armoirie img{
    width:100px;
    height:100px;
}
.flag{
     text-align: center;
     padding-bottom: 9px;
}

.center{

    text-align: center;
}
.container-nav{
    width: 100%;
}
.img-circle{

    margin-left: auto;
    margin-right: auto;
}
.center-img{

    margin-left: auto;
    margin-right: auto;
}
.small-photo{
    margin-top: 90px;
}
/*chronologie table style */
.div-table{
  display:table;
  width:auto;
  background-color:#666666;
  border:0px solid  #666666;
  border-spacing:2px;/*cellspacing:poor IE support for  this*/
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  -webkit-box-shadow: 10px 10px 5px #888888;
  box-shadow: 10px 10px 5px #888888;
}
.row-height {
    height: 190px;
}
.div-table-row{
  display:table-row;
  width:auto;
  clear:both;
}
.div-table-col{
  float:left;/*fix for  buggy browsers*/
  display:table-column;
  width:196px;
  background-color:#ffffff;
  border-right: 2px solid black;
}
.carousel-caption{
    background: #333;
    opacity: 0.8;
    right:0%;
    left:0%;
    padding-left: 150px;
    padding-right: 150px;
      padding-top: 0px;
  padding-bottom: 0px;
  bottom: 0px;
}
.carousel-caption h5{
    width: 471px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.actualite-content{

  height: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.carousel-caption a{

  color: inherit;
  text-decoration: inherit;

}
.mail{
    text-transform: lowercase;
}
.img-social{

    height: 60px;
    width: 60px;
}
.liens-utiles{

    margin-top: 40px;
}
.flexslider{



    margin-right: auto !important;
    margin-left: auto !important;
}
.flag img{

    width: 253px;
}
.lirelasuite-text{
    width: 147px;
  height: 23px;
  background: transparent;
  border: 2px solid white;
  color: white;
  position: absolute;
  bottom: 6px;
  right: 10px;
  z-index: 999;
}
.lirelasuite-image{
  position: absolute;
  bottom: 4px;
  right: 108px;
  z-index: 999;
  display:none;

}
/* loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://web.archive.org/web/20211228224606im_/http://ambamalifrance.org/wp-content/themes/ambamali/images/Preloader_11.gif') center no-repeat #fff;
}
.carousel-indicators{
    left:50%;
    bottom:-12px;
}
.flex-direction-nav a{

    height: 44px !important;
}
.flex-direction-nav a:before{
    color: rgba(255, 255, 255, 0.3) !important;
}
.submit{
  margin-top: 20px;
}
.img-video{
  position: relative;
}
.radio-img{
  max-width: 60%;
}
.amba-name{
  text-align: left;
  width:300px;
}
img.mda_img {
    width: 24%;
}
.social-icons ul,
.social-icons ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.social-icons ul li:first-child a {
    border-left: 1px solid #EAEAEA;
}

.social-icons ul li a {
    display: inline-block;
    font-size: 15px;
    color: #A4A4A4;
    border-right: 1px solid #EAEAEA;
    line-height: 48px;
    text-align: center;
    padding: 0 16px;
    margin-left: -5px;
    transition: all .3s ease;
}

.social-icons ul li a:hover {
    color: #fff;
    background: #01BCF3;
}


/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
    margin: 0;
    padding: 0;
    list-style: none;
}

.work-nav #filters li {
    margin: 0 10px 30px 0;
    padding: 0;
    float: left;
}

.work-nav #filters li a {
    color: #7F8289;
    font-size: 16px;
    display: block;
}

.work-nav #filters li a:hover {

}

.work-nav #filters li a.selected {
    color: #DE5E60;
}

#thumbs {
    margin: 0;
    padding: 0;
}

#thumbs li {
    list-style-type: none;
}

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.item-thumbs a + img {
    width: 100%;
}

.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
    background: #000;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    border-radius: 60px;
    top: 45%;
    left: 45%;
    margin: -16px 0 0 -16px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 10px;
}

/* --- Portolio filter --- */

ul.portfolio-categ {
    margin: 10px 0 30px 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul.portfolio-categ li {
    margin: 0;
    padding: 0 20px 0 0;
    float: left;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

ul.portfolio-categ li a {
    display: block;
    padding: 35px 0;
    color: #353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover, ul.portfolio-categ li a:focus, ul.portfolio-categ li a:active {
    text-decoration: none;
    outline: 0;
}


.thumbnail > img, .thumbnail a > img,.item-thumbs a + img,.item-thumbs,.owl-carousel .owl-item img,.owl-stage-outer div.item,.dark,.bottom-article{
    border-radius:5px;
}

/* Carousel Control */
.control-box {
    text-align: center;
    width: 100%;
    margin: 0;
}

.carousel-control {
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

li {
    list-style-type: none;
}

.thumbnails {
    margin: 0;
    padding: 0;
    border: none;
}

.thumbnail {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.gallery-section {
    position:relative;
    background:#ffffff;
    padding:70px 0px 50px;
}
.gallery-section.full-width {
    padding-bottom:0px;
}
.gallery-section .filter-tabs {
    position:relative;
    margin:10px 0px 40px;
    text-align:center;
}
.gallery-section .filter-tabs li {
    position:relative;
    display:inline-block;
    line-height:20px;
    padding:10px 15px;
    min-width:80px;
    text-align:center;
    color:#353535;
    font-size:12px;
    text-transform:uppercase;
    margin:0px 7px 10px;
    border:1px solid #dadada;
    cursor:pointer;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.gallery-section .filter-tabs li:hover,
.gallery-section .filter-tabs li.active {
    border-color:#01BCF3;
    color:#ffffff;
    background:#01BCF3;
}
.gallery-section .images-container {
    position:relative;
}
.gallery-section .image-box {
    position:relative;
    float:left;
    margin-bottom:0px;
    display:block;
    border:2px solid #ffffff;
    width:25%;
}
.gallery-section.slider-section {
    padding-bottom:0px;
    overflow:hidden;
}

.gallery-section.slider-section .slider-outer {
    margin-left:-2px;
    margin-right:-2px;
}
.gallery-section.slider-section .image-box {
    margin-bottom:0px;
    width:100%;
    display:block;
    border:2px solid #ffffff;
    border-top-width:4px;
}
.gallery-section .filter-list .image-box {
    display:none;
}
.gallery-section.full-width .image-box {
    width:25%;
    margin-bottom:0px;
}
.gallery-section .image-box .inner-box {
    position:relative;
    width:100%;
    display:block;
    background:#ffffff;
    overflow:hidden;
}
.gallery-section .image-box .image {
    position:relative;
    display:block;
    width:100%;
}
.gallery-section .image-box .image img {
    position:relative;
    display:block;
    width:100%;
    height:auto;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.gallery-section .image-box:hover .image img {
    -webkit-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
}
.gallery-section .image-box .zoom-btn {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    text-align:center;
    font-size:42px;
    color:#92b201;
    outline:2px solid #92b201;
    outline-offset:-10px;
    -webkit-transform:scale(0,0);
    -ms-transform:scale(0,0);
    -o-transform:scale(0,0);
    -moz-transform:scale(0,0);
    transform:scale(0,0);
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.gallery-section .image-box .zoom-btn .icon {
    position:relative;
    display:inline-block;
    line-height:50px;
    top:50%;
    margin-top:-25px;
}
.gallery-section .image-box .inner-box:hover .zoom-btn {
    background-color:rgba(255,255,255,0.70);
    -webkit-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
    -moz-transform:scale(1,1);
    transform:scale(1,1);
}
.gallery-section .image-box .btn-zoom {
    position:absolute;
    left:0px;
    top:-100%;
    width:100%;
    text-align:center;
    height:100%;
    display:block;
    background:rgba(0,0,0,0.70);
    opacity:0;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.gallery-section .image-box:hover .btn-zoom {
    top:0px;
    opacity:1;
}
.gallery-section .image-box .btn-zoom .icon {
    position:relative;
    width:30px;
    height:30px;
    font-size:42px;
    line-height:30px;
    display:inline-block;
    top:50%;
    margin-top:-15px;
    color:#01BCF3;
}

.more-btn {
    text-align: center;
}

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(../img/Loader.gif) no-repeat center center;
}

.boxed-layout #wrapper, .boxed-layout footer {
    width: 1170px;
    margin: 0 auto;
}
/* --- Heading style --- */

h4.heading {
    font-weight: 700;
}

.heading {
    margin-bottom: 30px;
    text-align: center;
}

.heading {
    position: relative;

}

.home-row-head {
    text-align: center;
    margin-bottom: 20px;
}

.home-row-head h2 {
    padding: 0;
    margin: 0;
}

.widgetheading {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#bottom .widgetheading {
    position: relative;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 9px;
}

aside .widgetheading {
    position: relative;
    border-bottom: #e9e9e9 1px solid;
    padding-bottom: 9px;
}

footer .widgetheading {
    position: relative;
}

footer .widget .social-network {
    position: relative;
}

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0;

}



/* ============================
11. Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
    width: 100%;
    border: 1px solid #f5f5f5;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

form#contactform textarea {
    border: 1px solid #f5f5f5;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

form#contactform .validation {
    font-size: 11px;
}

.validation {
    display: none;
    position: relative;
    margin: 4px 0 10px;
    font-size: 12px;
    padding: 5px 10px;
    background: #faebcc;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    border-radius: 5px;
}

.validation:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #faebcc;
    position: absolute;
    top: -8px;
    left: 10px;
}

#sendmessage, #subscribesendmessage, #ordersendmessage {
    color: green !important;
    border: 1px solid #b1deca;
    background: #e7fff7;
    display: none;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
}

#errormessage, #ordererrormessage, #subscribeerrormessage {
    color: red;
    display: none;
    border: 1px solid #ea9c97;
    background: #ffe4e9;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
}

#sendmessage.show, #ordersendmessage.show, #subscribesendmessage.show, #errormessage.show, #ordererrormessage.show, #subscribeerrormessage.show, .show {
    display: block;
}

/* --- comment form ---- */
form#commentform input[type="text"] {
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

/* --- search form --- */
.search {
    float: right;
    margin: 35px 0 0;
    padding-bottom: 0;
}

#inner-headline form.input-append {
    margin: 0;
    padding: 0;
}

.bottom-article {
    border: none;
}

.bottom-article {
    border-radius: 5px;
}
.bottom-article {
    overflow: hidden;
    border: 1px solid #ececec;
    padding: 10px;
    margin-top: 20px;
    background: #f5f5f5;
}
article {
    margin-bottom: 40px;
}
.post-image {
    margin-bottom: 20px;
}
ul.meta-post {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.social-network {
    list-style: none;
    margin: 0;
}

.share {
    display: inline-block;
}

ul.social-network li {
    display: inline;
    margin: 0;
}

li {
    list-style-type: none;
}

ul.social-network {
    list-style: none;
    margin: 0;
}

ul.social-network li {
    display: inline;
    margin: 0;
}

ul.social-network li a {
    color: #fff;
    width: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 8px 0;
    line-height: 10px;
    font-size: 16px;
}

ul.social-network li a {
    background: rgba(0, 0, 0, 0.2);
}

ul.social-network li a:hover {
    background: rgba(0, 0, 0, 0.6);
}

.share {
    display: inline-block;
}

ul.social-network li .facebook {
    background: #3b5998;
}

ul.social-network li .twitter {
    background: #1da1f2;
}

ul.social-network li .google {
    background: #dc4e41;
}

ul.social-network li .pintrest {
    background: #cb2027;
}

ul.social-network li .linkedin {
    background: #0077b5;
}

ul.social-network li .youtube {
    background: #db4437;
}

ul.social-network li .instagram {
    background: #b07109;
}

ul.social-network li .tumblr {
    background: #36465d;
}

ul.social-network li .flickr {
    background: #ff0084;
}

ul.social-network li .whatsapp {
    background: #00a859;
}
.td-video-play-ico {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.48);
    border: 0.05em solid #fff;
    border-radius: 100%;
    font-size: 40px;
    z-index: 1;
    -webkit-box-shadow: 0 0 0.15em rgb(0 0 0 / 40%);
    box-shadow: 0 0 0.15em rgb(0 0 0 / 40%);
  }

  .td-video-play-ico i.fa-play {
    left: 54%;
  }

  .td-video-play-ico i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 35%;
    color: #fff;
  }

  [class*="td-icon-"] {
    line-height: 1;
    text-align: center;
    display: inline-block;
  }
