#outlook a { padding: 0; }
.ReadMsgBody { width: 100%; }
.ExternalClass { width: 100%; }
.ExternalClass * { line-height:100%; }
body { margin: 0; padding: 0; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
table, td { border-collapse:collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; }
img { border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; }
p { display: block; margin: 13px 0; }


@media only screen and (min-width:480px) {
  .mj-column-per-100 {
    width: 100%!important;
  }
  .mj-column-per-48 {
    width: 48%!important;
  }
  .mj-column-per-4 {
    width: 4%!important;
  }
}


/**** Global ****/

div a, td a {
  color: #13B8DC;
}

div span {}

div strong {
  color: #2499c1;
}

.mj-inline-links a, .mj-inline-links a span {
  color: #ffffff !important;
}


/**** Download Product ****/

ul {
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 25px
}

ul li {
  padding-bottom: 10px
}

ul li:last-child {
  padding-bottom: 0
}

ul li a {
  display: block;
}


/**** Order Conf ***/

th {
  font-size: 13px;
  font-weight: bold;
  word-break: normal;
  color: #52565b/* !important*/
  ;
  width: 20% !important;
  /*font-family: Arial !important;*/
}

table.table-list {
  font-family: Arial !important;
}

table.table-list tr {}

table.table-list tr td {
  width: 20% !important;
  color: #828890/*!important*/
  ;
  padding-left: 10px !important;
}

table.table-list tr td:first-child {
  text-align: left !important;
}

table.table-list tr td:last-child {
  text-align: right !important;
  padding: 7px !important;
}

table.table-list tr td:last-child p, table.table-recap td:last-child {
  color: #828890;
}

table.table-list tr td:last-child p, table.table-recap td:last-child strong {
  color: #828890;
  font-weight: bold;
}

table.table-list tr.conf_body td {
  border: none !important;
  color: #828890 !important;
}


/**** Media Query ****/

@media only screen and (max-width: 768px) {
  /*.mj-inline-links a{
  display: block !important;
  padding: 15px 10px 5px !important;
}
.mj-inline-links a span{margin-right: 0 !important}*/
}

@media only screen and (min-width: 301px) and (max-width: 500px) {
  .table-recap tr th {
    font-size: 10px !important
  }
  .table-recap tr td {
    font-size: 12px !important
  }
}

@media only screen and (max-device-width: 480px) {
  .table tr th {
    text-align: center!important;
    padding: 15px 10px !important
  }
  .table td, .table th {
    width: auto!important;
  }
  .table table, .table thead, .table tbody, .table th, .table td, .table tr {}
  table.table-list tr td:first-child {
    text-align: left !important;
  }
  table.table-list tr td:last-child {
    text-align: right !important;
  }
}

@media only screen and (max-width: 300px) {
  .table {
    width: 200px !important;
    margin: auto;
  }
  .table td {
    text-align: center !important;
  }
  .table tr td {
    font-size: 12px !important
  }
  .table table, .table thead, .table tbody, .table th, .table td, .table tr {
    display: block !important;
  }
  table.table-list tr td {
    width: 100% !important
  }
  table.table-list tr td:first-child {
    text-align: center !important;
  }
  table.table-list tr td:last-child {
    text-align: center !important;
  }
}

@media only screen and (max-width: 500px) {
  .marvel-device.nexus5 {
    display: none !important;
  }
  .desktop {
    position: inherit !important;
    height: inherit !important;
    overflow: inherit !important;
    min-height: inherit !important;
    max-width: inherit !important;
    box-shadow: none !important;
  }
}

.marvel-device{
  margin: 50px auto;
}

/*Apply to mobile frame*/

.marvel-device.nexus5 {
  width: 374px;
  height: 640px;
}

.marvel-device.nexus5 .table tr th {
  text-align: center!important;
  padding: 15px 10px !important
}

.marvel-device.nexus5 .table td, .table th {
  width: auto!important;
  word-break: normal;
}

.marvel-device.nexus5 .table-recap tr th {
  font-size: 10px !important
}

.marvel-device.nexus5 .table-recap tr td {
  font-size: 12px !important
}

.marvel-device.nexus5 table.table-list tr td:first-child {
  text-align: left !important;
}

.marvel-device.nexus5 table.table-list tr td:last-child {
  text-align: right !important;
}

.marvel-device.nexus5 .mj-column-per-48 {
  width: 100% !important;
}

.marvel-device.nexus5 .screen {
  overflow-x: hidden;
}

.colorpickers {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #222528;
  position: relative;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, .1);
  padding: 10px 0;
  transition: transform 0.5s;
  z-index: 10;
  min-width: 301px;
}

.colorpickers.hidden,
#menu.left {
  transform: translateX(-301px);
}

.colorpickers .settings {
  font-family: Lato;
  color: #d9dbdc;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.colorpickers div.panel {
  overflow: hidden;
  padding: 0 5px;
  -webkit-transition: max-height .5s ease;
  transition: max-height .5s ease;
}

.colorpickers ul {
  padding-left: 15px;
}

.colorpickers li {
  list-style: none;
  color: #969696;
  font-family: Lato;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

.colorpickers span {
  max-width: 140px;
}

.colorpickers button, .colorpickers input.input-color {
  padding: 1em 0.6em;
  margin: 0px 5px;
  border-radius: 25px;
  border: none;
  outline: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .5);
  min-height: 20px;
  width: 74px;
  line-height: 20px;
  cursor: pointer;
  font-family: Lato;
  text-align: center;
}

.colorpickers.hidden button {
  box-shadow: none;
}

.colorpickers input, .colorpickers select, .colorpickers textarea  {
  padding: 0.5em 0.6em;
  border-radius: 3px;
  border: none;
  outline: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .5);
  font-family: Lato;
}

.colorpickers input {
  min-width: 74px;
}

.colorpickers input,
.colorpickers textarea
.colorpickers .switch{
    margin: 0px 0px;
}

.colorpickers select {
  max-width: 90px;
}

.colorpickers select#select_lang {
  width: 56px;
}

.colorpickers select#select_html {
  margin-right: 15px;
}

.colorpickers textarea {
  resize: none;
  font-size: 100%;
}

#reset_colors {
  width: 90px;
}

#menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 300px;
  width: 58px;
  height: 58px;
  z-index: 11;
  background-color: #222528;
  cursor: pointer;
  border-radius: 0 0 2px 0;
  transition: transform 0.5s;
}

#menu_devices {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background-color: #222528;
  display: none;
  /*flex;*/
  justify-content: center;
}

div#menu_devices img {
  width: 48px;
  height: 48px;
  margin: auto 10px;
}

.titlediv {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-family: Lato;
  text-align: center;
}


h1 {
  margin: 0.27em 0;
  color: white;
  font-size: 35px;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.subtitle {
  font-size: 14px;
  width: 45%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .subtitle {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .subtitle {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .subtitle {
    width: 40%;
  }
}

.flexdiv {
  display: flex;
  justify-content: space-around;
}

.desktop {
  position: inherit;
  height: 720px;
  overflow-y: auto;
  min-height: inherit;
  min-width: 360px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  flex: 4 1 auto;
  margin: 170px 30px 30px 30px;
}

.mobile_content {
  flex: 1 1 auto;
  margin-right: 30px;
  margin-top: 100px;
}

@media (max-width: 1439px) {

  .colorpickers{
    min-width: 281px;
  }
  .colorpickers ul {
    padding-left: 5px;
  }
  .colorpickers select#select_html {
    margin-right: 5px;
  }
  #menu {
    left: 280px;
  }
  .colorpickers.hidden, #menu.left {
    transform: translateX(-281px);
  }

  .desktop{
    margin: 170px 15px 15px 15px;
  }
  .mobile_content {
    margin-right: 15px;
  }
}

@media (min-width: 1280px) {
  .colorpickers.hidden{
    transform: initial;
  }
}

@media (max-width: 1279px) {
  .flexdiv {
    flex-direction: column;
  }
  .desktop {
    position: inherit !important;
    height: inherit !important;
    overflow-y: inherit !important;
    top: 0px;
    min-height: inherit;
    min-width: inherit !important;
    box-shadow: none;
    flex: 4 1 auto;
    margin: 130px 0 0 0;
  }

  .mobile_content{
    margin: 0;
  }

  .colorpickers {
    position: absolute;
    top: 0;
    left: 0;
  }
  #menu{
    display: block;
  }
}

/* menu slider */

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.4s;
          transition: background 0.4s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 26px;
  left: 10px;
  right: 10px;
  height: 6px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -12px;
}

.c-hamburger span::after {
  bottom: -12px;
}

/* style 3 */
.c-hamburger--htla {
  background-color: #222528;
}

.c-hamburger--htla span {
  -webkit-transition: -webkit-transform 0.4s;
          transition: transform 0.4s;
}

.c-hamburger--htla span::before {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: -webkit-transform 0.4s, width 0.4s, top 0.4s;
          transition: transform 0.4s, width 0.4s, top 0.4s;
}

.c-hamburger--htla span::after {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.4s, width 0.4s, bottom 0.4s;
          transition: transform 0.4s, width 0.4s, bottom 0.4s;
}

/* active state, i.e. menu open */
.c-hamburger--htla.is-active {
  background-color: #222528;
}

.c-hamburger--htla.is-active span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 60%;
}

.c-hamburger--htla.is-active span::before {
  top: 0;
  -webkit-transform: translateX(18px) translateY(3px) rotate(45deg);
      -ms-transform: translateX(18px) translateY(3px) rotate(45deg);
          transform: translateX(18px) translateY(3px) rotate(45deg);
}

.c-hamburger--htla.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(18px) translateY(-3px) rotate(-45deg);
      -ms-transform: translateX(18px) translateY(-3px) rotate(-45deg);
          transform: translateX(18px) translateY(-3px) rotate(-45deg);
}

.faq{
  font-family: Lato;
  position: relative;
  top: 10px;
  text-align: center;
}

.faq a{
  color: #479DAB;
  text-decoration: none;
  transition: 0.2s;
}

.faq a:hover{
  color: #48c7dc;
}
