
@font-face {
    font-family: "Helvetica-Regular";
    src: url('../Default');
}

@font-face {
    font-family: "Helvetica-Light";
    src: url('../Default');
}

@font-face {
    font-family: "Helvetica-SemiBold";
    src: url('../Default');
}

.no-before:before{background-color: transparent !important;}
.no-after:after{background-color: transparent !important;}

.swiper-slide {
  box-sizing: border-box;
}
.swiper-slide span {
  text-align:center;
  display:block;
  margin: 20px;
  font-size:21px;
}

/************** TempSquare ******/
.TempSquare {
  width: 48%; height: 150px;
  display: inline-block;
  margin: 0 2px 10px;
  padding-bottom: 10px;
  transition: opacity .4s ease-in-out;
  column-break-inside: avoid;
  overflow: hidden;
  position: relative; 
}

.TempSquare img{
  width: 100%;
  display: inline !important;
  margin: 0 auto !important;
}

/************** TempSquare ******/

/************** Pinterest CSS ******/

/* Custom */
.grid-item { 
  width: 400px; 
}

.grid-item img{ 
  width: 380px;
  margin: 10px; 
  border-radius: 3%;

}

.grid-item p{
  margin-bottom:0px;
  margin-top: 0px;
  margin-left: 10px; 
}

@media screen and (max-width: 1024px) {
  .grid-item { 
    width: 33%; 
  }

  .grid-item img{ 
    width: 95%;
    margin: 10px; 
  }

}

@media screen and (max-width: 768px) {
  .grid-item { 
    width: 250px; 
  }

  .grid-item img{ 
    width: 240px;
    margin: 10px; 
  }

}


@media screen and (max-width: 450px) {
  .grid-item { 
    width: 48%;
  }

  .grid-item img{ 
    width: 95%;
    margin: 10px;
  }

}
/* Custom */



#columns-pinterest {
  column-width: 320px;
  column-gap: 15px;
  width: 100%;
}

div#columns-pinterest figure {
  background: #fefefe;
  border: 2px solid #fcfcfc;
  padding: 5px;
  transition: opacity .4s ease-in-out;
  display: inline-block;
  column-break-inside: avoid;
}

div#columns-pinterest figure img {
  width: 100%; height: auto;
  margin-bottom: 5px;
  border-radius: 5%
}

div#columns-pinterest figure figcaption {
  font-size: .9rem;
  color: #444;
  line-height: 1.5;
}

div#columns-pinterest small { 
  font-size: 1rem;
  float: right; 
  text-transform: uppercase;
  color: #aaa;
} 

div#columns-pinterest small a { 
  color: #666; 
  text-decoration: none; 
  transition: .4s color;
}


@media screen and (max-width: 450px) { 
  #columns-pinterest { 
    column-gap: 0px;
    column-width: 180px;
  }
  #columns-pinterest figure { width: 100%; }
}
/************** CSS Pinterest ******/


::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}


.TextInputCenter {
  text-align: center !important;
}

.UserCanUse{
  border-color: #06dd07 !important; 
  background: #CCFFCC !important;
}
.UserNotUse{
  border-color: #dd0404 !important; 
  background: #FFCCCC !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none !important;
}

a {
  text-decoration: none !important;    
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

body {
  font-family: "Helvetica-Regular",sans-serif !important;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #4a4a4d;
}


p {
  font-size: 13px;
  color: #999999;
  line-height: 1.8em;
  font-family: "Helvetica-Light",sans-serif !important;
  margin: 0 0 10px;
}

strong {
  font-family: "Helvetica-Regular",sans-serif !important;
}

img {
    max-width: 100%;
    height: auto;
}

.large-img {
  width: 100%;
  border-radius: 2px;
}

.full-width {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: 20px;
}

ul {
  margin: 0 30px;
}

li {
  margin-bottom: 0px;/*10px;*/
}

iframe {
  width: 100%;
  height: 190px;
}

iframe.full-width {
  height: 210px;
}

.bg-white {
  background-color: #ffffff;
}

.toolbar:before {
    height: 0px;
}
/************** Tab Bar *************/
.toolbar-bottom {
    position: fixed;
    width: 100%;
    bottom: 56px;
    z-index: 500;
    padding: 10px 16px;
    background-color: #ffffff;
    border-top:1px solid #c4c4c4;  
}

.toolbar-bottom .button {
    margin-top:0px;
}
.toolbar-inner .icon{
  font-size: 28px;
  margin-top: -2px;
}

.tabbar-label {
  font-size:10px;
  font-family: "Helvetica-Regular" !important;
  padding-top: 5px;
}

.toolbar-inner .icon {
  color: #a9acaf;
}

.toolbar-inner .tabbar-label {
  color: #a9acaf;
}

.toolbar-inner .active {
  /*background-color: #5f7186;*/
}

.toolbar-inner .active .tabbar-label{
  /*color: #ffffff;/*#ff4e4e;*/
}
.buttons-row .button {
   color: #4a4a4d;
   height: 40px;
   line-height: 2.5;   
   border-radius: 0 !important;
   border-width: 0px !important;
   background: #f7f7f7;
}
.buttons-row .button.active {
    background: #465363;
    color: #d2a23c;
}

.content-page-block {
    margin: 10px 0;
    padding: 0 15px;
    color: #6d6d72;
    box-sizing: border-box;
}
/************** Toolbar Icon  *************/

.toolbar-icon img {
    width: 25px;
}

.tabbar-labels span.tabbar-label{
    padding-top: 2.4px;
    color: #d2a23c;
}
 
.navbar {
    /*background-color: #465363;*/
}

.toolbar.tabbar {
  /*background-color: #465363;*/  
}

.toolbar-icon .tab-link {
    position:relative;
}

.panel-right {
    background-color: #465363;
}

.badge-z{
    position: absolute;
    right: 3px;
    top: -5px;
    float: right;
}

/************** Navbar *************/

.navbar-inner,.navbar-inner a .fa {
  color: #d2a23c;
}

.navbar:after {
  height: 0;
}

.navbar-inner img {
  height: 25px;
}

.navbar-inner .left a, .navbar-inner .right a{
  color: #d2a23c;
  padding: 5px 0 0 5px;
}
/*
.navbar-inner .right a{
  font-size: 30px;
  padding-right: 7px;
  padding-left: 20px;
}*/

.navbar-inner .left a{
  font-size: 20px;
  width: 50px;
  padding-left: 7px;
}
/*
.navbar-inner .right, .navbar-inner .left {
  width: 50px;
  height: 40px;
}*/

.page {
background: #fff !important;    
}

.back-hidden .back {
  display: none !important;
}

.back-visible {
  
}

.back-visible .back{
  position: absolute !important;
}

/************* All views ************/

.page {
  background-color: #FFF;
}

.page-content {
  padding-bottom: 44px;
}

/************* Main view ************/

.post-list {
  margin: 0 5px 5px 5px;
}

.post-list li {
  list-style-type:none;
  height:100px;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

.post-thumbnail {
  height:100%;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 2px;
}

.post-thumbnail img{
  width: 158px;
  height: auto;
  min-height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-infos {
  height: 90px;
  /*padding: 3px 5px;*/
}

.post-title span {
  color: #313131;
  font-size: 13px;
  /* Overflow */
  /*display: -webkit-box;*/
  line-height: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.titleinhomeprods a{color: #313131;}
/********** View Chat *********/
.item-latest-message{
  font-size: 13px;
  color: #8e8e93;
}

.preloader {
  margin: 20px 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pull-to-refresh-layer .preloader{
  margin-top: -5px !important;
}

.post-date {
  color: #465363;
  font-family: "Helvetica-Light", sans-serif !important;
  font-size: 14px;
  font-weight: bold;
}

.post-date i::before {
  font-size: 13px !important;
  margin-right: 4px;
  line-height: 20px;
  vertical-align: middle;
}

.post-category, .page-post-category {
  background-color: #ff7247;
  display: inline-block;
  padding: 2px 8px;
  margin: 5px 0;
  border-radius: 1px;
  color: #d2a23c;
  font-size: 11px;
}

/* Add categories colors here */
.red {
  background-color: #ff7247;
}

.green {
  background-color: #98cd50;
}

.blue {
  background-color: #3da0db;
}

.yellow {
  background-color: #fec200;
}


.post-list li {
  height: auto;
}

.post-list li .post-thumbnail {
  height: 200px;
  float: none;
  margin-right: 0px;
} 

.post-list li .post-thumbnail img{
  width: 100%;
  height: 20px;
  min-height: 215px;
}

.post-list li .post-infos {
  height: auto;
}

.post-list li .post-title {
  margin-top: 5px;
  padding: 0 5px 0 2px;
}

.post-list li .post-title span {
  -webkit-line-clamp: 1;
}

.post-list li .post-category {
  margin-right: 10px;
  margin: 5px 10px 0 3px;
}

.post-list li .post-date {
  display: inline-block;
  vertical-align: middle;
  /*height: 20px;
  line-height: 22px;*/
}

/************ Page Post *************/

a {
  word-wrap: break-word;
}

.page-post {
  max-width: 100%;
}

.page-post-thumbnail img{
  width: 100%;
  height: auto;
}

.page-post-container {
  padding: 15px 20px;
  max-width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 60px;
}

.page-post-title {
  font-size: 18px;
  font-family: "Helvetica-SemiBold", sans-serif !important;
}

.page-post-category {
  margin: 15px 0 5px 0;
}

.page-post-date {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  height: 20px;
  line-height: 22px;
}

.page-post iframe {
  width: 100%;
  height: 200px;
  border-radius: 2px;
}

.page-post-container img {
  width: 100%;
  border-radius: 2px;
}

/************* View About ***********/

.about-banner {
  width: 100%;
}

.about-avatar {
  margin: 0 auto;
  display: block;
  margin-top: -35px;
  border-radius: 100px;
  border: 2px solid #fff;
  width: 60px;
}

.about-content {
  padding: 10px 15px;
  text-align: center;
}

.about-author {
  font-size: 18px;
  margin-bottom: 10px;
}

.about-website, .about-mail {
  font-size: 12px;
  font-family: "Helvetica-Light", sans-serif !important;
  color: #999;
}

.about-website i::before {
  font-size: 18px;
  margin-right: 5px;
}

.about-mail i::before {
  font-size: 20px;
  margin-right: 5px;
}

.about-buttons {
  margin-top: 25px;
}

.social-link {
  display: block;
  width: 80%;
  color: #d2a23c;
  font-family: "Helvetica-Light", sans-serif !important;
  font-size: 14px;
  margin: 0 auto;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  text-align: left;
}

.social-link i::before {
  font-size: 20px;
  margin-right: 10px;
}

.facebook {
  background-color: #4983da;
}

.twitter {
  background-color: #4dcffb;
}

.youtube {
  background-color: #fb5554;
}

.instagram {
  background-color: #fbc44f;
}

.email {
  background-color: #7e1e04;
}

a.social-link {
  color:#d2a23c;  
}
/*********** View Features **********/

#view-features .page-content{
  padding: 13px 20px 70px;
  color: #313131;
}

.feature-header {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Helvetica-SemiBold", sans-serif !important;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eeeeef;
  border-top: 1px solid #eeeeef;
  width: calc(100% + 40px);
  margin: 30px 0 20px -20px;
  padding: 15px 20px;
  color: #717172;
}

#view-features h1, h2, h3, h4 {
    margin-bottom: 8px;
}

#view-features h1 {
  margin-bottom: 6px;
}

.legend {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 12px;
  color: #939494;
}

.button {
  margin-top: 16px;
}

.button.button-fill {
  /*background-color: #ff5900;*/
}

.button.button-green {
  color: #d2a23c;
  background-color: #28BD10;
  border: 0px;
}


iframe {
  border: none;
}

/********** Content block *******/
.content-block-title {
    line-height: 1.2;
}

.list-block.list-block-inner-no-b .item-inner:after {
    height: 0;
}

.page-content.toolbar-bottom-in {
    height: calc(100% - 56px);
}

.list-block.list-block-no-b ul:after {
   height: 0; 
}

.list-block.list-block-all-no-b .item-inner:after, 
.list-block.list-block-all-no-b ul:before,
.list-block.list-block-all-no-b ul:after {
   height: 0;
}

.list-block .item-after img{
   width:25px;
}

.list-block .accordion-item ul {
    padding-left: 0;
    background: #f7f7f7;
}

.lang-section .item-media img {
    width: 30%;
}
/*********** Swipe Panel ************/

.panel {
  background-color: #465363; /* fallback for old browsers */
  color: #d2a23c !important;
  font-size: 14px;
  font-family: "Helvetica-Light", sans-serif !important;
}

.search-bar {
  margin: 0px 20px 0 20px;
  width: calc(100% - 40px);
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: url('../img/icons/white/search.png') 10px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  border-radius: 20px;
  color: #d2a23c;
  padding: 0 30px;
  font-size: 12px;
  font-family: "Helvetica-Light", sans-serif !important;
}

.search-bar::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 0.7);
}

.panel .title-categories {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  margin: 25px 0 15px 0;
}

.panel ul li {
  list-style-type:none;
  padding: 12px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.panel ul li:active {
  background-color: rgba(255, 255, 255, 0.2);
}


/*********** Media Queries **********/

/* iPhone 5, 5S */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
  .post-list li .post-thumbnail {
    height: 150px;
  }
  
  .post-list li .post-infos {
    padding-top: 5px;
  }

  .post-thumbnail img {
    width: 130px;
    height: auto;
  }

  .post-title span {
    font-size: 14px;
  }

  .post-infos {
    height: 90px;
    padding-bottom: 5px;
    padding-top: 0px;
  }

  .post-list li {
    /*height: 90px;*/
    padding: 0 0 5px 0;
  }

  .page-interview {
    height: 180px;
  }

  .social-link {
    width: 80%;
    margin-bottom: 20px;
  }
}

/* iPhone 6 */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {

  .logo_popup img{
    width:50px;
  }
  

  .post-list li .post-thumbnail {
    height: 200px;
  }

  .post-list li {
    padding: 0 0 5px 0;
  }

  .post-thumbnail img {
    width: 150px;
    height: auto;
  }

  .post-title span {
    font-size: 15px;
  }

  .post-infos {
    height: 90px;
    padding-top: 3px;
  }

  .social-link {
    width: 85%;
    margin-bottom: 20px;
  }
}
/* for toolbar bottom */
@media only all and (max-width : 736px) {
   .toolbar-bottom {
    bottom: 50px;  
   }
   .page-content.toolbar-bottom-in {
    height: calc(100% - 50px);
   }
}

/* iPhone 6 Plus */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px){
  .page-post iframe {
    height: 200px;
    width: 100%;
  }

}

/* Tablets */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  .post-list li .post-thumbnail, .interview-list li:first-child .post-thumbnail {
    height: 340px;
  }

  .post-list li {
    width: calc(100% - 20px);
    display: block;
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .page-post iframe {
    height: 400px;
  }

  .social-link {
    width: 40%;
    margin-bottom: 30px;
  }
}

/*********** PADDINGS **********/

/* Padding all: (padding-top, padding-right, padding-bottom, padding-left) */
.p-0{ padding: 0 !important; }
.p-xs{ padding: 6px !important; }
.p-sm{ padding: 12px !important; }
.p-md{ padding: 16px !important; }
.p-lg{ padding: 24px !important; }
.p-xl{ padding: 32px !important; }

/* Horizontal padding: (padding-top, padding-bottom) */
.p-h-0{ padding-top: 0 !important; padding-bottom: 0!important; }
.p-h-xs{ padding-top: 6px !important; padding-bottom: 6px !important; }
.p-h-sm{ padding-top: 12px !important; padding-bottom: 12px !important; }
.p-h-md{ padding-top: 16px !important; padding-bottom: 16px !important; }
.p-h-lg{ padding-top: 24px !important; padding-bottom: 24px !important; }
.p-h-xl{ padding-top: 32px !important; padding-bottom: 32px !important; }

/* Vertical padding: (padding-left, padding-right) */
.p-v-0{ padding-left: 0 !important; padding-right: 0!important; }
.p-v-xs{ padding-right: 6px !important; padding-left: 6px !important; }
.p-v-sm{ padding-right: 12px !important; padding-left: 12px !important; }
.p-v-md{ padding-right: 16px !important; padding-left: 16px !important; }
.p-v-lg{ padding-right: 24px !important; padding-left: 24px !important; }
.p-v-xl{ padding-right: 32px !important; padding-left: 32px !important; }

/* Top padding: (padding-top) */
.p-t-0{ padding-top: 0 !important; }
.p-t-xs{ padding-top: 6px !important; }
.p-t-sm{ padding-top: 12px !important; }
.p-t-md{ padding-top: 16px !important; }
.p-t-lg{ padding-top: 24px !important; }
.p-t-xl{ padding-top: 32px !important; }

/* Right padding: (padding-right) */
.p-r-0{ padding-right: 0 !important; }
.p-r-xs{ padding-right: 6px !important; }
.p-r-sm{ padding-right: 12px !important; }
.p-r-md{ padding-right: 16px !important; }
.p-r-lg{ padding-right: 24px !important; }
.p-r-xl{ padding-right: 32px !important; }

/* Bottom padding: (padding-bottom) */
.p-b-0{ padding-bottom: 0 !important; }
.p-b-xs{ padding-bottom: 6px !important; }
.p-b-sm{ padding-bottom: 12px !important; }
.p-b-md{ padding-bottom: 16px !important; }
.p-b-lg{ padding-bottom: 24px !important; }
.p-b-xl{ padding-bottom: 32px !important; }

/* Left padding: (padding-left) */
.p-l-0{ padding-left: 0 !important; }
.p-l-xs{ padding-left: 6px; }
.p-l-sm{ padding-left: 12px !important; }
.p-l-md{ padding-left: 16px !important; }
.p-l-lg{ padding-left: 24px !important; }
.p-l-xl{ padding-left: 32px !important; }

/*********** MARGINS **********/

/* Margin all: (margin-top, margin-right, margin-bottom, margin-left) */
.m-0{ margin: 0 !important; }
.m-xs{ margin: 6px !important; }
.m-sm{ margin: 12px !important; }
.m-md{ margin: 16px !important; }
.m-lg{ margin: 24px !important; }
.m-xl{ margin: 32px !important; }

/* Horizontal margin: (margin-top, margin-bottom) */
.m-h-0{ margin-top: 0!important; margin-bottom: 0!important; }
.m-h-xs{ margin-top: 6px !important; margin-bottom: 6px !important; }
.m-h-sm{ margin-top: 12px !important; margin-bottom: 12px !important; }
.m-h-md{ margin-top: 16px !important; margin-bottom: 16px !important; }
.m-h-lg{ margin-top: 24px !important; margin-bottom: 24px !important; }
.m-h-xl{ margin-top: 32px !important; margin-bottom: 32px !important; }

/* Vertical margin: (margin-left, margin-right) */
.m-v-0{ margin-left: 0!important; margin-right: 0!important; }
.m-v-xs{ margin-left: 6px !important; margin-right: 6px !important; }
.m-v-sm{ margin-left: 12px !important; margin-right: 12px !important; }
.m-v-md{ margin-left: 16px !important; margin-right: 16px !important; }
.m-v-lg{ margin-left: 24px !important; margin-right: 24px !important; }
.m-v-xl{ margin-left: 32px !important; margin-right: 32px !important; }

/* Top padding: (padding-top) */
.m-t-0{ margin-top: 0 !important; }
.m-t-xs{ margin-top: 6px !important; }
.m-t-sm{ margin-top: 12px !important; }
.m-t-md{ margin-top: 16px !important; }
.m-t-lg{ margin-top: 24px !important; }
.m-t-xl{ margin-top: 32px !important; }

/* Right padding: (padding-right) */
.m-r-0{ margin-right: 0 !important; }
.m-r-xs{ margin-right: 6px !important; }
.m-r-sm{ margin-right: 12px !important; }
.m-r-md{ margin-right: 16px !important; }
.m-r-lg{ margin-right: 24px !important; }
.m-r-xl{ margin-right: 32px !important; }

/* Bottom padding: (padding-bottom) */
.m-b-0{ margin-bottom: 0 !important; }
.m-b-xs{ margin-bottom: 6px !important; }
.m-b-sm{ margin-bottom: 12px !important; }
.m-b-md{ margin-bottom: 16px !important; }
.m-b-lg{ margin-bottom: 24px !important; }
.m-b-xl{ margin-bottom: 32px !important; }

/* Left padding: (padding-left) */
.m-l-0{ margin-left: 0 !important; }
.m-l-xs{ margin-left: 6px !important; }
.m-l-sm{ margin-left: 12px !important; }
.m-l-md{ margin-left: 16px !important; }
.m-l-lg{ margin-left: 24px !important; }
.m-l-xl{ margin-left: 32px !important; }

/*********** Borders **********/
.b-0{ border: none !important; }
.b-t-0{ border-top: none !important; }
.b-r-0{ border-right: none !important; }
.b-b-0{ border-bottom: none !important; }
.b-l-0{ border-left: none !important; }
.b-2x{ border-width: 2px; }

/*********** Font sizes **********/
.fz-xs{ font-size: 6px !important; }
.fz-sm{ font-size: 12px !important; }
.fz-md{ font-size: 16px !important; }
.fz-lg{ font-size: 24px !important; }
.fz-xl{ font-size: 32px !important; }

/*********** Font styles **********/
.fs-italic{ font-style: italic !important; }
.fs-normal{ font-style: normal !important; }

/*********** Font weights **********/
.fw-300{ font-weight: 300 !important; }
.fw-400{ font-weight: 400 !important; }
.fw-500{ font-weight: 500 !important; }
.fw-600{ font-weight: 600 !important; }
.fw-700{ font-weight: 700 !important; }
.fw-800{ font-weight: 800 !important; }
.fw-800{ font-weight: 900 !important; }

/*********** Widget **********/
.widget {
    background-color: #fff;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    margin-top: -25px;
}

.post-box {
    background-color: #fff;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
}

.widget-separator {
    margin: 10px 0px 2px 0px;
}

/*********** Widget **********/
.thumbnail {
    border-width: 0px;
    padding-top: 10px !important;
}
/*********** text color *********/
.text-primary {
    color: #188ae2 !important;
}
.text-info {
    color: #35b8e0 !important;
}
.text-success {
    color: #10c469 !important;
}
.text-warning {
    color: #f9c851 !important;
}
.text-danger {
    color: #ff5b5b !important
}
.text-black {
    color: #000000;
}

.item-after a {
    color:#4a4a4d;
    text-decoration: none;
}

.list-block .item-subtitle {
    font-size: 13px;
}

.list-block .item-text.item-collapse {
    height: 20px;
}

.item_qnty_shop {
    width: 50%;
    float: left;
    margin: 0;
}
input.qntyshop {
    width: 10% !important;
    height: 25px !important;
    float: left;
    margin: 0 1%;
    padding: 0px;
    color: #000;
    background: none;
    border: none;
    text-align: center;
    font-size: 18px;
    -webkit-appearance: none;
}

input.qntyminus, input.qntyplus, input.qntyminusshop, input.qntyplusshop,
button.qntyminus, button.qntyplus, button.qntyminusshop, button.qntyplusshop {
    border: 1px solid #222222 !important;
    color: #222222;
    width: 22px;
}

input.qntyminus, input.qntyplus, input.qntyminusshop, input.qntyplusshop,
button.qntyminus, button.qntyplus, button.qntyminusshop, button.qntyplusshop {
    width: 30px;
    float: left;
    background: none;
    border: none;
    height: 30px;
    border-radius: 15px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin: 0px;
    cursor: pointer;
    line-height: 5px;
    -webkit-appearance: none;
}

.close_popup_button a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 20px;
    color: inherit;
}

.logo_popup {
    text-align: center;
}

.logo_popup img{
    width:80px;
}

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

.signup-box {
    text-align:center;
}

.sub-text,
.popup-sub-text {
    text-align:center;
    font-size: 14px;
    padding: 16px 0px;
}

.sub-text p,
.sub-text a,
.popup-sub-text p,
.popup-sub-text a{
    color:#4a4a4d;
}

.form-style input.form_input {
    padding: 10px 1%;
    width: 100%;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #ededed;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 5px 5px 3px 3px;
    background-color: transparent;
    color: #000000;
    -webkit-appearance: none;
}

.forgot_pass {
    margin-top: 16px;
    padding: 16px 0px;
    text-align:center;
    color: #4a4a4d;
}

.forgot_pass a{
    color: #4a4a4d;
    font-weight: bold;
}

/********* Avatar *********/

.avatar {
    display: inline-block;
    position: relative;
    
    width: 40px;
    height: 40px;
    
    margin-right: 16px;
    transition: all .5s ease;
}

.avatar-xl {
    width: 70px;
    height: 70px;
}

.avatar-lg {
    width: 60px;
    height: 60px;
}

.avatar-md {
    width: 20%;
    height: auto !important;
}

.avatar-sm {
    width: 40px;
    height: 40px;
}

.avatar-xs {
    width: 30px;
    height: 30px;
}

.avatar-circle img {
    border-radius: 100% !important;
}

.head-center,
.detail-center  {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.head-center img{
    width: 80px;
}

.box-radius {
    padding:16px;
    background-color: #465363;
    border-radius: 35px;
    color: #d2a23c;
}

.box-sub-radius {
   padding:16px;
   background-color: #ff5900;
   border-radius: 13px;
   color: #d2a23c;   
}


.box-radius img {
    border: 1px solid #ffffff;  
    border-radius: 5px;    
}

.box-radius p,
.box-radius a {
    color: #d2a23c;
}

/******* Post heading ********/

.post-meta h4,
.post-meta p,
.post-meta a {
    color: #d2a23c;    
}

.post-main {
    position: relative;
    padding: 5px 16px;
    overflow: hidden;
    margin-bottom: 10px;
}

.post-bg {
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}

.post-meta, .post-img-profile, .post-body-list-img {
    float: left;
}

.post-meta{
  width : 70%
}

.post-meta p, .post-meta p span {
    margin-bottom: 9px;
    line-height: 1.3;
    font-size: 14px;
}

.meta-post-head {
    font-weight: bold;
    /*margin-top: 4px;*/
    margin-bottom: 6px;
}

.post-heading:after, .post-list:after, .post-box:after, .post-content:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.wrapper {
  min-height: 1000px;
}
#columns {
    column-width: 320px;
    column-gap: 10px;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    /*background-color: #fff;*/
}

div#columns .figure {
    background: #fefefe;
    border: 2px solid #fcfcfc;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 0 2px 15px;
    padding: 15px;
    padding-bottom: 10px;
    display: inline-block;
    column-break-inside: avoid;
}

div#columns .figure img {
    width: 100%; height: auto;
    border-bottom: 1px solid #ccc;
    /*padding-bottom: 15px;
    margin-bottom: 5px;*/
}

div#columns .figure .figcaption {
  font-size: .9rem;
    color: #444;
  line-height: 1.5;
}

div#columns small { 
  font-size: 1rem;
  float: right; 
  text-transform: uppercase;
  color: #aaa;
} 

div#columns small a { 
  color: #666; 
  text-decoration: none; 
  transition: .4s color;
}

@media screen and (max-width: 750px) { 
  #columns { column-gap: 0px; }
  #columns .figure { width: 100%; }
}

.detail-figure p,
.detail-figure h3,
.detail-figure a {
  margin-bottom: 0;
  color: #4a4a4d;
}

.head-menu {
padding: 10px 16px;
  /*background-color: #5f7186;*/ 
color: #d2a23c; 
font-size: 16px; 
}

.sub-menu {
padding: 10px 16px;
/*background-color: #5f7186;*/
color: #d2a23c;  
font-size: 16px;
}

.sub-menu.sub-menu-theme {
background-color: #465363;  
}

.head-menu h4,
.head-menu p,
.head-menu a {
    color: #d2a23c;    
}

.sub-menu h4,
.sub-menu p,
.sub-menu a {
    color: #d2a23c;    
}

.sub-menu h4,
.sub-menu p,
.sub-menu a {
    color: #d2a23c;    
}

/***** USER ACCOUNT SIDEBAR RIGHT ******/
.user_login_info{
padding:0px;
}
.user_thumb{
width:100%;
margin:auto;
position:relative;
}
.user_thumb img{
display:block;
max-width:100%;
z-index:777;
}
.user_details{
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:132px;
z-index:888;
background:url(../img/trans_black_gradient.png) repeat-x;
}
.user_details p{
padding:50px 0 0 10px;
text-align:left;
font-size:14px;
color:#fff;
}
.user_details p span{
display:block;
font-size:22px;
padding:5px 0 0 0;
color:#fff;
}
.user_avatar{
z-index:999;
position:absolute;
bottom:15px;
right:15px;
width:30%;
}
.user_avatar img{
display:block;
/*max-width:100%;*/
height: 80px;
width: 80px;
margin:10px 0 0 0;
border-radius:50%;
}

.user-nav{
/*padding:5% 5% 0 5%;
width:90%;*/
}
.user-nav ul{
width:100%;
list-style:none;
padding:0px;
margin:0px;
display:block;
}
.user-nav ul li{
width:90%;
list-style:none;
padding:5px 0 10px 0;
margin:0 0 0 5%;
display:inline-block;
text-align:center;
border-bottom:1px #ffffff solid;
}
.list-block li ul.sublist {
margin-left: 29px;
}
.list-term .list-block li {
border-bottom-width: 0;
font-size:14px;
}
.user-nav ul li img{
display:inline-block;
max-width:12%;
float:left;
}
.user-nav ul li span{
display:block;
float:left;
text-align:left;
padding:0px 0 0 20px;
}
.user-nav ul li strong{
display:block;
float:right;
text-align:left;
margin:0 5px 0 0;
width:30px;
height:30px;
line-height:30px;
text-align:center;
-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;
background-color:#222222;
color:#d2a23c;
}
.user-nav ul li a{
color: #fff;
font-size:14px;
font-weight:300;
}

.sub-title {
padding: 10px 16px;
margin-top: 5px;
border-left: 5px solid #ff5900;
background-color: #fbfbfb;
font-weight: bold;
font-size: 16px;
}

.count-item {
    font-size: 16px;
    color: #ff5e00;
    margin-right: 5px;
}

.success_message {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    padding: 20px 0 0 0;
}

.success_message p {
    line-height: 35px;
    font-size: 18px;
}

/******** Form Style *******/
.form_style {
    width: 100%;
    padding: 0 0 15px 0;
}

.form_style label .item-inner {
    display: inline-block;
}

.form_style label .item-media {
    display: inline-block;
}

.form_style label {
    width: 100%;
    padding: 5px 0 3px 0;
    display: block;
    font-size: 16px;
    /* font-weight: 400; */
}

.form_style input.form_input {
    padding: 2%;
    width: 100%;
    /*margin: 0 0 5px 0;*/
    border: 1px solid #ddd;
}

.form_style select.form_select {
    padding: 2%;
    width: 100%;
    /*margin: 0 0 5px 0;*/
    border: 1px solid #ddd;
}

.form_style .item-content {
    padding: 5px 0 5px 0;
    margin: 0px;
}

.form_style textarea.form_textarea {
    padding: 2%;
    width: 100%;
    height: 90px;
    /*margin: 0 0 5px 0;*/
    border: 1px solid #ddd;
    font-size: 14px;
    resize: none;
}

/******** Features List *******/
ul.features_list_detailed {
    padding: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    list-style: none;
    float: left;
    clear: both;
}
ul.features_list_detailed li .button {
    margin: 0px;    
}

ul.features_list_detailed li {
    padding: 15px 2%;
    margin: 0;
    display: block;
    width: 43%;
    float: left;
    border-bottom: 1px #ddd solid;
}

ul.features_list_detailed li .feat_small_icon {
    width: 8%;
    float: left;
    margin: 2px 0 0 0;
}

ul.features_list_detailed li .feat_small_details {
    width: 85%;
    float: left;
    padding: 0 0 0 5%;
    line-height: calc(100% + 10px);
}

ul.features_list_detailed li:nth-child(even) {
    float: right;
}

ul.features_list_detailed li:after {
   clear: both; 
}
@media screen and (max-width: 780px) and (orientation: portrait) {
    ul.features_list_detailed li {
        width: 100%;
        clear: both;
        padding: 10px 2%;
    }   
}

/********* Themes Popup  ***********/
.color-preview {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
}

#blue-theme .color-preview {
    background-color: #1069ce;
}

#orenge-theme .color-preview {
    background-color: #ff6e00;
}

#green-theme .color-preview {
    background-color: #59b210;
}

#brown-theme .color-preview {
    background-color: #382500;
}

#pink-theme .color-preview {
    background-color: #fa6f7e;
}

.lang-section,
.theme-section {
    cursor: pointer;  
}

.lang-section .item-title,
.theme-section .item-title {
    line-height: 50px;
}

.theme-section.theme-active,
.lang-section.lang-active {
    background-color: #f7f7f7;
    border-right: 6px solid #465363;
}

.icon-tab {
    position: relative;
    width: 60px;
}

.tabbar-labels.tabbar-top {
    height: 44px;
}

.tabbar-labels.tabbar-top img{
    width: 27px;
    padding: 8px 0;
}


.tabbar-labels.tabbar-top .tab-link{
    width: 100%;
    padding: 0px;
    /*border-right: 1px solid #ffffff;*/
}

.tabbar-labels.tabbar-top .tab-link:last-child {
    border-right-width: 0px;
}

.toolbar.tabbar.tabbar-top {
    /*background-color: #5f7186;*/
}

.tabbar-labels a.tab-link {
    height: 85%;
}
.toolbar-panel{
    position: relative;
}
a.tab-link span{
    color: #d2a23c !important;
}
.morecategorylink{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding-top: 6px;
    padding-left: 10px;
    display: inline-block;
    font-size: 30px;
    color: #d2a23c;
}
/*---------------Point------------------*/
.point-main-point-trans {
            color: #777474;
        }

        .point-row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: 0px;
            margin-left: 0px
        }

        .point-col {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px
        }

        .point-col {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%
        }

        .point-col-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%
        }

        .pont-trans-head {
            text-align: center;
            background: #FA6E31;
            color: #fff;
            padding: 10px 10px;
            height: 40px;
            font-size: 24px;
            font-weight: bold;
        }

        .pont-trans-content {
            padding: 10px;
        }

        .point-trans-form-area {
            margin-top: 30px;
        }

        .point-trans-form-area input[type=text] {
            display: block;
            width: 95%;
            height: 40px;
            border-radius: 40px;
            padding: 8px 10px;
            margin: 10px auto;
            outline: none;
            border: 1px solid #fd9d73;
            font-size: 20px;
            transition: 0.25s;
        }

        .point-trans-form-area input[type=text]:focus {
            border-color: transparent;
            box-shadow: 0px 0 5px 0 rgba(250, 110, 49, 0.5);
        }

        .point-trans-btn {
            display: block;
            width: 100%;
            border-radius: 40px;
            padding: 15px 10px;
            margin: 0 auto;
            background-color: #FA6E31;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
        }

        .point-lable {
            font-size: 20px;
            font-weight: bold;
        }

        .point-input-lable {
            font-size: 18px;
            padding: 0 10px;
        }

        .point-name {
            font-size: 19px;
            text-align: right;
        }

        .point-value {
            font-size: 35px;
            font-weight: bold;
            text-align: right;
            color: #FA6E31;

        }

        .point-margin-bottom-20 {
            margin-bottom: 20px;
            padding: 10px 0;
        }

        span.point-icon {
            background: #FA6E31;
            border-radius: 0.8em;
            -moz-border-radius: 0.8em;
            -webkit-border-radius: 0.8em;
            color: #ffffff;
            display: inline-block;
            font-weight: bold;
            line-height: 1.05em;
            /* margin-right: 15px; */
            text-align: center;
            width: 1.05em;

        }
/**-------------Advanced Search**/
.advanced-search-main {
            background-color: #F7F7F7;
            color: #6E6D72;
            height: 100%;
        }

        .advanced-search-row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: 0px;
            margin-left: 0px
        }

        /* .advanced-search-col-md-2,
        .advanced-search-col-md-10 {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px
        } */
        .advanced-search-col-md-2 {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%
        }

        .advanced-search-col-md-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

        .advanced-search-col-md-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%
        }

        .advanced-search-col-md-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%
        }

        .advanced-search-col-md-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

        .advanced-search-col-md-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%
        }

        .advanced-search-col-md-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

        .irs-from,
        .irs-to,
        .irs-min,
        .irs-max,
        .irs-single,
        #custom-range-slider {
            display: none;
        }

        .advanced-search-head {
            text-align: center;
            height: 45px;

            padding: 10px 8px 10px 8px;
            background-color: #fff;
            box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
            position: relative;
        }

        .advanced-search-head span.left,
        .advanced-search-head span.center,
        .advanced-search-head span.right {
            position: absolute;
        }

        .advanced-search-head span.left {
            top: 13px;
            left: 10px;
        }

        .advanced-search-head span.left img {
            width: 20px;
        }

        .advanced-search-head span.center {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 16px;

        }

        .advanced-search-head span.right {
            top: 15px;
            right: 10px;
            font-size: 14px;
            color: #2683F1;

        }

        .advanced-search-cate-head {
            font-size: 14px;
            font-weight: bold;
            margin-top: 20px;
            padding-left: 10px;

        }

        .advanced-search-cate-data {
            height: 150px;
            position: relative;
        }

        .advanced-search-cate-data .cate-more {
            font-size: 14px;
            font-weight: bold;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .advanced-search-right {
            text-align: right;
        }

        .advanced-search-white-bg {
            background-color: #fff;
            box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
        }

        .advanced-search-pr10 {
            padding-right: 10px;
        }

        .advanced-search-pl10 {
            padding-left: 10px;
        }

        .advanced-search-p10 {
            padding: 10px;
        }

        .font-size-18 {
            font-size: 14px;
        }

        .advanced-search-row input[type='text'] {
            border: 1px solid rgba(119, 119, 119, 0.5);
            width: 75%;
            font-size: 16px;
            padding: 10px;
            border-radius: 5px;
            margin-top: 10px;
            outline: none;
            transition: 0.3s;

        }

        .advanced-search-row input[type='text']:focus,
        .advanced-search-row button:focus {
            box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .2) !important
        }

        .advanced-search-row button {
            border: 1px solid rgba(119, 119, 119, 0.5);
            width: 97%;
            height: 50px;
            font-size: 14px;
            padding: 10px;
            border-radius: 5px;
            margin-top: 10px;
            background-color: #fff;
            outline: none;
            transition: 0.3s;
        }


        .irs--round .irs-handle {
            top: 22px;
            width: 30px;
            height: 30px;
            border: none !important;
            box-shadow: 0 1px 3px rgba(0, 0, 255, 0.5) !important;
        }

        .irs--round .irs-bar {
            top: 36px;
            height: 4px;
            background-color: #6FC67F;
        }

        .advanced-search-main .white-space {
            height: 60px;
        }
.head-menu {
    background-color: #2f201d !important;
}
.button.button-green {
    background-color: #727c1d !important;
}