/* DEFAULT BLUE #128DEB & PINK #FF0039 */
@font-face {
  font-family: "icomoon";
  src: url("icomoon.eot?vv64xh");
  src: url("icomoon.eot?#iefixvv64xh") format("embedded-opentype"), url("icomoon.woff?vv64xh") format("woff"), url("icomoon.ttf?vv64xh") format("truetype"), url("icomoon.svg?vv64xh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  background-color: #444;
  color: white;
  letter-spacing: 0.012em;
  font-size: 13px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

#wrapper {
  position: fixed;
  background-color: #128DEB;
  top: 0;
  left: 0;
  height: 55px;
  border-top: 1px solid #128DEB;
  border-bottom: 1px solid #128DEB;
  width: 100%;
}

#wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.switch {
  height: 100%;
}

#preview {
  display: block;
  margin: 55px auto 0 auto;
  padding: 0;
}

.phone-view {
  max-width: 480px;
}

.tablet-view {
  max-width: 768px;
}

.separator {
  width: 30px;
  height: 55px;
  border-left: 1px solid #128DEB;
}

.icon {
  text-decoration: none;
  color: #efefef;
  line-height: 55px;
  padding: 0 30px;
  border-left: 1px solid #128DEB;
  border-right: 0;
  font-size: 24px;
  transition: background-color 0.1s ease;
}

.icon:hover {
  color: white;
  background-color: #FF0039;
}

.icon.icon-sm {
  padding: 0 20px;
}

.button-close {
  font-size: 34px;
}

.logo {
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  height: 100%;
  padding-left: 20px;
  padding-right: 30px;
  border-right: 1px solid #128DEB;
  border-left: 0;
}

.logo a {
  padding-top: 2.15px;
  display: block;
  height: 50px;
  color: #efefef;
  text-decoration: none;
}

.logo a img {
  display: inline-block;
  height: 50px;
  width: auto;
}

#themes {
  position: relative;
  height: 55px;
  width: 450px; /* iPhone Landscape 480px */
  border-right: 1px solid #128DEB;
  border-left: 0;
  font-size: 18px;
  line-height: 55px;
  transition: background-color 0.1s ease;
  float: left;
}

#themes:hover,
#themes.open {
  color: white;
  background-color: #FF0039;
}

#themes > .type {
  color: grey;
  position: absolute;
  top: 20px;
  right: 30px;
}

#selector {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 60px;
  padding-right: 100px;
  text-decoration: none;
  cursor: pointer;
  font-size: inherit;
}

#selector::-moz-selection, #selector::selection {
  background: transparent;
  color: #FF0039;
}

#selector-content {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  background-color: #128DEB;
}

#selector-content li > a {
  display: block;
  font-size: 12px;
  cursor: pointer;
  line-height: 18px;
  border-bottom: 1px solid white;
  padding: 10px 0;
  color: #efefef;
}

#selector-content li > a:hover {
  color: white;
}

#selector-content li > a:hover > .type {
  color: white;
  background-color: #FF0039;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#selector-content li:last-child > a {
  border-bottom-width: 0;
}

.type {
  color: grey;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  padding: 4px;
  width: 50px;
  text-align: center;
  background-color: white;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

#selector-content {
  display: none;
}

.open #selector-content {
  display: block;
  -webkit-animation: fade 0.2s ease;
  -moz-animation: fade 0.2s ease;
  animation: fade 0.2s ease;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-ms-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf {
  *zoom: 1;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e600";
}

.icon-plus:before {
  content: "\e601";
}

.icon-download:before {
  content: "\e602";
}

.icon-tablet:before {
  content: "\e603";
}

.icon-phone:before {
  content: "\e604";
}

.icon-desktop:before {
  content: "\e605";
}

@media (max-width: 1024px) {
  .separator,
  .icon {
    display: none;
  }
  .button-purchase,
  .button-close {
    display: block;
  }
}

@media (max-width: 768px) {
  #themes,#phone-view,#tablet-view,#full-view {
    display: none;
  }
}

a .item {
    display: none;
}
a:hover .item {
    display: block;
    padding-top: 10px;
    width: 100%; height: auto;
}