@charset "UTF-8";
@import "../fonts/icomoon/style.css";
.clearAfter:after, .application-additional-info ul:after, .application-items-list.two-col-apps .items-list:after, .application-items-list.two-col-apps:after, .col2-set .inner-wrap:after, #footer-old .copyright:after, #footer-old .top:after, #header-old .inner:after {
  content: " ";
  display: table;
  clear: both;
}

.section-small {
  max-width: 1320px;
  width: 100%;
  padding: 50px 25px 25px;
  margin: 0 auto;
  overflow: hidden;
}

.mobile-menu-toggle {
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  width: 45px;
  border: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  z-index: 100;
}
.mobile-menu-toggle span {
  display: block;
  margin: 0;
  position: relative;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  font: 0/0 a;
}
.mobile-menu-toggle span:before, .mobile-menu-toggle span:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  width: 100%;
  height: 3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.mobile-menu-toggle span:before {
  top: -13px;
}
.mobile-menu-toggle span:after {
  top: 13px;
}
header.open .mobile-menu-toggle span {
  background-color: transparent;
}
header.open .mobile-menu-toggle span:before, header.open .mobile-menu-toggle span:after {
  top: 0;
}
header.open .mobile-menu-toggle span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header.open .mobile-menu-toggle span:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (max-width: 767px) {
  .mobile-menu-toggle {
    width: 31px;
    right: 15px;
  }
  .mobile-menu-toggle span {
    height: 2px;
  }
  .mobile-menu-toggle span:before, .mobile-menu-toggle span:after {
    height: 2px;
    width: 100%;
  }
  .mobile-menu-toggle span:before {
    top: -8px;
  }
  .mobile-menu-toggle span:after {
    top: 8px;
  }
}

#preorder {
  position: absolute;
  text-align: center;
  margin-right: 0;
  right: 10px;
}
@media (max-width: 1450px) {
  #preorder {
    right: 30px;
  }
}

.btn-preorder {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: #ffffff;
  background: #00a2ff;
  color: #ffffff !important;
  border-radius: 50px;
  min-width: 136px;
  text-transform: none;
  font-size: 15px;
  line-height: 1;
  padding: 6px 15px 7px;
}
@media (min-width: 1025px) {
  .btn-preorder:hover, .btn-preorder:active {
    text-decoration: none !important;
    background-color: #0098f0;
  }
}
@media (max-width: 1024px) {
  .btn-preorder {
    font-size: 20px;
    line-height: 27px;
    min-width: 200px;
    background-color: #0098f0;
  }
}

.cancel-button, .search-button {
  font: 0/0 a;
  border: 0;
  padding: 0;
  display: block;
  outline: none;
  opacity: 0.8;
  background-color: transparent;
}
@media (min-width: 1025px) {
  .cancel-button:hover, .search-button:hover {
    opacity: 1;
  }
}

.search-button {
  height: 30px;
  width: 35px;
  background: url("../images/icons/ico-search.svg") no-repeat 50% 60%;
  -webkit-background-size: 90% auto;
  background-size: 90% auto;
}

.cancel-button {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
}
.cancel-button:before, .cancel-button:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #1d1a1a;
}
.cancel-button:before {
  left: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cancel-button:after {
  right: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.see-all {
  line-height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #515151;
  border: 1px solid #515151;
  background-color: rgba(215, 215, 215, 0.4);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 20px;
  font-weight: 300;
}
.see-all:hover {
  background-color: rgba(215, 215, 215, 0.8);
}

.link {
  border: 0;
  background-color: transparent;
  outline: none;
  color: #0060ff;
}
@media (min-width: 1025px) {
  .link:hover {
    text-decoration: underline;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  background: #fcb413;
  height: 40px;
  padding: 7px 20px;
  min-width: 230px;
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
}
.btn:hover {
  background: #f3a12d;
}

.btn-watch {
  background: url(../images/play1.png) 212px 8px no-repeat;
  border: 1px solid #ffffff;
  padding-right: 83px;
  font-size: 20px;
  line-height: 43px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  min-width: 174px;
  margin-top: 43px;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.btn-watch:hover {
  background: rgba(255, 255, 255, 0.12) url(../images/play1.png) 212px 8px no-repeat;
}
.btn-watch:active {
  background: rgba(255, 255, 255, 0.12) url(../images/play1.png) 212px 8px no-repeat;
}

.btn-wrap {
  text-align: center;
  background: #f8f8f8;
  padding: 20px 0;
  margin-bottom: -20px;
  position: relative;
}
.btn-wrap:before {
  content: "";
  display: block;
  border-top: 13px solid #ffffff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px;
}

.btn1 {
  background: #4da6ff;
  padding: 14px 5px;
  text-align: center;
  min-width: 206px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.btn1:hover {
  background: #3e9eff;
}

input {
  padding: 0;
  bottom: 0;
  margin: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  font-size: 17px;
}
input::-ms-clear {
  display: none;
}

.likes {
  font-size: 17px;
  line-height: 1.33;
  color: #111111;
}
.likes:before {
  content: "";
  font-family: "icomoon2" !important;
  color: #111;
  margin-right: 10px;
  top: 0;
  right: 10px;
  font-size: 15px;
  line-height: 12px;
  width: 10px;
  height: 10px;
}

.secondary-navigation-mobile {
  font-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 76px;
  border: 0;
  padding: 0 40px 0 15px;
  background-color: transparent;
  outline: none;
  background: url("../images/icons/select-arrow.png") no-repeat right 20px center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.secondary-navigation-mobile::-ms-expand {
  display: none;
}

.scrollbar {
  margin: 0;
  width: 100%;
  height: 7px;
  line-height: 0;
  position: absolute;
  bottom: 0;
  border: 1px solid #D7D7D7;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  overflow: hidden;
}
.scrollbar .handle {
  background-color: #cac9c9;
  height: 100%;
}
.scrollbar .handle:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .scrollbar {
    display: none;
  }
}
.no-scrollbar .scrollbar {
  display: none;
}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
body {
  -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove bullets for lists*/
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*Clearfix*/
.cf:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

input:focus,
textarea:focus {
  outline: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Dense-Regular";
  src: url("../fonts/Dense-Regular_gdi.eot");
  src: url("../fonts/Dense-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Dense-Regular_gdi.woff") format("woff"), url("../fonts/Dense-Regular_gdi.ttf") format("truetype"), url("../fonts/Dense-Regular_gdi.svg#Dense-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #515151;
}

h1 {
  font-size: 32px;
  line-height: 1.47;
  margin: 20px 0;
}

h2 {
  margin-top: 0;
  font-size: 38px;
  line-height: 1.24;
  font-weight: 700;
  margin-bottom: 11px;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin: 17px 0;
}

h4 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

h5 {
  font-size: 19px;
  line-height: 1.2;
  font-weight: normal;
}

p {
  font-size: 17px;
  line-height: 1.8;
  margin: 12px 0;
}
p.address {
  font-style: italic;
}

li {
  font-size: 17px;
  line-height: 1.33;
}

a {
  text-decoration: none;
  color: #1ea6ff;
  letter-spacing: 1px;
}
a:hover {
  color: #0a92ec;
}

.text-block ul {
  padding-left: 30px;
}
.text-block ul.ls {
  list-style: disc;
}
.text-block ul li {
  line-height: 1.8;
}
.text-block a {
  color: #fcb413;
  text-decoration: underline;
}
.text-block a:hover {
  text-decoration: none;
}
.text-block h3 {
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  h2 {
    font-size: 32px;
    line-height: 1.25;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }
}
#main {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.inner-wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.col-left {
  float: left;
}

.col-right {
  float: right;
}

@media (min-width: 1025px) {
  html, body {
    height: 100%;
  }

  #main {
    min-height: 100%;
  }

  footer {
    position: relative;
  }
}
textarea:disabled, textarea.big-textarea {
  background: #f4f4f4;
  color: rgba(84, 84, 84, 0.7) !important;
}

input[type=text]:disabled {
  background: #f4f4f4;
  color: rgba(84, 84, 84, 0.7) !important;
}
input.success {
  border-color: #00BC3D !important;
}
input.error-input {
  border-color: red !important;
}

/*.wrap {
  max-width: $page-width;
  min-width: $page-min-width;
  margin: 0 auto;
  position: relative;
  .fbTextHint {
    width: 200px;
    position: absolute;
    padding-top: 9px;
    padding-left: 7px;
    z-index: 5;
    .textItems {
      padding-top: 9px;
      padding-left: 7px;
      font-size: 13px;
      line-height: 22px;
      padding-bottom: 0px;
      .like-box {
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
        margin-top: -4px;
      }
    }
  }
}*/
/*.inner {
  width: $inner-width;
  margin: 0 auto;
}

header {
  min-width: 1149px !important;
  z-index: 9999 !important;
  height: 85px !important;
  padding: 20px 0 !important;
}*/
/*header {
  background: rgba($header-bg, 0.9);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  height: 75px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "lato-light", "Lato", Arial, sans-serif;
  .extra {
    margin: 0 auto;
    width: 965px;
    position: relative;
  }
  #logo {
    background: url(../images/logo.png) no-repeat;
    width: 247px;
    height: 35px;
    left: 0;
    top: 0px;
    position: absolute;
    text-indent: -9999px;
    a.lametric{
      float: left;
      width: 143px;
      height: 35px;
    }
    a.develop{
      float: right;
      width: 85px;
      height: 21px;
      margin-top: 12px;
    }
  }
  .navbar {
    float: right;
    padding-top: 14px;
    ul {
      margin: 0;
      padding: 0;
    }
    a {
      float: left;
      margin-left: 45px;
      font-size: 15px;
      line-height: 21px;
      color: #cac9c9;
      &:hover,
      &.active {
        color: #fcb413;
      }
    }
    .userLogin {
      font-size: 17px;
      line-height: 20px;
      color: #cac9c9;
      text-transform: capitalize;
      padding-right: 20px;
      background: url(../images/arrowDown.png) 100% 7px no-repeat;
    }
    .logOut {
      font-size: 17px;
    }
    span {
      font-size: 15px;
      line-height: 28px;
      color: #ffffff;
      float: left;
    }

    .btn-empty {
      display: inline-block;
      font-size: 15px;
      text-transform: uppercase;
      line-height: 26px;
      border-radius: 12px;
      text-decoration: none;
      min-width: 114px;
      padding: 0 15px;
      border: 1px solid #f5f5f5;
      box-sizing: border-box;
      text-align: center;
      color: #ffffff;
      &:hover {
        color: #eeb945;
        border-color: #eeb945;
        text-decoration: none;
      }
    }
    .userWrap {
      display: inline-block;
      position: relative;
      margin-left: 45px;
      a {
        float: none;
        margin-left: 0;
      }
      li {
        font-size: 17px;
        line-height: 20px;
      }
      .sub {
        position: absolute;
        width: 170px;
        top: 43px;
        left: -34px;
        display: none;
        li {
          background: rgba(29, 26, 26, 0.9);
          padding-left: 34px;
          padding-top: 14px;
          padding-bottom: 20px;
        }
      }
      & > li:hover {
        padding-bottom: 24px;
        .sub {
          display: block;
        }
      }
    }
  }
}*/
/*#footer {
  position: relative;
  height: 88px;
  min-width: 965px;
  margin-top: -88px;
  background-color: #7c7e80;
  font-family: "lato-light", "Lato", Arial, sans-serif;
  .extra {
    margin: 0 auto;
    width: 965px;
  }
  p {
    float: left;
    margin: 0;
    font-size: 18px;
    line-height: 88px;
    color: #ffffff;
    a {
      color: #ffffff;
    }
  }
  ul {
    float: right;
    margin: 0;
    padding: 0;
    li {
      float: left;
      list-style: none;
      padding-left: 35px;
      font-size: 18px;
      line-height: 88px;
      background: url(../images/menu-divider.png) 15px 50% no-repeat;
      &:first-child {
        padding-left: 0;
        background: none;
      }
      a {
        color: #ffffff;
        &:hover {
          text-decoration: underline;
        }
        strong {
          font-weight: 400;
          font-family: "latoBold", "Lato", Arial, sans-serif;
        }
      }
    }
  }
}*/
/*#footer {
  .inner {
    max-width: 985px !important;
  }
}*/
/*footer {
  background: $footer-bg;
  color: #ffffff;
  padding-bottom: 50px;
  .top {
    padding-top: 30px;
  }
  .social {
    margin: 15px 0;
    div {
      &.follow {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 1.385;
        color: #ffffff;
        margin-right: 15px;
        padding-top: 9px;
      }
    }
    a {
      display: inline-block;
      vertical-align: top;
      height: 35px;
      width: 35px;
      background-image: url(../images/buttons_footer.png);
      background-repeat: no-repeat;
      color: inherit;
      font-size: round($font-size-base * 0.77);
      line-height: 28px;
      margin-right: 20px;
      &:hover {
        color: $primary-color;
      }
      &.facebook {
        background-position: 0 0;
        &:hover {
          background-position: -38px 0;
        }
      }
      &.twitter {
        background-position: 0 -36px;
        &:hover {
          background-position: -36px -36px;
        }
      }
      &.youtube {
        background-position: 0 -106px;
        &:hover {
          background-position: -38px -106px;
        }
      }
      &.gp {
        background-position: 0 -140px;
        &:hover {
          background-position: -38px -140px;
        }
      }
      &.vk {
        background-position: 0 -70px;
        &:hover {
          background-position: -38px -70px;
        }
      }
    }
  }
  .bottom {
    margin-top: 20px;
  }
  .copyright {
    display: inline-block;
    vertical-align: top;
    font-size: round($font-size-base * 0.77);
    line-height: 1.385;
    color: #ffffff;
    margin-right: 15px;
    a {
      color: inherit;
      font-weight: bold;
      &:hover {
        text-decoration: underline;
      }
    }
  }
  .menu {
    display: inline-block;
    vertical-align: top;
    li {
      display: inline-block;
      vertical-align: top;
      font-size: round($font-size-base * 0.77);
      line-height: 1.385;
      font-weight: bold;
      margin-right: 20px;
      &:before {
        content: '/';
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
      }
      a {
        color: inherit;
        &:hover {
          text-decoration: underline;
        }
      }
    }
  }
  .like-box {
    float: right;
  }
}*/
/*#banner {
  overflow: hidden;
  position: relative;
  .image {
    img {
      display: block;
      width: 100%;
      height: auto;
    }
  }
  .title {
    position: absolute;
    top: 27%;
    left: 50%;
    width: 860px;
    margin-left: -430px;
    text-align: center;
    color: #f9f9f9;
    text-shadow: -3px 3px 30px #000;
    background: url(../images/banner_title.png) center top no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    h1 {
      margin-top: 0;
      margin-bottom: 12px;
      text-transform: uppercase;
      font-weight: normal;
    }
    h2 {
      font-size: round($font-size-base * 1.44);
      font-weight: normal;
      margin: 0 100px;
    }
  }
}
.col-left {
  float: left;
}
.col-right {
  float: right;
}
section {
  margin: 40px 0;
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 20px;
  h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 40px;
  }
  h5 {
    text-align: center;
    margin: 15px 0;
  }
}*/
/*

article {
  h3 {
    font-weight: normal;
    padding-bottom: 25px;
    border-bottom: 1px solid $primary-color;
    text-transform: uppercase;
    text-align: center;
    margin: 0 20px 35px;
  }
  .column {
    float: left;
    width: 260px;
    text-align: center;
    margin-left: 90px;
    &:first-child {
      margin-left: 0;
    }
    li {
      margin-bottom: 20px;
      p {
        height: 72px;
        margin: -30px 0 0;
      }
    }
  }
  &.customize {
    margin-bottom: 65px;
    h3 {
      padding-bottom: 10px;
      width: 200px;
      margin: 0 auto 30px;
    }
    ul {
      font-size: 0px;
      word-spacing: -4px;
    }
    li {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      width: 20%;
      margin-left: 6.5%;
      word-spacing: 0px;
      &:first-child {
        margin-left: 0;
      }
    }
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  background: $primary-color;
  height: 40px;
  padding: 10px 20px;
  min-width: 230px;
  font-size: round($font-size-base * 1.33);
  line-height: 1.66;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
}

.btn1 {
  background: #00a2ff;
  color: #ffffff;
  display: inline-block;
  padding: 8px 30px 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  &:hover {
    background-color: #0092ff;
    color: #ffffff;
    text-decoration: none;
  }
  &.view{
    margin-left: 5px;
  }
}
.btn-copy{
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/copy.png) 0 0 no-repeat;
  text-indent: -9999px;
  opacity: .5;
  &.zeroclipboard-is-hover{
    background: none;
  }

}
.btn-disabled,a[disabled]{
  background: #EDEDED;
  color: #333333;
  cursor: default;
  &:hover{
    background-color: #EDEDED;
    color: #333333
  }
}
*/
/*

.zeroclipboard-is-hover{
  background-color: #0092ff;
  color: #ffffff;
  text-decoration: none;
}
.copy-format{
  float: right;
  margin-bottom: 25px;
}
.widgetJsonData{
  border: 1px solid #c9c9c9;
  padding: 10px 18px;
  font-size: 17px;
  line-height: 28px;
  width: 749px;
  float: right;
  background: #f4f4f4;
  box-sizing: border-box;
  margin-bottom: 29px;
}
.copy-data{
  float: right;
}

.selectBtn {
  height: 36px;
}

.btn-wrap {
  text-align: center;
  background: #f8f8f8;
  padding: 20px 0;
  margin-bottom: -20px;
  position: relative;
  &:before {
    content: '';
    display: block;
    border-top: 13px solid #ffffff;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
  }
}

.block {
  h3 {
    font-weight: normal;
    margin: 0 0 10px;
  }
  ul {
    li {
      list-style-type: disc;
      margin-left: 23px;
    }
  }
}

.design {
  .block {
    img {
      margin-left: 10px;
    }
  }
  .top {
    margin-bottom: 10px;
    .block {
      float: left;
      margin-left: 85px;
      &:first-child {
        margin-left: 0;
        h3 {
          margin-left: 0;
        }
      }
      h3 {
        margin-left: 10px;
      }
    }
  }
  .bottom {
    margin-bottom: 40px;
    .block {
      img {
        float: left;
      }
      p {
        float: left;
        margin: 20px 70px 0;
        width: 280px;
      }
    }
    .columns {
      margin-top: 40px;
    }
    .col-left {
      width: 50%;
    }
    .col-right {
      width: 332px;
    }
  }
}
*/
#application {
  margin-bottom: 0;
}
#application article {
  overflow: hidden;
  margin-bottom: 35px;
  background: #f8f8f8;
  padding-top: 50px;
}
#application article > img {
  float: left;
  margin-right: 25px;
}
#application article ul {
  padding-top: 20px;
}
#application article ul li {
  margin: 30px 0 30px 0;
  overflow: hidden;
}
#application article ul li img {
  float: left;
  margin-right: 15px;
}
#application article ul li .text {
  overflow: hidden;
  display: table-cell;
  height: 48px;
  vertical-align: middle;
  max-width: 325px;
}
#application article ul li p {
  margin: 0;
  letter-spacing: -0.5px;
  padding-right: 20px;
}
#application article.right-align {
  margin-bottom: 85px;
}
#application article.right-align > img {
  float: right;
}
#application article.right-align ul {
  float: left;
  padding-left: 48px;
  width: 410px;
}

#tabs2 .ui-tabs-nav li {
  float: left;
  width: 217px;
}
#tabs2 .ui-tabs-nav li a {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 39px;
  text-transform: uppercase;
  font-weight: 300;
  color: #606060;
  border-left: 1px solid #a3a3a3;
  background-color: #e4e4e4;
}
#tabs2 .ui-tabs-nav li a:hover {
  background: #f3f3f3;
}
#tabs2 .ui-tabs-nav li:first-child a {
  border-left: none;
}
#tabs2 .ui-tabs-nav .ui-tabs-active a {
  background: #f3f3f3;
}
#tabs2 .widget-nav {
  position: fixed;
  top: 347px;
  left: 0;
}
#tabs2 .widget-nav .extra-wrap {
  border-bottom: 50px solid #f3f3f3;
}
#tabs2 #widget {
  margin-top: 89px;
  padding-top: 0;
}
#tabs2 #widget table {
  width: 100%;
}
#tabs2 #widget table thead {
  position: fixed;
  left: auto;
  top: 386px;
  z-index: 3;
}
#tabs2 #widget table th {
  border: none;
  font-size: 17px;
  line-height: 50px;
  color: #4d4d4d;
  font-weight: normal;
  padding: 0;
}
#tabs2 #widget table td {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  font-size: 17px;
  vertical-align: middle;
}
#tabs2 #widget table td .one {
  width: auto;
  padding-top: 0;
}
#tabs2 #widget table td .status {
  width: 58px;
  text-align: center;
  float: left;
  line-height: 44px;
}
#tabs2 #widget table td .status span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 5px;
  background-color: #eb2629;
}
#tabs2 #widget table td button {
  border: 1px solid #d0d0d0;
  display: inline-block;
  background-color: #fafafa;
  width: 97px;
  text-align: center;
  font-size: 17px;
  line-height: 40px;
  color: #585858;
  margin-left: 1px;
  font-weight: 300;
}
#tabs2 #widget table td button.btn-status {
  border: none;
  color: #ffffff;
  line-height: 42px;
  background-color: #eb2629;
}
#tabs2 #widget table td button.btn-status:hover {
  background-color: #e01d1f;
}

#tabs3 li {
  float: left;
  min-width: 176px;
  background: #f2f2f2;
  outline: none !important;
  border-left: 1px solid #cdcdcd;
}
#tabs3 li:first-child {
  border-left: none;
}
#tabs3 li:hover {
  background: #dddddd;
}
#tabs3 li a {
  height: 37px;
  line-height: 37px;
  display: block;
  text-align: center;
}
#tabs3 li a span {
  color: #747474;
  font-size: 18px;
}
#tabs3 .ui-tabs-active {
  background: #dddddd;
}
#tabs3 .ui-tabs-active a span {
  color: #747474;
}
#tabs3 .widget-nav:first-child .extra-wrap {
  background-color: #f3f3f3;
}
#tabs3 .widget-nav .extra {
  background-color: #e2e2e2;
  position: relative;
}
#tabs3 .widget-nav .extra .title {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 19px;
  line-height: 43px;
  color: #4d4d4d;
  width: 316px;
  font-weight: 300;
  text-align: center;
  background-color: #e2e2e2;
}

.popups {
  display: none;
}

.popup {
  width: 680px;
  background: #eeeeee;
  border-radius: 4px;
  color: #464646;
}
.popup .popup-inner {
  padding: 60px 70px 40px;
}

/*
html,
body {
  height: 100%;
}
.fixed-page {
  header {
    //    background: #1d1a1a;
  }
  .wrap {
    padding: 148px 0 88px;
    width: auto;
  }
  #page {
    min-height: 100%;
    background: url(../images/page-bg.png) 50% 0 repeat-y;
  }
  footer {
    margin-top: -219px;
  }
}
.btn-white {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  padding: 0 25px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 38px;
  color: #464646;
  text-transform: uppercase;
  min-width: 148px;
  text-align: center;
  background: #ffffff;
  &:hover {
    background-color: #e8e8e8;
    text-decoration: none;
    color: #464646;
  }
}
.btn-white1 {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  padding: 0 25px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 34px;
  color: #464646;
  text-transform: uppercase;
  min-width: 148px;
  text-align: center;
  background: #ffffff;
  &:hover {
    background-color: #e8e8e8;
    text-decoration: none;
    color: #464646;
  }
  &.zeroclipboard-is-hover{
    background-color: #e8e8e8;
    text-decoration: none;
    color: #464646;
  }
}
.btn-del {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid red;
  border-radius: 16px;
  cursor: pointer;
  box-sizing: border-box;
  color: red;
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  min-width: 148px;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  &:hover {
    background-color: #e8e8e8;
    color: red;
    text-decoration: none;
  }
}
*/
/*#device {
  margin: 0;
  padding: 0;
  &.device-developer {
    .extra {
      .extra-wrap {
        height: 266px;
      }
    }
    .item {
      margin-bottom: 29px;

      &.center {
        box-sizing: border-box;
      }
      &:first-child {
        margin-bottom: 14px;
      }
      &.view {
        > label {
          margin-top: 10px;
        }
      }
      .desc {
        padding-left: 200px;
        padding-top: 5px;
        font-size: 14px;
        color: #989898;
      }
      .value {
        display: inline-block;
        !*padding-left: 15px;*!
        font-size: 18px;
        line-height: 38px;
        color: #333333;
        vertical-align: top;
        max-width: 570px;
        word-wrap: break-word;
      }
      .btn-white {
        float: right;
        margin-left: 13px;
      }
      input[type=submit] {
        width: 142px;
        margin: 0 auto;
        display: block;
      }
      > label {
        font-size: 17px;
        line-height: 38px;
        vertical-align: top;
        color: #6c6c6c;
        text-align: right;
        font-family: latoBold;
        min-width: 166px;
        margin-right: 10px;
        display: inline-block;
        &.private-app{
          margin-left: 178px;
          font-family: "latoRegular","Lato";
          color: #5c5c5c;
          line-height: 32px;
        }
      }
      .icon-label{
        vertical-align: middle;
      }
      strong {
        font-family: latoBold;
        font-size: 17px;
        line-height: 20px;
      }
      .typeApp {
        margin-left: 48px;
        font-weight: normal;
      }
      .check {
        display: inline-block;
        padding-top: 5px;
      }
      input[type=text], textarea, input[type=password] {
        width: 495px;
        color: #333333;
        font-size: 17px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #dcdcdc;
        font-family: 'latoRegular', 'Lato';
        &.small-width {
          width: 258px;
        }

      }
      input[type=text], input[type=password] {
        padding: 8px 22px;
        height: 38px;
        line-height: 20px;
        &.wide {
          width: 586px;
        }
      }
      textarea {
        height: 106px;
        resize: none;
        padding: 8px 17px;
        line-height: 20px;
        letter-spacing: -0px;
        &.big-textarea {
          height: 358px;
          width: 580px;
          margin-bottom: 25px;

          background: #f4f4f4;
        }
      }
    }
    .form-size{
      max-width: 760px;
    }
    .selectApp {
      display: inline-block;
      position: relative;
      .delete {
        position: absolute;
        right: 0;
        top: 0;
        width: 23px;
        height: 24px;
        background: url(../images/delete-icon.png) 0 0 no-repeat;
        &:hover{
          background-position: 0 100%;
        }
      }
      .icon2{
        &:hover{
          cursor: pointer;
          .delete{
            display: block;
          }
        }
        &.disabled-delete{
          .delete{
            display: none;
          }
        }
      }
    }
    .selectDev {
      color: #00a2ff;
      font-size: 17px;
      line-height: 20px;
      margin-left: 10px;
    }
    .icon2 {
      width: 99px;
      height: 99px;
      display: inline-block;
      vertical-align: middle;
      margin-left: -7px;
      box-sizing: border-box;
      position: relative;
      img {
        width: 100%;
        height: auto;
      }
    }
  }
  .previousButton {
    left: 50px;
    height: 40px;
    position: absolute;
    width: 100px;
    z-index: 1;
    &:hover {
      cursor: pointer;
    }
  }
  .nextButton {
    left: 440px;
    height: 40px;
    position: absolute;
    width: 100px;
    z-index: 1;
    &:hover {
      cursor: pointer;
    }
  }
  .homeButton {
    left: 150px;
    height: 40px;
    position: absolute;
    width: 300px;
    z-index: 1;
    &:hover {
      cursor: pointer;
    }
  }
  .extra {
    max-width: 1333px;
    min-width: $page-min-width;
    margin: 0 auto;
    background: #ffffff;
    padding-top: 49px;
    &.view {
      padding-top: 19px;
      padding-bottom: 5px;
    }
    h2 {
      font-size: 20px;
      line-height: 24px;
      top: -33px;
      left: 0px;
      position: absolute;
      width: 100%;
      text-transform: none;
      margin: 0;
      span {
        color: $primary-color;
      }
      a {
        color: $text-color;
        font-size: 20px;
        line-height: 24px;
        border-bottom: 1px solid $text-color;
        padding-bottom: 1px;
      }
    }
    .extra-wrap {
      position: relative;
      padding-bottom: 0;
      height: 228px;
      width: 928px;
      margin: 0 auto;

    }
    .buttons {
      position: absolute;
      left: 50%;
      margin-left: -330px;
      top: 0px;
      z-index: 2;
      h3 {
        font-size: 14px;
        line-height: 16px;
        color: #898989;
        font-weight: normal;
        margin: 0 0 5px;
        text-align: center;
      }
      a {
        display: block;
        width: 42px;
        height: 42px;
        margin-bottom: 5px;
        background: url(../images/simulator-btns.png) 0 0 no-repeat;
        &.edit {
          background-position: 0 0;
          margin-top: 62px;
          &:hover {
            cursor: pointer;
            background-position: 100% 0;
          }
        }
        &.minus {
          background-position: 0 -50px;
          &:hover {
            background-position: 100% -50px;
          }
        }
        &.home {
          background-position: 0 -98px;
          &:hover {
            background-position: 100% -98px;
          }
        }
        &.play {
          margin-top: 62px;
          width: 42px;
          margin-left: 0px;
          height: 41px;
          background: url(../images/play-btn-2.png) 0 0 no-repeat;
          background-size: 84px 41px;
          &:hover {
            background-position: 100% 0;

          }
        }
        &.stop {
          margin-top: 62px;
          width: 42px;
          margin-left: 0px;
          height: 41px;
          background: url(../images/stop-icon-2.png) 0 0 no-repeat;
          background-size: 84px 41px;
          &:hover {
            background-position: 100% 0;
          }
        }
      }
    }

    a.sound-btn {
      position: absolute;
      z-index: 2;
      left: 720px;
      top: 62px;
      width: 42px;
      height: 42px;
      background: url(../images/sound-icons.png) 0 0 no-repeat;
      &:hover {
        background-position: 0 -42px;
      }
      &.disabled {
        background-position: -42px 0;
        &:hover {
          background-position: -42px -42px;
        }
      }
    }
    .share-btns {
      position: absolute;
      text-align: center;
      width: 100%;
      left: 0px;
      top: 160px;
      z-index: 2;
      h3 {
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
        margin: 0 0 5px;
        text-align: center;
      }
      a {
        display: inline-block;
        width: 36px;
        height: 36px;
        margin-bottom: 5px;
        text-indent: -9999px;
        background: url(../images/share-btns.png) 0 0 no-repeat;
        margin-left: 26px;
        &.facebook {
          background-position: 0 0;
          margin-left: 0;
          &:hover {
            cursor: pointer;
            background-position: 100% 0;
          }
        }
        &.twitter {
          background-position: 0 -40px;
          &:hover {
            cursor: pointer;
            background-position: 100% -40px;
          }
        }
        &.email {
          background-position: 0 -78px;
          &:hover {
            cursor: pointer;
            background-position: 100% -78px;
          }
        }
        &.vk {
          background: url(../images/vk-botton.png) 0 0 no-repeat;
          &:hover {
            cursor: pointer;
            background: url(../images/vk-botton-hover.png) 0 0 no-repeat;
          }
        }
        &.gp {
          background: url(../images/google.png) 0 0 no-repeat;
          &:hover {
            background: url(../images/google-pressed.png) 0 0 no-repeat;
          }
        }
      }
    }
    .device-buttons {
      position: absolute;
      text-align: center;
      width: 382px;
      left: 50%;
      margin-left: -191px;
      top: 1px;
      z-index: 2;
      a {
        height: 17px;
        position: absolute;
        top: 0;
        &.prev-btn {
          left: -45px;
          width: 158px;
          &:hover {
            background: url(../images/left-hover.png) 74px 0 no-repeat;
          }
        }
        &.home-btn {
          left: 113px;
          width: 151px;
          background: url(../images/home-hover.png) 59px 3px no-repeat;
          &:hover {
            cursor: pointer;
            background: url(../images/home-hover1.png) 59px 3px no-repeat;
          }
          &:active{
            background: none;
          }
        }
        &.next-btn {
          right: -37px;
          width: 156px;
          &:hover {
            background: url(../images/right-hover.png) 0 0 no-repeat;
          }
        }
      }
    }
    div.device {
      width: 570px;
      background: url(../images/device-simulator-bg.png) 0 2px no-repeat;
      height: 207px;
      padding: 0 20px 0 21px;
      margin: 0 auto;
      position: relative;
      canvas {
        width: 570px;
        height: 207px;
      }
      .nav-box {
        position: absolute;
        top: 169px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 0;
        a {
          display: inline-block;
          margin: 7px 4px 0;
          vertical-align: top;
          width: 10px;
          height: 10px;
          background: #a9abad;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          &:hover {
            background-color: #FCB413;
          }
          &.active {
            background-color: #8ac4ff;
          }
          &.home {
            margin-top: 0;
            background: url(../images/home-icon.png) 0 0 no-repeat;
            width: 31px;
            height: 18px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            &:hover {
              background-position: 0 100%;
            }
          }
        }
      }
      p {
        position: absolute;
        text-align: center;
        margin: 0;
        top: 200px;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
      }
    }
  }
}
#ff2 {
  position: relative;
  z-index: 4;
}
#device.next {
  .extra {
    padding-bottom: 0px;
  }

}*/
/*.widget-nav {
  z-index: 3;
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
  .extra-wrap.new {
    background: #fafafa;
  }
  .extra-wrap {
    background: #fff;
    max-width: $page-width;
    min-width: $page-min-width;
    margin: 0 auto;
  }
  .extra {
    width: 967px;
    margin: 0 auto;

    .select-box {
      float: left;
      background: #e4e4e4;
      width: 210px;
      height: 50px;
      position: relative;
      a.select {
        display: block;
        padding-right: 30px;
        position: relative;
        font-size: 17px;
        line-height: 50px;
        text-decoration: none;
        color: #898989;
        text-transform: uppercase;
        text-align: center;
        &:after {
          content: '';
          position: absolute;
          top: 23px;
          right: 25px;
          border-top: 8px solid #898989;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: none;
        }
        .icons & {
          line-height: 30px;
        }
      }
      .popup-select {
        display: none;
        position: absolute;
        background: #e4e4e4;
        left: 0;
        top: 50px;
        width: 210px;
        text-align: center;
        a {
          border-top: 1px solid #dedede;
          display: block;
          padding-right: 30px;
          text-align: center;
          font-size: 17px;
          line-height: 50px;
          text-decoration: none;
          color: #898989;
          text-transform: uppercase;
          &.active,
          &:hover {
            background: #eeeeee;
          }
        }
      }
    }
    .create-widget {
      float: right;
      background: #4da6ff;
      height: 39px;
      font-size: 18px;
      line-height: 39px;
      color: #ffffff;
      text-decoration: none;
      width: 210px;
      text-transform: uppercase;
      text-align: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      &:hover {
        background: #3793ee;
      }
      &:active {
        background: #3793ee;
      }
    }
    .left-text {
      width: 284px;
      text-align: center;
      font-size: 20px;
      line-height: 50px;
      color: $secondary-text-color;
      float: left;
    }
    .right-text {
      float: right;
      width: 620px;
      text-align: center;
      font-size: 20px;
      line-height: 50px;
      color: $secondary-text-color;
    }
    .center-text {
      text-align: center;
      font-size: 18px;
      line-height: 36px;
    }
  }
  .extra.next {
    width: 916px;
  }
}
.block-nav {
  background: #ffffff;
  .extra {
    width: 967px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    span {
      font-size: 19px;
      color: $third-text-color;
      line-height: 23px;
    }
    .active-text {
      color: #fcb413;
    }
    .color-one {
      color: $primary-color;
    }

  }
}
.block-nav.next {
  margin-top: -35px;
  position: relative;
  z-index: 4;
}
body:first-of-type #widget {
  !* Safari *!
}*/
/*#widget {
  background-color: #fafafa;
  margin: 0;
  padding: 10px 0 5px;
  .one {
    float: left;
    letter-spacing: 0px;
    word-spacing: 0px;
    width: 251px;
    text-align: center;
    padding: 26px 0 0px 0px;
    vertical-align: top;
    position: relative;
    &:hover {
      a.add {
        top: 0;
      }
    }
    a.add {
      width: 32px;
      height: 32px;
      background: url(../images/plus-icon.png) 0 0 no-repeat;
      position: absolute;
      display: none;
      left: 50%;
      top: 36px;
      margin-left: -16px;
      z-index: 1;
      -webkit-transition: top 0.5s; !* For Safari 3.1 to 6.0 *!
      transition: top 0.5s;
      &:hover {
        background-position: 100% 0;
      }
    }
    .small-device {
      width: 160px;
      height: 44px;
      margin: 0 auto 3px;
      position: relative;
      z-index: 2;
      &:hover {
        img {
          cursor: pointer;
        }
      }
    }
    p, a {
      font-size: 13px;
      line-height: 18px;
      height: 18px;
      overflow: hidden;
      width: 160px;
      margin: 0 auto;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    a {
      color: #516ba6;
      text-decoration: none;
    }
  }
  .inner {
    width: 1008px;
  }
}
#widget.next {
  padding-top: 23px;
  min-height: 352px;
}*/
/*.widget-screen {
  margin: 0px 0 0;
  padding: 0 0 0px 0;
  background: #fafafa;
  .extra {
    width: 967px;
    margin: 0 auto;
    .top {
      background: #f7f7f7;
      margin-bottom: 0px;
      .left-col {
        padding-left: 14px;
        padding-right: 51px;
        counter-reset: div;
        position: relative;
        background: #efefef;
        .one {
          height: 95px;
          position: relative;
          background: #f7f7f7;
          padding-left: 15px;
          padding-right: 15px;
          .link-wrap {
            margin-left: -9px;
            overflow: auto;
            white-space: nowrap;
            padding-left: 2px;
            padding-bottom: 2px;
          }
          &.active {

          }

          a {
            &.link {
              display: inline-block;
              position: relative;
              margin-top: 12px;
              padding: 6px 8px 24px 9px;
              &:first-child {
                &:hover {
                }
              }

              .small-device {
                display: block;
                background: url(../images/small-device.png) 0 0 no-repeat;
                width: 160px;
                height: 44px;
              }
              &:hover {
                border: 2px solid #bebebe;
                border-radius: 4px;
                margin-top: 10px;
                margin-left: -2px;
                margin-right: -2px;
                margin-bottom: -2px;
                &:first-child {
                }
              }
            }
            &.link.active {
              border: 2px solid #bebebe;
              border-radius: 4px;
              margin-top: 10px;
              margin-left: -2px;
              margin-right: -2px;
              margin-bottom: -2px;
            }
            &:after {
              content: counter(div); !* Use the counter as content *!
              counter-increment: div; !* Increment the counter by 1 *!
              position: absolute;
              left: 85px;
              top: 52px;
              font-size: 15px;
              line-height: 18px;
              color: #7f7f7f;
            }

          }
        }
        .remove {
          position: absolute;
          top: 54px;
          right: 9px;
          width: 32px;
          height: 32px;
          background: url(../images/minus-icon.png) 0 0 no-repeat;
          &:hover {
            background-position: 100% 0;
          }
        }
        .add {
          margin: 7px auto 0;
          display: block;
          width: 32px;
          height: 32px;
          background: url(../images/plus-icon-2.png) 0 0 no-repeat;
          position: absolute;
          top: 6px;
          right: 9px;
          &:hover {
            background-position: 100% 0;
          }
        }
      }
      .right-col {
        background: $first-bg;
        padding: 0px;
        .form-ittem {
          margin-top: 6px;
          input[type=text] {
            height: 30px;
            max-width: 285px;
          }
        }
        .messageBlock {
          margin-bottom: 10px;
          .add {
            display: inline-block;
            width: 32px;
            height: 32px;
            background: url(../images/plus-icon-2.png) 0 0 no-repeat;
            &:hover {
              background-position: 100% 0;
            }
          }
          .less {
            display: inline-block;
            width: 32px;
            height: 32px;
            background: url(../images/metric_change.png) 0 0 no-repeat;
            &.active,
            &:hover {
              background-position: 0 100%;
            }
          }
          .more {
            display: inline-block;
            width: 32px;
            height: 32px;
            background-image: url(../images/metric_change.png);
            background-position: -32px 0;
            &.active,
            &:hover {
              background-position: -32px -32px;
            }
          }
          .equal {
            display: inline-block;
            width: 32px;
            height: 32px;
            background: url(../images/metric_change.png) -64px 0 no-repeat;
            &.active,
            &:hover {
              background-position: -64px -32px;
            }
          }

          .AddRemove {
            float: left;
            margin-right: 7px;
          }

        }
        #dateBlock {
          margin-top: 4px;
        }
        .goalblock {
          margin-left: -54px;
          input[type=text] {
            height: 30px;
            line-height: 27px;
            margin-bottom: 12px;
          }
          .error-name {
            line-height: 0.4;
            padding-left: 56px;
            text-align: center;
            display: block;
            color: #ff0000;
          }
          .form-ittem {
            width: 199px;
            float: left;
            margin-left: 54px;
          }
          .text-type {
            float: left;
            margin-top: 33px;
            margin-left: 23px;
            -moz-user-select: none;
            -khtml-user-select: none;
            user-select: none;
            -webkit-user-select: none;
          }
        }
        h2 {
          font-size: 17px;
          line-height: 20px;
          color: $secondary-text-color;
          margin-bottom: 7px;
          text-align: left;
          text-transform: none;
        }
        input {
          font-size: 18px;
          line-height: 22px;
          color: $secondary-text-color;
          margin-bottom: 7px;
          text-align: left;
          text-transform: none;
        }
        .block-one {
          width: 707px;
          float: right;
          padding-top: 16px;
          padding-left: 25px;
          padding-right: 26px;
          background: #f0f0f0;
          min-height: 380px;
        }
        .type {
          padding-bottom: 10px;
          width: 209px;
          float: left;
          background: $first-bg;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          .one {
            width: 141px;
            display: block;
            padding: 21px 42px 9px 40px;
            &:first-child {
              margin-left: 0;
            }
            &:hover,
            &.active,
            &:active {
              background-color: #f2f2f2;
              cursor: pointer;
            }
            a {
              display: block;
              margin-bottom: 1px;
              border: 2px solid #8b8b8b;
              -webkit-border-radius: 2px;
              -moz-border-radius: 2px;
              border-radius: 2px;
              font-size: 19px;
              line-height: 37px;
              height: 37px;
              color: $secondary-text-color;
              text-transform: uppercase;
              text-align: center;
              cursor: pointer;
              &.icon {
                background: url(../images/smile-icon1.png) 9px 50% no-repeat;
                padding-left: 42px;
              }
              &.wd {
                text-transform: none;
                background: url(../images/smile-icon1.png) 9px 50% no-repeat;
                padding-left: 42px;
              }
              &.kg {
                background: url(../images/smile-icon1.png) 9px 50% no-repeat;
                padding-left: 42px;
                position: relative;
                &:after {
                  content: '';
                  position: absolute;
                  width: 80px;
                  height: 2px;
                  background: $color;
                  bottom: 5px;
                  right: 7px;
                }
              }
              &.percent {
                background: url(../images/percent1.png) 8px 50% no-repeat;
                padding-left: 32px;
              }
              &.sparkline {
                background: url(../images/sparkline1.png) 50% 50% no-repeat;
              }
              &.date {
                background: url(../images/sparkline1.png) 50% 50% no-repeat;
              }

            }
            .title {
              font-size: 14px;
              line-height: 20px;
              color: $secondary-text-color;
              text-align: center;
            }
          }
        }
        .image-or-animation {
          padding-bottom: 7px;
          .top-tabs {
            padding-bottom: 7px;
            .select-box {
              margin-bottom: 0;
              float: left;
              width: 150px;
              margin-right: 15px;
            }
            input {
              float: left;
              width: 200px;
              font-size: 17px;
              line-height: 20px;
              height: 30px;
              padding: 5px 18px;
              margin-bottom: 0;
            }
          }
          .create-new {
            float: right;
            background: #4da6ff;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-size: 15px;
            line-height: 37px;
            color: #ffffff;
            text-transform: uppercase;
            width: 150px;
            text-align: center;
            &:hover {
              background-color: #3793ee;
            }
          }
          ul {
            overflow: hidden;
            li {
              float: left;
              a {
                background: #dddddd;
                padding: 0 25px;
                min-width: 86px;
                font-size: 19px;
                line-height: 37px;
                color: $secondary-text-color;
                text-align: center;
                display: block;
                &:hover {
                  background-color: #cdcdcd;
                }
                &:active {
                  background: #ffffff;
                }
              }
              &.ui-tabs-active {
                a {
                  background: #ffffff;
                }
              }
            }
          }
          .tab-box {
            background: #ffffff;
            .scroll-pane {
              overflow: auto;
              height: 216px;
              width: 707px;
            }
            .one-tab {
              padding: 13px 10px 24px 28px;
              overflow: hidden;
              margin-left: -12px;
              .one {
                float: left;
                width: 62px;
                height: 84px;
                padding: 7px 0 0;
                text-decoration: none;
                margin-left: 12px;
                .img-box {
                  text-align: center;
                }
                .title, .subtitle {
                  font-size: 12px;
                  line-height: 16px;
                  color: $secondary-text-color;
                  text-align: center;
                  overflow: hidden;
                  margin: 0 auto;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                }
                &:hover,
                &.active {
                  border: 2px solid #c4c4c4;
                  margin: -2px -2px -2px 10px;
                  -webkit-border-radius: 3px;
                  -moz-border-radius: 3px;
                  border-radius: 3px;
                  position: relative;
                  .edit {
                    position: absolute;
                    top: 2px;
                    right: 2px;
                    background: url(../images/edit-icon.png) 0 0 no-repeat;
                    width: 15px;
                    height: 15px;
                    &:hover {
                      background-position: 0 -15px;
                    }
                  }
                }
              }
            }
          }
        }
        input[type=text] {
          border: none;
          background: #ffffff;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 6px 27px;
          font-size: 22px;
          line-height: 24px;
          height: 36px;
          width: 100%;
          font-family: inherit;
          margin-bottom: 7px;
          display: block;
          color: #a2a2a2;
        }
        .textSample {
          max-width: 315px;
          height: 30px;
          line-height: 30px;
          float: left;
        }
        .text-type {
          float: left;
          a {
            float: left;
            width: 32px;
            height: 31px;
            -webkit-border-radius: 13px;
            -moz-border-radius: 13px;
            border-radius: 13px;
            background: #efefef url(../images/text-type-icons.png) 0 0 no-repeat;
            text-indent: -9999px;
            margin-left: 8px;
            &.type-1 {
              background-position: 0 0;
            }
            &.type-2 {
              background-position: -40px 0;
            }
            &.type-3 {
              background-position: -80px 0;
            }
            &.type-4 {
              background-position: -120px 0;
            }
            &.type-5 {
              background-position: -160px 0;
            }
            &.type-6 {
              background-position: -199px 0;
            }
            &.type-7 {
              background-position: -238px 0;
            }
            &:hover {
              background-color: #dfdfdf;
            }
          }
        }
        .select-box {
          max-width: 260px;
          height: 40px;
          position: relative;
          font-size: 19px;
          line-height: 40px;
          a {
            text-decoration: none;
            color: #ffffff;
            text-align: center;
            display: block;
          }
          .select {
            background: #4da6ff;
            &:after {
              border-top: 8px solid #ffffff;
              border-left: 8px solid transparent;
              border-right: 8px solid transparent;
              border-bottom: none;
              content: "";
              position: absolute;
              top: 18px;
              right: 13px;
            }
          }
          .popup-select {
            display: none;
            position: absolute;
            left: 0;
            top: 40px;
            width: 100%;
            background: #4da6ff;
            a {
              border-top: 1px solid #4da0f4;
              &:hover,
              &.active {
                cursor: pointer;
                background: #4799ff;
              }
            }
          }
          &.select-box-grey {
            height: 30px;
            font-size: 17px;
            line-height: 30px;
            margin-bottom: 15px;
            z-index: 1;
            .select {
              background-color: #dbdbdb;
              color: #606060;
              &:after {
                top: 12px;
                border-top-color: #606060;
              }
            }
            .popup-select {
              top: 30px;
              background: #f0f0f0;
              min-height: 64px;
              max-height: 127px;
              overflow: auto;
              border-top: 2px solid #c0c0c0;
              box-shadow: 1px 2px 2px #c0c0c0;
              a {
                border-top: 1px solid #dcdcdc;
                font-size: 17px;
                line-height: 31px;
                color: #606060;
                background: #f1f1f1;
                border-bottom: 1px solid #c0c0c0;
                &:last-child {
                  border-bottom: none;

                }
                &:first-child {
                  border-top: none;
                }
                &.active {
                  background: #dbdbdb;
                }
                &:hover {
                  cursor: pointer;;
                  background-color: #e8e8e8;
                }
              }
            }
          }
        }
      }
    }
    .top.nav {
      margin-bottom: 11px;
    }
    .bottom {
      padding: 17px 40px 19px 40px;
      background: #f0f0f0;
      h4 {
        margin: 0 0 5px;
        font-size: 20px;
        line-height: 24px;
        color: #303030;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
      }
      label {
        float: left;
        width: 200px;
        text-align: left;
        font-size: 18px;
        line-height: 36px;
        color: $secondary-text-color;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
      }
      //      .by-name{
      //        color: #5d77b4;
      //        text-transform: capitalize;
      //        padding-right: 15px;
      //        display: none;
      //
      //      }
      .select-box {
        width: 170px;
        height: 40px;
        position: relative;
        font-size: 19px;
        line-height: 40px;
        a {
          text-decoration: none;
          color: #ffffff;
          text-align: center;
          display: block;
        }
        .select {
          background: #4da6ff;
          &:after {
            border-top: 8px solid #ffffff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: none;
            content: "";
            position: absolute;
            top: 18px;
            right: 13px;
          }
        }
        .popup-select {
          display: none;
          position: absolute;
          left: 0;
          top: 40px;
          width: 100%;
          background: #4da6ff;
          a {
            border-top: 1px solid #4da0f4;
            &:hover,
            &.active {
              cursor: pointer;
              background: #4799ff;
            }
          }
        }
        &.select-box-grey {
          height: 30px;
          font-size: 17px;
          line-height: 30px;
          z-index: 1;
          .select {
            background-color: #dbdbdb;
            color: #606060;
            &:after {
              top: 12px;
              border-top-color: #606060;
            }
          }
          .popup-select {
            top: 30px;
            background: #f0f0f0;
            min-height: 64px;
            max-height: 127px;
            overflow: auto;
            border-top: 2px solid #c0c0c0;
            box-shadow: 1px 2px 2px #c0c0c0;
            a {
              border-top: 1px solid #dcdcdc;
              font-size: 17px;
              line-height: 31px;
              color: #606060;
              background: #f1f1f1;
              border-bottom: 1px solid #c0c0c0;
              &:last-child {
                border-bottom: none;

              }
              &:first-child {
                border-top: none;
              }
              &.active {
                background: #dbdbdb;
              }
              &:hover {
                cursor: pointer;;
                background-color: #e8e8e8;
              }
            }
          }
        }
      }
      .wrap-name {
        float: left;
      }
      a {
        color: #4da6ff;
      }
      .error-name {
        display: none;
      }
      &.bottom-no-bg {
        text-align: center;
        background: none;
        font-size: 20px;
        color: #303030;
        a {
          font-size: 18px;
          margin-left: 20px;
        }
      }
      .error {
        .error-name {
          color: #ff0000;
          font-size: 15px;
          line-height: 18px;
          margin-top: 3px;
          padding-left: 23px;
          display: block;
        }
        !*        input[type=text]{
                  border: 1px solid #ff0000;
                  -webkit-border-radius: 3px;
                  -moz-border-radius: 3px;
                  border-radius: 3px;
                }*!
      }

      input[type=text] {
        float: left;
        width: 340px;
        height: 36px;
        padding: 5px 10px;
        font-size: 22px;
        line-height: 23px;
        color: #a2a2a2;
        background: #ffffff;
        border: none;
        border-top: 3px solid #fafafa;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }
      .form-line + .form-line {
        margin-top: 14px;
      }
      textarea {
        float: left;
        display: block;
        width: 893px !important;
        height: 104px !important;
        padding: 6px 10px;
        font-size: 22px;
        line-height: 24px;
        color: #a2a2a2;
        background: #ffffff;
        border: none;
        border-top: 3px solid #fafafa;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        resize: none;
        &#widgetDescription {
          width: 577px !important;
          height: 72px !important;
        }
      }
      .facebook-login {
        float: left;
        background: url(../images/facebook-login.png) 0 0 no-repeat;
        width: 230px;
        height: 42px;
        margin-left: 15px;
        &:hover {
          background-position: 0 100%;
        }
      }
      .facebook-logout {
        float: left;
        background: url(../images/facebook-logout.png) 0 0 no-repeat;
        width: 86px;
        height: 31px;
        margin-left: 15px;
        margin-top: 6px;
        display: none;
        &:hover {
          background-position: 0 100%;
        }
      }
      input[type=submit] {
        background: #4da6ff;
        border: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 150px;
        height: 42px;
        font-size: 15px;
        line-height: 42px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: inherit;
        cursor: pointer;
        &:hover {
          background: #3793ee;
        }
      }
    }
  }
  &.icons .extra .top .right-col {
    .block-one {
      float: none;
      width: auto;
    }
    .image-or-animation .tab-box .scroll-pane {
      width: auto;
      height: 384px;
    }
  }
  .extra.new {
    background: #fafafa;
    padding-top: 11px;
    .tracking {
      background: #f0f0f0;
      padding-top: 15px;
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 15px;
      .text {
        text-align: center;
        margin-bottom: 11px;
      }
      textarea {
        width: 100%;
        color: #8b8b8b;
        font-size: 14px;
        line-height: 18px;
        padding: 5px 25px;
        min-height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        resize: none;
        border: none;
        overflow: hidden;
      }
      p {
        margin: 0;
        font-size: 14px;
        line-height: 19px;
        color: #8b8b8b;
      }
    }
  }
  .extra.bg {
    background: #fafafa;
    padding-top: 4px;
    padding-bottom: 4px;
    &.extra-padding {
      padding-top: 8px;
    }
  }
  .extra.share {
    width: 997px;
    margin: 0 auto;
    height: auto;
    .shareBlock {
      height: 245px;
      width: 295px;
      display: inline-block;
      background: #ffffff;
      margin-left: 17px;
      margin-right: 17px;
      margin-bottom: 175px;
      margin-top: 40px;
      vertical-align: top;
      position: relative;
    }
    .shareTitle {
      font-size: 22px;
      text-align: center;
      line-height: 1.47;
      padding-top: 51px;
    }
    h3 {
      font-size: 15px;
      text-align: center;
      line-height: 1.2;
      font-weight: inherit;
      margin-top: 7px;
    }
    a {
      margin-left: auto;
      margin-right: auto;
      bottom: 68px;
      width: 132px;
      height: 36px;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      &.share-btn {
        background: url(../images/share.png) 0 0 no-repeat;
        &:hover {
          background: url(../images/share_pressed.png) 0 0 no-repeat;
        }
      }
      &.tweet-btn {
        background: url(../images/tweet.png) 0 0 no-repeat;
        &:hover {
          background: url(../images/tweet_pressed.png) 0 0 no-repeat;
        }
      }
      &.play-btn {
        background: url(../images/play.png) 0 0 no-repeat;
        &:hover {
          background: url(../images/play_pressed.png) 0 0 no-repeat;
        }
      }
    }
  }
}
.widget-screen.nav {
  padding-bottom: 11px;
}
.not-fixed-page {
  #page {
    padding-top: 148px;
    padding-bottom: 88px;
    min-height: 100%;
    background: url(../images/page-bg.png) 50% 0 repeat-y;
    box-sizing: border-box;
  }
  #device {
    position: relative;
    top: 0;
  }
  .widget-nav {
    margin-left: 0;
    position: relative;
    left: 0;
    top: 0;
  }
}*/
#create-popup {
  width: 904px;
  background: #ffffff;
}
#create-popup .popup-inner {
  padding: 35px 68px 50px 73px;
  position: relative;
}
#create-popup .popup-inner .close {
  position: absolute;
  background: url(../images/close_popup1.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#create-popup .popup-inner .close:active {
  background-position: 100% 0;
}

.scrolll {
  width: 902px;
  height: 100px;
}

.timeLike,
.dateLike,
.monthLike {
  display: inline-block;
  vertical-align: top;
}
.timeLike h2,
.dateLike h2,
.monthLike h2 {
  white-space: nowrap;
}

.timeLike,
.monthLike {
  width: 204px;
  margin-left: 32px;
}

.dateLike {
  width: 224px;
}
.dateLike #toDate {
  height: 30px;
  font-size: 17px;
  margin-bottom: 15px;
  background-color: #dbdbdb;
  color: #606060;
  display: inline-block;
  padding-right: 37px;
  text-align: center;
}
.dateLike .ui-datepicker-trigger {
  margin-left: -37px;
  vertical-align: middle;
  margin-top: -4px;
  cursor: pointer;
}

/*#ui-datepicker-div {
  background: #fafafa;
  width: 194px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 1px 2px 2px #c0c0c0;
  .ui-datepicker-header {
    font-size: 11px;
    line-height: 23px;
    font-family: segoe_ui_semibold;
  }
  .ui-datepicker-title {
    text-align: center;
  }
  .ui-datepicker-prev {
    float: left;
    cursor: pointer;
  }
  .ui-datepicker-next {
    float: right;
    cursor: pointer;
  }
  .ui-datepicker-calendar {
    th {
      color: #606060;
      font-size: 9px;
      font-family: HelveticaNeue-Light;
      font-weight: normal;
      line-height: 21px;
      height: 21px;
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef;
      width: 28px;
      text-transform: capitalize;
      vertical-align: middle;
    }
    td {
      font-size: 10px;
      font-family: segoe_ui_semibold;
      font-weight: normal;
      line-height: 21px;
      height: 21px;
      text-align: center;
      a {
        color: #4c5246;
        font-size: 10px;
        font-family: segoe_ui_semibold;
        &.ui-state-active {
          color: #ffffff;
          background: #ccc;
          width: 21px;
          height: 21px;
          line-height: 20px;
          display: inline-block;
          border-radius: 10px;
        }
      }

    }
    .ui-datepicker-today {
      a {
        color: #ffffff;
        background: #76bafe;
        width: 16px;
        height: 16px;
        line-height: 16px;
        display: inline-block;
        border-radius: 10px;
      }
    }
    .ui-datepicker-other-month {
      a {
        color: #c7c7c7;
      }
    }
  }
}
.center-text {
  text-align: center;
}
.todo {
  color: #0000ff;
}*/
/*label.prettyCheckbox.checkbox {
  clear: none;
  span.holderWrap {
    width: 28px !important;
    height: 27px !important;
    margin: 4px 15px 0 0;
  }
  span.holder {
    background: url(../images/checkbox.png) 0 0 no-repeat;
    height: 54px;
    width: 28px !important;
  }
  &.checked span.holder,
  &.checked span.holder,
  &.checked:hover span.holder,
  &.checked:hover span.holder {
    top: -27px !important;
  }
}*/
.navigationApps {
  background: #fefefe;
  position: fixed;
  width: 100%;
  height: 73px;
  top: 85px;
  left: 0;
  z-index: 104;
  /*@media (max-width: 1024px) {
    top: 85px - 20;
  }*/
}
.navigationApps .breadcrumbs {
  margin: 20px 0;
  font-size: 22px;
  line-height: 32px;
  color: #474747;
  text-transform: uppercase;
}
.navigationApps .breadcrumbs a {
  color: #474747;
}
.navigationApps .breadcrumbs a.btn1 {
  color: #fff;
}
.navigationApps .breadcrumbs span {
  color: #00a2ff;
}
.navigationApps .breadcrumbs span.view1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 440px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.navigationApps .breadcrumbs .widget-status-not-published {
  color: #5c5c5c;
}
.navigationApps .breadcrumbs .lock {
  margin-left: 5px;
  vertical-align: -3px;
}
.navigationApps:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.03);
}
.navigationApps .extra {
  margin: 0 auto;
  width: 965px;
  position: relative;
}
.navigationApps .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/icon.png) 0 0 no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 11px;
  margin-top: -2px;
}
.navigationApps h1 {
  font-size: 22px;
  font-weight: normal;
  text-transform: none;
  color: #474747;
}
.navigationApps h1 span.up {
  text-transform: uppercase;
}
.navigationApps .view1 {
  color: #00a2ff;
  margin-right: 4px;
}
.navigationApps span.view2 {
  color: #009712 !important;
}
.navigationApps .btn1 {
  float: right;
}

/*.device1 {
  background: url(../images/device1.png) 0 0 no-repeat;
  width: 573px;
  height: 161px;
  margin: 0 auto 29px;
}*/
.tabsApps {
  margin: 0 auto;
  width: 965px;
}
.tabsApps li {
  float: left;
}
.tabsApps li a {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  color: #474747;
  text-decoration: none;
  font-weight: 700;
  background: #ededed;
  padding: 17px 53px 18px;
  border-left: 1px solid #ffffff;
  text-transform: uppercase;
  position: relative;
}
.tabsApps li a .lock {
  height: 1px;
  margin-right: 5px;
  position: relative;
  background: none;
}
.tabsApps li a .lock:after {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 22px;
  height: 22px;
  background: url(../images/locked.png) 0 0 no-repeat;
}
.tabsApps li:first-child a {
  border-left: none;
}
.tabsApps li.active a {
  background: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin-bottom: -1px;
}
.tabsApps li.active + li a {
  border-left: none;
}
.tabsApps li.publish a {
  color: #19a129;
}

.tabsAppsWrap {
  border-bottom: 1px solid #dedede;
  margin-bottom: 31px;
}
.tabsAppsWrap .lock {
  margin-right: 5px;
}

.extraContent {
  margin: 0 auto;
  width: 965px;
}

.formSelect {
  margin-bottom: 73px;
}

.selectBox1 {
  height: 36px;
  font-size: 17px;
  line-height: 36px;
  z-index: 1;
  width: 220px;
  position: relative;
  display: inline-block;
}
.selectBox1 a {
  text-align: left;
  display: block;
  cursor: pointer;
  padding-left: 19px;
  color: #333333;
}
.selectBox1 .select {
  background-color: #f8f8f8;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectBox1 .select:after {
  border-top: 8px solid #606060;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: none;
  content: "";
  position: absolute;
  top: 15px;
  right: 11px;
}
.selectBox1 .popup-select {
  top: 36px;
  background: #f0f0f0;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
}
.selectBox1 .popup-select a {
  color: #606060;
  background: #f1f1f1;
  text-decoration: none;
  border-top: 1px solid #dedede;
}
.selectBox1 .popup-select a:first-child {
  border-top: none;
}
.selectBox1 .popup-select a:hover {
  background-color: #c6c6c6;
}
.selectBox1 .popup-select a:first-child {
  border-top: none;
}

/*.text-danger{
  color: #ff0000;
}*/
.checkView {
  display: none;
}
.checkView + label {
  margin-right: 49px;
  line-height: 29px;
}
.checkView + label:before {
  content: "";
  background: url(../images/checkbox.jpg) 0 0 no-repeat;
  width: 30px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.checkView:checked + label:before {
  background-position: 0 100%;
}

/*-------------- LIST PAGE --------------------*/
/*section#device.device-developer-wrapper {
  position: static;
  top: 0;
  .extra.view {
    padding: 0;
  }
}
.device-developer-wrapper {
  div.device,
  div.device1 {
    margin-top: 19px !important;
  }
  .myApps {
    padding-top: 72px;
    &.fixed-header {
      padding-top: 0;
      .stiky-header {
        position: fixed;
        padding-top: 0;
        .type {
          width: 160px;
        }
        .wrap-extra {
          padding: 6px 0 20px;
        }
      }
      .apps-list {
        padding: 298px 0 1px;
        .item-app {
          .wrap-extra {
            .type {
              width: 160px;
            }
          }
        }
      }
    }
    .stiky-header {
      position: fixed;
      z-index: 3;
      top: 148px;
      width: 100%;
      max-width: 1333px;
      min-width: 1149px;
      background: #fafafa;
      padding: 25px 0 6px;
      font-size: 15px;
      line-height: 40px;
      color: #474747;
      font-family: 'latoBold';
      text-transform: uppercase;
      //      border-bottom: 1px solid #d7d7d7;
      &:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 100%;
        height: 4px;
        background: rgba(0, 0, 0, 0.03);
      }
      .name {
        float: left;
        width: 330px;
      }
      .type {
        float: left;
        width: 194px;
      }
      .downloads {
        float: left;
        width: 186px;
      }
      .likes {
        float: left;
        width: 120px;
      }
      .store-status {
        float: left;
        width: 115px;
      }
      .description {
        float: left;
        width: 473px;
      }
    }
    .wrap-extra {
      width: 965px;
      margin: 0 auto;
    }
    .apps-list {
      padding: 0 0 1px;
      .item-app {
        display: block;
        position: relative;
        padding: 15px 0;
        &:hover{
          background-color: #f6f6f6;
          &:after {
            width: 100%;
            margin-left: 0;
            left: 0;
          }
          &:before {
            content: "";
            height: 1px;
            background-color: #d9d9d9;
            width: 100%;
            top: 0;
            left: 0;
            position: absolute;
          }
        }

        &.active,
        &:active{
          background-color: #ebebeb;
          &:after {
            width: 100%;
            margin-left: 0;
            left: 0;
          }
          &:before {
            content: "";
            height: 1px;
            background-color: #d9d9d9;
            width: 100%;
            top: 0;
            left: 0;
            position: absolute;
          }
        }
        &:after {
          content: "";
          height: 1px;
          width: 1000px;
          margin-left: -500px;
          background-color: #d9d9d9;
          position: absolute;
          left: 50%;
          top: 100%;
        }
        .wrap-extra {
          color: #333333;
          font-size: 17px;
          line-height: 23px;
          .app-icon {
            display: table-cell;
            vertical-align: middle;
            width: 115px;
            img {
              margin-left: -8px;
              margin-bottom: -6px;
              display: block;
            }
          }
          .name {
            display: table-cell;
            width: 215px;
            vertical-align: middle;
            font-family: 'latoBold';
            word-break: break-word;
          }
          .icon {
            display: inline-block;
            vertical-align: middle;
          }
          .type {
            display: table-cell;
            width: 194px;
            vertical-align: middle;
            .icon-button {
              width: 17px;
              height: 10px;
              background: url(../images/button.png) no-repeat;
              margin-right: 6px;
              margin-top: -3px;
            }
            .icon-display {
              width: 17px;
              height: 18px;
              background: url(../images/traffic_light.png) center 0  no-repeat;
              margin-right: 6px;
              vertical-align: -3px;
            }
          }
          .download {
            display: table-cell;
            width: 186px;
            vertical-align: middle;
            .icon {
              width: 14px;
              height: 13px;
              background: url(../images/download-icon.png) no-repeat;
            }
          }
          .likes {
            display: table-cell;
            width: 120px;
            vertical-align: middle;
            .icon {
              width: 14px;
              height: 12px;
              background: url(../images/likes-icon.png) no-repeat;
            }
          }
          .status {
            display: table-cell;
            width: 130px;
            vertical-align: middle;
            &.publish {
              font-family: 'latoBold';
              color: #009712;
            }
            .lock{
              vertical-align: -5px;
              margin-left: 7px;
            }

          }
          .description {
            display: table-cell;
            width: 460px;
            padding-right: 13px;
            vertical-align: middle;
          }
        }
        &.item-draft {
          opacity: 0.66;
        }
      }
    }
  }
}*/
/*------------- SELECT APP PAGE ---------*/
/*#select-app {
  padding: 55px 0 20px;
  margin: 0;
  .extra{
    margin: 0 auto;
  }
  h2 {
    font-size: 36px;
    line-height: 40px;
    color: #303030;
    font-family: 'latolight';
    text-transform: none;
    margin-bottom: 72px;
    margin-top: 14px;
  }
  .apps-wrap {
    text-align: center;
    .display-app {
      display: inline-block;
      vertical-align: top;
      border-right: 1px solid #cccccc;
      .icon {
        background: url(../images/traffic-light.png) 50% 50% no-repeat;
      }
    }
    .display-app,
    .button-app{
      width: 356px;
    }
    h3 {
      color: #595959;
      font-size: 24px;
      line-height: 26px;
      font-family: LatoBold;
      font-weight: normal;
      text-transform: uppercase;
      margin-bottom: 32px;
      margin-top: 0;
    }
    .icon {
      height: 59px;
      margin-bottom: 11px;
    }
    .text {
      padding: 0 40px 10px;
      min-height: 135px;
      p {
        font-size: 17px;
        line-height: 26px;
        color: #525252;
        margin: 0;
      }
    }
    .device {
      margin-bottom: 11px;
      min-height: 97px;

    }
    .button-app {
      display: inline-block;
      border-right: 1px solid #cccccc;
      vertical-align: top;
      &:last-child{
        border-right: none;
      }
      .icon {
        background: url(../images/button-icon.png) 50% 50% no-repeat;
        &.view{
          background: url(../images/button-icon1.png) 50% 50% no-repeat;
        }
      }
    }
    .btn1 {
      min-width: 180px;
      display: inline-block;
      font-family: LatoBold;
      vertical-align: -24px;
      margin-bottom: -34px;
    }
  }
}*/
/*.nicescroll-rails {
  border: 1px solid #d7d7d7;
  margin-top: -1px;
}

.chosen-container {
  .chosen-single {
    background: #f8f8f8;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 36px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: auto;
    padding: 0 36px 0 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    &:after {
      border-top: 8px solid #606060;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: none;
      content: "";
      position: absolute;
      top: 15px;
      right: 11px;
    }
  }

  &.chosen-with-drop {
    .chosen-single {
      background: #f8f8f8;
      border-color: #dedede;
    }
    .chosen-drop {
      border-color: #dedede;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-top: 0;
      background: #f0f0f0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      ul {
        margin: 0;
        padding: 0;
      }
      li{
        font-size: 17px;
        line-height: 36px;
        color: #606060;
        background: #f1f1f1;
        text-decoration: none;
        padding: 0 10px 0 20px;
        &:not(:first-child) {
          border-top: 1px solid #dedede;
        }
        &:hover{
          background-color: #c6c6c6;
        }
      }
    }
  }
}*/
/*----------- CREATE APP -----------*/
/*a.select-icon{
  color: #00a2ff;
}
#createDisplay {
  margin: 0;
  padding: 0 0 35px;
  .extra {
    width: 967px;
    margin: 0 auto;
  }
  h4 {
    float: left;
    margin: 0;
    font-size: 17px;
    line-height: 41px;
    color: #333333;
    font-family: LatoBold;
    font-weight: normal;
  }
  .right {
    float: right;
    width: 751px;
    border: 1px solid #c4c4c4;
    background: #f7f7f7;
    .center-text {
      text-align: center;
      background-color: #f8f8f8;
      font-size: 15px;
      line-height: 39px;
      font-family: LatoBold;
      color: #6c6c6c;
      text-transform: uppercase;
    }
    #frameContainer {
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #cfcfcf;
      padding-left: 14px;
      padding-right: 63px;
      counter-reset: div;
      position: relative;
      background: #ffffff;
      -moz-user-select: none;
      -khtml-user-select: none;
      user-select: none;
      -webkit-user-select: none;
      .one {
        height: 108px;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        border-right: 1px solid #dedede;
        -moz-user-select: none;
        -khtml-user-select: none;
        user-select: none;
        -webkit-user-select: none;

        .link-wrap {
          margin-left: -9px;
          overflow: auto;
          white-space: nowrap;
          padding-left: 2px;
          padding-bottom: 2px;
          -moz-user-select: none;
          -khtml-user-select: none;
          user-select: none;
          -webkit-user-select: none;
          padding-bottom: 10px;
          counter-increment: div -1;
        }
        &.active {

        }
        a,div {
          &.link {
            display: inline-block;
            position: relative;
            margin-top: 9px;
            padding: 6px 8px 22px 9px;
            &:first-child {
              &:hover {
              }
            }
            .small-device {
              display: block;
              background: url(../images/small-device.png) 0 0 no-repeat;
              width: 160px;
              height: 44px;
            }
            &:hover {
              border: 1px solid #bebebe;
              border-radius: 2px;
              margin-top: 8px;
              margin-left: -1px;
              margin-right: -1px;
              margin-bottom: -1px;
              &:first-child {
              }
            }
          }
          &.link.active {
            border: 1px solid #bebebe;
            border-radius: 2px;
            margin-top: 8px;
            margin-left: -1px;
            margin-right: -1px;
            margin-bottom: -1px;
          }
        }
        div.link{
          &:after {
            content: counter(div); !* Use the counter as content *!
            counter-increment: div; !* Increment the counter by 1 *!
            position: absolute;
            left: 85px;
            bottom: 3px;
            font-size: 15px;
            line-height: 18px;
            color: #7f7f7f;
          }
        }
      }
      .remove {
        position: absolute;
        top: 61px;
        right: 16px;
        width: 30px;
        height: 30px;
        background: url(../images/minus-icon.png) 0 0 no-repeat;
        &:hover {
          background-position: 100% 0;
        }
        &.disabled{
          opacity: 0.5;
          background-position: 100% 0;
        }
      }
      .add {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../images/plus-icon-2.png) 0 0 no-repeat;
        position: absolute;
        top: 21px;
        right: 16px;
        &:hover {
          background-position: 100% 0;
        }
      }
    }
    .details {
      .type {
        width: 233px;
        float: left;
        background: #f7f7f7;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        .one {
          display: block;
          padding: 21px 40px 12px 41px;
          border-top: 1px solid #d7d7d7;
          &:first-child {
            margin-left: 0;
            border-top: none;
          }
          &:hover,
          &.active,
          &:active {
            background-color: #ffffff;
            cursor: pointer;
          }
          &:hover{
            background: #ececec;
          }
          a {
            display: block;
            margin-bottom: 1px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            font-size: 19px;
            line-height: 37px;
            height: 37px;
            color: #7b7b7b;
            text-transform: uppercase;
            text-align: center;
            cursor: pointer;
            width: 151px;
            height: 43px;
            &.icon {
              background: url(../images/icon2.png) 0px 0 no-repeat;

            }
            &.wd {
              text-transform: none;
              background: url(../images/smile-icon1.png) 9px 50% no-repeat;
              padding-left: 42px;
            }
            &.kg {
              background: url(../images/icon4.png) 0 0 no-repeat;
              padding-left: 42px;
            }
            &.percent {
              background: url(../images/icon3.png) 0 0 no-repeat;
              padding-left: 32px;
            }
            &.sparkline {
              background: url(../images/icon5.png) 0 0 no-repeat;
            }
            &.date {
              background: url(../images/sparkline1.png) 50% 50% no-repeat;
            }

          }
          .title {
            font-size: 14px;
            line-height: 20px;
            color: #7b7b7b;
            text-align: center;
          }
        }
      }
      .block-one {
        width: 518px;
        float: right;
        box-sizing: border-box;
        padding: 15px 63px 38px 35px;
        background: #ffffff;
        min-height: 383px;
        .select-icon{
          margin-bottom: 20px;
          .create-new{
            line-height: 18px;
            margin-left: 17px;
          }
          a{
            color: #00a2ff;
          }
          .icon {
            width: 99px;
            height: 99px;
            display: inline-block;
            vertical-align: middle;
            margin-left: -7px;
            box-sizing: border-box;
            position: relative;
            cursor: pointer;
            img {
              width: 100%;
              height: auto;
            }
            &:hover{
              .delete{
                display: block;
              }
            }
          }
          .delete {
            position: absolute;
            right: 0;
            top: 0;
            width: 23px;
            height: 24px;
            background: url(../images/delete-icon.png) 0 0 no-repeat;
            &:hover{
              background-position: 0 100%;
            }
          }
        }
        .error{
        }
        input[type=text] {
          box-sizing: border-box;
          padding: 5px 18px;
          font-size: 17px;
          line-height: 26px;
          height: 38px;
          color: #515151;
          border: 1px solid #dfdfdf;
          width: 100%;
          display: inline;
        }
        h3 {
          margin: 0 0 15px;
          font-size: 17px;
          line-height: 26px;
          color: #6c6c6c;
          font-weight: normal;
          font-family: LatoBold;
        }
        .text-type {
          float: left;
          padding-top: 12px;
          -moz-user-select: none;
          -khtml-user-select: none;
          user-select: none;
          -webkit-user-select: none;
          a {
            float: left;
            width: 30px;
            height: 29px;
            border-radius: 13px;
            background: #ffffff url(../images/text-type-icons.png) 0 0 no-repeat;
            text-indent: -9999px;
            margin-left: 8px;
            &.type-1 {
              background-position: 0 0;
            }
            &.type-2 {
              background-position: -39px 0;
            }
            &.type-3 {
              background-position: -79px 0;
            }
            &.type-4 {
              background-position: -119px 0;
            }
            &.type-5 {
              background-position: -158px 0;
            }
            &.type-6 {
              background-position: -198px 0;
            }
            &.type-7 {
              background-position: -237px 0;
            }
            &.less {
              background-position: -277px 0;
            }
            &.more {
              background-position: -317px 0;
            }
            &.equal {
              background-position: -357px 0;
            }
            &:hover {
              background-color: #ededed;
            }
          }
        }
        .goalblock{
          h3{
            margin-bottom: 5px;
          }
          .form-ittem{
            margin-bottom: 22px;
            &.last{
              margin-bottom: 0;
            }
          }
        }
      }
    }
  }
}
#imagesAnimation{
  &+.error{
    display: block;
    margin-top: -21px;
    margin-bottom: 21px;
  }
}*/
/*.widget-line {
  margin: 0;
  padding: 0;
  .extra {
    width: 965px;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid #c0c0c0;
    h4 {
      font-size: 17px;
      line-height: 40px;
      color: #333333;
      font-family: LatoBold;
      margin: 0 0 30px;
    }
    .btn1 {
      min-width: 142px;
      &.view1{
        min-width: 1px;
        margin-left: 5px;
      }
    }
    .item {
      margin-bottom: 29px;
      position: relative;
      span.error{
        padding-left: 233px;
      }
    }
    input[type=text],input[type=password],input[type='number'] {
      box-sizing: border-box;
      padding: 5px 18px;
      font-size: 17px;
      line-height: 26px;
      height: 38px;
      color: #515151;
      border: 1px solid #dfdfdf;
      width: 749px;
      display: inline-block;
      &.view{
        width: 600px;
      }
    }
    .poll,.view{
      input[type=text]{
        width: 600px;
      }
    }
    .error-input{
      border-color: red;
    }
    textarea {
      border: 1px solid #c9c9c9;
      padding: 10px 18px;
      font-size: 17px;
      line-height: 28px;
      width: 749px;
      display: inline-block;
      box-sizing: border-box;
      height: 358px;
      resize: none;
      margin-bottom: 29px;
    }
    .center-text {
      padding-bottom: 10px;
    }
    label {
      display: inline-block;
      font-size: 17px;
      line-height: 38px;
      vertical-align: top;
      font-family: LatoBold;
      color: #7d7d7d;
      width: 200px;
      text-align: right;
      padding-right: 12px;
    }
    .labelView{
      width: auto;
    }

    .choise-type {
      display: inline-block;
      border: 1px solid #dedede;
      border-radius: 15px;
      overflow: hidden;
      background-color: #ededed;
      li {
        float: left;
        font-size: 17px;
        line-height: 34px;
        a {
          color: #333333;
          display: block;
          width: 137px;
          text-align: center;
          &.active {
            background-color: #ffffff;
          }
        }
      }
    }

    #paramsText {
      line-height: 38px;
    }
    &.customfields {
      input[type="checkbox"]:not(.defaultCheck) {
        display: none;
        &:checked {
          + label {
            &:before {
              background-position: 0 100%;
            }
          }
        }
        + label {
          width: 250px;
          padding-left: 43px;
          position: relative;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          &:before {
            content: ' ';
            display: block;
            position: absolute;
            width: 28px;
            height: 27px;
            left: 0;
            top: 4px;
            background: url(../images/checkbox.png) 0 0 no-repeat;
          }
        }
      }
      .properties-box {
        float: right;
      }
    }
  }
}*/
.popup .image-switcher {
  margin: 0 -68px 34px -73px;
  padding: 0 68px 0 73px;
}
.popup #create-icon {
  display: none;
}

.image-switcher {
  border-bottom: 1px solid #dedede;
  margin: 20px 0 0;
  height: 53px;
}
.image-switcher li {
  float: left;
  text-transform: uppercase;
  background-color: #ededed;
  font-size: 15px;
  line-height: 53px;
  color: #333333;
  font-weight: 700;
  width: 214px;
  text-align: center;
  cursor: pointer;
}
.image-switcher li.active {
  border: 1px solid #cccccc;
  border-bottom: none;
  margin: 0px 0 -1px;
  line-height: 53px;
  width: 212px;
  background-color: #ffffff;
  cursor: default;
}
.image-switcher li.edit:before {
  content: " ";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url("../images/icon_edit.png") no-repeat 0 0;
  margin: -2px 15px 0 0;
}
.image-switcher li.create:before {
  content: " ";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url("../images/icon_create.png") no-repeat 0 0;
  margin: -2px 15px 0 0;
}

#animations {
  border: 1px solid #e1e1e1;
  height: 294px;
  margin-bottom: 25px;
  position: relative;
}

.image-or-animation .selectApp {
  position: relative;
  font-size: 17px;
  line-height: 20px;
  color: #7e7e7e;
  padding-left: 26px;
}
.image-or-animation .selectApp .delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 24px;
  background: url(../images/delete-icon.png) 0 0 no-repeat;
}
.image-or-animation .selectApp .delete:hover {
  background-position: 0 100%;
}
.image-or-animation .selectApp .btn1 {
  float: right;
  margin-top: 25px;
  width: 142px;
  box-sizing: border-box;
  text-align: center;
}
.image-or-animation .selectApp .btn1:hover {
  text-decoration: none;
}
.image-or-animation .selectApp strong {
  color: #333333;
}
.image-or-animation .icon2 {
  width: 99px;
  height: 99px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -7px;
  margin-right: 17px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.image-or-animation .icon2 img {
  width: 100%;
  height: auto;
}
.image-or-animation .top-tabs {
  padding-bottom: 19px;
}
.image-or-animation .top-tabs .select-box {
  margin-bottom: 0;
  float: left;
  width: 150px;
  height: 38px;
  box-sizing: border-box;
  margin-right: 12px;
  position: relative;
}
.image-or-animation .top-tabs .select-box .select {
  border: 1px solid #d7d7d7;
  padding-right: 30px;
  text-align: center;
  font-size: 17px;
  line-height: 36px;
  color: #333333;
  display: block;
  background-color: #f8f8f8;
  text-decoration: none;
}
.image-or-animation .top-tabs .select-box .select:after {
  border-top: 8px solid #606060;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: none;
  content: "";
  position: absolute;
  top: 15px;
  right: 11px;
}
.image-or-animation .top-tabs .select-box .popup-select {
  top: 36px;
  background: #f8f8f8;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
}
.image-or-animation .top-tabs .select-box .popup-select a {
  color: #333333;
  background: #f8f8f8;
  text-decoration: none;
  border-top: 1px solid #dedede;
  display: block;
  font-size: 17px;
  line-height: 36px;
  padding: 0 10px 0 30px;
}
.image-or-animation .top-tabs .select-box .popup-select a:first-child {
  border-top: none;
}
.image-or-animation .top-tabs .select-box .popup-select a:hover {
  background-color: #C6C6C6;
}
.image-or-animation .top-tabs .select-box .popup-select a:first-child {
  border-top: none;
}
.image-or-animation .top-tabs input {
  float: left;
  width: 204px;
  font-size: 17px;
  line-height: 20px;
  height: 38px;
  padding: 5px 18px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 0;
}

#animationsList {
  padding: 13px 10px 24px 15px;
  overflow: hidden;
  margin-left: -12px;
}
#animationsList .one {
  float: left;
  width: 62px;
  height: 84px;
  padding: 7px 0 0;
  text-decoration: none;
  margin-left: 11px;
  cursor: pointer;
}
#animationsList .one .img-box {
  text-align: center;
}
#animationsList .one .title, #animationsList .one .subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #5c5c5c;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#animationsList .one:hover, #animationsList .one.active {
  border: 2px solid #c4c4c4;
  margin: -2px -2px -2px 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
#animationsList .one:hover .edit, #animationsList .one.active .edit {
  position: absolute;
  top: 2px;
  right: 2px;
  background: url(../images/edit-icon.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
}
#animationsList .one:hover .edit:hover, #animationsList .one.active .edit:hover {
  background-position: 0 -15px;
}
#animationsList .one:hover .copy, #animationsList .one.active .copy {
  position: absolute;
  top: 2px;
  right: 2px;
  background: url(../images/new-icon.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
}
#animationsList .one:hover .copy:hover, #animationsList .one.active .copy:hover {
  background-position: 0 -15px;
}

/*.notice {
  width: 100%;
  position: fixed;
  left: 0;
  top: 148px;
  z-index: 99;
  .alert{
    margin: 0 auto;
    position: relative;
    .close{
      float: right;
      font-size: 18px;
      line-height: 36px;
      background: none;
      border: none;
      width: 22px;
      padding: 0;
      height: 36px;
      color: #ffffff;
      font-family: LatoBold;
      outline: none;
    }
  }
  .error,.information,.success{
    margin: 0 auto;
  }
  .information,.success{
    background-color: rgba(0, 188, 61, 0.9);
  }
  .error{
    background-color: rgba(255, 0, 0, 0.90);
  }
  .information{
    background-color: rgba(0, 161, 255, 0.90);
  }
  .alert{
    max-width: 965px;
    margin: 0 auto;
    color: #ffffff;
    font-family: 'latoBold';
    font-size: 15px;
    line-height: 37px;
  }
}
.item{
  span.error{
    display:block;
    color: #ff0000;
    padding-left: 196px;
    font-size: 14px;
    &.err-center {
      text-align: center;
    }
  }
}

span.error-hex,
span.error-name{
  color: #ff0000;
  display:block;
}*/
.icons .image-selector-tab {
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-top: none;
  margin-bottom: 20px;
}
.image-selector-tab .create-icon-menu {
  display: inline-block;
  border: 1px solid #dedede;
  border-radius: 16px;
  background-color: #ededed;
  overflow: hidden;
  margin-bottom: 20px;
}
.image-selector-tab .create-icon-menu a {
  float: left;
  font-size: 17px;
  line-height: 33px;
  color: #a3a3a3;
  width: 137px;
  text-align: center;
  text-decoration: none;
}
.image-selector-tab .create-icon-menu a.active {
  color: #333333;
  background-color: #ffffff;
}
.image-selector-tab h2 {
  margin: 0 0 19px;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
}
.image-selector-tab h2 a {
  color: #515151;
}
.image-selector-tab h2 a.active {
  cursor: default;
  color: #fcb413;
}
.image-selector-tab .image-tab {
  display: none;
}
.image-selector-tab .top {
  position: relative;
  padding-bottom: 23px;
}
.image-selector-tab .top .image-place {
  float: left;
  background: url(../images/image-place.png) 0 0 no-repeat;
  width: 274px;
  height: 272px;
}
.image-selector-tab .top .play, .image-selector-tab .top .stop {
  position: absolute;
  left: 312px;
  top: 87px;
  width: 39px;
  height: 45px;
}
.icons .image-selector-tab .top .play, .icons .image-selector-tab .top .stop {
  left: 380px;
}
.image-selector-tab .top .play {
  background: url(../images/play-btn.png) 0 0 no-repeat;
}
.image-selector-tab .top .play:hover {
  background-position: 0 100%;
}
.image-selector-tab .top .stop {
  background: url(../images/stop-icon.png) 0 0 no-repeat;
}
.image-selector-tab .top .stop:hover {
  background-position: 0 100%;
}
.image-selector-tab .top .select-color {
  float: right;
  width: 375px;
}
.image-selector-tab .top .select-color .color-list {
  float: left;
  width: 140px;
  height: 188px;
}
.image-selector-tab .top .select-color .color-list a {
  float: left;
  width: 28px;
  height: 28px;
  margin: 0 7px 7px 0;
}
.image-selector-tab .top .select-color .color-list a.with-border {
  margin: -1px 6px 6px -1px;
  border: 1px solid #cacaca;
}
.image-selector-tab .top .select-color .custom-color {
  float: right;
}
.image-selector-tab .top .select-color .current-color {
  clear: both;
  padding-bottom: 17px;
}
.image-selector-tab .top .select-color .current-color label {
  float: left;
  font-size: 19px;
  line-height: 24px;
}
.image-selector-tab .top .select-color .current-color input {
  float: right;
  width: 245px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 3px 10px;
  font-size: 16px;
  line-height: 18px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #7b7b7b;
}
.image-selector-tab .top .select-color .btns a {
  display: inline-block;
  color: #515151;
  text-decoration: none;
  font-size: 16px;
  margin-right: 19px;
}
.image-selector-tab .top .select-color .btns .set-all,
.image-selector-tab .top .select-color .btns .reset-all {
  border: 1px solid #a6a6a6;
  border-radius: 16px;
  width: 105px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  background: #ffffff;
}
.image-selector-tab .top .select-color .btns .set-all:hover,
.image-selector-tab .top .select-color .btns .reset-all:hover {
  background: #b5b5b5;
}
.image-selector-tab .top .select-color .btns .pipette {
  line-height: 31px;
  padding-left: 36px;
  background: url(../images/pipette.png) 0 0 no-repeat;
  background-position: -33px 100%;
  /*            &:hover{
                background-position: -33px 100%;
              }*/
}
.image-selector-tab .top .select-color .btns .pipette.active {
  background-position: 0 0;
}
.image-selector-tab .frames {
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #d6d6d6;
  position: relative;
  padding: 8px 67px 0 0px;
  height: 151px;
}
.image-selector-tab .frames:after {
  content: "";
  background-color: #d6d6d6;
  width: 1px;
  height: 100%;
  top: 0;
  right: 67px;
  position: absolute;
}
.image-selector-tab .frames .frame-btns {
  position: absolute;
  top: 30px;
  right: 14px;
}
.image-selector-tab .frames .frame-btns a {
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 18px;
}
.image-selector-tab .frames .frame-btns a.remove {
  background: url(../images/minus-icon.png) 0 0 no-repeat;
}
.image-selector-tab .frames .frame-btns a.add {
  background: url(../images/plus-icon-2.png) 0 0 no-repeat;
}
.image-selector-tab .frames .frame-btns a:hover {
  background-position: 100% 0;
}
.image-selector-tab .frames .frame-wrap {
  height: 151px;
  overflow: auto;
}
.image-selector-tab .frames .frame-wrap .scroll-wrap {
  padding: 9px 8px 0;
  counter-reset: div;
}
.image-selector-tab .frames .frame-wrap .one {
  float: left;
  width: 100px;
  height: 118px;
  position: relative;
  text-align: center;
}
.image-selector-tab .frames .frame-wrap .one:hover, .image-selector-tab .frames .frame-wrap .one.active {
  margin: -1px;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.image-selector-tab .frames .frame-wrap .one:after {
  content: counter(div);
  counter-increment: div;
  position: absolute;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.image-selector-tab .frames .frame-wrap .one .frame-box {
  width: 84px;
  height: 80px;
  background: url(../images/frame-bg.png) 0 0 no-repeat;
  margin: 0 auto;
}
.image-selector-tab .frames .frame-wrap .one .frame-box:hover {
  cursor: pointer;
}
.image-selector-tab .frames .frame-wrap .one .select-box {
  z-index: 2;
  height: 20px;
  text-align: center;
  position: relative;
}
.image-selector-tab .frames .frame-wrap .one .select-box a.select {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  color: #515151;
  padding-right: 17px;
}
.image-selector-tab .frames .frame-wrap .one .select-box a.select:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 19px;
  border-top: 9px solid #8f8f8f;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  width: 0;
  height: 0;
}
.image-selector-tab .frames .frame-wrap .one .select-box .popup-select {
  display: none;
  position: absolute;
  top: 26px;
  width: 84px;
  right: 12px;
  background: #dedede;
}
.image-selector-tab .frames .frame-wrap .one .select-box .popup-select:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7px;
  border-bottom: 9px solid #dedede;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: none;
  width: 0;
  height: 0;
}
.image-selector-tab .frames .frame-wrap .one .select-box .popup-select a {
  display: block;
  border-top: 1px solid #d2d2d2;
  font-size: 13px;
  line-height: 22px;
  color: #515151;
  text-align: center;
}
.image-selector-tab .frames .frame-wrap .one .select-box .popup-select a:first-child {
  border-top: none;
}
.image-selector-tab .frames .frame-wrap .one .select-box .popup-select a:hover, .image-selector-tab .frames .frame-wrap .one .select-box .popup-select a.active {
  background: #f0f0f0;
}
.image-selector-tab .frames .frame-wrap .one .select-box .popup-select-inner {
  overflow: auto;
  max-height: 110px;
}
.image-selector-tab .bottom.next label {
  width: 135px;
}
.image-selector-tab .bottom label {
  float: left;
  font-size: 19px;
  line-height: 36px;
  text-transform: uppercase;
  width: 135px;
}
.image-selector-tab .bottom input[type=text] {
  float: left;
  width: 385px;
  height: 38px;
  background: #fff;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.02);
  font-size: 18px;
  line-height: 20px;
  color: #7b7b7b;
  padding: 8px 14px;
}
.image-selector-tab .bottom input[type=submit] {
  float: right;
  width: 142px;
  height: 35px;
  background: #00a2ff;
  border: none;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 15px;
}
.image-selector-tab .bottom input[type=submit]:hover {
  background-color: #0092ff;
}

/*.errorInfo{
  width: 700px;
  margin:  148px auto;
  text-align: center;
  h1{
    font-family: latoHairline;
    font-size: 143px;
    line-height: 146px;
    color: #1a1717;
    opacity: .2;
    margin: 0;
    padding: 0;
    font-weight: bold;
  }
  h2{
    font-family: latolight;
    font-size: 67px;
    line-height: 70px;
    color: #1a1717;
    opacity: 0.6;
    margin: 0 0 22px 0;
    padding: 0;
    font-weight: bold;
  }
  p{
    font-size: 18px;
    line-height: 35px;
    color: #1a1717;
    opacity: 0.6;
    margin: 0 0 20px 0;
    font-family: robotoThin;
    font-weight: bold;
  }
}
.accountEdit{
  header,#footer{
    font-family: "lato-light", "Lato", Arial, sans-serif;
  }
  #page-wrapper{
    .extra {
      max-width: 1333px;
      min-width: 1149px;
      margin: 0 auto;
      background: #ffffff;
      width: auto;
    }
  }
  #wrapper {
    max-width: 1333px;
    min-width: 1149px;
    margin: 0 auto;
    background: #fff;
  }
  .notice{
    top: 75px;
    background: none;
  }
}
.accounWrap{
  margin: 0;
  padding: 70px 0 50px 0;
  .btn-white, .btn1{
    margin-left: 17px;
    min-width: 145px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 19px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 8px 23px 8px;
  }
  .btn1{
    border: 1px solid transparent;
  }
  .extra {
    .extra-wrap {
      height: 266px;
    }
  }
  .item {
    margin-bottom: 30px;
    > label {
      font-size: 17px;
      line-height: 38px;
      vertical-align: top;
      min-width: 160px;
      margin-right: 15px;
      float: left;
      font-weight: normal;
      font-family: LatoBold;
      color: #7d7d7d;
      &.private-app{
        margin-left: 178px;
        font-family: "latoRegular","Lato";
        color: #5c5c5c;
        line-height: 32px;
      }
    }
    label{
      &.label{
        line-height: 19px;
        margin-top: -4px;
      }
    }
    strong {
      font-family: latoBold;
      font-size: 17px;
      line-height: 20px;
    }
    input[type=text], input[type=password], textarea, input[type=email] {
      width: 590px;
      color: #333333;
      font-size: 17px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #dcdcdc;
      font-family: 'latoRegular', 'Lato';
      box-shadow: none ;
    }
    input[type=text],input[type=password],input[type=email] {
      padding: 8px 22px;
      height: 37px;
      line-height: 20px;
      display: inline-block;
    }
    input[type=password]{
      color: #5c5c5c;
    }
    textarea {
      height: 106px;
      resize: none;
      padding: 8px 17px;
      line-height: 20px;
      letter-spacing: -0px;
      &.big-textarea {
        height: 358px;
        width: 586px;
      }
    }

  }
  .itemEdit{
    overflow: hidden;
    padding-left: 12px;
    label {
      font-size: 17px;
      line-height: 43px;
      color: #6c6c6c;
      font-family: latoBold;
      min-width: 95px;
      margin-right: 15px;
      float: left;
      clear: left;
    }
    input[type=text], input[type=password], textarea {
      width: 298px;
      color: #333333;
      font-size: 17px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #dcdcdc;
      font-family: 'latoRegular', 'Lato';
      box-shadow: none ;
    }
    .error{
      color: #ff0000;
      font-size: 14px;
      line-height: 17px;
      margin-top: -13px;
      margin-bottom: -4px;
      font-family: latoRegular;
    }
  }
  .itemAcc{
    overflow: hidden;
    margin-bottom: 9px;
    .btn1{
      margin-left: 0;
    }
    .btn-white{
      min-width: 100px;
      padding-left: 19px;
      padding-right: 19px;
    }
  }
  .buttons{
    text-align: center;
    max-width: 855px;
    .btn1{
      margin-left: 0;
    }
    .btn-white{
      min-width: 100px;
      padding-left: 19px;
      padding-right: 19px;
    }
  }
  .itemInfo{
    overflow: hidden;
    position: relative;
    padding-bottom: 8px;
    .error{
      color: #ff0000;
      font-size: 14px;
      line-height: 17px;
      padding-left: 23px;
      margin-top: -10px;
    }
  }
  .tabsAppsWrap{
    margin-bottom: 56px;
  }
  .tabsApps li a{
    min-width: 198px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
}
.equals{
  a{
    &.more{
      margin-left: 0 !important;
    }
  }
}
.signs{
  margin-left: 47px;
}
.error{
  color: #ff0000;
  display: block;
  font-size: 14px;
  li{
    font-size: 14px;
  }
}
.checkboxStyle{
  display: none;
  &+label{
    position: relative;
    padding-left: 21px;
    &:before{
      content: '';
      position: absolute;
      background: url(../../img/checkbox.png) 0 0px;
      width: 15px;
      height: 15px;
      left: 0;
      top: 8px;
    }
  }
  &:checked{
    &+label{
      &:before{
        background-position: 0 -15px;
      }
    }
  }
}*/
/*.create-new{
  line-height: 38px;
}
.select-box{
  &.view{
    width: 83px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    a{
      font-size: 13px;
      color: #7b7b7b;
      text-decoration: none;
      line-height: 24px;
      display: inline-block;
    }
    .popup-select{
      position: absolute;
      left: 0;
      top: 18px;
      max-height: 64px;
      overflow: auto;
      z-index: 2;
      width: 100%;
      background: #f8f8f8;
      a{
        display: block;
        &:hover{
          background: #e3e3e3;
        }
      }
    }
    .select{
      line-height: 17px;
      position: relative;
      &:after{
        content: "";
        position: absolute;
        top: 5px;
        right: -17px;
        border-top: 8px solid #959698;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: none;
        width: 0;
        height: 0;
      }

    }
  }



}
.step1,.step2{
  .error{
    padding-left: 18px;
  }
}
.info-device{
  position: absolute;
  top: 160px;
  left: 0;
  text-align: center;
  width: 100%;
  font-family: 'latoRegular';
  color: #474747;
  font-size: 14px;
  line-height: 17px;
  span{
    text-decoration: underline;
    color: #00a2ff;
  }
}
.required{
  color: #ff0000;
  margin-left: 2px;
}
.checkPollUrl{
  min-width: 36px !important;
}
.checkButtonUrl{

}
.checkButtonUrl,.checkPollUrl{
  //  height: 36px;
  //  height: 36px;
  //  background: url(../images/validate.png) 0 0 no-repeat;
  //  display: inline-block;
  //  text-indent: -9999px;
  //  vertical-align: 9px;
}
.status-text.push-error {
  color: red;
}*/
/*#frame-dialog{
  width: 480px;
  text-align: center;
  .popup-inner.dialog{
    padding: 45px 65px 25px;
  }
  .title{
    margin: 0;
  }
  .note{
    font-size: 14px;
    line-height: 17px;
  }
  p{
    text-align: left;
  }
  .btn1{
    margin: 0 25px;
    outline: none;
  }
  .cancel{
    background: #ffffff;
    color: #00a2ff;
    border:1px solid #00a2ff;
  }
  .close{
    position: absolute;
    background: url(../images/close_popup1.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 10px;
    cursor: pointer;
    &:active {
      background-position: 100% 0;
    }
  }
}
.textCopy{
  display: inline-block;
  position: relative;
  .btn-copy{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
    background: url(../images/icon-copy.png) 0 0 no-repeat;
    display: none;
    text-indent: -9999px;
    &:hover{
      opacity: 1;
    }
  }
  .zeroclipboard-is-hover{
    background: none;
  }
}
.devicesView{
  td,th{
    border: 1px solid #dedede;
    padding: 15px;
    width: 50%;
  }
  .no-devices{
    text-align: center;
  }
}
.save-format{
  position: absolute;
  right: 45px;
  top: 15px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  background: url(../images/icon-save.png) 0 0 no-repeat;
  opacity: 0.5;
  display: none;
  z-index: 1000000000;
  &:hover {
    opacity: 1;
  }
}
.no-result{
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 176px;
}
.lock{
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/locked.png) 0 0  no-repeat;
}
.hint{
  padding-left: 233px;
  font-size: 14px;
}*/
/*---------- Cuctom fields ---------------*/
/*.create-user-interface{
  select{
    border: 1px solid #e0e0e0;
    background-color: #f8f8f8;
    padding: 0 20px;
    font-size: 17px;
    line-height: 20px;
    height: 38px;
    color: #333333;
    min-width: 220px;
  }
  .textCopy{
    .add {
      display: inline-block;
      margin-left: 10px;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      background: url(../images/plus-icon-2.png) 0 0 no-repeat;
      &:hover {
        background-position: 100% 0;
      }
    }
  }
}*/
/*.properties-box{
  width: 690px;
  margin-top: 35px;
  .property{
    position: relative;
    background-color: #ffffff;
    &:not(.authoption):not(.basicchecked) {
      border: 1px solid #cacaca;
    }
    &.authoption {
      .title {
        display: none;
      }
    }

    &.basicchecked {
      position: absolute;
      top: 0;
      right: 0;
      width: 60%;
      font-size: 14px;
      color: #7d7d7d;
      line-height: 20px;
      padding-right: 10%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      p {
        margin: 0;
        font-size: 14px;
        line-height: 20px;
      }
    }
    .remove{
      position: absolute;
      top: 50%;
      margin-top: -15px;
      right: -47px;
      width: 30px;
      height: 30px;
      background: url(../images/minus-icon.png) 0 0 no-repeat;
      &:hover {
        background-position: 100% 0;
      }
    }
    .drag{
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 26px;
      border-left: 1px solid #cacaca;
      background: #fff url(../images/drag-icon.png) 50% 50% no-repeat;
      cursor: all-scroll;
    }
    .title{
      font-size: 15px;
      line-height: 39px;
      padding-right: 27px;
      font-family: LatoBold;
      color: #6c6c6c;
      background-color: #f8f8f8;
      text-align: center;
      text-transform: uppercase;
    }
    .body{
      padding: 20px 90px 20px 36px;
      &:after {
        content: ' ';
        display: table;
        clear: both;
      }
      .form-item {
        position: relative;
      }
      label{
        width: 128px;
        ~ .error.err-center {
          padding-left: 128px !important;
        }
      }
      input{
        &[type=text], &[type='number'] {
          width: 417px;
        }
      }
      select {
        width: 417px;
      }

      input, select {
        ~ a.help {
          top: 0;
          right: -33px;
          position: absolute;
          display: block;
          width: 20px;
          height: 27px;
          font: 0/0 a;
          overflow: hidden;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin: 5px 0 0;
          background: url(../images/api_icons.png) no-repeat 0 0;
          &:hover {
            background-position: 0 50%;
          }
        }
      }
      select.api-info ~ a.help {
        background-position: 0 100%;
        &:hover {
          background-position: 0 100%;
        }
      }
      .form-item{
        padding-bottom: 22px;
      }
      .choices{
        display: inline-block;
        .add-choice{
          display: inline-block;
          margin:3px 0  19px;
          font-size: 17px;
          line-height: 30px;
          color: #7d7d7d;
          font-family: LatoBold;
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          &:before{
            content: "";
            display: block;
            float: left;
            width: 30px;
            height: 30px;
            background: url(../images/plus-icon-2.png) 0 0 no-repeat;
            margin-right: 13px;
          }
          &:hover{
            &:before{
              background-position: 100% 0;
            }
          }
        }
        .choice{
          position: relative;
          width: 417px;
          padding-bottom: 19px;
          .remove{
            right: 0;
            top: 3px;
            margin-top: 0;
          }
          .error.err-center {
            padding-left: 0 !important;
          }
        }
        input{
          &[type=text]{
            width: 374px;
          }
        }
      }
    }
  }
}*/
/*#toggle_oauthinputs {
  display: block;
  float: right;
  font-size: 17px;
  line-height: 38px;
  vertical-align: top;
  font-family: LatoBold;
  color: #00AAFE;
  cursor: pointer;
  &:after {
    content: '\2008\2191';
    display: inline;
    font-weight: 700;
  }
  &:hover {
    text-decoration: underline;
  }
  &.closed {
    &:after {
      content: '\2008\2193';
    }
  }
}*/
/*.red-border {
  border-color: #ff0000 !important;
}*/
/*
#dataUrl, #buttonUrl {
  + .error.err-center {
    position: absolute;
    right: 150px;
    left: 0;
  }
}
*/
/*
input.defaultCheck {
  display: none;
  &:not(.enum_option) {
    + label {
      padding: 0 !important;
      margin: 5px 15px 0 0;
      font: 0/0 a !important;
      display: block;
      background: url(../images/checkbox.png) 0 0 no-repeat;
      height: 27px !important;
      width: 28px !important;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      float: left;
      cursor: pointer;
      + .remove.removeoption {
        + input[type="text"] {
          width: 330px !important;
        }
      }
    }
    &:checked + label {
      background-position: 0 100%;
    }
  }

  &.enum_option {
    + label {
      padding: 0 !important;
      margin: 5px 15px 0 0;
      font: 0/0 a !important;
      display: block;
      height: 28px !important;
      width: 28px !important;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      float: left;
      cursor: pointer;
      border: 1px solid #d3d3d3;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      box-shadow: inset 0 0 2px 1px rgba(#d3d3d3, 0.4);
      + .remove.removeoption {
        + input[type="text"] {
          width: 330px !important;
        }
      }
    }
    &:checked + label {
      padding: 8px !important;
      background-color: #636363;
      background-clip: content-box;
      //background: url(../images/checkbox.png) 0 100% no-repeat;
    }
  }
}*/
body {
  color: #111111;
  min-width: 320px;
  overflow-x: hidden;
}
body:before {
  display: none;
}
@media (min-width: 1025px) {
  body:before {
    content: "desktop";
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  body:before {
    content: "tablet";
  }
}
@media (max-width: 767px) {
  body:before {
    content: "mobile";
  }
}
body.fixed-nav .main-filters {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 5;
  top: 146px;
  transition: top 0.1s linear;
}
body.fixed-nav .main-filters + * {
  margin-top: 73px;
}
@media (max-width: 1024px) {
  body.fixed-nav .main-filters {
    top: 88px;
    transition: top 0.1s linear;
  }
}
body.fixed-nav.pinned .main-filters, body.fixed-nav:not(.unpinned) .main-filters, body.fixed-nav:not(.pinned) .main-filters {
  top: 146px;
  transition: top 0.1s linear;
}
@media (max-width: 1024px) {
  body.fixed-nav.pinned .main-filters, body.fixed-nav:not(.unpinned) .main-filters, body.fixed-nav:not(.pinned) .main-filters {
    top: 88px !important;
    transition: top 300ms linear 0ms;
  }
}
body.fixed-nav.unpinned .main-filters {
  top: 76px;
  transition: top 0.1s linear;
}
@media (max-width: 1024px) {
  body.fixed-nav.unpinned .main-filters {
    top: 43px !important;
    transition: top 200ms linear 0ms;
  }
}

@media (max-width: 1024px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 1025px) {
  .tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer input[type=text], footer input[type=email] {
  width: 260px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cac9c9;
  height: 34px;
  padding: 3px 7px 3px 15px;
  font-size: 14px;
  line-height: 20px;
  background: none;
  color: #eeeeee;
  margin-bottom: 15px;
  float: left;
}
footer input[type=text]::-webkit-input-placeholder, footer input[type=email]::-webkit-input-placeholder {
  color: rgba(238, 238, 238, 0.6);
}
footer input[type=text]:-moz-placeholder, footer input[type=email]:-moz-placeholder {
  color: rgba(238, 238, 238, 0.6);
}
footer input[type=text]::-moz-placeholder, footer input[type=email]::-moz-placeholder {
  color: rgba(238, 238, 238, 0.6);
}
footer input[type=text]:-ms-input-placeholder, footer input[type=email]:-ms-input-placeholder {
  color: rgba(238, 238, 238, 0.6);
}
footer input[type=submit] {
  width: 46px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(202, 201, 201, 0.88) url(../images/icons/ico-btn.png) 50% 50% no-repeat;
  -webkit-background-size: 23px auto;
  background-size: 23px auto;
  color: #eeeeee;
  border: 0;
  text-align: left;
  padding: 0;
  height: 34px;
  font-size: 14px;
}
footer input[type=submit]:active {
  background-color: #cac9c9;
}
footer #mc2_embed_signup input.mce_inline_error {
  border-color: #ffffff;
}
footer #mc2_embed_signup div.mce_inline_error {
  background: none;
  color: #fcb413;
  font-weight: normal;
  clear: both;
  padding-left: 14px;
}
footer #mc2_embed_signup #mce2-error-response {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.67);
}
footer #mc2_embed_signup #mce2-error-response a {
  color: rgba(255, 255, 255, 0.67);
}
footer .response {
  clear: both;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  footer input[type=text], footer input[type=email] {
    width: 330px;
    height: 44px;
  }
  footer input[type=submit] {
    width: 60px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  footer input[type=text], footer input[type=email] {
    width: 80%;
  }
  footer input[type=submit] {
    width: 20%;
  }
}
@media (max-width: 320px) {
  footer input[type=text], footer input[type=email] {
    width: 76%;
    font-size: 13px;
  }
}

.social {
  margin: 5px 0 0;
  text-align: justify;
}
.social:after {
  content: " ";
  display: inline-block;
  height: 0;
  margin: 0;
  width: 100%;
  line-height: 0;
}
.social a {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  width: 36px;
  background-repeat: no-repeat;
  color: inherit;
  font-size: 13px;
  line-height: 28px;
}
.social a img {
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .social a:hover {
    color: #fcb413;
    opacity: 0.8;
  }
}
.social a.facebook {
  background-position: 0 0;
}
.social a.twitter {
  background-position: 0 -42px;
}
.social a.youtube {
  background-position: 0 -129px;
}
.social a.gp {
  background-position: 0 -86px;
}
.social a.vk {
  background-position: 0 -70px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .social {
    padding: 0 33px 21px;
  }
  .social a {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .social {
    padding: 0 12px 21px;
  }
}

.main-menu {
  padding-top: 6px;
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
  white-space: nowrap;
}
.main-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #cac9c9;
}
.main-menu li.active {
  color: #fcb413;
}
.main-menu li.active a {
  text-decoration: underline;
}
.main-menu li a {
  color: inherit;
}
.main-menu li a:hover {
  color: #fcb413;
  text-decoration: underline;
}
.main-menu .support, .main-menu .store, .main-menu .faces {
  position: absolute;
}
@media (min-width: 1025px) {
  .main-menu .support a, .main-menu .store a, .main-menu .faces a {
    font-size: 16px;
    line-height: 19px;
  }
}
.main-menu .support {
  right: 148px;
}
@media only screen and (max-width: 1450px) {
  .main-menu .support {
    right: 169px;
  }
}
.main-menu .store {
  right: 231px;
}
@media only screen and (max-width: 1450px) {
  .main-menu .store {
    right: 237px;
  }
}
.main-menu .faces {
  right: 294px;
}
@media only screen and (max-width: 1450px) {
  .main-menu .faces {
    right: 283px;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .main-menu {
    width: 395px;
  }
  .main-menu li {
    margin: 0 8px;
  }
}
@media (max-width: 1024px) {
  .main-menu {
    position: fixed;
    top: 142%;
    height: calc(120% - 65px);
    left: 0;
    width: 100%;
    padding-top: 30px;
    background-color: #1d1a1a;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    z-index: 100;
  }
  .main-menu li {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 20px;
    text-align: center;
    position: static !important;
  }
  .main-menu li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) and (max-height: 375px) {
  .main-menu li:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media (max-width: 1024px) and (max-height: 370px) {
  .main-menu li:not(:last-child) {
    margin-bottom: 4px;
  }
}
@media (max-width: 1024px) and (max-height: 370px) {
  .main-menu {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  header.open .main-menu {
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
  }
}
@media (max-width: 1024px) and (min-height: 600px) {
  .main-menu {
    padding-top: 85px;
  }
}
@media (max-width: 1024px) and (min-height: 550px) {
  .main-menu li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.fake-header-container {
  height: 133px;
  padding: 0 0 10px;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10000;
}
.fake-header-container .fake-header-inner {
  max-width: 1200px;
  padding: 0 15px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.fake-header-container .fake-header-inner .fake-nav-item {
  width: 69px;
  height: 22px;
  margin: 0 16px;
  background-color: #f1f1f1;
  display: inline-block;
}
.fake-header-container .fake-header-inner .fake-nav-item-short {
  width: 44px;
  height: 20px;
  margin: 0 0 0 7px;
  background-color: #f1f1f1;
  display: inline-block;
}
.fake-header-container .fake-header-inner .fake-top-nav {
  height: 61px;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.fake-header-container .fake-header-inner .fake-top-nav .fake-hamburger-box {
  display: none;
}
.fake-header-container .fake-header-inner .fake-top-nav .fake-header-logo {
  margin-left: -2px;
  margin-top: -4px;
}
.fake-header-container .fake-header-inner .fake-top-nav .fake-nav-items {
  padding-left: 75px;
}
.fake-header-container .fake-header-inner .fake-top-nav .fake-header-right {
  display: flex;
}
.fake-header-container .fake-header-inner .fake-top-nav .fake-header-right .fake-lang {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
.fake-header-container .fake-header-inner .fake-top-nav .fake-header-right .fake-lang .fake-flag {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #f1f1f1;
}
.fake-header-container .fake-header-inner .fake-bottom-nav {
  display: flex;
  align-items: center;
  height: 70px;
  justify-content: space-between;
  padding-top: 15px;
  box-sizing: border-box;
}
.fake-header-container .fake-header-inner .fake-bottom-nav .fake-nav-item {
  margin: 0 16px 0 0;
  width: 94px;
}
.fake-header-container .fake-header-inner .fake-bottom-nav .fake-nav-item:last-child {
  margin: 0;
}
.fake-header-container .fake-header-inner .fake-bottom-nav .fake-btn {
  height: 30px;
  border-radius: 15px;
  width: 106px;
  margin-right: -1px !important;
}
@media (max-width: 1024px) {
  .fake-header-container {
    background: white;
    height: 93px;
  }
  .fake-header-container .fake-header-inner {
    max-width: 610px;
  }
  .fake-header-container .fake-header-inner .fake-nav-item {
    height: 15px;
    width: 46px;
    margin: 0 10px;
  }
  .fake-header-container .fake-header-inner .fake-nav-item-short {
    width: 35px;
    height: 15px;
  }
  .fake-header-container .fake-header-inner .fake-top-nav {
    height: 44px;
    padding-top: 8px;
  }
  .fake-header-container .fake-header-inner .fake-top-nav .fake-header-logo img {
    max-width: 76px !important;
  }
  .fake-header-container .fake-header-inner .fake-top-nav .fake-nav-items {
    padding-left: 46px;
  }
  .fake-header-container .fake-header-inner .fake-top-nav .fake-header-right .fake-lang {
    margin-left: 20px;
  }
  .fake-header-container .fake-header-inner .fake-bottom-nav {
    height: 49px;
    padding-top: 4px;
  }
  .fake-header-container .fake-header-inner .fake-bottom-nav .fake-nav-item {
    width: 60px;
  }
  .fake-header-container .fake-header-inner .fake-bottom-nav .fake-nav-item-higher {
    height: 22px;
  }
  .fake-header-container .fake-header-inner .fake-bottom-nav .fake-btn {
    width: 48px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .fake-header-container .fake-header-inner .fake-nav-item-short {
    width: 48px;
  }
  .fake-header-container .fake-header-inner .fake-top-nav {
    height: 42px;
  }
  .fake-header-container .fake-header-inner .fake-top-nav .fake-hamburger-box {
    position: relative;
    width: 20px;
    margin-top: -6px;
    display: block;
  }
  .fake-header-container .fake-header-inner .fake-top-nav .fake-hamburger-box .fake-hamburger-inner {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
  }
  .fake-header-container .fake-header-inner .fake-top-nav .fake-hamburger-box .fake-hamburger-inner:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    top: -5px;
  }
  .fake-header-container .fake-header-inner .fake-top-nav .fake-hamburger-box .fake-hamburger-inner:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: -5px;
  }
  .fake-header-container .fake-header-inner .fake-top-nav .fake-header-logo {
    margin-left: 68px;
  }
  .fake-header-container .fake-header-inner .fake-top-nav .fake-nav-items {
    display: none;
  }
  .fake-header-container .fake-header-inner .fake-top-nav .fake-header-right .fake-nav-item {
    display: none;
  }
  .fake-header-container .fake-header-inner .fake-bottom-nav {
    padding-top: 12px;
  }
  .fake-header-container .fake-header-inner .fake-bottom-nav .fake-middle .fake-arrow {
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    transform: rotate(45deg) translate(-8px);
  }
  .fake-header-container .fake-header-inner .fake-bottom-nav .fake-middle .fake-nav-item {
    display: none;
  }
}

.secondary-navigation {
  display: block;
  width: 100%;
  padding-right: 40px;
  position: relative;
  height: 90px;
}
@media (max-width: 1024px) {
  .secondary-navigation {
    padding: 0 0 48px 20px;
  }
}
@media (max-width: 767px) {
  .secondary-navigation {
    height: 50px;
  }
}
.secondary-navigation ul {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1024px) {
  .secondary-navigation ul {
    display: none;
  }
}
.secondary-navigation .home, .secondary-navigation .categories {
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  line-height: 90px;
  letter-spacing: normal;
  color: #111111;
  cursor: pointer;
}
.secondary-navigation .home:hover, .secondary-navigation .categories:hover {
  text-decoration: underline;
}
.secondary-navigation .home a, .secondary-navigation .categories a {
  color: #111;
}
@media (max-width: 767px) {
  .secondary-navigation .home, .secondary-navigation .categories {
    line-height: 50px;
  }
}
.secondary-navigation .categories {
  position: relative;
}
.secondary-navigation .categories .category-menu {
  display: none;
  position: absolute;
  top: 60px;
  min-width: 130px;
  padding: 8px 0;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 #d7d7d7;
  margin-left: -16px;
  transition: all ease-out 0.1s;
}
.secondary-navigation .categories .category-menu li:hover {
  background: #f1f1f1;
}
.secondary-navigation .categories .category-menu a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  color: #111111;
  display: block;
  padding: 0 16px;
}
.secondary-navigation .categories .category-menu a:hover {
  text-decoration: none;
}
.secondary-navigation .categories:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 49%;
  transform: translate(0, -50%) rotate(45deg);
  border-bottom: 1px solid #111;
  border-right: 1px solid #111;
  transition: all ease-out 0.1s;
}
.secondary-navigation .search-result {
  color: #1d1a1a;
  opacity: 0.8;
  line-height: 76px;
  font-size: 17px;
}
@media (min-width: 1025px) {
  .secondary-navigation.open .nav-search-block {
    width: 100%;
    right: 0;
  }
  .secondary-navigation.open .menu {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 1024px) {
  .secondary-navigation.open .nav-search-block {
    width: 100%;
  }
  .secondary-navigation.open .nav-search-block .search-button {
    left: 10px;
  }
  .secondary-navigation.open .secondary-navigation-mobile {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.nav-search-block {
  height: 90px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #f1f1f1;
}
.nav-search-block .search-form {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  min-width: 320px;
}
.nav-search-block .search-form:not(.results) {
  padding-left: 48px;
}
.nav-search-block .search-form .search {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding-right: 40px;
  z-index: 1;
  border: 0;
  color: inherit;
}
@media (max-width: 1024px) {
  .nav-search-block .search-form .search {
    padding-right: 50px;
  }
}
.nav-search-block .cancel-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 1024px) {
  .nav-search-block .cancel-button {
    right: 13px;
  }
}
.nav-search-block .search-button {
  height: 92%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .nav-search-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .nav-search-block {
    height: 50px;
  }
}

.application-item-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.application-item-list a {
  display: block;
  position: relative;
  color: #1d1a1a;
  text-decoration: none;
  min-height: 125px;
  padding: 15px 0 10px;
}
.application-item-list figure {
  width: 82px;
  height: 82px;
  position: absolute;
  top: 21px;
  left: 0;
}
.application-item-list figure img {
  width: 125%;
  max-width: inherit;
  height: auto;
  margin: -7px 0 0 -9px;
}
.application-item-list .app-info {
  width: 90%;
  padding-left: 105px;
  min-height: 80px;
}
.application-item-list .app-info .title {
  margin: 0;
  color: #111;
  word-break: break-word;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.5px;
}
.application-item-list .app-info .created-by {
  margin: 0 0 6px;
  color: #85888b;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 1px;
}
.application-item-list .app-info .likes {
  font-size: 14px;
  color: #111;
  line-height: 1.57px;
  letter-spacing: 1px;
}
.application-item-list .app-info .likes::before {
  color: #111;
  font-size: 11px;
}

.searchresults-link {
  display: block;
  padding: 0 48px;
  font-size: 16px;
  color: #515151;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchresults-link:hover {
  background-color: #eeeeee;
  text-decoration: none;
}

/* Slider */
.slick-slider {
  margin: 0 -15px;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 15px;
  outline: none;
  max-width: 100%;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  top: 0;
  left: 0;
}

#colorbox {
  outline: 0;
  z-index: 9999;
  border: 0;
  left: 50% !important;
  top: 50% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  max-width: 90%;
  width: 100%;
  height: 780px;
}
#colorbox #cboxWrapper, #colorbox #cboxContent, #colorbox #cboxLoadedContent {
  overflow: unset;
  width: 100%;
  height: 780px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 1025px) {
  #colorbox #cboxWrapper, #colorbox #cboxContent, #colorbox #cboxLoadedContent {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }
}
@media (max-width: 1024px) {
  #colorbox #cboxWrapper, #colorbox #cboxContent, #colorbox #cboxLoadedContent {
    max-width: 100%;
    max-height: 100%;
    display: block !important;
  }
}
@media (min-width: 1025px) {
  #colorbox #cboxWrapper > div:nth-of-type(2) {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }
}
@media (max-width: 1024px) {
  #colorbox #cboxWrapper > div:nth-of-type(2) {
    max-width: 100% !important;
    max-height: 100% !important;
    display: block !important;
  }
}
#colorbox iframe {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  #colorbox.get-updates {
    width: 300px !important;
    height: 300px !important;
  }
}
@media (min-width: 1441px) {
  #colorbox.icons {
    max-width: 904px;
    max-height: 780px;
  }
}
@media (max-width: 1440px) and (min-width: 1025px) {
  #colorbox.icons {
    max-width: 904px;
    max-height: 780px;
  }
}
#colorbox.colorbox-support {
  max-width: 800px;
}
@media (max-width: 800px) {
  #colorbox.colorbox-support {
    max-width: 100%;
  }
}
#colorbox.colorbox-support iframe {
  width: 80%;
  margin: auto;
  padding: 20px;
}

#cboxClose {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  text-indent: -9999px;
  outline: none;
  background: none;
  width: 20px;
  height: 20px;
}
#cboxClose:before, #cboxClose:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cboxClose:before {
  border-left: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cboxClose:after {
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header-old {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  padding: 20px 0;
  height: 85px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #1d1a1a;
}
#header-old .inner {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  height: 100%;
}
@media (max-width: 1450px) {
  #header-old .inner {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #header-old .inner {
    padding: 0 10px;
  }
}
#header-old #logo {
  float: left;
  white-space: nowrap;
}
#header-old #logo a {
  display: inline-block;
  vertical-align: bottom;
}
#header-old #logo a img {
  max-width: 100%;
  height: auto;
}
#header-old #logo a.logo-title {
  display: none;
  color: #cac9c9;
  text-transform: uppercase;
  font-family: "Dense-Regular";
  font-size: 30px;
  padding-left: 3px;
}
#header-old #logo a.logo-title:before {
  content: " | ";
}
#header-old #logo a.logo-title:hover {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1024px) {
  #header-old {
    height: 65px;
    padding: 10px 0;
  }
  #header-old #logo {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  #header-old #logo {
    margin-top: 10px;
  }
  #header-old #logo img {
    width: 90px;
  }
}
#header-old .buy-now-mobile {
  display: none;
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  text-align: center;
  right: 120px;
  top: 0;
  width: 45px;
  height: 45px;
}
#header-old .buy-now-mobile:after {
  content: "";
  font-family: "icomoon2" !important;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  background: #1d1a1a;
}
@media (max-width: 1024px) {
  #header-old .buy-now-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  #header-old .buy-now-mobile {
    right: 70px;
  }
  #header-old .buy-now-mobile:after {
    font-size: 30px;
  }
}

#footer-old {
  background: #4c4a4a;
  color: #ffffff;
  position: relative;
}
#footer-old .top {
  padding: 40px 30px 32px 10px;
  max-width: 1250px;
  margin: 0 auto;
}
#footer-old .top .col-left {
  margin-top: 12px;
}
#footer-old .menu, #footer-old .list {
  display: inline-block;
  vertical-align: top;
}
#footer-old .menu li, #footer-old .list li {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1025px) {
  #footer-old .menu li a:hover, #footer-old .list li a:hover {
    text-decoration: underline;
  }
}
#footer-old .menu li {
  font-size: 16px;
  line-height: 19px;
}
#footer-old .menu a {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.67);
}
#footer-old .list a {
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 20px;
}
#footer-old .thanks {
  display: none;
  width: 306px;
}
@media (max-width: 1024px) {
  #footer-old .thanks {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 240px;
  }
}
#footer-old .bottom {
  background: #3b3939;
}
#footer-old .copyright {
  display: block;
  color: #696969;
  vertical-align: top;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  padding: 31px 30px 23px 10px;
  max-width: 1250px;
  margin: 0 auto;
  text-align: center;
}
#footer-old .copyright a {
  color: inherit;
}
#footer-old .copyright a:hover {
  text-decoration: underline;
}
#footer-old .copyright .logo {
  width: 130px;
  height: 17px;
  float: right;
  margin-right: 3px;
}
@media (min-width: 1025px) {
  #footer-old #mc2_embed_signup {
    max-width: 306px;
  }
  #footer-old .menu {
    margin: 23px 0 30px;
  }
  #footer-old .menu li {
    margin-right: 26px;
  }
  #footer-old .list li:not(:first-child) {
    margin-left: 38px;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  #footer-old .list li:not(:first-child) {
    margin-left: 18px;
  }
}
@media (max-width: 1024px) {
  #footer-old .top {
    padding: 95px 10px 32px;
  }
  #footer-old .col-left, #footer-old .col-right {
    width: 100%;
    float: none;
  }
  #footer-old .col-right {
    max-width: 390px;
    margin: 0 auto;
    padding: 15px 0;
  }
  #footer-old .list {
    width: 100%;
  }
  #footer-old .list li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 29px;
  }
  #footer-old .menu {
    width: 100%;
    text-align: center;
    padding: 20px 0 40px;
  }
  #footer-old .menu li {
    margin: 0 16px;
  }
  #footer-old .copyright {
    text-align: center;
  }
  #footer-old .copyright .text {
    float: none;
  }
  #footer-old .copyright .logo {
    display: none;
  }
}
@media (max-width: 1024px) {
  #footer-old .top {
    padding-top: 35px;
  }
  #footer-old .col-right {
    width: 85%;
    max-width: 390px;
  }
  #footer-old .menu {
    padding-bottom: 0;
  }
  #footer-old .menu li {
    margin: 0 0 23px;
    width: 100%;
    text-align: center;
  }
  #footer-old .copyright {
    padding: 31px 10px 23px;
  }
}

section#footer {
  overflow: inherit;
}

.form-wrap {
  position: relative;
}
.form-wrap .privacy-text {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.67);
  text-align: center;
  margin: 0 auto;
}
.form-wrap .privacy-text a {
  color: rgba(255, 255, 255, 0.67);
}
.form-wrap .error {
  display: none;
  margin-bottom: 4px;
}
.form-wrap input[type=email] {
  margin-bottom: 6px;
}
.form-wrap input[type=submit] {
  margin-bottom: 6px;
  background: rgba(202, 201, 201, 0.88);
  width: 60px;
  color: #515151;
  text-align: center;
  line-height: 1;
  text-transform: unset;
}

.birthday-popup {
  height: 400px;
  width: 360px;
  background: #fff;
  padding: 24px 30px;
  position: absolute;
  top: -420px;
  right: -30px;
  display: none;
  color: black;
  z-index: 100;
  animation: show-popup 300ms ease-in-out forwards;
}
.birthday-popup .x_mark {
  display: block;
  background: url(../images/x_mark.png);
  width: 11px;
  height: 11px;
  position: absolute;
  right: 9px;
  top: 12px;
  cursor: pointer;
}
.birthday-popup .text {
  line-height: 1.42;
  text-align: center;
  color: #757575;
  font-size: 12px;
  border: none;
  padding: 10px 0;
}
.birthday-popup h1 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
  margin: 0;
  color: #323232;
  text-align: center;
}
.birthday-popup h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin: 0 0 15px 0;
  color: #323232;
  text-align: center;
}
.birthday-popup input {
  width: 100% !important;
}
.birthday-popup ::-webkit-input-placeholder {
  color: #afafaf !important;
}
.birthday-popup ::-moz-placeholder {
  color: #afafaf !important;
}
.birthday-popup :-ms-input-placeholder {
  color: #afafaf !important;
}
.birthday-popup :-moz-placeholder {
  color: #afafaf !important;
}
.birthday-popup input[type=text] {
  margin-bottom: 13px;
  color: #afafaf;
}
.birthday-popup label {
  display: block;
  margin-bottom: 7px;
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.birthday-popup .select {
  float: left;
  width: 90px;
  height: 34px;
  margin: 0 15px 15px 0;
  padding: 0;
  position: relative;
  border: 1px solid #cac9c9;
  color: #cac9c9;
}
.birthday-popup .select:last-child {
  margin-right: 0;
}
.birthday-popup .wide {
  width: 100%;
}
.birthday-popup .select > select {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px 15px 0 15px;
  border: 0px;
  background: url(../images/select_arrows.png) no-repeat;
  background-position: right 8px top 7px;
  font-size: 14px;
  font-weight: 400;
  color: #afafaf;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.birthday-popup .send-button {
  height: 50px;
  background: #4da6ff;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 15px;
  font-size: 17px;
}
.birthday-popup .birthday .date {
  width: 90px !important;
}
.birthday-popup .birthday .date:last-child {
  margin-right: 0px;
}

.close {
  animation: close-popup 300ms ease-in-out forwards;
}

.birthday-overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: 99;
  animation: show-overlay 300ms ease-in-out forwards;
}

.close-overlay {
  animation: close-overlay 300ms ease-in-out forwards;
}

.angle {
  width: 25px;
  height: 25px;
  background: #fff;
  position: relative;
  z-index: 11;
  top: 32px;
  margin: 0 auto;
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .birthday-popup {
    width: 545px;
    right: -20%;
  }

  .birthday-popup label {
    clear: left;
  }

  .birthday-popup .select {
    width: 148px;
    margin-right: 20px;
  }

  .birthday-popup .select:last-child {
    margin-right: 0;
  }

  .birthday-popup .wide {
    width: 100%;
  }

  .birthday-popup input[type=text] {
    height: 34px;
  }
}
@media (max-width: 768px) {
  section#footer {
    overflow: inherit;
  }
}
@media (max-width: 600px) {
  .birthday-popup {
    width: 114%;
    right: -7%;
  }

  .birthday-popup h1 {
    font-size: 16px;
  }

  .birthday-popup .select {
    width: 32%;
    margin-right: 2%;
  }

  .birthday-popup .wide {
    width: 100%;
  }
}
@keyframes show-popup {
  0% {
    opacity: 0;
    top: -350px;
  }
  100% {
    opacity: 1;
    top: -420px;
  }
}
@keyframes close-popup {
  0% {
    opacity: 1;
    top: -420px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    top: -520px;
  }
}
@keyframes show-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes close-overlay {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
#notificationBar {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 98;
  text-align: center;
  background: #fff;
  cursor: default;
}
#notificationBar .content {
  height: inherit;
  display: inline-block;
  transform: translate(-82px, 0);
}
#notificationBar .content .notification-bar-logo {
  float: left;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 100px 0 -100px;
}
#notificationBar .content .notification-bar-logo img {
  width: 144px;
}
#notificationBar .content .text {
  display: inline-block;
  margin-top: -6px;
  margin-left: 20px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
#notificationBar .content .text .title {
  color: #1d1a1a;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}
#notificationBar .content .text .menu ul li {
  color: #a2a2a2;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 0 10px 0 12px;
  text-transform: uppercase;
  display: inline-block;
  border-left: 2px solid #a2a2a2;
}
#notificationBar .content .text .menu ul li:first-child {
  border: none;
}
#notificationBar .nb-close {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../img/cross@3x.png) no-repeat;
  background-size: cover;
  display: inline-block;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  cursor: pointer;
}

.nb-open {
  height: 85px;
  transition: height, 0.5s;
}

.shift-down {
  top: 85px;
  transition: all, 0.5s;
}

.page-shift-down {
  padding-top: 170px !important;
  transition: padding-top, 0.5s;
}

.page-shift-up {
  padding-top: 85px;
  transition: padding-top, 0.5s;
}

@media (max-width: 1024px) {
  #notificationBar {
    height: 165px;
    z-index: -1;
  }
  #notificationBar .content {
    transform: translate(0, 0);
  }
  #notificationBar .content .notification-bar-logo {
    top: 36%;
    width: 180px;
    margin: 0;
  }
  #notificationBar .content .notification-bar-logo img {
    width: 180px;
  }
  #notificationBar .content .text {
    margin-top: 18px;
    position: static;
    top: inherit;
    transform: none;
  }
  #notificationBar .content .text .title {
    font-size: 29px;
    text-align: left;
    margin: 0 0 0 10px;
  }
  #notificationBar .content .text .title span {
    display: block;
  }
  #notificationBar .content .text .menu {
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    margin: 5px 0;
  }
  #notificationBar .content .text .menu ul li {
    font-size: 20px;
    padding: 0 30px 0 32px;
  }
  #notificationBar .content .text .menu ul li:first-child {
    padding-left: 0;
  }
  #notificationBar .content .text .menu ul li:last-child {
    padding-right: 0;
  }
  #notificationBar .nb-close {
    width: 16px;
    height: 16px;
    top: 20%;
  }

  .shift-down {
    top: 165px;
  }

  .page-shift-down {
    padding-top: 230px !important;
  }

  .page-shift-up {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #notificationBar {
    height: 78px;
  }
  #notificationBar .content .notification-bar-logo {
    width: 102px;
  }
  #notificationBar .content .notification-bar-logo img {
    width: 81px;
  }
  #notificationBar .content .text {
    margin: 10px;
  }
  #notificationBar .content .text .title {
    font-size: 14px;
    line-height: 16px;
  }
  #notificationBar .content .text .menu {
    margin: 0;
    top: 60%;
  }
  #notificationBar .content .text .menu ul li {
    font-size: 10px;
    padding: 0 15px 0 15px;
  }
  #notificationBar .nb-close {
    right: 2%;
  }

  .shift-down {
    top: 78px;
  }

  .page-shift-down {
    padding-top: 140px !important;
  }

  .page-shift-up {
    padding-top: 0px;
  }
}
.main-banner {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  image-rendering: pixelated;
}
.main-banner .title {
  position: absolute;
  text-align: center;
  color: #ffffff;
  padding-top: 50px;
  width: 100%;
  opacity: 0.9;
}
.main-banner .title h1, .main-banner .title .subtitle {
  font-weight: 300;
}
.main-banner .title h1 {
  margin: 0;
  font-size: 36px;
  line-height: 63px;
}
.main-banner .title .subtitle {
  font-size: 26px;
  line-height: 1;
}
@media (min-width: 1025px) {
  .main-banner {
    background-position: 50% 39%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: 33.38%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .main-banner {
    background-position: 50% 34%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    padding-bottom: 33.38%;
  }
  .main-banner .title {
    padding-top: 38px;
  }
  .main-banner .title h1 {
    font-size: 30px;
  }
  .main-banner .title .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .main-banner {
    background-position: 50% 26%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    padding-bottom: 33.34%;
    min-height: 160px;
  }
  .main-banner .title {
    padding-top: 2vw;
  }
  .main-banner .title h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .main-banner .title .subtitle {
    font-size: 18px;
  }
}

.main-banner.category-banner {
  height: auto;
  padding-bottom: 0 !important;
  position: relative;
  min-height: 0;
}
.main-banner.category-banner:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: inset 0 0 80px 5px rgba(0, 0, 0, 0.5);
}
.main-banner.category-banner .title {
  padding: 0;
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-banner.category-banner .title h1 {
  padding: 0 20px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.29;
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .main-banner.category-banner .title h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .main-banner.category-banner .title h1 {
    font-size: 30px;
    padding: 0 5px;
  }
}
.main-banner.category-banner .title .subtitle {
  padding-top: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.31;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .main-banner.category-banner .title .subtitle {
    font-size: 20px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .main-banner.category-banner .title .subtitle {
    padding-top: 0;
    font-size: 16px;
  }
}

.main-filters {
  background-color: #f1f1f1;
  position: relative;
  z-index: 1;
}
.main-filters .inner-wrap {
  position: relative;
}
.main-filters .nav-search-block {
  width: 35px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .main-filters .nav-search-block {
    width: 48px;
  }
}

.col2-set {
  background-color: #FEFEFE;
  padding-bottom: 110px;
}
.col2-set h2 {
  color: #515151;
}
@media (min-width: 768px) {
  .col2-set .col {
    width: 50%;
    float: left;
  }
  .col2-set .col:nth-of-type(odd) {
    padding-right: 18px;
  }
  .col2-set .col:nth-of-type(even) {
    padding-left: 18px;
  }
}
@media (max-width: 1024px) {
  .col2-set {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .col2-set.mobile-tabs-set .inner-wrap {
    white-space: nowrap;
    padding-top: 15px;
    position: relative;
  }
  .col2-set.mobile-tabs-set .inner-wrap .col {
    display: inline-block;
    width: 100%;
    padding-right: 30px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .col2-set.mobile-tabs-set .inner-wrap .col + .col {
    padding-right: 33px;
  }
  .col2-set.mobile-tabs-set .inner-wrap .col h2 {
    display: none;
  }
  .col2-set.mobile-tabs-set[data-index="2"] .col:first-of-type {
    display: none;
  }
  .col2-set.mobile-tabs-set[data-index="1"] .col:last-of-type {
    display: none;
  }
  .col2-set .mobile-tabs-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .col2-set .mobile-tabs-nav li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 300;
    line-height: 32px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .col2-set .mobile-tabs-nav li:first-child {
    flex-basis: 100%;
  }
  .col2-set .mobile-tabs-nav li:last-child {
    flex-basis: 70%;
  }
  .col2-set .mobile-tabs-nav li.active {
    border-bottom-color: rgba(0, 0, 0, 0.7);
  }
}

.application-items-list {
  padding-top: 25px;
  background-color: #FEFEFE;
}
.application-items-list .inner-wrap {
  position: relative;
}
.application-items-list h2 {
  font-size: 26px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .application-items-list h2 {
    padding-right: 130px;
  }
}
@media (max-width: 767px) {
  .application-items-list h2 {
    font-size: 22px;
  }
}
.application-items-list .category-container {
  margin: 24px 0 40px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e1e1;
}
.application-items-list .category-container h2 {
  margin-bottom: 24px;
  display: inline-block;
  color: #111111;
}
.application-items-list .category-container .see-more {
  float: right;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
}
.application-items-list .category-container .see-more a {
  color: #1ea6ff;
}
.application-items-list .category-container .see-more a:hover {
  color: #0a92ec;
}
.application-items-list .category-container .items-list {
  display: flex;
  flex-wrap: wrap;
}
.application-items-list .category-container .items-list .slick-slide {
  white-space: normal;
}
.application-items-list .category-container .items-list .application-item-list {
  display: inline-block;
  width: 33%;
}
.application-items-list .category-container .items-list .application-item-list:not(:last-child) a {
  border: none;
}
@media (max-width: 768px) {
  .application-items-list .category-container .items-list .application-item-list {
    padding-right: 0;
    width: 45vw;
  }
}
@media (max-width: 640px) {
  .application-items-list .category-container .items-list .application-item-list {
    padding-right: 0;
    width: 80vw;
  }
}
.application-items-list .category-container:last-child {
  border: none;
}
.application-items-list .items-list .application-item-list:not(:last-child) a {
  border-bottom: 1px solid #D7D7D7;
}
@media (max-width: 767px) {
  .application-items-list h2 {
    max-width: 240px;
  }
  .application-items-list .see-all {
    display: none;
  }
}
.application-items-list.two-col-apps {
  padding: 25px 20px 139px;
}
.application-items-list.two-col-apps .items-list .application-item-list a {
  border-bottom: 1px solid #D7D7D7;
}
@media (min-width: 768px) {
  .application-items-list.two-col-apps .application-item-list {
    float: left;
    width: 33%;
    box-sizing: border-box;
  }
  .application-items-list.two-col-apps .application-item-list:nth-child(3n+2) {
    padding: 0 18px;
  }
}
.application-page .application-items-list {
  background-color: #f9f8f8;
}

.searchresults-section {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 2px 3px 0 #cac9c9;
  width: 100%;
  top: 76px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
.searchresults-section .searchresults-header {
  margin: 0;
  font-size: 12px;
  padding: 0 25px;
}
.searchresults-section.active {
  display: block;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@media (min-width: 1025px) {
  .searchresults-section {
    display: none;
  }
}
@media (max-width: 1024px) {
  .searchresults-section {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

.application-main-info {
  min-height: 180px;
  padding-bottom: 26px;
  position: relative;
  border-bottom: 1px solid #D7D7D7;
}
.application-main-info .app-image {
  width: 150px;
  position: absolute;
}
.application-main-info .app-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .application-main-info .app-image {
    margin-top: -10px;
  }
}
.application-main-info .app-info {
  width: 100%;
  padding: 2px 0 0 200px;
}
.application-main-info .app-info .title, .application-main-info .app-info .created-by, .application-main-info .app-info .likes {
  margin-top: 0;
  margin-bottom: 10px;
}
.application-main-info .app-info .title {
  font-size: 26px;
  padding-right: 90px;
}
.application-main-info .app-info .likes {
  position: absolute;
  top: 10px;
  right: 0;
}
.application-main-info .app-info .created-by {
  color: #85888b;
  font-size: 17px;
  letter-spacing: 1px;
}
.application-main-info .app-info .description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  line-height: 30px;
}
.application-main-info .app-info .description p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #515151;
}
.application-main-info .app-info .description p a {
  color: #0060ff;
}
@media (min-width: 1025px) {
  .application-main-info .app-info .description p a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .application-main-info .app-image {
    width: 115px;
  }
  .application-main-info .app-info {
    padding: 0 0 0 150px;
  }
}
@media (max-width: 767px) {
  .application-main-info {
    min-height: 150px;
  }
  .application-main-info .app-image {
    width: 105px;
  }
  .application-main-info .app-info {
    padding: 0;
  }
  .application-main-info .app-info .title, .application-main-info .app-info .created-by, .application-main-info .app-info .likes {
    padding-left: 115px;
    margin-bottom: 10px;
  }
  .application-main-info .app-info .title {
    font-size: 18px;
    line-height: 1.2;
  }
  .application-main-info .app-info .created-by {
    font-size: 14px;
  }
  .application-main-info .app-info .likes {
    position: static;
    font-size: 14px;
  }
  .application-main-info .app-info .likes:before {
    font-size: 14px;
  }
  .application-main-info .app-info .description {
    font-size: 18px;
    padding-top: 35px;
    padding-left: 5px;
  }
  .application-main-info .app-info .description p {
    font-size: 14px;
  }
}

.application-screenshots {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #D7D7D7;
}
.application-screenshots.no-scrollbar {
  border-bottom: 1px solid #D7D7D7;
}

.application-screenshots-list {
  max-width: 570px;
  margin: 0 auto;
  background: url("../images/lametric-clean.png") no-repeat 50% 0/100% auto;
}
.application-screenshots-list .swipe-slider {
  position: relative;
  overflow: hidden;
  height: 0;
}
.application-screenshots-list .swiper-container {
  background-color: transparent !important;
}
.application-screenshots-list .swiper-container .swiper-wrapper {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.application-screenshots-list .swiper-container .swiper-slide {
  height: 100% !important;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .application-screenshots-list {
    padding: 45px 0 0;
    min-height: 191px;
  }
  .application-screenshots-list .slick-list, .application-screenshots-list .swipe-slider {
    width: 72%;
    margin: 0 auto;
  }
  .application-screenshots-list .swipe-slider {
    padding-bottom: 16%;
  }
  .application-screenshots-list .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .application-screenshots-list .swiper-container .swiper-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .application-screenshots-list {
    max-width: none;
    padding: 7% 0 60px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .application-screenshots-list .slick-list {
    width: 66%;
    margin: 0 auto;
    min-height: 14vw;
  }
  .application-screenshots-list .swipe-slider {
    width: 66%;
    margin: 0 auto;
    padding-bottom: 16%;
  }
  .application-screenshots-list .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .application-screenshots-list .swiper-container .swiper-slide {
    background-position: 50% 50%;
  }
}

.screenshot-item {
  float: none;
}
.screenshot-item img {
  width: 100%;
}
@media (min-width: 768px) {
  .screenshot-item {
    padding: 3px 15px;
  }
}
@media (max-width: 767px) {
  .screenshot-item {
    padding: 3px 0;
  }
}

.application-additional-info {
  padding-bottom: 20px;
}
.application-additional-info ul li {
  float: left;
  margin-bottom: 24px;
}
.application-additional-info ul li h4, .application-additional-info ul li p {
  margin: 0;
  font-size: 17px;
}
.application-additional-info ul li p {
  color: #111111;
}
.application-additional-info ul li h4 {
  color: rgba(17, 17, 17, 0.55);
  letter-spacing: 1px;
}
.application-additional-info .application-items-list {
  background: white;
  padding: 0;
  margin-top: 25px;
}
.application-additional-info .application-items-list .category-container {
  padding: 0;
  margin: 0;
}
.application-additional-info .application-items-list .category-container .apps .see-more {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .application-additional-info ul li {
    width: 28%;
  }
  .application-additional-info ul li:not(:nth-child(3n)) {
    margin-right: 8%;
  }
}
@media (max-width: 767px) {
  .application-additional-info ul li {
    width: 45%;
    margin-bottom: 35px;
  }
  .application-additional-info ul li:not(:nth-child(even)) {
    margin-right: 10%;
  }
  .application-additional-info ul li h4 {
    margin: 0;
  }
  .application-additional-info ul li p {
    margin: 0;
    margin-top: 5px;
  }
}
.application-additional-info .eapps-instagram-feed-posts-view {
  padding: 0 !important;
  transform: scale(1.01);
}

body {
  background: #FFF;
}
body #firmware {
  width: 780px;
  background: #FFF;
  margin: 0 auto 100px;
  padding-top: 30px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
body #firmware h2 {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 31px;
  font-weight: 300;
}
body #firmware .extraContent {
  width: 780px;
}
body #firmware .extraContent .change-log {
  padding-top: 30px;
}
body #firmware .links {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}
body #firmware .links .link {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  color: #00a2ff;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-left: 32px;
  font-weight: 300;
  position: relative;
}
body #firmware .links .link::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
}
body #firmware .links .download-link:before {
  background: url(/assets/img/download-icon.svg) 0 0 no-repeat;
}
body #firmware .links .help-link:before {
  background: url(/assets/img/help-icon.svg) 0 0 no-repeat;
}
body #firmware .links .link-small {
  font-size: 14px;
  color: #00a2ff;
}
body #firmware .getStarted {
  border-bottom: 1px solid #cccccc;
  padding: 0 20px 40px 0;
  margin-bottom: 40px;
  text-align: center;
}
body #firmware .getStarted p {
  font-size: 20px;
  line-height: 30px;
  margin: 9px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #303030;
  display: inline;
}
body #firmware .getStarted div span {
  font-size: 20px;
  line-height: 30px;
  margin: 9px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #303030;
  display: inline;
}
body #firmware .getStarted div select {
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 8px;
  width: 108px;
  text-align: center;
  padding: 4px 8px;
  margin: 0 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #6C6C6C;
}
body #firmware .change-log table {
  width: 100%;
  margin: 30px 0 100px;
  font-weight: 300;
}
body #firmware .change-log table thead tr th {
  border: 1px solid #cacaca;
  height: 40px;
  background-color: #f8f8f8;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #6c6c6c;
  padding: 0 10px;
}
body #firmware .change-log table thead tr th:nth-child(2) {
  width: 15%;
}
body #firmware .change-log table tbody td {
  height: 30px;
  border: 1px solid #cacaca;
  text-align: left;
  padding: 5px 10px;
}
body #firmware .change-log table tbody td a {
  color: #00a2ff;
}
body footer {
  margin: 0;
}
@media (max-width: 768px) {
  body #firmware {
    width: 100%;
    padding-top: 0;
    margin-top: 24px;
  }
  body #firmware .extraContent {
    width: 100%;
  }
  body #firmware .extraContent .change-log {
    padding-top: 0;
  }
  body #firmware h2 {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 11px;
  }
  body #firmware .getStarted {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  body #firmware .getStarted p {
    font-size: 18px;
    line-height: 24px;
  }
  body #firmware .links {
    margin: 16px 0;
    flex-direction: column;
    align-items: center;
  }
  body #firmware .links .link {
    margin-bottom: 16px;
  }
  body #firmware .links .link:last-child {
    margin-bottom: 0;
  }
  body #firmware .download {
    background: none;
    padding-left: 0;
    text-decoration: underline;
  }
  body #firmware .change-log table {
    margin: 0;
  }
  body #firmware .change-log table thead {
    display: none;
  }
  body #firmware .change-log table tbody td {
    display: block;
    float: left;
    width: 50%;
    height: auto;
    background-color: #eee;
    border: none;
    padding: 10px 16px;
  }
  body #firmware .change-log table tbody td:nth-child(2n+2) {
    text-align: right;
  }
  body #firmware .change-log table tbody td:nth-child(3n+3) {
    width: 100%;
    background-color: #fff;
  }
}

.application-info {
  background-color: #FEFEFE;
  padding: 40px 15px 88px;
}
.application-info h2 {
  padding: 18px 0 2px;
  font-size: 22px;
  color: #111;
  margin-bottom: 0;
}
.application-info .warning {
  background: #efbc3f;
  margin: -40px -15px 20px;
  color: white;
  padding: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .application-info h2 {
    font-size: 26px;
    padding-bottom: 30px;
  }
}

/*# sourceMappingURL=store.css.map */
