@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,700,300);

/************Reset**************/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section { 
  margin: 0; 
  padding: 0;
  border: 0;
        box-sizing: border-box;
} 
ol, ul { 
  list-style: none; 
}
header, footer, nav, section, article, div {
  display: block;  
}
a, button {
  outline: none;
}
a button {
  height:40px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 100;
}
img {
  outline: 0; 
  border-style: none; 
  max-width: 100%;
  /* just in case, to force correct aspet ratio */
    height: auto !important;
  /* use this to make sure the images survive the scale-down in IE7 */
  -ms-interpolation-mode: bicubic; 
}

.to-top {
  cursor: pointer;
}

.hide {
  display: none!important;
}

.relative {
  position: relative;
}

/************End Reset**************/

/************Global**************/
html, body {
  width: 100%;
    height: 100%;
    min-height:100%;
}

body {
  font: 81% 'Comfortaa', 'Verdana', 'Arial', sans-serif; 
  color: #636363;
  margin:0;
  padding: 0;
  text-align: center;
  letter-spacing: 1px;
}
:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block; vertical-align: top;}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #f8971d;
}
a:hover, a:focus {
  color: #f8b040;
}

h1, h2, h3, h4, h5, h6, p{
  max-width: 669px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  color: #f8951d;
  font: 13px normal 'Comfortaa';
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}

h2 {
  color: #525252;
  font: 3em normal 'Comfortaa';
  font-size: 30pt;
  letter-spacing: 1px;
  margin: 0 0 22px;
  display: inline-block;
  font-weight: 300;
}

h3 {
  font: normal 2.4em 'Comfortaa', 'Verdana', 'Arial', sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

h4 {
  color: #f8951d;
  font: 14px normal 'Comfortaa';
  margin-top: 50px;
  margin-bottom: 15px;
  font-weight: 700;
}

h5 {
  color: #fff;
  font-family: 'Comfortaa';
  margin-top: 100px;
  position: relative;
  font-weight: 300;
}

p {
  margin: 0 auto 1em;
}

a.button,
button, .nav-button {
  background-color:#f8961d;
  -moz-border-radius:28px;
  -webkit-border-radius:28px;
  border-radius:28px;
  border:1px solid #f8961d;
  display:inline-block;
  cursor:pointer;
  color: #fff !important;
  font-family:arial;
  font-size:10px;
  padding:10px 25px;
  text-decoration:none;
        font-weight: bold;
  text-transform: uppercase;
}

a.button {
  padding: 3px 23px 2px;
}
#linkedin.button {
  background: #727272;
  border-color: #727272;
}

.mobile {
  display:none;
  top: 0;
  left: 0;
}

.wrapper {
  position: relative;
  text-align: center;
  width: 100%;
}

.content {
  margin: 0 auto;
  max-width: 1350px;
}

.no-small-logo .mcx-small-logo {
  display: none;
}

header {
  background: url(../images/banner-bg-mcx.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
}

header > .content.bg {
  min-height: 687px;
  padding-left: 159px;
  padding-bottom: 100px;
}

header div:first-child {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
}

header button:not(.nav-button) {
  margin-right: 50px;
  margin-top: 55px;
  display: inline-block;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

a:hover.nav-button {
    color: #fff;
}

header .visit-currentc {
  display: inline-block;
  cursor: pointer;
}

header .visit-currentc a {
    color: white;
}

header h2 {
  color: #fff;
  font: 3em normal 'Comfortaa';
  font-size: 44px;
  margin-top: 160px;
  margin-bottom: 0;
  padding-left: 10px;
  text-shadow: 2px 4px 4px rgba(63, 63, 63, 1);
  font-weight: 300;
}

header > .content > #logo {
  margin-top: 44px;
}

header > .content > nav {
  margin-top: 35px;
}

.full-width-header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 130px;
  background: #000;
  box-shadow: 8px 4px 1px #ccc;
}

#news {
  background: none;
}

nav.news {
  background-color: #000;
}

.fixednav,
nav {
  font: .8em normal 'Comfortaa';
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
}

.fixednav a,
nav a{
  color: #fff;
  text-decoration: none;
}

.fixednav a:hover,
nav a:hover {
  color: #f8961d;
  text-decoration: none; 
}

nav ul {
  position: relative;
  list-style:none;
  margin-left: 76px;
  margin-top: 3px;
}

.ie7 
nav ul {
  width: 515px;
}

nav ul li {
  float: left;
  padding:0 1em;
  margin-bottom: 20px;
}

#mobileNav {
  display: none;
}

/*.ie7 
nav ul li{
  float: left;
  padding:0 1em;
  width: 0;
}*/

nav ul li.padded {
  margin-top: 1.3em;
}

nav ul li p {
  background-color:#f8961d;
  -moz-border-radius:28px;
  -webkit-border-radius:28px;
  border-radius:28px;
  border:1px solid #f8961d;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font: .8 normal 'Comfortaa';
  margin-top: -5px;
  padding:10px 25px;
  text-decoration:none;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-wrap { margin: 0 auto;}

.nav.desktop-nav {
  min-width: 785px;
  display: inline-block;
  padding-top: 10px;
}

.fixednav .nav {
  margin: 0 auto;
  white-space: nowrap;
}

.fixednav {
  background: #000;
   -moz-box-shadow: 0 -3px 4px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
  left: 0;
  letter-spacing: 2px;
  padding:.65em 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1020;
}

.fixednav ul li {
  display:inline-block;
  padding: 0 1.5%; 
}

.fixednav a {
  color: #fff; 
  padding: .5em 0;
  text-transform: uppercase;
}
.fixednav a,
.fixednav button {
  font-size: .8em;
}
#fixednav > .nav-wrap > .logo-fixed-nav {
  display: inline-block;
}

section > .content {
  padding: 100px 0 ;
  overflow: hidden;
}

.story-wrapper{
  background: #f4f4f4 url(../images/section1-bg.jpg) 45% no-repeat;
  width: 100%;
  padding: 0 5%;
}

.story-wrapper button{
  font-size: 9pt;
}

.story-wrapper > div {
  margin: 0 auto;
}

.story-wrapper > div p {
  font: 1.3em normal 'Comfortaa';
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  color: #7d7d7d;
  max-width: 600px;
}

section:nth-child(3)  {
  background-color: #fff;
  min-height: 600px;
  width: 100%;
}

#merchants h2 {
  color: #7a7a7a;
}

#merchants {
  padding-left: 35px;
  padding-right: 40px;
}

.my-carousel.mobile-merchants-list  {
  display: none;
}

.my-carousel .merchant-imgs {
  margin-bottom: 20px;
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.my-carousel .merchant-imgs:nth-child(3n) {
  text-align: center;
}


section:nth-child(4) {
  background: #303030;
  width: 100%;
}

section:nth-child(4) h2,
section:nth-child(4) p {
  color: #fff;
}

section:nth-child(4) p {
  font: 1.3em normal 'Comfortaa';
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

section:nth-child(4) img {
  margin: 100px 0;
}

section:nth-child(4) table {
  background: url(../images/mobile-screenshot.png) center top no-repeat;
  margin-left: auto;
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: 50px;
  padding-top: 25px;
  width: 1000px;
}

section:nth-child(4) table td {
  margin-left: 100px;
  width: 33.5%;
}

section:nth-child(4) table td.text {
  text-align: left;
  height: 200px;
  vertical-align: text-top;
}

section:nth-child(4) table tr td p {
  line-height: 25px;
  margin-top: 10px;
  margin-left: 0;
  width: auto;
  font-size: 10pt;
}

#product hr {
  width: 100%;
  text-align: center;
  border-color: #f8951d;
  margin-top: 80px;
}

#product h2.small {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
}

#product h4 {
  color: #f8951d;
  font: 21px normal 'Comfortaa'; 
  margin: 0;
}

section:nth-child(4) a.button {
  margin-bottom: 100px;
}

#product .slick-dots {
  bottom: -15px;
}

#product .slick-dots li button,
#product .slick-dots li button:before {
  height: 30px;
  width: 30px;
}
#product .slick-dots li button:before {
  font-size: 17px;
  color: #FFF;
}
section:nth-child(5) {
  background: #f4f4f4;
  background-size: 100%;
  width: 100%;
  min-height: 622px;
}

.careers-block {
  color: #525252;
  font: 16px normal 'Comfortaa';
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: inline-block;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 1px;
}

.careers-block.left {
   width: 477px;
   margin-right: 72px;
}

.careers-block.left h2 {
  font-size: 30pt;
  letter-spacing: 1px;
  margin: 23px 0 34px -3px;
}

.careers-block.right {
  margin-top: 34px;
  width: 419px;
}

.careers-block.right .bold {
  font-family: 'Comfortaa';
  font-weight: bold;
  margin-bottom: 20px;
}

.careers-block ul {
  float: left;
  margin-right: 100px;
}

section:nth-child(5) > div div:last-child ul:last-of-type {
  margin-bottom: 50px;
}

section:nth-child(5) > div div:last-child button {
  margin-bottom: 150px;
}

section:nth-child(5) > div div:last-child button:last-of-type {
  background: #727272;
  border: none;
}

section:nth-child(6) h2 {
  margin-bottom: 50px;
}

#contact-us {
  margin-left: auto;
  margin-right: auto;
  min-width: 847px;
}

.contact-content-wrapper img {
  float: left;
  margin-right: 130px;
}

.contact-content-wrapper ul,
.contact-content-wrapper p {
  font: 16px normal 'Comfortaa';
}

.contact-content-wrapper ul {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -133px;
  line-height: 30px;
  margin-right: 130px;
  width: 266px;
}

.contact-content-wrapper p {
  float: right;
  line-height: 30px;
  text-align: left;
  width: auto;
}

#merchants h2 {
  max-width: 522px;
  margin: 23px auto 50px auto;
}

#news-content {
  position: relative;
  margin: 50px auto 25px;
  z-index: 999;
}

#news-content div {
  margin: 0 auto;
  padding: 0 20px;
}

#news-content div article {
  margin: 10px auto;
  text-align: left;
  min-height: 125px;
}

#news-content div article h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

#news-content div article h5 {
  margin: 0;
  font-size: 12px;
  color: #444;
}

#news-content div article p {
  margin: 5px 0;
}

#news-content div article p:last-child {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}


footer {
  font: 14px normal 'Comfortaa';
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #727272;
  padding-top: 75px;
  width: 80%;
}

footer a.to-top{
  font: 20px normal 'Comfortaa';
  margin-top: 150px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

footer a.legal{
    margin-top: 75px;
    display: inline-block;
}

footer a.legal:last-of-type{
    margin-left: 20px;
    display: inline-block;
}

footer p:first-of-type {
  margin-top: 75px;
}

#bottom img {
  opacity:1.0;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

#bottom img:hover {
  opacity:0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
}

.project-info h4.number {
  display: none;
}


.slick-prev:before,
.slick-prev:before:hover,
.slick-next:before,
.slick-next:before:hover {
  content: "";
  display: block;
  height: 60px;
  width: 31px;
}

#product .slick-prev:before,
#product .slick-prev:before:hover,
#product .slick-next:before,
#product .slick-next:before:hover {
  background: url('../images/product-arrows.png');
}

#merchants .slick-prev:before{
  margin-left: -8px;
  color: #000;
}
#merchants .slick-next:before{
  margin-right: -8px;
  color: #000;
}
#merchants .slick-prev:before,
#merchants .slick-prev:before:hover,
#merchants .slick-next:before,
#merchants .slick-next:before:hover {
  background: url('../images/merchant-arrows.png');
}

.slick-prev:before {
  background-position-x: 0 !important;
}
.slick-prev:hover:before {
  background-position-x: -31px !important;
}

.slick-next:hover:before {
  background-position-x: -63px !important;
}
.slick-next:before {
  background-position-x: right !important;
}

@-moz-document url-prefix() {
  nav ul {
    margin-top: 0;
  }
  nav ul li,
  .fixednav ul li {
    padding: 0 10px;
    font-size: 8pt;
  }
  @media only screen and (max-width: 1408px) {
    nav ul {
      margin-top: -5px;
      margin-left: 0;
    }
    nav ul li,
    .fixednav ul li {
      padding: 7px;
    }
  }
}

@media only screen and (max-width: 1185px) {
  nav ul {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1119px) {
  header > .content.bg {
    background-position-x: right;
    padding-left: 0;
    padding: 0 13%;
  }
  header > .content > nav {
    width: 100%;
  }
  header #logo {
    position: relative;
    z-index: 13;
  }
  ul.nav:not(.mobile-menu-open) {
    display: none !important;
  }
  #logo.clearfix,
  #fixednav > .nav-wrap > .logo-fixed-nav {
    margin-top: 5px;
  }
  #fixednav > .nav-wrap > .logo-fixed-nav {
    display: inline-block !important;
    float: left;
  }
  #fixednav {
    padding: 10px 15% 5px;
  }
  .header-message {
    width: 100%; 
    margin: 0 2%;
  }
  header h2 {
    margin: inherit auto;
  }
  #mobileNav {
    display: inline-block;
    float: right;
    cursor: pointer;
  }
  .logo-fixed-nav,
  .mobile-navigation img {
    position: relative;
    z-index: 11;
  }
  .mobile-menu-open {
    display: block !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 10;
  }
  .mobile-navigation ul.nav {
    padding-top: 150px;
  }
  #fixednav ul.nav {
    padding-top: 70px;
  }
  .mobile-navigation ul.nav li:not(.mcx-small-logo) > a,
  .mobile-navigation ul.nav li:not(.mcx-small-logo) {
    display: block;
    width: 100%;
   }.mobile-navigation ul.nav li:not(.mcx-small-logo) > a {
    padding: 10px 0;
    font-size: 15pt;
   }.mobile-navigation ul.nav li:not(.mcx-small-logo) {
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  .nav-button {
    margin: 10px auto;

  }
}

@media only screen and (max-width: 1030px) {
  .hide-1030 {
    display: none !important;
  }
  .show-1030 {
    display: block !important;
  }
  .carousel {
    width: 80%;
    margin: auto;
  }
  .carousel h4 {
    font-size: 20pt;
    font-family: 'Comfortaa';
    margin-top: 20px;
    font-weight: 300;
  }
  #product hr {
    margin-top: 75px;
    margin-bottom: 75px;
    width: 95%;
  }
  #product h2.small {
    width: 90%;
  }
}

@media only screen and (max-width: 987px) {
  #careers > * {
    text-align: center;
  }
  .careers-block {
    width: 80% !important;
    margin-right: 0 !important;
  }
  .careers-block ul {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    float: none;
  }
  .careers-block a.button {
    margin-top: 15px;
  }
  .careers-block .rule.hide {
   display: block !important;
  }
  .careers-block > p {
    margin: 0 auto;
    max-width: 375px;
  }
  .careers-block.right {
    margin-top: 0;
  }
  .careers-block.left > p {
    display: none;
  }
  .points-wrapper {
    margin-top: 20px;
    width: 50%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 900px) {
  header {
    background-size: cover;
    background-position: right center;
  }
}

@media only screen and (max-width: 830px) {
  section > .content {
    padding: 50px;
  }
  #contact-us {
    min-width: 100%;
  }
  .contact-content-wrapper .show-inline-830 {
    display: inline-block !important;
  }
  .contact-content-wrapper .hide-830 {
    display: none !important;
  }
  .contact-content-wrapper ul {
    position: relative;
    top: initial;
    left: initial;
    margin-left: 0;
  }
  .contact-content-wrapper img {
    margin: 0;
  }
  .contact-content-wrapper ul,
  .contact-content-wrapper p,
  .contact-content-wrapper img {
    float: none;
    text-align: center;
  }
  .contact-content-wrapper ul,
  .contact-content-wrapper p {
    margin-bottom: 30px;
    width: 100%;
  }
}

@media only screen and (max-width: 730px) {
  .my-carousel.desktop-merchants-list  {
    display: none;
  }
  .my-carousel.mobile-merchants-list  {
    display: block;
  }
  header {
    background-position: -500px -200px;
  }
}

@media only screen and (max-width: 618px) {
   header > .content.bg {
    background-position: -780px 0;
    background-size: 256%;
  }
}

@media only screen and (max-width: 545px) {
  section > .content {
    padding: 40px 5px;
  }
  header > .content > nav {
    padding: 10px 15% 5px;
  }
   header > .content.bg {
    background-position: -865px 0;
    background-size: 330%;
   }
  header button {
    margin-right: 0;
    margin-top: 0;
  }
  header .visit-currentc {
    margin-top: 0;
  }
}

@media only screen and (max-width: 510px) {
  #product h2.small {
    width: 100%;
  }
  .cta{
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  .cta button{
    margin: 0;
  }
  .header-message {
    width: 100%;
    margin: 0;
  }
  .points-wrapper {
    width: 80%;
  }
  header > .content.bg {
    background-size: 360%;
    padding:0;
  }
  #contact-us {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 422px) {
  .slick-prev,
  .slick-next {
    top: 50% !important;
    margin-top: -20px !important;
  }

  .slick-prev { left: 0px !important; }
  .slick-next { right: 10px !important; }

  .my-carousel {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }

  .careers-block {
    width: 100% !important;
  }

  header > .content.bg {
    background-position: -900px 0;
    background-size: 400%;
  }

  .points-wrapper {
    white-space: nowrap;
  }

  .points-wrapper ul.left{
    margin-right: 5px;
  }

  .points-wrapper ul.right{
    margin-left: 5px;
  }

  .carousel {
    width: 100%;
    margin: auto;
  }
}

@media only screen and (max-width: 400px) {
    header {
        background-position: -1060px;
        background-size: 520%;
        height: 750px;
    }
    header > .content > nav {
        padding-top: 0;
    }
    header h2 {
        font-size: 42px;
        text-align: center;
        margin-top: 45px;
        line-height: 48px;
    }
    header .visit-currentc a {
        color: #fff;
		font-weight: bold;
		text-shadow: 2px 2px 2px #000;
    }
    header button:not(.nav-button) {
		margin: 50px 0 25px;
    }
    .cta {
        text-align: center;
    }
}

@media only screen and (max-width: 320px) {
    header{
        background-position: -870px -100px;
    }

    .slick-list.draggable {
        overflow: inherit;
    }
}

.merchant-rotator div {
    height : auto;
    max-height: 300px;
    background : #fff;
    display : block;
    margin: 10px 0;
    vertical-align: middle;
}
.merchant-rotator div div {
    display: inline-block;
    width : 15.5%;
    height : auto;
    max-height: 400px
}

.merchant-rotator div div img{
    margin: auto;
    width: auto;
    max-height: 90px;
}

@media only screen and (max-width: 860px) {

    .merchant-rotator div div {
        width : 160px;
    }
}

@media only screen and (max-width: 520px) {

    .merchant-rotator div div {
        width : 100px;
    }
    .merchant-rotator div div img{
        margin: auto;
        width: auto;
        max-height: 50px;
    }
}

@media only screen and (max-width: 520px) {

    .merchant-rotator div div {
        width : 80px;
    }
}

.nav-button {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.fixednav .nav-wrap .nav li .nav-button {
    position:relative;
    top: 8px;
}