/* Top Bar */
/* Overlay
-------------------------------------------------- */
.overlay {
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .top {
    position: relative;
    padding-top: 10px;
  }
  .top .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #242965;
  }
  
  .top .overlay.v2 {
    background: #1d2f40;
  }
  
  .top .overlay.style2 {
    background: #f3728b;
  }
  
  .flat-title-page .overlay {
    background: #192836;
    opacity: 0.71;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .flat-title-page.style2 .overlay {
    opacity: 0.77;
  }
  
  .flat-title-page .overlay.style2 {
    background: #f3728b;
  }
  
  .flat-title-page .overlay.style3 {
    background: #4646c3;
  }
  
  .flat-title-page .overlay.style4 {
    background: #192836;
  }
  
  .flat-feature .overlay {
    background: #f3728b;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .flat-feature .overlay.v2 {
    opacity: 1;
  }
  
  .flat-feature.style2 .overlay {
    background: #fff;
    opacity: 0.75;
  }
  
  .product-item .overlay {
    background: #515e6f;
    position: absolute;
  }
  
  .flat-free-month .overlay {
    background: #ec5252;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .flat-register-now	.overlay {
    background:  #192836;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.88;
  }
  
  /* Flat Info
  -------------------------------------------------- */
  .flat-info ul li {
    display: inline-block;
  }
  
  .flat-info ul li:not(:last-child) {
    margin-right: 20px;
  }
  
  .flat-info a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
  }
  
  .flat-info ul li:before {
    content: "";
    font-family: "FontAwesome";
    color: #fff;
    padding-right: 8px;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
  }
  
  .flat-info ul li.phone:before {
    content: "\f098";
  }
  .flat-info ul li.support:before {
    content: "\f025";
    font-size: 14px;
  }
  .flat-info ul li.mail:before {
    content: "\f0e0";
  }
  
  .flat-info ul li.user:before {
    content: "\f025";
  }
  
  /* style2 */
  .top .flat-info.style2 {
    margin-top: 5px;
    margin-bottom: 3px;
  }
  
  .style2.flat-info a,
  .style2.flat-info li:before {
    color: #515e6f;
  }
  
  .style2.flat-info li:hover a,
  .style2.flat-info li:hover:before {
    color: #f3728b;
  }
  
  .style2.flat-info.v2 li:hover a,
  .style2.flat-info.v2 li:hover:before {
    color: #ec5252;
  }
  /* Flat Action
  -------------------------------------------------- */
  .flat-action ul li {
    display:  inline-block;
  }
  
  .flat-action ul li:not(:last-child):after {
    content: "|";
    margin: 0 5px 0 9px;
    font-weight: 700;
    color: #fff;
  }
  
  .flat-action a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
  }
  
  .top .flat-action.style1 {
    float: right;
  }
  
  /* style2 */
  .flat-action.style2 ul li:not(:last-child):after {
    content: unset;
  }
  
  .flat-action.style2 ul li {
    border: 1px solid rgba(209,209,255,0.18);
    padding: 5px 14px 0 10px;
    margin: 0 -2px;
    border-bottom: 0;
  }
  
  .flat-action.style2 ul li a {
    color: #98aac2;
  }
  
  .flat-action.style2 ul li:before {
    content: "";
    padding-right: 3px;
    font-family: "Font Awesome 5 Free";
    color: #98aac2;
    -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
  }
  
  .flat-action.style2 ul li:hover a,
  .flat-action.style2 ul li:hover:before {
    color: #f3728b;
  }
  
  .flat-action.style2.v2 ul li:hover a,
  .flat-action.style2.v2 ul li:hover:before {
    color: #ec5252;
  }
  
  .flat-action.style2 ul li.register:before {
    content:"\f044";
  }
  
  .flat-action.style2 ul li.user:before {
    content:"\f2bd";
  }
  /* Top Bar */