@font-face {
  font-family: 'Alchemist_OERegular';
  src: url('/Statics/fonts/alchemist_oeregular-webfont.eot');
  src: local('☺'), url('/Statics/fonts/alchemist_oeregular-webfont.woff') format('woff'), url('/Statics/fonts/alchemist_oeregular-webfont.svg#webfontNjGuZ934') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Alchemist_OEBlack';
  src: url('/Statics/fonts/alchemist_oeblack-webfont.eot');
  src: local('☺'), url('/Statics/fonts/alchemist_oeblack-webfont.woff') format('woff'), url('/Statics/fonts/alchemist_oeblack-webfont.svg#webfontMoUSPMga') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Assistant;
  src: url(/Statics/fonts/Assistant-Regular.ttf);
}
@font-face {
  font-family: IC-Pangea;
  src: url(/Statics/fonts/ICPangeaText-Regular.ttf);
}
/* ===============================================================================
COLOUR REFERENCE SHEET
----------------------
Brand Primary Color                                  : #19398a (Jacksons Purple);
Brand Footer Color                                   : #3b3b3b (Mine Shaft);
Login Button, Sidebar Title Color                    : #ee3224 (Pomegranate);
Promotion Area Background Color                      : #ffcfcf (pink);
Promotion Area Font, Product/Service Box Title Color : #333334 (tuna);
================================================================================== */
/*@font-family--base: IC-Pangea ;*/
.brandColorBG {
  background: #19398a;
}
.brandColor {
  color: #19398a;
}
/*Home Page*/
/* rebranding */
/*digital-loans*/
/*rebrandColors*/
.deleteme {
  display: none;
}
.opacity-change,
.opacity-change:hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.transition-all {
  -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;
}
.disabled-block {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
::-webkit-input-placeholder {
  color: #999999;
  font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
:-moz-placeholder {
  color: #999999;
  font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.placeholder {
  color: #999999;
  font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}
/*** User Select ***/
/*** Rounded corners ***/
/* 
** Custom rounded corners
** Sets a border-radius for each of the 4 corners individually. 
** The values go in a clockwise rotation: top right, bottom right, bottom left, top left. 
*/
/*** Background Cover ***/
/*** Shadow ***/
/*** Box sizing ***/
/*** Opacity ***/
/*** CSS3 Animation ***/
/*.transition (@transition) {
	-webkit-transition: @transition;  
	-moz-transition:    @transition;
	-ms-transition:     @transition; 
	-o-transition:      @transition;  
}*/
.disply-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.main-page {
  background-color: white !important;
}
.magazine-wrapper .post-img {
  width: 305px;
  height: 305px;
}
@media (max-width: 767px) {
  .magazine-wrapper .post-img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .magazine-wrapper .post-img {
    width: 100%;
    height: auto;
  }
}
.magazine-wrapper .h2-title {
  color: #19398a;
}
.magazine-wrapper .h2-title:hover,
.magazine-wrapper .h2-title:focus {
  color: #001858;
}
.magazine-wrapper .p-txt {
  color: #555555;
}
.magazine-wrapper .p-txt:hover,
.magazine-wrapper .p-txt:focus {
  color: #001858;
}
.magazine-wrapper .row .posts-wrapper .position-bottom .read-more-post {
  color: #ee3224;
}
.magazine-wrapper .row .posts-wrapper .position-bottom .read-more-post .for-reading-more {
  color: #ee3224;
}
.magazine-wrapper .row .posts-wrapper .position-bottom .read-more-post .txt-color {
  color: black;
}
.magazine-wrapper .titles .static-title {
  color: #19398a;
}
.magazine-wrapper .titles .changing-title {
  color: #19398a;
}
.magazine-wrapper .category-link:before {
  border-bottom: 1px solid gainsboro;
  right: 150px;
}
@media (max-width: 767px) {
  .magazine-wrapper .category-link:before {
    right: 0;
  }
}
.magazine-wrapper .category-link .magazine-category {
  color: #545454;
}
.magazine-wrapper .category-link .magazine-category:hover {
  color: gainsboro;
}
.magazine-wrapper .category-link .tag-link.tagSelected {
  color: gainsboro;
}
.magazine-wrapper .category-link .search-in-magazine:hover {
  color: #545454;
}
.magazine-wrapper .category-link .search-mobile {
  color: gainsboro;
}
.magazine-wrapper .category-link .search-box .searching {
  background-color: #ececec;
}
.magazine-wrapper .magazine-isracard {
  color: #ee3224;
}
.magazine-wrapper .page-of-post .title {
  color: #19398a;
}
.magazine-wrapper .page-of-post .title:hover {
  color: #001858;
}
.magazine-wrapper .page-of-post .text-wrapper h1,
.magazine-wrapper .page-of-post .text-wrapper h2,
.magazine-wrapper .page-of-post .text-wrapper h3,
.magazine-wrapper .page-of-post .text-wrapper h4,
.magazine-wrapper .page-of-post .text-wrapper h5 {
  color: #19398a;
}
.magazine-wrapper .page-of-post .text {
  color: #9d9d9d;
}
.magazine-wrapper .page-of-post .split {
  margin-top: 20px;
  margin-bottom: 20px;
}
.magazine-wrapper .page-of-post .time {
  color: #ee3224;
}
.magazine-wrapper .page-of-post .article-main-text {
  color: #555555;
}
.magazine-wrapper .page-of-post .article-main-text h1,
.magazine-wrapper .page-of-post .article-main-text h2,
.magazine-wrapper .page-of-post .article-main-text h3,
.magazine-wrapper .page-of-post .article-main-text h4,
.magazine-wrapper .page-of-post .article-main-text h5 {
  color: #19398a;
}
.magazine-wrapper .page-of-post .article-image .article-image-description {
  background-color: rgba(255, 255, 255, 0.51);
  color: #ee3224;
}
.magazine-wrapper .page-of-post .caption-video {
  background-color: white;
  color: #ee3224;
}
.magazine-wrapper .page-of-post .end-of-article .social-icons .fa-envelope {
  color: #006dc6;
}
.magazine-wrapper .page-of-post .end-of-article .social-icons .fa-facebook-square {
  color: #31599c;
}
.magazine-wrapper .page-of-post .end-of-article .social-icons .fa-twitter {
  color: #31aae7;
}
.magazine-wrapper .page-of-post .end-of-article .txt-like {
  color: #9d9d9d;
}
.magazine-wrapper .title-of-end {
  color: #9d9d9d;
}
.magazine-wrapper .searching-result .txt-searching-result {
  color: #9d9d9d;
}
.magazine-wrapper .searching-result .txt-searching-result .searching-text {
  color: #19398a;
}
.magazine-wrapper .searching-result .number-of-searching {
  color: #9d9d9d;
}
@media (max-width: 767px) {
  .magazine-wrapper .no-searching-result {
    border-bottom: 1px solid gainsboro;
  }
}
.magazine-wrapper .more-post .btn-plus {
  background-image: url("/Statics/css/themes/isracard/img/plus-btn.png");
}
@media (max-width: 767px) {
  .magazine-wrapper .more-post .btn-plus {
    background-image: url('data:image/png;base64,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')/*/Statics/css/themes/isracard/img/plus-btn-mobile.png*/;
  }
}
.magazine-wrapper .more-post .txt-plus {
  color: #9d9d9d;
}
.magazine-wrapper .more-post:hover .btn-plus {
  background-image: url("/Statics/css/themes/isracard/img/plus-btn-active.png");
}
@media (max-width: 767px) {
  .magazine-wrapper .more-post:hover .btn-plus {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAUXSURBVHjaxJdtTFNXGMf/9/a+lEKptwJDYTqQrkAMbmA6kfFFR5bgh8mHZXHLJNFsMsGoyWaciRrFCVlwyixk0ykTF4zJptlmTBZxW9IMtiIhRsAa5YNLkJd2Fmhpb+/b2QdGQ7VvzA+eb/fmOed3nuec5/88hyKE4HkMJlnD27dv10uSVMTzvJPjOBdN0zMAIMtyUSgUKtQ0zWg2m5vy8/N9yaxHzXvsLbNENRhq7ejmed5VUPduA3OmixBVgSZJIKoKommgWRY0x0ENBuFells0OTlpz8rKasjcssn15FpC//3E4LGLP24cGxu7WrqvLt103UEmblwHdeEs+MeeqBv02SqwtKUNBoMBg4ODtW63+/irn+zIXRT47ukLVxiGeWSz2erHL3WCb2mExLLgZDlm6BQdA5pokJeYkfXdVUxXV1I9R0+R9Yf2UNHAdLTQpqam3rTZbPVjb74O1d4CAHGhAMCoCmhNg256CtPVlVA/O0nWH9pD9Ta2Rr29EeC/z39fT1EU1qxZY/eWWYCZKRjE4OJuq6oAAOQj+yHu3k/KD+6m/jz2JYkL9ng8TRUVFRsnNtggcjz0Uuh/p4teCoGxt4A+fZ7YWo8dHGrt6I4KvnPy3F+l++rSR8/YgYD/maALvdd2bcOS85cbCSHGqGCO41zpP/9GDF+3JjxPjWVh/OlXKI0nEsIllsWjb89i9Z5tr/X09FyJAA8MDHxqrX+/drL7Fyi6xJqisRyYnBdhfNma0JaTZaT90IWUy9eITqfzRYBlWc5hv7lEqK4O0ERLOpREUZO2FcfHIQhC08jISE4YzDDMKJtuAu+eAK3FBwf0KWACs3Pg/zap0XTcOYqOgd/ZC5PJdDcQCGwMgzmOc6lJXiaDGERw2Zwg0SwLQuvCmyW0LuocmmjQRu6DZVkoipITLhIsy45CFmPC6PYLML6UH/42zadMgRXctd8jbB9d6kTqxbOR8zUN9NQ/oBdEhgYAVVWNFMPGdlONfpbaxHiUn08flUbTICkGUBQVWRZlWS7kMpcils/arm2YXvAdMmcg+0YvQt7HEN97K8I2Ndp8igbyLZAXpCkNAKIo2jRZhpyWnvh2cjy4Ke+ihSTVVo6MjAyK53lnGEwIgT99CaSadxLmsV4KQdXrF61ipuLV6O/vP15cXHwzDBYEoe3hw4cNy7dsDYt8Ul0Eo0tKuXxryxGansJ8KoXBVqvV6Xa77aoYhK9qE0SOj7sYLUsQH9zDzNCdpJQr9+jnuCfKBwRBaH6qERgcHKzx+/2b161bt9VbZoHEcuBk6ZmKhMSyUD/YhZT2L6hbze2kqqqKeqpI5NTWXJ2dna3xllkoof8+OFlKSrfjKVyorBzLt3+EW83tZO3+nVTMely6ry79jyMnyTycUZWEYY/uKQe1cgNWtJ2Dw+FwCoLQFLcRAICKw3spx+ETYbhcUhoOW9yKRdOQWG4ufRpbsKL5FBwOh5NhmNFVO7YcSLq97W1sJXl5eW9YzUK37Pdhsukw0gb6Yosbr4e8cy9eqKrGdHUldau5nWRmZjas3P5226LaWwB48FWX3e/3b37l4w9zTdcdBACUYAAzrmHInklQLAdD3iqkrcybq0KCGcPDww1ut9v+5JnGBMcbfX19dkmSCo1GY2dJSUmnx+MhDMOAEIJQKASfz1fk9XobJEkqzM7Ori0oKBhN+iWR7BgaGqpRFGX5/DydTufT6/VOi8XiWsw61PN6tP07ANn4Sziauf41AAAAAElFTkSuQmCC')/*/Statics/css/themes/isracard/img/plus-btn-active-mobile.png*/;
  }
}
.magazine-wrapper .more-post:hover .txt-plus {
  color: #ee3224;
}
.magazine-wrapper .form-magazine-search {
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  /* Demo 2 */

}
.magazine-wrapper .form-magazine-search .close-icon:after {
  color: black;
}
.magazine-wrapper .form-magazine-search input[type=search] {
  background: #ededed;
  border: solid 1px #cccccc;
}
.magazine-wrapper .form-magazine-search #demo-2 input[type=search]:hover {
  background-color: white;
}
.magazine-wrapper .form-magazine-search #demo-2 input[type=search]:focus {
  color: black;
  background-color: white;
}
.magazine-wrapper .active-txt {
  color: #19398a;
}
.magazine-wrapper .active-txt:hover {
  color: #001858;
}
.magazine-wrapper .active-txt .carousel-caption {
  color: #19398a;
}
.magazine-wrapper .active-txt .carousel-caption:hover {
  color: #001858;
}
.magazine-wrapper .active-txt .carousel-caption .h1-title {
  color: #19398a;
}
.magazine-wrapper .active-txt .carousel-caption .h1-title:hover,
.magazine-wrapper .active-txt .carousel-caption .h1-title:focus {
  color: #001858;
}
.magazine-wrapper .active-txt .carousel-caption .p-title {
  color: #19398a;
}
.magazine-wrapper .active-txt .carousel-caption .p-title:hover,
.magazine-wrapper .active-txt .carousel-caption .p-title:focus {
  color: #001858;
}
.magazine-wrapper .active-txt .carousel-caption .read-more-post {
  color: #ee3224;
}
.magazine-wrapper .active-txt .carousel-caption .read-more-post .for-reading-more {
  color: #ee3224;
}
.magazine-wrapper .active-txt .carousel-caption .read-more-post .txt-color {
  color: black;
}
.magazine-wrapper .carousel-indicators li {
  background-color: #edf0f2;
  border: 1px solid #edf0f2;
}
@media (max-width: 767px) {
  .magazine-wrapper .carousel-indicators li {
    background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
  }
}
.magazine-wrapper .carousel-indicators li.active {
  background-color: white;
  border: 1px solid #19398a;
}
@media (max-width: 767px) {
  .magazine-wrapper .carousel-indicators li.active {
    background-color: #797979;
    border: 1px solid #797979;
  }
}
.magazine-wrapper .triangle {
  background-image: url("/Statics/img/opacity.png");
}
@media (max-width: 767px) {
  .magazine-wrapper .triangle {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.magazine-wrapper .carousel {
  margin-bottom: 5.5%;
}
@media (max-width: 767px) {
  .magazine-wrapper .carousel {
    margin-bottom: 13.5%;
  }
}
.magazine-wrapper .carousel-inner {
  height: 460px;
}
@media (max-width: 767px) {
  .magazine-wrapper .carousel-inner {
    height: auto;
  }
}
.magazine-wrapper .slider-img {
  width: 100%;
}
.magazine-wrapper .carousel-inner > .item {
  height: 460px;
}
@media (max-width: 767px) {
  .magazine-wrapper .carousel-inner > .item {
    height: auto;
  }
}
.magazine-wrapper .carousel-inner > .item.prev,
.magazine-wrapper .carousel-inner > .item.active.left {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.magazine-wrapper .carousel-control.left {
  display: none;
}
.magazine-wrapper .carousel-control.right {
  display: none;
}
.magazine-wrapper .carousel-inner > .next {
  z-index: 14;
}
.magazine-wrapper .carousel-inner > .active {
  z-index: 9;
}
.magazine-wrapper .carousel-inner > .prev + .item {
  z-index: 10;
}
.magazine-wrapper .carousel-inner .carousel-caption {
  visibility: hidden;
}
.magazine-wrapper .active-txt {
  right: -20%;
  height: 260px;
  text-align: right;
  z-index: 20;
  position: absolute;
  width: 480px;
  visibility: hidden;
  top: 176px;
}
@media (max-width: 767px) {
  .magazine-wrapper .active-txt {
    width: 100%;
    top: 80%;
    bottom: 0;
    height: 90px;
    right: 0%;
    padding-right: 3%;
    left: 0;
    padding-left: 3%;
    padding-top: 0;
  }
}
.magazine-wrapper .active-txt .carousel-caption {
  right: 10%;
  text-align: right;
  text-shadow: none;
}
@media (max-width: 767px) {
  .magazine-wrapper .active-txt .carousel-caption {
    height: 90px;
    right: 0%;
    left: 0;
    padding-right: 3%;
    padding-left: 3%;
    width: 100%;
    padding-top: 0;
  }
}
.magazine-wrapper .active-txt .carousel-caption h1 {
  margin: 0;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Assistant';
  margin-top: -45px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .magazine-wrapper .active-txt .carousel-caption h1 {
    font-size: 1.8em;
    margin-bottom: -10px;
    margin-top: -30px;
  }
}
.magazine-wrapper .active-txt .carousel-caption h1 .h1-title {
  white-space: pre-line;
}
@media (max-width: 767px) {
  .magazine-wrapper .active-txt .carousel-caption h1 .h1-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}
.magazine-wrapper .active-txt .carousel-caption p {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .magazine-wrapper .active-txt .carousel-caption p {
    margin: 0;
    line-height: 1.1em;
  }
}
.magazine-wrapper .active-txt .carousel-caption p .p-title {
  font-size: 20px;
  white-space: pre-line;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .magazine-wrapper .active-txt .carousel-caption p .p-title {
    font-size: 1.2em;
    line-height: 1.1em;
    overflow: hidden;
    max-height: 2.3em;
    text-overflow: ellipsis;
    display: block;
  }
}
.magazine-wrapper .active-txt .carousel-caption .read-more-post {
  line-height: 1.2em;
}
.magazine-wrapper .active-txt .carousel-caption .read-more-post .for-reading-more {
  text-decoration: none;
  cursor: pointer;
}
.magazine-wrapper .active-txt .carousel-caption .read-more-post .txt-color {
  padding-right: 1px;
  padding-left: 2px;
}
@media (max-width: 767px) {
  .magazine-wrapper .active-txt .carousel-caption .read-more-post {
    font-size: 1em;
    line-height: 1.4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
  }
}
.magazine-wrapper .active-txt.active2 {
  width: 480px;
  padding-left: 5%;
  right: -4%;
  -moz-transition: right 2s ease;
  -webkit-transition: right 2s ease;
  -o-transition: right 2s ease;
  transition: right 2s ease;
  visibility: visible;
  padding-left: 10%;
  opacity: 1;
  filter: alpha(opacity=1);
}
@media (max-width: 767px) {
  .magazine-wrapper .active-txt.active2 {
    width: 100%;
    top: 44%;
    height: 90px;
    left: 0;
    right: 0%;
    padding-right: 3%;
    padding-left: 3%;
  }
}
.magazine-wrapper .active-txt img {
  display: none;
}
.magazine-wrapper .right .carousel-caption {
  right: 5%;
}
.magazine-wrapper .active .carousel-caption {
  right: 5%;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.magazine-wrapper .active2 .carousel-caption {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.magazine-wrapper .carousel-caption {
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.magazine-wrapper .img-responsive,
.magazine-wrapper .thumbnail > img,
.magazine-wrapper .thumbnail a > img,
.magazine-wrapper .carousel-inner > .item > img,
.magazine-wrapper .carousel-inner > .item > a > img {
  width: 100%;
}
.magazine-wrapper .carousel-indicators {
  top: 0;
  bottom: unset;
  width: 27%;
  right: -10%;
  padding-top: 26px;
  margin-left: 0;
  z-index: 30;
}
@media (max-width: 767px) {
  .magazine-wrapper .carousel-indicators {
    width: 100%;
    margin: 0 auto;
    top: unset;
    bottom: -30px;
    padding: 0;
    right: 0px;
  }
}
.magazine-wrapper .carousel-indicators li {
  height: 13px;
  width: 13px;
  margin: 0;
  margin-right: 2px;
}
@media (max-width: 767px) {
  .magazine-wrapper .carousel-indicators li {
    height: 10px;
    width: 10px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .magazine-wrapper .carousel-indicators li ol {
    -webkit-padding-start: 0px;
  }
}
.magazine-wrapper .triangle {
  position: absolute;
  width: 525px;
  height: 460px;
  z-index: 15;
}
@media (max-width: 767px) {
  .magazine-wrapper .triangle {
    background-image: none;
    width: 100%;
    height: 95px;
    bottom: 0;
  }
}
.magazine-wrapper .menu-magazine .search-in-magazine-link {
  color: #ee3224;
}
@media (max-width: 767px) {
  .magazine-wrapper .menu-magazine .search-in-magazine-link:after {
    color: gainsboro;
  }
}
