@font-face {

  font-family: 'FontAwesome';

  src: url('../fonts/ncm_fontawesome-webfont.eot?v=4.7.0');

  src: url('../fonts/ncm_fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/ncm_fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/ncm_fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/ncm_fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/ncm_fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');

  font-weight: normal;

  font-style: normal;

}



.ncm_fa {

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

/* makes the font 33% larger relative to the icon container */

.ncm_fa-lg {

  font-size: 1.33333333em;

  line-height: 0.75em;

  vertical-align: -15%;

}

.ncm_fa-2x {

  font-size: 2em;

}

.ncm_fa-3x {

  font-size: 3em;

}

.ncm_fa-4x {

  font-size: 4em;

}

.ncm_fa-5x {

  font-size: 5em;

}

.ncm_fa-fw {

  width: 1.28571429em;

  text-align: center;

}

.ncm_fa-ul {

  padding-left: 0;

  margin-left: 2.14285714em;

  list-style-type: none;

}

.ncm_fa-ul > li {

  position: relative;

}

.ncm_fa-li {

  position: absolute;

  left: -2.14285714em;

  width: 2.14285714em;

  top: 0.14285714em;

  text-align: center;

}

.ncm_fa-li.fa-lg {

  left: -1.85714286em;

}

.ncm_fa-border {

  padding: .2em .25em .15em;

  border: solid 0.08em #eeeeee;

  border-radius: .1em;

}

.ncm_fa-pull-left {

  float: left;

}

.ncm_fa-pull-right {

  float: right;

}

.ncm_fa.fa-pull-left {

  margin-right: .3em;

}

.ncm_fa.fa-pull-right {

  margin-left: .3em;

}



.ncm_fa-check-circle:before {

  content: "\f058";

}



.ncm_fa-cog:before{

    content: "\f013";

}



i.ncm_fa-back {

    -ms-transform: rotate(90deg); /* IE 9 */

    -webkit-transform: rotate(90deg); /* Safari 3-8 */

    transform: rotate(90deg);

}



.ncm_fa-back:before{

    content: "\F112";

}



.ncm_fa-bars:before{

    content: "\f0c9";

}



.ncm_fa-times-circle-o:before{

    content: "\f05c";

}



.ncm_fa-times-circle:before{

    content: "\f057";

}



.ncm_fa-chevron-left:before{

    content: "\f053";

}



.ncm_fa-chevron-right:before{

    content: "\f054";

}



.ncm_fa-eye:before{

    content: "\f06e";

}



.ncm_fa-check:before{

    content: "\f00c";

}



.ncm_fa-ellipsis-h:before{

    content: "\f141";

}

.ncm_fa-info-circle:before{

    content: "\f05a";

}









/* Spinner */



.ncm_fa-li {

  position: absolute;

  left: -2.14285714em;

  width: 2.14285714em;

  top: 0.14285714em;

  text-align: center;

}



.ncm_fa-li.ncm_fa-lg {

  left: -1.85714286em;

}



.ncm_fa-spinner:before {

  content: "\f110";

}



.ncm_fa-spin {

  -webkit-animation: ncm_fa-spin 2s infinite linear;

  animation: ncm_fa-spin 2s infinite linear;  

  position: absolute;

  top: 35%;

  left: 45%;

}

button span.ncm_display_loader .ncm_fa-spin {

  -webkit-animation: ncm_fa-spin 2s infinite linear;

  animation: ncm_fa-spin 2s infinite linear;

  position: absolute;

  top: 2px;

}



@-webkit-keyframes ncm_fa-spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(359deg);

    transform: rotate(359deg);

  }

}

@keyframes ncm_fa-spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(359deg);

    transform: rotate(359deg);

  }

}