/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel{
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;

  display: none;

  width: 100%;

  -webkit-tap-highlight-color: transparent;
  }
.owl-carousel .owl-stage{
  position: relative;

  -ms-touch-action: pan-Y;
  }
.owl-carousel .owl-stage:after{
  line-height: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: '.';
  }
.owl-carousel .owl-stage-outer{
  position: relative;

  overflow: hidden;
  /* fix for flashing background */
  /*-webkit-transform: translate3d(0px, 0px, 0px);*/
  }
.template-screens .owl-carousel .owl-stage-outer{
  /*border-radius: 50%;*/
  }
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot{
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -khtml-user-select: none;
  }
.owl-carousel.owl-loaded{
  display: block;
  }
.owl-carousel.owl-loading{
  display: block;

  opacity: 0;
  }
.owl-carousel.owl-hidden{
  opacity: 0;
  }
.owl-carousel .owl-refresh .owl-item{
  display: none;
  }
.owl-carousel .owl-item{
  position: relative;

  float: left;

  min-height: 1px;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /*-webkit-backface-visibility: hidden;*/
  /*-webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;*/
  }
.owl-carousel .owl-item img{
  display: block;

  width: 100%;
  /*-webkit-transform-style: preserve-3d;*/
  }
.owl-carousel.owl-text-select-on .owl-item{
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  }
.owl-carousel .owl-grab{
  cursor: move;
  cursor: -webkit-grab;
  cursor:      -o-grab;
  cursor:     -ms-grab;
  cursor:         grab;
  }
.owl-carousel.owl-rtl{
  direction: rtl;
  }
.owl-carousel.owl-rtl .owl-item{
  float: right;
  }

/* No Js */
.no-js .owl-carousel{
  display: block;
  }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy{
  -webkit-transition: opacity 400ms ease;
     -moz-transition: opacity 400ms ease;
      -ms-transition: opacity 400ms ease;
       -o-transition: opacity 400ms ease;
          transition: opacity 400ms ease;

  opacity: 0;
  }
.owl-carousel .owl-item img{
  /*transform-style: preserve-3d;*/
  }


/* --------------------------------------------------------------

   common/buttons.css

-------------------------------------------------------------- */
.btn {
  border: 10px solid red;
}


.ams-button_v4 {
  font-family: "Roboto Condensed", 'B yekan', sans-serif;
  font-size: 30px;
  font-weight: 700;

  display: inline-block;

  padding: 15px 25px;

  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  text-transform: uppercase;

  color: #ffffff;
  border: none;
  border-radius: 8px;
  background: #ed4679;
}
.ams-button_v4:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);

  color: #ffffff;
}

.ams-button_v4:disabled {
  cursor: default;

  opacity: 0.5;
}
.ams-button_v4:disabled:hover {
  -webkit-transform: none;
          transform: none;
}

.ams-button_v4_yellow {
  background-color: #efd72d;
}

.ams-button_v4.ams-button_small {
  font-size: 16px;

  padding: 10px 15px;
}


/* --------------------------------------------------------------

   forms.css

-------------------------------------------------------------- */

/*
  A special hack is included for IE8 since it does not apply padding
  correctly on fieldsets
 */
label {
  /*font-weight: bold;*/
}
fieldset {
  margin: 0 0 1.5em 0;
  padding: 0 1.4em 1.4em 1.4em;

  border: 1px solid #cccccc;
}
legend {
  font-size: 1.2em;
  font-weight: bold;

  margin-top: -0.2em;
  margin-bottom: 1em;
}

fieldset,
#IE8#HACK {
  padding-top: 1.4em;
}
legend,
#IE8#HACK {
  margin-top: 0;
  margin-bottom: 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=url],
select,
textarea {
  font-size: 16px;

  padding: 4px 4px;

  border: 1px solid #e3e3e3;
}
select {
  padding-top: 3px;
  padding-bottom: 3px;
}
input[type="file"] {
  padding: 0;
}

.input input,
.label input,
.input select,
.input textarea {
  box-sizing: border-box;
  width: 100%;
}

select:focus,
textarea:focus,
.modal-box-content .focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus {
  border-color: #1fc7d4 !important;
  box-shadow: 0 0 8px rgba(31, 199, 212, 0.5);
}

select:disabled,
textarea:disabled,
.modal-box-content .disabled,
input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled {
  opacity: 0.7;
}

.field {
  margin: 0 0 18px;
}
.field .label {
  display: inline-block;

  width: 30%;
  margin-right: 0;
}
.field .input {
  display: inline-block;

  width: 68%;

  vertical-align: middle;
}
.field .label label {
  font-family: "Roboto Condensed", 'B yekan', sans-serif;
  font-size: 13px;

  width: 100%;

  color: #404a54;
}
.field textarea,
.field input,
.field select {
  width: 100%;

  border-color: #f7f7f7;
}
.input_w-auto input {
  width: auto;
}
.field .help {
  width: auto;
  margin: 0 0 15px 31%;

  color: #8f9aa1;
}
.field .help {
  font-family: "Roboto Condensed", 'B yekan', sans-serif;
  font-size: 9px;

  margin-top: 5px;
  margin-bottom: 0;
}
.field_check {
  margin: 12px 0 18px;
}
.field_check label {
  font-family: "Roboto Condensed", 'B yekan', sans-serif;
  font-size: 13px;

  color: #404a54;
}
.field_link {
  padding-bottom: 20px;
}
.field_link a {
  font-family: "Roboto Condensed", 'B yekan', sans-serif;
  font-size: 13px;

  color: #68c5d9;
}



/* form-v5 (begin) */
.form-v5 {
  margin-top: 3em;
}
.form-v5 .field {
  margin: 0 0 25px;
}
.form-v5 .field .label {
  display: none;
}
.form-v5 .field .input {
  display: block;

  width: 100%;
}
/*.form-v5 .input select{
  -webkit-appearance:none;
}*/
.form-v5 .input input,
.form-v5 .simple_captcha_input input,
.form-v5 .input textarea,
.form-v5 .input select {
  font-size: 14px;

  padding: 0.8em;

  color: #636c77;
  border: 1px solid #bbc2cb;
  border-radius: 3px;
}

.form-v5 .input input:focus,
.form-v5 .simple_captcha_input input:focus,
.form-v5 .input textarea:focus,
.form-v5 .input select:focus {
  border-color: #ff447b !important;
  box-shadow: 0 0 8px rgba(255, 68, 123, 0.5);
}
.form-v5 .buttons {
  margin-top: 35px;

  text-align: center;
}

.form-v5 .fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.form-v5 .fields .field {
  width: 47%;
}
.form-v5 .fields.fields_3 .field {
  width: 30%;
}


@media only screen and (max-width : 800px) {
  .form-v5 .fields {
    display: block;
  }
  .form-v5 .fields .field {
    width: 100%;
  }
}
/* form-v5 (end) */



/* errorExplanation (begin) */
.errorExplanation,
.infoExplanation,
.successExplanation,
.warningExplanation {
  margin: 0 0 1em;
  padding: 1em 20px 0.5em 36px;

  border: 1px dashed;
  background-repeat: no-repeat;
  background-position: 4px center;
}
.infoExplanation {
  color: #00529b;
  border-color: #00529b;
  background-color: #bde5f8;
  background-image: url(http://apps.fridker.com/images/v2/site/icons/message/info.png?1529690787);
}
.successExplanation {
  color: #4f8a10;
  border-color: #4f8a10;
  background-color: #dff2bf;
  background-image: url(http://apps.fridker.com/images/v2/site/icons/message/success.png?1529690787);
}
.warningExplanation {
  color: #a9962f;
  border-color: #decb63;
  background-color: #fbf3c7;
  background-image: url(http://apps.fridker.com/images/v2/site/icons/message/warning.png?1529690787);
}
.errorExplanation {
  color: #d8000c;
  border-color: #d8000c;
  background-color: #ffbaba;
  background-image: url(http://apps.fridker.com/images/v2/site/icons/message/error.png?1529690787);
}

.errorExplanation h2,
.infoExplanation h2,
.successExplanation h2,
.warningExplanation h2 {
  font-size: 14px;
  font-weight: bold;

  margin: 0 0 0.5em;
  padding: 0;
}
.errorExplanation p,
.infoExplanation p,
.successExplanation p,
.warningExplanation p,
.errorExplanation ul,
.infoExplanation ul,
.successExplanation ul,
.warningExplanation ul {
  font-size: 12px;

  margin: 0 0 0.5em !important;
  padding: 0 !important;
}
.errorExplanation ul li,
.infoExplanation ul li,
.successExplanation ul li,
.warningExplanation ul li {
  margin: 0 0 0.2em 2em !important;
  padding: 0 !important;

  list-style: disc !important;
}
.errorExplanation ul li:before,
.infoExplanation ul li:before,
.successExplanation ul li:before,
.warningExplanation ul li:before {
  display: none !important;
}
.errorExplanation a,
.infoExplanation a,
.successExplanation a,
.warningExplanation a {
  text-decoration: underline;
}

.infoExplanation h2,
.infoExplanation p,
.infoExplanation ul,
.infoExplanation ul li,
.infoExplanation a {
  color: #00529b !important;
}
.successExplanation h2,
.successExplanation p,
.successExplanation ul,
.successExplanation ul li,
.successExplanation a {
  color: #4f8a10 !important;
}
.warningExplanation h2,
.warningExplanation p,
.warningExplanation ul,
.warningExplanation ul li,
.warningExplanation a {
  color: #a9962f !important;
}
.errorExplanation h2,
.errorExplanation p,
.errorExplanation ul,
.errorExplanation ul li,
.errorExplanation a {
  color: #d8000c !important;
}

/* errorExplanation (end) */


h1{
  font-family: 'Roboto Slab', 'B yekan', serif;
  font-weight: 700;
  line-height: 1.2;
  }
h2{
  font-family: 'Roboto', 'B yekan', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  }
h3{
  font-family: 'Roboto Slab', 'B yekan', serif;
  font-weight: normal;
  line-height: 1.2;
  }


html,
body{
  height: 100%;
  /*overflow: hidden;*/
  }

body{
  overflow-y: auto;
  min-width: 320px;
}

/*.popup-is-open{
  overflow-y: hidden;
}
.popup-is-close{
  overflow-y: scroll;
}*/

a{
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  }

/* platforms (begin) */
.platforms{
  font-family: 'Roboto', 'B yekan', sans-serif;
  font-size: 12px;

  position: fixed;
  z-index: 30;
  top: 45px;
  right: 15px;
  /*padding: 45px 15px 0 0;*/

  text-align: right;

  color: #fff;
  }
.platforms-list{
  display: inline-block;

  margin: -3px 0 0 15px;
  padding: 0;

  vertical-align: middle;
  }
.platforms-list--item{
  display: inline-block;
  overflow: hidden;

  width: 30px;
  height: 30px;

  list-style: none;

  vertical-align: middle;
  white-space: nowrap;
  text-indent: 100%;

  background-image: url(http://apps.fridker.com/images/main_v4/icons.png?1529690787);
  background-repeat: no-repeat;
  }
.platforms-list--item.ios{
  background-position: 0 -56px;
  }
.platforms-list--item.android{
  background-position: -30px -56px;
  }
.platforms-list--item.facebook{
  background-position: -60px -56px;
  }
.platforms-list--item.html5{
  background-position: -90px -56px;
  }

/* platforms (end) */


/* light-theme (begin) */
.light-theme .main h1,
.light-theme .main h2,
.light-theme .main-info p,
.current-light-theme .platforms{
  color: #304453;
  }
.current-light-theme .platforms-list--item.ios{
  background-position: 0 -86px;
  }
.current-light-theme .platforms-list--item.android{
  background-position: -30px -86px;
  }
.current-light-theme .platforms-list--item.facebook{
  background-position: -60px -86px;
  }
.current-light-theme .platforms-list--item.html5{
  background-position: -90px -86px;
  }

.light-theme .template-descr h1,
.light-theme .template-descr h2,
.light-theme .template-descr h1 span,
.light-theme .template-descr h2 span,
.light-theme .template .main-info p,
.light-theme .template .benefits .price-validity{
  color: #2a3747;
  }
/* light-theme (end) */


/* copyright (begin) */

.copyright{
  margin-top: 40px;
  }
.copyright p{
  font-family: 'Roboto Condensed', 'B yekan', sans-serif;
  font-size: 13px;

  margin: 0;
  padding: 0;

  color: #7e848e;
  }
.nav .copyright a{
  color: #7e848e;
  }

/* copyright (end) */


/* loading-indicator (begin) */
#loading-indicator{
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;

  display: none;

  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  }

.mfp-ajax-cur #loading-indicator rect{
  fill: #fff;
  }
/* loading-indicator (end) */


/* mfp-content (begin) */
.white-popup-block{
  position: relative;

  max-width: 700px;
  margin: 40px auto;
  padding: 0;

  text-align: left;

  border-radius: 10px;
  background: #efefef;
  }
/* mfp-content (end) */

/* award-logo (begin) */

.award-logo{
  position: absolute;
  z-index: 100;
  top:30px;
  left: 0;

  width: 253px;
  height: 253px;

  background: url(http://apps.fridker.com/images/main_v4/award-logo.png?1529690787) no-repeat;
  -webkit-background-size: 100%;
          background-size: 100%;
  }

/* award-logo (end) */


.nav{
  font-size: 13px;
  /*position: relative;
  z-index: 40;*/

  position: relative;

  min-height: 100%;

  color: #7e848e;
  background: #2a3747;
  }
.nav-content{
  padding: 60px 0;

  text-shadow: 0 0 1px #1a2839;
  }
.nav-content-position{
  width: 800px;
  margin: 0 auto;
  }
.nav p{
  font-family: 'Roboto Condensed', 'B yekan', sans-serif;
  font-size: 13px;
  line-height: 1.3;

  color: #7e848e;
  }
.nav a{
  color: #fff;
  }
.nav a:hover{
  color: #ed4679;
  }

.nav-info{
  margin-bottom: 20px;
  }
.nav-info a{
  color: #7e848e;
  }

.nav-footer{
  clear: both;

  padding-top: 60px;

  text-align: center;
  }
.nav-menu{
  overflow: hidden;

  padding-top: 15px;
  }
.nav-menu-list{
  float: left;

  width: 17%;
  margin: 0 0 0 1%;
  padding: 0;
  }
.nav-menu-list:first-child{
  width: 46%;
  margin: 0;
  }
.nav-menu-list li{
  padding-right: 10px;
  padding-bottom: 18px;

  list-style: none;
  }
.nav-menu-list li a{
  font-family: 'Roboto Condensed', 'B yekan', sans-serif;
  font-size: 13px;
  }
.nav-menu-list > li:first-child{
  font-family: 'Roboto Slab', 'B yekan', serif;
  font-size: 14px;
  font-weight: 700;

  text-transform: uppercase;

  color: #fff;
  }
.select-lang{
  position: relative;

  display: inline-block;
  }
.select-lang:after{
  position: absolute;
  top: 3px;
  right: -12px;

  content: '';

  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
  }
.select-lang:hover:after,
.select-lang-open:after{
  top: 4px;

  border-top: 7px solid #ed4679;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  }
a.select-lang-open{
  color: #ed4679;
  border-top-color: #ed4679;
  }
.nav-menu-lang{
  position: relative;
  width: 120%;
  display: none;

  margin: 0;
  padding: 18px 0;
  }
.nav-menu-lang.show{
  display: block;
  }
.nav-menu-lang a.active{
  cursor: default;

  color: #ed4679;
  }



/* buttons (begin) */
.darr{
  position: relative;
  z-index: 4;
  top: 10px;

  display: inline-block;

  width: 16px;
  height: 16px;

  cursor: pointer;
  vertical-align: top;

  border-radius: 3px;
  background: #ed4679;
  }
.darr:after{
  position: absolute;
  top: 6px;
  left: 4px;

  content: '';

  border-top: 5px solid #3d4957;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  }
.darr:hover{
  background: #f75f8d;
  }

.uarr{
  position: absolute;
  z-index: 51;
  bottom: 12px;
  left: 50%;

  display: none;

  width: 24px;
  height: 24px;
  margin-left: -12px;

  cursor: pointer;

  border-radius: 3px;
  background: #ed4679;
  }
.uarr:after{
  position: absolute;
  top: 8px;
  left: 6px;

  content: '';

  border-right: 6px solid transparent;
  border-bottom: 8px solid #3d4957;
  border-left: 6px solid transparent;
  }

.active .uarr{
  position: fixed;

  display: block;
  }

/* buttons (end) */



@media only screen and (max-width: 1024px){
  .nav-content{
    width: auto;
    margin: 0 25px;
    }
  .nav-content-position{
    width: auto;
    }
  }


/* socials (begin) */
.socials{
  margin: 20px 0 0;

  text-align: center;
  }
.socials-title{
  font-family: 'Roboto Slab', 'B yekan', serif;
  font-size: 14px;
  font-weight: 700;

  margin-bottom: 16px;

  text-transform: uppercase;

  color: #fff;
  }
.socials-list{
  margin: 0;
  padding: 0;

  list-style: none;
  }
.socials-list li{
  display: inline;

  margin: 0 .25em;
  padding: 0;
  }
.socials-link{
  display: inline-block;
  overflow: hidden;

  width: 32px;
  height: 32px;

  text-indent: -999px;

  border: 1px solid #fff;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px;
  }
.socials-link:hover{
  opacity: .8;
  }

.socials-link_fb{
  background-image: url(http://apps.fridker.com/images/main_v4/social-icons/facebook-32.png?1529690787);
  }
.socials-link_tw{
  background-image: url(http://apps.fridker.com/images/main_v4/social-icons/twitter-32.png?1529690787);
  }
.socials-link_gp{
  background-image: url(http://apps.fridker.com/images/main_v4/social-icons/google-plus-32.png?1529690787);
  }
.socials-link_yt{
  background-image: url(http://apps.fridker.com/images/main_v4/social-icons/youtube-32.png?1529690787);
  }
.socials-link_in{
  background-image: url(http://apps.fridker.com/images/main_v4/social-icons/linkedin-32.png?1529690787);
  }
/* socials (end) */


/* topbar (begin) */

.topbar {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  left: 0;

  height: 30px;

  color: #b6b9bd;
  background: #2a3747;
  background-color: rgba(42, 55, 72, 0.9);
}
.logo {
  position: relative;
  z-index: 4;

  display: inline-block;
  /*padding: 10px 6px 0 10px;*/

  width: 40px;
  height: 40px;
  margin: 10px 6px 0 10px;

  text-indent: -999px;

  background: url(http://apps.fridker.com/images/main_v4/appsmakerstore-logo.png?1529690787) no-repeat 0 0;
  background-size: 100%;
}

.topbar-links {
  font-family: "Roboto Condensed", 'B yekan', sans-serif;
  font-size: 15px;
  line-height: 32px;

  position: relative;
  z-index: 5;

  float: right;

  padding-right: 10px;
}
.topbar-links-list {
  display: inline-block;

  margin: 0;
  padding: 0;
}
.topbar-links-list li {
  display: inline;

  padding: 0;

  list-style: none;
}

.topbar-links a {
  margin-right: 5px;

  color: #ffffff;
}
.topbar-links a:hover {
  text-decoration: underline;
}

.topbar-links-icon {
  position: relative;

  display: none;

  width: 19px;
  height: 15px;
  margin-top: 5px;

  cursor: pointer;

  border-top: 4px solid #ed4679;
}
.topbar-links-icon:before,
.topbar-links-icon:after {
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;

  height: 4px;

  content: "";

  background: #ed4679;
}
.topbar-links-icon:after {
  top: 10px;
}

/* topbar (end) */


.page{
  position: relative;
  z-index: 10;
  height: 100.1%;
  min-height: 720px;
}

#industry .page{
  height: 100%;
  }


.page-video{
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  overflow: hidden;

  width: 100%;
  height: 100%;

  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  }

.page-video--bg{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  display: none;

  width: 100%;
  height: 100%;
  }
/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9){
  .page-video--bg{
    top: -100%;  height: 300%;
    }
  }
@media (max-aspect-ratio: 16/9){
  .page-video--bg{
    left: -100%;  width: 300%;
    }
  }
/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover){
  .page-video--bg{
    top: 0; left: 0;

    width: 100%; height: 100%;

    object-fit: cover;
    }
  }

#index .page-video--pattern{
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background: url(http://apps.fridker.com/images/main_v4/pattern.gif?1529690787);
  }

.inview .page-video--bg{
  display: block;
  }

.page-content{
  position: relative;
  z-index: 10;
  }


.article {
  background-color: #efefef;
}
.article-content {
  font-family: "Roboto", 'B yekan', sans-serif;
  font-weight: 300;

  max-width: 800px;
  margin: 0 auto;
  padding: 50px;
}
.article p,
.article-about {
  font-size: 16px;
  line-height: 1.6;

  color: #212121;
}
.article p strong {
  font-family: "Roboto", 'B yekan', sans-serif;
  display: inline;
}
.article p b {
  font-weight: 500;

  color: #000000;
}
.article h2 {
  font-family: "Roboto", 'B yekan', sans-serif;
  font-size: 24px;
  font-weight: 700;

  margin: 40px 0 15px;
}
.article h1 {
  font-family: "Roboto", 'B yekan', sans-serif;
  font-size: 36px;
  font-weight: 700;

  margin: 40px 0 15px;

  text-align: center;
}
h1#article-about {
  margin-top: 0;
}
.article ol {
  padding-left: 0;
}
.article li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;

  color: #212121;
}
.article sup {
  font-size: smaller;

  vertical-align: super;
}



.article-content_v2 h2 {
  font-family: "Roboto", 'B yekan', sans-serif;
  font-size: 24px;

  margin: 0 0 1em 0;

  text-align: center;

  color: #5c6066;
}
.article-content_v2 h3 {
  font-family: "Roboto", 'B yekan', sans-serif;
  font-size: 18px;

  margin: 3em 0 0.5em;

  color: #5c6066;
}
.article-content_v2 ul {
  margin: 0 0 0 36px;
}
.article-content_v2 ul li {
  font-size: 14px;

  position: relative;

  margin: 0 0 0.6em;

  list-style: none;

  color: #5c6066;
}
.article-content_v2 ul li:before {
  position: absolute;
  top: 0.4em;
  left: -20px;

  display: block;

  width: 10px;
  height: 10px;

  content: "";

  border-radius: 10px;
  background-color: #68c5d9;
}
.article-content_v2 p {
  font-size: 14px;

  color: #5c6066;
}



/* title (begin) */
.article-title {
  position: relative;
  z-index: 10;

  width: 100%;
  /*height: 94px;*/
  margin-top: 30px;
  padding: 20px 0;

  text-align: center;

  background: url(http://apps.fridker.com/images/main_v4/article-title.jpg?1529690787) no-repeat 50% 50%;
  background-size: cover;
}
.article-title:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  content: "";

  background: url(http://apps.fridker.com/images/main_v4/pattern.gif?1529690787);
}
.article-title h1,
.article-title h2 {
  font-family: "Roboto Slab", 'B yekan', serif;
  font-size: 40px;
  font-weight: 700;

  position: relative;
  z-index: 2;

  margin: 0;
  padding: 0;

  color: #ffffff;
}
.article-title h2 {
  font-size: 24px;

  margin: 5px 0 10px;
}

/* title (end) */


/* nav (begin) */
.article-nav {
  position: absolute;
  top: 195px;
  left: 50%;

  margin: 0;
  margin-left: -570px;
  padding: 0;
}
.article-nav.stick {
  position: fixed;
  top: 60px;
}
.article-nav li {
  line-height: inherit;

  margin-bottom: 40px;

  list-style: none;
}
.article-nav a {
  font-family: "Roboto Condensed", 'B yekan', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;

  position: relative;

  text-decoration: none;

  color: #1e1e1c;
}
.article-nav a:before {
  position: absolute;
  top: 7px;
  left: -30px;

  width: 20px;
  height: 20px;

  content: "";

  border-radius: 50%;
}
.article-nav-about:before {
  background: #8ac4d7;
}
.article-nav-team:before {
  background: #d57b9d;
}
.article-nav-history:before {
  background: #e9d643;
}
/* nav (end) */

.no-marker {
  margin: -1em 0 1em;
  padding: 0;
}
.no-marker li {
  list-style: none;
}
.team {
  margin: 0 0 40px;
  padding: 0;
}
.team li {
  display: inline-block;

  width: 47%;
  height: 145px;
  margin: 0 2% 12px 0;

  list-style: none;

  vertical-align: top;
}
.team-preview {
  float: left;

  width: 140px;
}
.team-preview img {
  width: 120px;
  height: 120px;

  vertical-align: bottom;

  border-radius: 50%;
}
.team-descr {
  font-family: "Roboto", 'B yekan', sans-serif;

  overflow: hidden;
}
.team-descr .name {
  font-family: "Roboto", 'B yekan', sans-serif;
  font-size: 26px;

  margin: 0;
  padding: 35px 0 8px;

  color: #252523;
}
.team-descr .position {
  font-family: "Roboto", 'B yekan', sans-serif;
  font-size: 22px;
  line-height: 1.4;

  color: #828280;
}

.gadgets-list {
  /*-webkit-column-count: 2;
     -moz-column-count: 2;
      -ms-column-count: 2;
       -o-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
      -ms-column-gap: 15px;
       -o-column-gap: 15px;
          column-gap: 15px;
  columns: 3;*/
}
.gadgets-list ul {
  margin: 0;
  padding: 0;
}
.gadgets-list li {
  position: relative;

  display: inline-block;

  box-sizing: border-box;
  width: 50%;
  min-height: 48px;
  padding: 5px 50px 40px 64px;

  list-style: none;

  vertical-align: top;
}
.gadgets-list strong {
  font-weight: 500;
}
.gadgets-list img {
  position: absolute;
  top: 0;
  left: 0;

  width: 48px;
  height: 48px;
}
/* article (end) */

/* article-wl (begin) */
.article-wl {
  background: none;
  /*background: url(http://apps.fridker.com/images/main_v4/wl-welcome-why.jpg?1529690787) no-repeat 50% 0;*/
}
.wl-welcome {
  /*position: relative;
  z-index: 100;*/
  background-color: #d1cdc5;
  background-image: url(http://apps.fridker.com/images/main_v4/wl-welcome.jpg?1529690787);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
}
.wl-welcome h1 {
  font-family: "Roboto Slab", 'B yekan', serif;
  font-size: 54px;
  font-weight: 700;

  position: relative;
  z-index: 2;

  margin: 0;
  padding: 60px 0 5px;

  color: #3d4958;
  /*text-shadow: 1px 1px 1px rgba(0,0,0,0.5);*/
}
.wl-welcome h1 span {
  font-size: 64px;

  display: block;

  padding-top: 10px;
}
.wl-welcome p {
  font-family: "Roboto", 'B yekan', sans-serif;
  font-size: 19px;
  line-height: 1.4;

  width: 800px;
  margin: 20px auto;

  color: #3d4958;
}
.wl-welcome-price {
  text-align: center;
}
.wl-welcome-price img {
  cursor: pointer;
}
.wl-welcome-img {
  width: 800px;
  margin: 20px auto 0;
  padding-top: 10px;
}
.wl-welcome-img img {
  vertical-align: bottom;
}
.article-wl-text {
  position: relative;

  background: #efefef;
  box-shadow: 5px 0 10px 5px rgba(0,0,0,0.3);
}
.article-wl-content {
  width: 800px;
  margin: 0 auto;
  padding: 50px 50px 60px;
}
.article-wl-bg {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
}
.article-wl-why {
  background-color: #a8b6c3;
  background-image: url(http://apps.fridker.com/images/main_v4/wl-welcome-why.jpg?1529690787);
}
.article-wl-reviews {
  background-color: #cda06e;
  background-image: url(http://apps.fridker.com/images/main_v4/wl-welcome-reviews.jpg?1529690787);
  background-position: 50% 20%;
}
.wl-why-list {
  display: table;

  width: 570px;
  margin: 0 auto;

  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.wl-why-list li {
  font-size: 20px;

  position: relative;

  display: table-row;

  list-style: none;

  color: #ffffff;
}
.wl-why-list li:last-child {
  padding-bottom: 0;
}
.wl-why-list li > div {
  display: table-cell;

  padding-bottom: 20px;

  vertical-align: middle;
}
.wl-why-list li > div:first-child {
  width: 110px;
}

.wl-why-list .wl-icon {
  position: relative;

  display: block;

  width: 90px;
  height: 90px;

  border-radius: 50%;
  background: #ffffff;
}
.wl-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;

  content: "";

  background: url(http://apps.fridker.com/images/main_v4/wl-welcome-icons.png?1529690787) no-repeat;
}
.wl-icon-frame:after {
  width: 53px;
  height: 45px;
  margin: -22px 0 0 -26px;

  background-position: -80px 0;
}
.wl-icon-surprize:after {
  width: 41px;
  height: 53px;
  margin: -28px 0 0 -20px;

  background-position: -140px 0;
}
.wl-icon-money:after {
  width: 31px;
  height: 52px;
  margin: -26px 0 0 -15px;

  background-position: -80px -60px;
}
.wl-icon-check:after {
  width: 39px;
  height: 51px;
  margin: -26px 0 0 -19px;

  background-position: -120px -60px;
}
.wl-icon-start:after {
  width: 31px;
  height: 44px;
  margin: -22px 0 0 -15px;

  background-position: -160px -60px;
}
.wl-how-work .wl-icon {
  display: block;

  width: 32px;
  height: 32px;
  margin-bottom: 6px;

  background-image: url(http://apps.fridker.com/images/main_v4/wl-welcome-icons.png?1529690787);
}
.wl-icon-brush {
  background-position: 0 0;
}
.wl-icon-wallet {
  background-position: -40px 0;
}
.wl-icon-tools {
  background-position: 0 -32px;
}
.wl-icon-coins {
  background-position: -40px -32px;
}
.wl-icon-refresh {
  background-position: 0 -64px;
}
.wl-icon-clipboard {
  background-position: -40px -64px;
}
.wl-icon-piggy {
  background-position: 0 -96px;
}
.wl-icon-gift {
  background-position: -40px -96px;
}
.wl-how-work {
  margin: 30px 0 0;
  padding: 0;
}
.wl-how-work li {
  font-size: 20px;

  display: inline-block;

  margin-bottom: 25px;

  list-style: none;

  vertical-align: top;
}
.wl-how-work li:nth-child(odd) {
  width: 45%;
  margin-right: 9%;
}
.wl-how-work li:nth-child(even) {
  width: 45%;
}
.wl-reviews .devices-corusel-tumb {
  display: block;
}

.wl-subscribe {
  padding: 50px 0;

  text-align: center;
}
.wl-subscribe .ams-button_v4 {
  font-size: 40px;
}
.article-wl-video {
  margin-bottom: 40px;

  text-align: center;
}
.article-wl-video iframe {
  width: 640px;
  height: 382px;

  border: 12px solid #ffffff;
}
.article-wl-content h2 {
  font-family: "Roboto Slab", 'B yekan', serif;
  font-size: 46px;

  margin: 0 0 50px;

  text-align: center;
  text-transform: uppercase;

  color: #3d4958;
}
.article-wl-bg h2 {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

/* article-wl (end) */


.main{
  /*position: relative;
  z-index: 40;*/
  padding: 65px 0 190px;

  text-align: center;

  color: #fff;
  }

.main .page-video{
  background-color: #e0dbd7;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/main.jpg?1529690787);
  }


/* content (begin) */
.main h1, .main h2{
  font-family: 'Roboto Slab', 'B yekan', serif;
  font-size: 58px;
  font-weight: 700;

  margin: 30px 0 0;

  color: #fff;
  position: relative;
  z-index: 2;
  }
.main h2 {
  margin: 0;
  font-size: 27px;
}
.play-video{
  padding: 40px 0 15px;
  }
.play-video-icon{
  height: 80px;

  cursor: pointer;
  }
.play-video-icon:hover{
  opacity: .8;
  }
.price{
  font-family: 'Roboto Slab', 'B yekan', serif;

  margin-top: 30px;
  }
.main .price{
  margin: 60px 0 30px;
  }
.price span{
  display: inline-block;

  vertical-align: middle;

  color: #fff;
  }
.price-label{
  font-size: 20px;
  font-weight: 700;
  }
.price-tag{
  font-size: 40px;
  font-weight: 700;

  margin: 0 10px;

  text-align: center;
  }
.price-tag sub{
  font-size: 20px;
  font-weight: normal;

  position: relative;
  top: -8px;
  }
.price-validity{
  font-size: 20px;
  font-weight: 700;

  color: #ed4679;
  }

.page-main .price{
  line-height: 60px;

  display: inline-block;
  /*height: 60px;*/

  padding: 0 30px;

  border-radius: 10px;
  background: #ed4679;
  }
.page-main .price span{
  display: inline;
  }
.page-main .price-label{
  font-size: 24px;
  font-weight: 100;
  /*margin-right: 5px;*/
  }

.page-main .price-tag sub{
  font-weight: 100;
  }
.page-main .price-validity{
  font-size: 14px;
  font-weight: 100;

  position: relative;
  top: 3px;

  color: #fff;
  }

.start-steps{
  width: 800px;
  margin: 0 auto;
  padding: 30px 0 0;

  text-align: center;

  color: #fff;
  position: relative;
  z-index: 3;
  }
.start-steps li {
  float: left;
  width: 33%;
  margin: 0;
  padding: 0;
  margin-right: 1%;
  list-style: none;
  
}

.start-steps li:first-of-type {
  margin-right: 0.5em;
}

.start-steps li:last-of-type {
  margin-right: -2%;
}

.start-steps--icon{
  position: relative;

  display: inline-block;

  width: 56px;
  height: 56px;

  text-align: center;

  border-radius: 50%;
  background: #fff;
  }
.start-steps--icon:after{
  position: absolute;
  top: 0;
  left: 0;

  width: 56px;
  height: 56px;

  content: '';

  background-image: url(http://apps.fridker.com/images/main_v4/icons.png?1529690787);
  }
.start-steps--icon-s1:after{
  background-position: 0 0;
  }
.start-steps--icon-s2:after{
  background-position: -56px 0;
  }
.start-steps--icon-s3:after{
  background-position: -112px 0;
  }
.start-steps--title{
  font-family: 'Roboto Slab', 'B yekan', serif;
  font-size: 20px;
  font-weight: 700;

  margin: 4px 0 4px;

  color: #fff;
  }
.start-steps--text{
  font-family: 'Roboto Condensed', 'B yekan', sans-serif;
  font-size: 14px;

  margin: 0 5px;
  padding: 3px 5px 4px;

  color: #2a3747;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  display: table-cell;
  width: 250px;
  line-height: 1.3em;
  height: 3em;
  vertical-align: middle;
}

.start-steps--text_arrow{
  padding-right: 26px;
  background: url(http://apps.fridker.com/images/main_v4/start-steps.png?1529690787) no-repeat 102% 50%;
  display: table-cell;
  width: 236px;
  line-height: 1.3em;
  height: 3em;
  vertical-align: middle;
}

.main-info{
  font-family: 'Roboto Condensed', 'B yekan', sans-serif;
  font-size: 14px;

  padding-top: 15px;

  color: #fff;
  }
.main-info p{
  margin: 0;

  color: #fff;
  }
.main-info strong{
  font-size: 18px;
  font-weight: 700;
  }

/* content (end) */


.industry-gallery{
  padding-bottom: 35px;
  position: absolute;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  /*height: 192px;*/

  height: 180px;

  -webkit-transition: background-color 100ms linear;
     -moz-transition: background-color 100ms linear;
      -ms-transition: background-color 100ms linear;
       -o-transition: background-color 100ms linear;
          transition: background-color 100ms linear;
  text-align: center;

  background: #fff;
  background-color: rgba(255, 255, 255, .4);
  }
.industry-gallery:hover,
.page-main.industry-highlighted .industry-gallery{
  background: #fff;
  background-color: rgba(255, 255, 255, .8);
  }
/*.showed .industry-gallery{
  position: fixed;
}*/
.industry-gallery h2{
  font-family: 'Roboto Condensed', 'B yekan', sans-serif;
  font-size: 18px;

  position: relative;
  top: -10px;

  display: inline-block;

  margin: 0 75px;
  padding: 5px 12px 6px;

  color: #fff;
  border-radius: 5px;
  background-color: #ed4679;
  }

/* gallery (begin) */
.gallery-list{
  overflow: hidden;

  width: auto;
  margin: 5px 0 0;
  padding: 0 75px;
  }
.gallery-list .gallery-list--item{
  width: 100px;
  margin: 0 10px;

  text-align: center;
  }
.gallery-list span{
  font-family: 'Roboto', 'B yekan', sans-serif;
  font-size: 14px;
  font-weight: 400;

  display: block;

  padding-top: 5px;

  -webkit-transition: color .2s ease-in-out;
     -moz-transition: color .2s ease-in-out;
       -o-transition: color .2s ease-in-out;
          transition: color .2s ease-in-out;

  color: #2a3747;
  }
.gallery-list img{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 90px !important;
  height: 90px !important;
  margin: 0 auto !important;

  -webkit-transition: border .1s ease-in-out;
     -moz-transition: border .1s ease-in-out;
       -o-transition: border .1s ease-in-out;
          transition: border .1s ease-in-out;
  vertical-align: bottom;

  border-radius: 50%;
  }
.gallery-list .gallery-list--item:hover span,
.gallery-list .gallery-list--item.current span{
  color: #ed4679;
  }
.gallery-list .gallery-list--item:hover img,
.gallery-list .gallery-list--item.current img{
  border: 3px solid #ed4679;
  }

.gallery-list .owl-item .gallery-list--item{
  margin: 0 auto;
  }

/* gallery (end) */


/* nav (begin) */
.owl-prev,
.owl-next{
  position: absolute;
  top: 28px;

  overflow: hidden;

  width: 30px;
  height: 30px;

  text-indent: -999px;

  border-radius: 50%;
  background-color: #ed4679;
  background-image: url(http://apps.fridker.com/images/main_v4/icons.png?1529690787);
  background-repeat: no-repeat;
  }
.owl-prev{
  left: 10px;

  background-position: 0 -116px;
  }
.owl-next{
  right: 10px;

  background-position: -30px -116px;
  }
/* nav (end) */


/* industry-highlight (begin) */
.industry-highlight{
  position: absolute;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  visibility: hidden;

  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  }

.page-main.industry-highlighted .industry-highlight:after{
  position: absolute;
  bottom: 200px;
  left: 50%;

  width: 520px;
  height: 122px;
  margin-left: -260px;

  content: ' ';

  background: url(http://apps.fridker.com/images/main_v4/industry-highlight.png?1529690787) no-repeat 50% 100%;
  -webkit-background-size: 100%;
          background-size: 100%;
  }

.page-main.industry-highlighted .industry-highlight{
  display: block;
  visibility: visible;
  }

.page-main.industry-highlighted .industry-gallery h2{
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  }


@media only screen and (max-width : 520px){
  .page-main.industry-highlighted .industry-highlight:after{
    bottom: 200px;
    left: 0;

    width: 100%;
    height: 122px;
    margin-left: 0;

    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    }
  }
/* industry-highlight (end) */


 /* template (begin) */
.template-page {
  /*position: relative;
  z-index: 30;*/
}

.template {
  padding: 150px 20px 100px 0;
  text-align: right;
  color: #ffffff;
}

.page-template .page-content {
  padding-left: 61%;
}

.page-template.page-template-collapsed .page-content {
  padding-left: 2em;
}


.template-descr h1,
.template-descr h2 {
  font-family: "Roboto Slab", 'B yekan', serif;
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-all;
  /* chrome/safari version */
  word-break: break-word;
}
.template-descr h1 span,
.template-descr h2 span {
  font-size: 24px;
  font-weight: normal;
  display: block;
  margin: 0 0 0.4em;
  text-transform: uppercase;
}

/*.template .price{
  margin-top: 3em;
  padding-top: 0;
  }
.template .price-label{
  display: none;
  }
.template .price-tag{
  font-size: 64px;
  font-weight: 700;
  line-height: initial;

  display: block !important;

  width: auto;
  height: auto;
  margin: 0;

  text-align: right;

  color: #ed4679;
  background: transparent;
  }
.template .price-tag sub{
  font-size: 30px;
  font-weight: 300;

  position: relative;
  top: -18px;
  }*/
.template .main-info {
  margin-top: 20px;
}
.template .main-info p {
  font-size: 12px;
  line-height: 1.8;

  margin: 0;

  color: #ffffff;
}
.template-action {
  margin-top: 100px;
}

.template-sidebar {
  position: absolute;
  z-index: 60;
  top: 0;
  bottom: 0;
  left: 0;

  width: 200px;
  padding: 30px 0 50px;

  -webkit-transition: width 200ms ease-in-out;
          transition: width 200ms ease-in-out;
  -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);

  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}


.showed .template-sidebar {
  position: fixed;
}
.template-sidebar-large {
  width: 60% !important;
}
.template-sidebar-content {
  overflow: hidden;

  height: 100%;
  padding: 0 12px;
}
.template-sidebar-large .template-sidebar-content {
  overflow: auto;

  padding: 0 20px;
}
.template-sidebar h3 {
  font-family: "Roboto Slab", 'B yekan', serif;
  font-size: 20px;
  font-weight: normal;

  margin: 26px 0 15px;

  color: #ed4679;
}
.template-sidebar h3 span {
  font-size: 11px;
  font-weight: 300;

  display: block;

  text-transform: uppercase;
}
.list {
  margin: 0;
  padding: 0;
}
.list li {
  font-family: "Roboto", 'B yekan', sans-serif;
  font-size: 13px;
  line-height: 1.2;

  position: relative;

  margin-bottom: 7px;
  padding-left: 15px;

  list-style: none;

  color: #323a48;
}
.list li:before {
  position: absolute;
  top: 4px;
  left: 0;

  width: 8px;
  height: 8px;

  content: "";

  border-radius: 50%;
  background-color: #ed4679;
}
.template-sidebar p {
  font-family: "Roboto", 'B yekan', sans-serif;
  font-size: 13px;
  line-height: 1.2;

  margin-bottom: 8px;

  color: #323a48;
}
.sidebar-more {
  font-family: "Roboto Condensed", 'B yekan', sans-serif;
  font-size: 13px;
  font-weight: 700;

  position: absolute;
  right: -15px;
  bottom: 8px;

  cursor: pointer;
  -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);

  color: #ed4679;
}
.sidebar-more--icon {
  position: relative;
  top: -1px;

  display: inline-block;

  width: 31px;
  height: 31px;
  margin-left: 4px;

  vertical-align: middle;

  border-radius: 50%;
  background-color: #ed4679;
}
.sidebar-more--icon:after,
.sidebar-more--icon:before {
  position: absolute;
  top: 0;

  width: 30px;
  height: 30px;

  content: "";

  background-image: url(http://apps.fridker.com/images/main_v4/icons.png?1529690787);
  background-position: -30px -116px;
}
.sidebar-more--icon:before {
  left: -3px;
}
.sidebar-more--icon:after {
  left: 4px;
}
.template-sidebar-large .sidebar-more--icon:after,
.template-sidebar-large .sidebar-more--icon:before {
  background-position: 0 -116px;
}
.template-sidebar-large .sidebar-more--icon:before {
  left: -3px;
}
.template-sidebar-large .sidebar-more--icon:after {
  left: 4px;
}

.sidebar-more--less,
.template-sidebar-large .sidebar-more--more {
  display: none;
}
.template-sidebar-large .sidebar-more--less {
  display: inline;
}


.template-sidebar .template-video {
  margin: 26px 0 0;

  text-align: center;
}
.template-sidebar .template-video .ams-button_v4 {
  font-size: 16px;

  position: relative;

  padding: 0.5em;
}
.template-sidebar .popup-youtube.ams-button_v4 {
  padding-right: 32px;
}

.template-sidebar .popup-youtube.ams-button_v4:before {
  position: absolute;
  top: 50%;
  right: 0;

  width: 30px;
  height: 30px;
  margin-top: -15px;

  content: "";

  background-image: url(http://apps.fridker.com/images/main_v4/icons.png?1529690787);
  background-position: -120px -116px;
}

/* devices-corusel (begin) */
.template-sidebar-large .template-media {
  float: right;

  width: 260px;
  margin: 26px 0 15px 25px;
}

.devices-corusel {
  width: 176px;
}
.template-sidebar-large .devices-corusel {
  width: 260px;
  margin: 0 auto;
}

.devices-corusel-static,
.devices-corusel-static img {
  width: 176px;
  height: 176px;

  border-radius: 100%;
}
.template-sidebar-large .devices-corusel-static {
  display: none;
}
.devices-corusel-tumb {
  display: none;
}
.template-sidebar-large .devices-corusel-tumb {
  display: block;
}
.devices-corusel-tumb .owl-item {
  width: 260px !important;
}
.devices-corusel-tumb img {
  width: 260px !important;
  height: 260px !important;

  border-radius: 100%;
}
.devices-corusel-tumb span {
  font-family: "Roboto Slab", 'B yekan', serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;

  display: block;

  padding: 5px 0;

  text-align: center;

  color: #ed4679;
}

.devices-corusel-bullets {
  margin: 10px 0 0;
  padding: 0;

  text-align: center;
}
.bullet {
  display: inline-block;

  width: 12px;
  height: 12px;
  margin: 0 3px;

  cursor: pointer;

  border-radius: 50%;
  background-color: #2a3747;
}
.bullet.active {
  background-color: #ed4679 !important;
}

/* devices-corusel (end) */

/* template (end)*/

@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .template-descr h1,
  .template-descr h2 {
    font-size: 46px;
  }
}

/* templates backgrounds (begin) */
/* some selectors for lazy loading posters */

#index .inview .template-beauty-salons .page-video,
#index.load-posters .template-beauty-salons .page-video,
#industry .template-beauty-salons .page-video {
  background-color: #43433c;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/beauty-salons.jpg?1529690787);
}
#index .inview .template-charities .page-video,
#index.load-posters .template-charities .page-video,
#industry .template-charities .page-video {
  background-color: #f5f0c2;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/charities.jpg?1529690787);
}
#index .inview .template-events .page-video,
#index.load-posters .template-events .page-video,
#industry .template-events .page-video {
  background-color: #0a2aff;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/events.jpg?1529690787);
}
#index .inview .template-fb .page-video,
#index.load-posters .template-fb .page-video,
#industry .template-fb .page-video {
  background-color: #6f7483;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/fb.jpg?1529690787);
}
#index .inview .template-garage .page-video,
#index.load-posters .template-garage .page-video,
#industry .template-garage .page-video {
  background-color: #000000;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/garage.jpg?1529690787);
}
#index .inview .template-government .page-video,
#index.load-posters .template-government .page-video,
#industry .template-government .page-video {
  background-color: #777c85;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/government.jpg?1529690787);
}
#index .inview .template-healthcare .page-video,
#index.load-posters .template-healthcare .page-video,
#industry .template-healthcare .page-video {
  background-color: #cbd8d5;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/healthcare.jpg?1529690787);
}
#index .inview .template-hotels .page-video,
#index.load-posters .template-hotels .page-video,
#industry .template-hotels .page-video {
  background-color: #bfbbb8;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/hotels.jpg?1529690787);
}
#index .inview .template-kindergarten .page-video,
#index.load-posters .template-kindergarten .page-video,
#industry .template-kindergarten .page-video {
  background-color: #dabe9f;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/kindergarten.jpg?1529690787);
}
#index .inview .template-main .page-video,
#index.load-posters .template-main .page-video,
#industry .template-main .page-video {
  background-color: #dedcd5;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/main.jpg?1529690787);
}
#index .inview .template-nightclubs .page-video,
#index.load-posters .template-nightclubs .page-video,
#industry .template-nightclubs .page-video {
  background-color: #453e51;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/nightclubs.jpg?1529690787);
}
#index .inview .template-professional-services .page-video,
#index.load-posters .template-professional-services .page-video,
#industry .template-professional-services .page-video {
  background-color: #ecf3f2;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/professional-services.jpg?1529690787);
}
#index .inview .template-radio .page-video,
#index.load-posters .template-radio .page-video,
#industry .template-radio .page-video {
  background-color: #51bc42;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/radio.jpg?1529690787);
}
#index .inview .template-religious .page-video,
#index.load-posters .template-religious .page-video,
#industry .template-religious .page-video {
  background-color: #f0d4ba;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/religious.jpg?1529690787);
}
#index .inview .template-retail .page-video,
#index.load-posters .template-retail .page-video,
#industry .template-retail .page-video {
  background-color: #f6ece4;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/retail.jpg?1529690787);
}
#index .inview .template-sports .page-video,
#index.load-posters .template-sports .page-video,
#industry .template-sports .page-video {
  background-color: #fffdff;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/sports.jpg?1529690787);
}
#index .inview .template-free .page-video,
#index.load-posters .template-free .page-video,
#industry .template-free .page-video {
  background-color: #f0efea;
  background-image: url(http://apps.fridker.com/images/main_v4/posters/free.jpg?1529690787);
}

/* templates backgrounds (end) */


/* options-auth (begin) */
.options-auth{
  position: relative;
  z-index: 15;

  overflow: hidden;

  margin-top: -8px;
  margin-bottom: 50px;

  text-align: center;
  }
.options-registr,
.options-login{
  display: inline-block;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 380px;
  margin: 0 40px;
  padding: 45px 25px 30px;

  text-align: left;
  vertical-align: top;

  border-top: 8px solid #ed4679;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #efefef;
  }
.options-login{
  border-top-color: #8ac4d7;
  }

.options-registr h3{
  color: #ed4679;
  }
.options-login h3{
  color: #8ac4d7;
  }
.options-auth h3{
  font-family: 'Roboto Slab', 'B yekan', serif;
  font-size: 32px;
  font-weight: 700;

  margin: 0 0 14px;

  text-align: center;
  }
.options-auth p{
  font-family: 'Roboto Condensed', 'B yekan', sans-serif;
  font-size: 14px;
  line-height: 16px;

  display: none;

  margin: 0;

  color: #404a54;
  }
.white-popup-block .options-auth p{
  display: block;
  }
.options-auth .field .input{
  width: 100%;
  }
.options-auth .field input{
  padding: 6px 5px;
  }
.options-auth .label{
  display: none;
  }
.options-auth .ams-button_v4{
  font-size: 22px;

  min-width: 120px;
  padding:7px 10px;
  }
.options-registr a{
  color: #ed4679;
  }
.options-registr .ams-button_v4{
  background: #ed4679;
  }
.options-login .ams-button_v4{
  background: #8ac4d7;
  }
.options-login .login-form{
  float: none;

  width: auto;
  margin: 0;
  }
.options-auth .field_check{
  float: left;

  width: 150px;
  margin-top: 8px;
  }
.options-auth .field_link{
  float: right;

  width: 120px;
  margin: 8px 0 25px;
  padding: 0;

  text-align: right;
  }
.options-auth .buttons{
  clear: both;

  margin: 25px 0;

  text-align: center;
  }
.options-auth .login-alt{
  float: none;

  margin: 30px auto;
  }
.buttons-social{
  margin: 25px 0 0;
  padding: 0;
  text-align: center;
  }
.buttons-social li{
  list-style: none;
  margin-top: 12px;
}
.buttons-social li:first-child{
  margin-top: 0;
}
.buttons-social a{
  font-size: 19px;
  font-family: 'Roboto Condensed', 'B yekan', sans-serif;
  text-transform: uppercase;
  min-width: 80%;
  padding: 10px 10px 10px 36px;
  display: inline-block;
  border: 1px solid;
  border-radius:10px;
  text-align: left;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  }
.buttons-social a:hover{
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  }
a.login-fb{
  color: #fff;
  border-color: #3b5998;
  background-color: #3b5998;
  background-image:url(http://apps.fridker.com/images/main_v4/social-icons/facebook-32.png?1529690787);
  -webkit-background-size: 28px 28px;
  background-size: 28px 28px;
  background-position: 3px 4px;
}
a.login-gp{
  color: #f35248;
  border-color: #f35248;
  padding-left: 38px;
  background-image:url(http://apps.fridker.com/images/main_v4/social-icons/google-plus-32-red.png?1529690787);
  -webkit-background-size: 28px 28px;
  background-size: 28px 28px;
  background-position: 5px 6px;
}

/* options-auth (end) */


/* popup (begin) */
.white-popup-block{
  max-width: 380px;
  }
.white-popup-block .options-auth{
  width: 380px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  }
.white-popup-block .options-auth:before{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  height: 48px;

  content: '';
  text-align: left;

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #8ac4d7;
  }
.white-popup-block .options-registr,
.white-popup-block .options-login{
  position: static;

  display: block;

  height: auto;
  margin: 0;
  padding-bottom: 40px;

  color: #8f9aa1;
  background: transparent;
  }
.white-popup-block .options-registr,
.white-popup-block .options-login{
  border-top: 0;
  }
.white-popup-block .options-registr{
  display: none;
  }
.white-popup-block .article-title{
  display: none;
  }


/* popup (end) */

@media only screen and (max-width: 880px){
  .options-registr,
  .options-login{
    display: block;

    width: auto;
    margin-bottom: 0;
    padding-bottom: 40px;
    }
  .options-login{
    margin-top: -8px;
    }
  .options-auth .buttons{
    position: static;

    width: auto;
    }
  }

@media only screen and (min-width: 0) and (max-width: 640px){
  .options-registr .field .label{
    width: 100%;
    margin-bottom: 5px;
    }
  .options-registr .field .input{
    width: 100%;
    }
  .options-auth .field .help{
    margin: 5px 0 0 0;
    }
  .options-registr,
  .options-login{
    margin: 0 20px 20px 20px;
    padding: 45px 20px 20px 20px;
    }
  .options-auth .field_link{
    float: left;

    width: 100%;

    text-align: left;
    }
  }

@media only screen and (max-width: 359px) and (min-width: 0){
  }


/* options-auth (begin) */
.options-reseller {
  position: relative;
  z-index: 15;

  box-sizing: border-box;
  width: 500px;
  margin: -8px auto 30px;
  padding: 45px 30px 30px 30px;

  text-align: left;
  vertical-align: top;

  border-top: 8px solid #ed4679;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #efefef;
  /*fix for H5Stqh5c*/
  background: white;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.options-reseller h2:first-child,
.options-reseller h3:first-child {
  margin-top: 0;
}
.options-reseller .buttons {
  margin-top: 30px;

  text-align: center;
}

.platform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}
.platform_fields .field_checkbox {
  display: inline-block;

  margin-right: 0.5em;
}
.platform_fields .field_checkbox .input {
  width: auto;
}
.platform_fields .field_checkbox input {
  width: auto;
}
.platform_fields .field_checkbox .label {
  white-space: nowrap;
}


.simple_captcha {
  margin: 0 0 18px;
}
.simple_captcha_label {
  font-family: "Roboto Condensed", 'B yekan', sans-serif;
  font-size: 13px;

  display: inline-block;

  width: 27%;
  margin-right: 3%;

  color: #404a54;
}
.simple_captcha_field {
  display: inline-block;

  width: 68%;

  vertical-align: middle;
}
.simple_captcha_input input {
  box-sizing: border-box;
  width: 100%;

  border-color: #f7f7f7;
}
#reseller-popup-form {
  width: 500px;
  min-width: 500px;
}
.white-popup-block .options-reseller {
  padding-top: 75px;

  border-top: none;
  border-radius: 12px;
}
.white-popup-block .options-reseller:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  height: 48px;

  content: "";
  text-align: left;

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #ed4679;
}
.white-popup-block .options-reseller h3 {
  margin-top: 0;
}


.pricing-plan {
  position: relative;
  z-index: 20;

  margin: 20px 0 40px;
}
.article-content .pricing-plan {
  margin: -58px 0 50px;
}
.pricing-plan-list {
  margin: 0;
  padding: 0;

  text-align: center;
}
.pricing-plan-list .pricing-plan-li {
  display: inline-block;

  margin: 0  5px;

  list-style: none;

  vertical-align: top;
}
.pricing-plan-item {
  position: relative;

  display: block;

  width: 250px;
  padding-bottom: 60px;
  /*height: 280px;*/

  text-align: center;

  border-radius: 8px;
  background: #ffffff;
}
.pricing-plan-value {
  padding: 20px 0;
  /*height: 140px;*/

  color: #ffffff;
  border-radius: 8px;
}
.pricing-plan-value .label {
  font-family: "Roboto Slab", 'B yekan', serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1;

  display: block;

  padding: 0;

  letter-spacing: 1px;

  color: #ffffff;
}
.pricing-plan-value p {
  font-family: "Roboto Slab", 'B yekan', serif;
  font-weight: 300;

  margin: 12px 10px 0;

  color: #ffffff;
}


.pricing-plan-info ul {
  font-family: "Roboto Condensed", 'B yekan', serif;
  font-weight: 300;

  margin: 0;
  padding: 0;
}
.pricing-plan-info ul li {
  font-size: 17px;
  line-height: 1.2;

  display: block;

  margin: 0;
  padding: 14px 10px;

  color: #3f474d;
  border-top: 1px solid #efefef;
}
.pricing-plan-info ul li:first-child {
  border-top-width: 0;
}



.pricing-plan-info .save {
  font-family: "Roboto Slab", 'B yekan', serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;

  display: block;

  padding-top: 4px;

  text-transform: uppercase;

  color: #68c5d9;
}
.pricing-plan-action {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -20px;
  left: 0;

  text-align: center;
}
.pricing-plan-action .ams-button_v4 {
  font-family: "Roboto Slab", 'B yekan', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;

  display: inline-block;

  min-width: 120px;
  padding: 15px 18px;

  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.pricing-plan-item:hover .ams-button_v4 {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.pricing-plan-item-year .pricing-plan-action .ams-button_v4 {
  background-color: #68c5d9;
}
.pricing-plan-item-month .pricing-plan-action .ams-button_v4 {
  background-color: #ed4679;
}
.pricing-plan .or {
  font-family: "Roboto Condensed", 'B yekan', sans-serif;
  font-weight: 700;
  /*line-height: 24px;*/

  position: absolute;
  top: 78px;
  left: 50%;

  display: inline-block;

  text-align: center;

  color: #6a7a89;
}
.pricing-plan .or:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;

  display: block;

  width: 100%;
  height: 0;
  margin-top: -50%;
  padding-bottom: 100%;

  content: "";

  border-radius: 50%;
  background: #ffffff;
}
.pricing-plan .or span {
  position: relative;
  z-index: 2;

  display: inline-block;

  padding: 5px;
}


.article-title-pricing {
  padding: 30px 0 46px;

  background-position: 50% 40%;
}


/* pricing-plan-cost (being) */
.pricing-plan-cost {
  font-size: 54px;

  position: relative;

  height: 1em;
  margin-top: 0.4em;
}

.pricing-plan-value .cost {
  font-family: "Roboto Slab", 'B yekan', serif;
  font-size: 1em;
  font-weight: 700;
  font-weight: normal;
  line-height: 54px;

  position: absolute;
  right: 0;
  left: 0;

  display: block;

  padding: 0;

  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  text-align: center;
}
.pricing-plan-cost .cost sup {
  font-size: 0.3em;
  font-weight: 300;

  position: absolute;
  top: -1em;

  padding-left: 8px;
}
.pricing-plan-value .cost-year,
.pricing-plan-year .cost-month {
  opacity: 0;
}
.pricing-plan-year .cost-year {
  opacity: 1;
}
/*.pricing-plan-second .cost_inline-true sup {
  position: relative;
  top: -42px;

  padding-right: 0;
}*/
/* pricing-plan-cost (end) */



/* pricing-plan-first (being) */
.pricing-plan-first {
  position: relative;

  width: 246px;
}
.pricing-plan-first .pricing-plan-value {
  border-bottom: 1px solid #2abede;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.pricing-plan-first .pricing-plan-value,
.pricing-plan-first .ams-button_v4 {
  background: #2ecaec; /* Old browsers */ /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ecaec), color-stop(100%,#2ecaec)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #2ecaec 0%,#2ecaec 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-linear-gradient(top, #2ecaec 0%, #2ecaec 100%);
  background:         linear-gradient(to bottom,  #2ecaec 0%,#2ecaec 100%); /* W3C */
}
.pricing-plan-first .ams-button_v4 {
  text-shadow: 2px 2px 0 rgba(29, 181, 214, 0.75);
}
/* pricing-plan-first (end) */


/* pricing-plan-third (begin) */
.pricing-plan-third {
  position: relative;

  width: 246px;
}
.pricing-plan-third .pricing-plan-value {
  border-bottom: 1px solid #0e2335;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.pricing-plan-third .pricing-plan-value,
.pricing-plan-third .ams-button_v4,
.pricing-plan-third .onoffswitch-switch {
  background: #1f4361; /* Old browsers */ /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f4361), color-stop(100%,#15324a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1f4361 0%,#15324a 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-linear-gradient(top, #1f4361 0%, #15324a 100%);
  background:         linear-gradient(to bottom,  #1f4361 0%,#15324a 100%); /* W3C */
}
.pricing-plan-third .ams-button_v4 {
  text-shadow: 2px 2px 0 rgba(14, 41, 63, 0.75);
}
.pricing-plan-third .pricing-plan-info a {
  text-decoration: underline;

  color: #1f4361;
}
.pricing-plan-third .pricing-plan-info a:hover {
  text-decoration: none;
}
/* pricing-plan-third (end) */


/* pricing-plan-second (begin) */
.pricing-plan-second {
  position: relative;

  width: 278px;
  margin-top: -20px;
}
.pricing-plan-second .pricing-plan-value {
  position: relative;

  border-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.pricing-plan-second .pricing-plan-value,
.pricing-plan-second .ams-button_v4,
.pricing-plan-second .onoffswitch-switch {
  background: #ff447c; /* Old browsers */ /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff447c), color-stop(100%,#eb2d66)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff447c 0%,#eb2d66 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-linear-gradient(top, #ff447c 0%, #eb2d66 100%);
  background:         linear-gradient(to bottom,  #ff447c 0%,#eb2d66 100%); /* W3C */
}
.pricing-plan-second .pricing-plan-cost {
  font-size: 68px;
}

.pricing-plan-second .ams-button_v4 {
  font-size: 24px;

  text-shadow: 2px 2px 0 rgba(14, 41, 63, 0.75);
}
.pricing-plan-second .pricing-plan-info ul li:first-child {
  border-top-width: 1px;
}
/* pricing-plan-second (end) */



/* guarantee (begin) */
.pricing-plan-guarantee {
  font-size: 16px;

  float: left;
  clear: both;

  width: 540px;
  margin: 35px 0 10px;

  color: #1e3456;
  /*background: url(http://apps.fridker.com/images/main_v4/guarantee.jpg?1529690787) no-repeat 40px 50%;*/
}
.pricing-plan-guarantee h3 {
  font-size: 24px;

  margin-top: 0;
}
.pricing-plan-guarantee li {
  font-size: 16px;
}
.pricing-payment-guarantee-img {
  padding-left: 345px;
}

.pricing-payment-type {
  position: relative;

  margin-bottom: 30px;
  padding-top: 20px;

  text-align: center;
}
.pricing-payment-type img {
  position: relative;
  z-index: 5;

  width: 300px;
  padding: 0 10px;

  background-color: #efefef;
}
.pricing-payment-type:before,
.pricing-payment-type:after {
  position: absolute;
  z-index: 1;
  top: 30px;

  width: 235px;
  height: 2px;

  content: "";

  background: #cdd3d8;
}
.pricing-payment-type:before {
  left: 0;
}
.pricing-payment-type:after {
  right: 0;
}
.user-reviews {
  font-family: "Roboto Slab", 'B yekan', serif;

  float: right;

  width: 246px;
  margin: 35px 0 10px;

  text-align: center;
}
.user-reviews .devices-corusel-tumb .owl-item {
  width: 246px !important;
}
.user-reviews h4 {
  font-family: "Roboto Slab", 'B yekan', serif;
  font-size: 18px;
  font-weight: 700;

  margin: 0;

  color: #1e3446;
}
.user-reviews p {
  font-size: 12px;
  font-style: italic;

  margin: 10px 0 0;
}
.user-reviews-app {
  font-size: 10px;
  font-weight: 700;

  margin: 5px 0;
  padding: 0;

  color: #1e3446;
}
.devices-corusel-tumb .user-reviews-image img {
  width: 92px !important;
  height: 92px !important;
  margin: 0 auto 10px;

  vertical-align: bottom;

  border-radius: 50%;
}

/* pricing-plan (end) */



/* pricing-plan-free (begin) */
.pricing-plan-free {
  margin: 60px 0 50px;

  text-align: center;
}
.pricing-plan-free .or {
  font-size: 18px;

  position: relative;
  top: 0;
  left: 0;

  text-transform: uppercase;
}
.pricing-plan-free .pricing-plan-action {
  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  margin-top: 25px;
}

.pricing-plan-free .pricing-plan-free--hint {
  line-height: 1.3;

  position: absolute;
  bottom: 100px;
  left: 50%;

  visibility: hidden;

  width: 320px;
  margin-left: -170px;
  padding: 10px;

  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  pointer-events: none;

  opacity: 0;
  border-radius: 10px;
  background: #ffffff;
}
.pricing-plan-free .pricing-plan-free--hint:before {
  position: absolute;
  bottom: -10px;
  left: 50%;

  width: 0;
  height: 0;
  margin-left: -10px;

  content: "";

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.pricing-plan-free .pricing-plan-action:hover .pricing-plan-free--hint {
  bottom: 80px;

  visibility: visible;

  opacity: 1;
}
/* pricing-plan-free (end) */



/* onoffswitch (begin) */
.onoffswitch {
  position: relative;

  width: 55px;
  margin: 12px auto;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;

  height: 23px;

  cursor: pointer;

  border-radius: 35px;
}
.onoffswitch-inner {
  display: block;

  width: 200%;
  margin-left: -100%;

  -webkit-transition: margin 0.3s ease-in 0s;
          transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  font-family: 'B yekan', Trebuchet, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;

  display: block;
  float: left;

  box-sizing: border-box;
  width: 50%;
  height: 23px;
  padding: 0;

  color: white;
  background: #c0c0c0; /* Old browsers */ /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c0c0), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c0c0c0 0%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-linear-gradient(top, #c0c0c0 0%, #b3b3b3 100%);
  background:         linear-gradient(to bottom,  #c0c0c0 0%,#b3b3b3 100%); /* W3C */
  box-shadow: inset 0 1px 2px 1px rgba(0,0,0,0.1);
}
.onoffswitch-inner:before {
  padding-left: 10px;

  content: "";

  color: #bcbcbc;
  background-color: #bcbcbc;
}
.onoffswitch-inner:after {
  padding-right: 10px;

  content: "";
  text-align: right;

  color: #bcbcbc;
  background-color: #bcbcbc;
}
.onoffswitch-switch {
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;

  display: block;

  width: 29px;
  height: 29px;
  margin: -4px -5px;

  -webkit-transition: all 0.3s ease-in 0s;
          transition: all 0.3s ease-in 0s;

  border: 1px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
}
.onoffswitch-year,
.onoffswitch-month {
  font-family: "Roboto Slab", 'B yekan', serif;
  font-size: 16px;

  position: absolute;
  top: -2px;

  width: 100px;

  text-align: center;
}
.onoffswitch-year {
  left: -100px;

  color: #aeb6bd;
}
.onoffswitch-month {
  right: -100px;

  color: #ff447c;
}
.pricing-plan-year .onoffswitch-year {
  color: #ff447c;
}
.pricing-plan-third .onoffswitch-month,
.pricing-plan-year .pricing-plan-third .onoffswitch-year {
  color: #1f4361;
}
.pricing-plan-year .onoffswitch-month,
.pricing-plan-year .pricing-plan-third .onoffswitch-month {
  color: #aeb6bd;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;

  background-color: #f73b73;
}
/* onoffswitch (end) */


/* popup (begin) */
.arcticmodal-container_pricing .modal-box-content {
  width: 920px;
}
.arcticmodal-container_pricing .modal-box-content .box-body {
  background-color: #efefef;
}
.arcticmodal-container_pricing .pricing-plan-free {
  margin-bottom: 0;
}

.arcticmodal-container_pricing .price-plan-table .price-more {
  display: none;
}



.arcticmodal-container_saleform .modal-box-content {
  border: 0;
  background: #ffffff;
}
.arcticmodal-container_saleform .modal-box-content .box-header {
  padding: 1em 2em;

  background: #1fc7d4;
}
.arcticmodal-container_saleform .modal-box-content .box-header h2 {
  font-size: 1.4em;
  font-weight: bold;

  max-width: none;

  text-align: center;

  color: #ffffff;
}
.arcticmodal-container_saleform .modal-box-content .box-header p {
  margin-bottom: 0;

  text-align: center;

  color: #ffffff;
}
.arcticmodal-container_saleform .modal-box-content .box-body {
  padding-bottom: 5px;

  border: 0;
}
.arcticmodal-container_saleform .modal-box-content .box-body h4 {
  margin-top: 0;
}
.arcticmodal-container_saleform .modal-box-content .box-body .user-session-form {
  margin: 0 auto;
}
.arcticmodal-container_saleform .modal-box-content .box-body .buttons {
  width: auto;
  margin: 0;
  padding-top: 0;
  padding-bottom: 20px;

  text-align: center;
}
.arcticmodal-container_saleform .modal-box-content .box-body .buttons .ams-button_v4 {
  background-color: #1fc7d4;
}
.arcticmodal-container_saleform .modal-box-content .box-body .sale-form-success {
  margin: 20px 0 30px;

  text-align: center;
}


.white-popup-block_saleform {
  max-width: 500px;
}


.regional-sale--buttons {
  margin: 0 0 15px;

  text-align: center;
}
.regional-sale--yes,
.regional-sale--no {
  font-size: 20px;
  font-weight: bold;

  display: inline-block;

  box-sizing: border-box;
  min-width: 400px;
  margin-bottom: 20px;
  padding: 15px 5px;

  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;

  color: #ffffff;
  border-radius: 8px;
  background-color: #ed4679;
}
.regional-sale--no {
  color: #ffffff;
  background-color: #68c5d9;
}
.regional-sale--no:hover,
.regional-sale--yes:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);

  color: #ffffff;
}

#publish-sale-form #errorExplanation h2 {
  margin-top: 0;
}

.regional-sale--form {
  margin-bottom: 40px;
}

.regional-sale--blockquote {
  font-size: 16px;
  font-style: italic;
  line-height: 1.3;

  margin: 0 auto;

  text-align: center;

  color: #404a52;
}

.regional-sale--text {
  font-size: 19px;
  line-height: 1.3;

  margin: 30px 0 0;

  text-align: center;

  color: #404a52;
}


.regional-sale--logos {
  margin: 30px auto 0;
  padding: 0;
}
.regional-sale--logos li {
  float: left;

  margin: 0 20px 0 0;
  padding: 0;

  list-style: none;
}
.regional-sale--logos li:last-child {
  margin-right: 0;
}
/* popup (end) */


/* wl-reviews (begin) */
.wl-reviews {
  width: 420px;
  margin: 0 auto;

  text-align: left;

  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.wl-reviews .devices-corusel-tumb .owl-item {
  width: 420px !important;
}
.wl-reviews .user-reviews-name {
  font-size: 30px;

  margin: 0;
  padding: 28px 0 3px;

  color: #ffffff;
}
.wl-reviews .user-reviews-app {
  font-size: 18px;
  font-weight: normal;

  color: #ffffff;
}
.wl-reviews p {
  font-style: italic;
  line-height: 1.8;

  clear: both;

  padding: 15px 5px 0;

  text-align: center;

  color: #ffffff;
}
.wl-reviews .devices-corusel-tumb .user-reviews-image img {
  float: left;

  width: 96px !important;
  height: 96px !important;
  margin: 0 20px 0 50px;

  vertical-align: bottom;

  border-radius: 50%;
}
/* wl-reviews (end) */



/* wl-pricing (begin) */

.pricing-plan-wl {
  position: relative;

  margin: 0;
  padding: 20px 0;
}
.pricing-plan-wl .pricing-plan-li {
  margin-right: 0;
  margin-left: 0;
}
.pricing-plan-wl .pricing-plan-item-month,
.pricing-plan-wl .pricing-plan-item-year {
  width: 360px;
  height: 260px;
  margin: 0 1px 0 0;

  border-radius: 0;
  background-color: #fbfbfb;
}
.pricing-plan-wl .pricing-plan-item-month {
  border-bottom-left-radius: 10px;
}
.pricing-plan-wl .pricing-plan-item-year {
  border-bottom-right-radius: 10px;
}
.pricing-plan-wl .pricing-plan-item-month:before,
.pricing-plan-wl .pricing-plan-item-year:before {
  position: absolute;
  top: -10px;
  left: 0;

  width: 100%;
  height: 10px;

  content: "";
}
.pricing-plan-wl .pricing-plan-item-month:before {
  border-top-left-radius: 10px;
  background-color: #ed4679;
}
.pricing-plan-wl .pricing-plan-item-year:before {
  border-top-right-radius: 10px;
  background-color: #68c5d9;
}
.pricing-plan-wl .pricing-plan-value {
  height: 140px;

  border-bottom: 1px solid #efefef;
  border-radius: 0;
  background-color: #ffffff;
}
.pricing-plan-wl .pricing-plan-value .period {
  font-family: "Roboto Condensed", 'B yekan', sans-serif;
  font-size: 18px;
  font-weight: 700;

  padding: 8px 0 0;

  color: #4f5a62;
}
.pricing-plan-wl .pricing-plan-item-month .cost {
  padding-bottom: 12px;

  color: #ed4679;
}
.pricing-plan-wl .pricing-plan-item-year .cost {
  padding-bottom: 12px;

  color: #68c5d9;
}
.pricing-plan-wl .pricing-plan-item-year .pricing-plan-info {
  padding-top: 20px;
}
/* wl-pricing (end) */


.new-sales-form {
  position: relative;
  min-height: 160px;
}

.new-sales-form > p:first-of-type {
  margin-bottom: -20px;
}


@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .pricing-plan-first,
  .pricing-plan-third {
    width: 220px;
  }
}

@media only screen and (max-width : 800px) {
  .pricing-plan-list {
    display: -webkit-box;
    display:    -moz-box;
    display:         box;

    width: 300px;
    margin: 0 auto 20px;

    -webkit-box-orient: vertical;
       -moz-box-orient: vertical;
            box-orient: vertical;
  }
  .pricing-plan-list .pricing-plan-li {
    display: block;

    margin: 0 0 50px;
  }
  .pricing-plan-li_1 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
            box-ordinal-group: 2;
  }
  .pricing-plan-li_3 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
            box-ordinal-group: 3;
  }

  .pricing-plan-item {
    width: 280px;
  }
  .pricing-plan-guarantee {
    margin-top: 0;
    padding: 0 0 0 20px;

    background: none;
  }
  .pricing-payment-type img {
    max-width: 100%;
  }

  .pricing-plan-wl .pricing-plan-item {
    width: 290px !important;

    border-radius: 10px;
  }
  .pricing-plan-wl .pricing-plan-item-month,
  .pricing-plan-wl .pricing-plan-item-year {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .pricing-plan-wl .pricing-plan-item-month:before,
  .pricing-plan-wl .pricing-plan-item-year:before {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}


@media  only screen and (max-width: 736px) {
  .mobile_device .pricing-plan {
    margin: 0 auto 20px;
  }
  .mobile_device .pricing-plan-list {
    position: relative;

    width: 280px;
    margin: 0 auto;
  }
  .mobile_device .pricing-plan-list .pricing-plan-li {
    margin: 0 0 50px;
  }

  .mobile_device .pricing-plan-item {
    width: 280px;
  }
  .mobile_device .pricing-plan-guarantee {
    margin-top: 0;
    padding: 0;

    background: none;
  }
  .mobile_device .pricing-payment-type img {
    max-width: 100%;
    padding: 0;
  }
  .pricing-plan-guarantee {
    float: none;

    width: auto;
    margin: 35px 0 10px;
  }
  .pricing-payment-guarantee-img {
    padding: 0;

    text-align: center;
  }
  .user-reviews {
    display: none;
  }
}


.template-sidebar .do-btns{
  position: absolute;
  bottom: 12px;
  left: 20px;

  display: none;
  visibility: hidden;
  }
.template-sidebar-large .do-btns{
  display: block;
  visibility: visible;
  }
/*.do-btns a,
.do-btns iframe,
.do-btns div{
  display: inline-block;

  margin-right: 10px;

  vertical-align: middle !important;
  }*/


.do-btn{
  font-size: 12px;
  line-height: 1em;

  position: relative;

  display: inline-block;

  margin-right: .5em;
  padding: .35em .4em .45em .4em;

  text-decoration: none;

  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-left-width: 24px;
  }
.do-btn:hover{
  text-decoration: none;

  color: #fff;
  }

.do-btn:before{
  position: absolute;
  top: 50%;
  left: -20px;

  width: 16px;
  height: 16px;
  margin-top: -8px;

  content:'';

  background-size: 16px;
  }

.do-btn_fb{
  border-color: #324a80;
  background-color: #3b5998;
  }
.do-btn_fb:hover{background-color: #324a80;}
.do-btn_fb:before{
  background-image: url(http://apps.fridker.com/images/main_v4/social-icons/facebook-32.png?1529690787);
  }
.do-btn_tw{
  border-color: #009bd4;
  background-color: #00aced;
  }
.do-btn_tw:hover{background-color: #009bd4;}
.do-btn_tw:before{
  background-image: url(http://apps.fridker.com/images/main_v4/social-icons/twitter-32.png?1529690787);
  }
.do-btn_gp{
  border-color: #c44433;
  background-color: #dd4b39;
  }
.do-btn_gp:hover{background-color: #c44433;}
.do-btn_gp:before{
  background-image: url(http://apps.fridker.com/images/main_v4/social-icons/google-plus-32.png?1529690787);
  }
.do-btn_pi{
  border-color: #b31d22;
  background-color: #cb2027;
  }
.do-btn_pi:hover{background-color: #b31d22;}
.do-btn_pi:before{
  background-image: url(http://apps.fridker.com/images/main_v4/social-icons/pinterest-32.png?1529690787);
  }

.do-btns_small .do-btn span{
  display: none;
  }


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .logo {
    background-image: url(http://apps.fridker.com/images/main_v4/appsmakerstore-logo@2x.png?1529690787);
  }

  .start-steps--icon:after,
  .platforms-list--item,
  .owl-prev,
  .owl-next,
  .sidebar-more--icon:after,
  .sidebar-more--icon:before,
  .template-sidebar .popup-youtube.ams-button_v4:before {
    background-image: url(http://apps.fridker.com/images/main_v4/icons@2x.png?1529690787);
    background-size: 168px 146px;
  }
}


.main {
  position: relative;
}

.main .stamp {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 1;
}

.main .stamp img {
  width: 120px;
  right: -47vw;
  position: absolute;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .page-video--bg {
    display: none;

    width: 0;
    height: 0;
  }
  .page-inner {
    height: 100%;
  }
  .template {
    margin-left: 200px;
  }
  .article-content {
    width: auto;
    padding: 50px 20px;
  }
  .article-nav {
    display: none;
  }
  .award-logo {
    width: 180px;

    -webkit-background-size: 180px 180px;
            background-size: 180px 180px;
  }
}

@media only screen and (max-width : 800px) {
  .article-wl-content,
  .wl-welcome p,
  .wl-welcome-img {
    width: 600px;
  }
  .wl-welcome-img img {
    width: 100%;
  }
  .article-wl-video iframe {
    width: 560px;
    height: 334px;

    border: 10px solid #ffffff;
  }

  /* share buttons (begin) */
  .do-btn span {
    display: none;
  }
  /* share buttons (end) */

  /* topbar menu (begin) */
  .topbar-links {
    position: static;
  }
  .topbar-links-icon {
    display: inline-block;
  }
  .topbar-links-list {
    position: absolute;
    right: -9999px;
  }
   .topbar-links-open {
    font-size: 16px;
    line-height: 26px;
  }
  .topbar-links-open .topbar-links-list {
    top: 30px;
    right: 0;
    left: 0;

    padding: 0 5px 10px 12px;

    text-align: right;

    background: #2a3747;
    background-color: rgba(42, 55, 72, 0.9);
  }
  .topbar-links-open .topbar-links-list li {
    display: block;

    padding: 5px 0 0;
  }
  .article-title {
    margin-top: 40px;
  }
  .topbar-links-open .topbar-links-list a {
    white-space: nowrap;
  }
  /* topbar menu (end) */

  .award-logo {
    width: 180px;
  }
}


@media only screen and (max-width: 736px) {
   body {
    min-width: 320px;
    height: auto;
  }
   .topbar {
    height: 40px;
  }
   .logo {
    width: 56px;
    height: 56px;
    margin: 12px 0 0 12px;
  }
   .topbar-links {
    font-size: 12px;
    line-height: 38px;
  }
   .page-main h1 {
    font-size: 36px;
  }
   .page-main h1 span {
    font-size: 32px;
  }

   .template {
    padding: 0;
  }
   .template .page-content {
    padding: 50px 0 0;
  }
   .template-descr {
    min-height: 165px;
    padding: 0 15px 10px;
  }
   .template-descr h1,
   .template-descr h2 {
    font-size: 36px;
  }
   .template-descr h1 span,
   .template-descr h2 span {
    font-size: 16px;

    padding-top: 10px;
  }

   .template .benefits {
    position: relative;

    overflow: hidden;

    background: #ed4679;
  }
   .template .price {
    position: relative;
    z-index: 2;

    margin-top: 0;
    padding: 5px 3% 0;

    text-align: center;
  }
   .template .price-label {
    font-size: 15px;
    line-height: 15px;

    display: inline-block;

    color: #ffffff;
  }
   .template .price-tag {
    font-size: 42px;
    line-height: 42px;

    display: inline-block !important;

    width: auto;
    height: auto;
    padding: 0 10px;

    text-align: center;
    vertical-align: middle;

    color: #ffffff;
  }
   .template .price-tag sub {
    font-size: 28px;

    top: -10px;
  }
   .template .price-validity {
    font-size: 11px;
    line-height: 1;

    position: relative;
    top: 0;

    display: inline-block;

    color: #ffffff;
  }

   .template-action {
    position: fixed;
    z-index: 30;
    right: 0;
    bottom: 20px;
    left: 0;

    text-align: center;
  }
   .btn {
    font-size: 20px;
  }

   .template .main-info {
    float: left;

    width: 50%;
    margin: 0;
    padding: 10px 5%;

    text-align: left;
  }
   .template .main-info p {
    font-size: 10px;
    line-height: 1.5;

    margin: 0;

    color: #323a48;
  }
   .template .main-info strong {
    font-size: 12px;
    font-weight: 700;
  }

   .platforms {
    display: none;
  }

   .platforms-list {
    margin-top: 0;
  }
   .platforms-title {
    display: none;
  }

   .template-sidebar {
    position: relative;
    z-index: 4;
    top: auto;

    width: 100% !important;
    padding-bottom: 20px;
    /*background-color: transparent;*/

    background: #323a48;
  }
   .template-sidebar h3:first-child {
    margin-top: 10px;
  }
   .sidebar-more {
    display: none;
  }
   .list li,
   .template-sidebar p {
    color: #ececec;
  }
   .bullet {
    background: #ececec;
  }
   .devices-corusel-tumb {
    display: block;

    width: 260px;
    margin: 0 auto;
  }
   .devices-corusel-static {
    display: none;
  }

   .template-screens {
    float: none !important;

    width: 280px !important;
    margin: 0 auto !important;
    padding: 0;
  }

   .industry-gallery h2 {
    margin: 0;
  }

   .page-video--pattern {
    display: none;
  }

   .nav-content {
    width: auto;
    padding: 0;
  }
   .nav-content-position {
    width: auto;
    padding: 30px 20px 15px;
  }
   .nav-menu-list,
   .nav-menu-list:first-child {
    float: none;

    width: 100%;
    margin-bottom: 15px;
  }

   .article-nav {
    display: none;
  }
   .article-content {
    width: auto;
    padding: 50px 20px;
  }
   .article-content ol {
    padding-left: 2em;
  }
   .team li {
    display: block;

    width: 100%;
    height: 120px;
    margin-right: 0;
  }
   .team-preview {
    width: 100px;
  }
   .team-preview img {
    width: 80px;
    height: 80px;
  }
   .team-descr .name {
    font-size: 18px;

    padding-top: 15px;
  }
   .team-descr .position {
    font-size: 16px;
  }


   #page-main {
    background: #dedcd5 url(http://apps.fridker.com/images/main_v4/posters/main.jpg?1529690787) no-repeat 30% 0;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
  }

   .page-video {
    display: none;
  }

   #index .page-template {
    display: none;
  }

   #industry .page-template {
    display: block;
  }
   #industry .template {
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
  }
   .template-retail {
    background-color: #f6ece4;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/retail.jpg?1529690787);
  }
   .template-beauty-salons {
    background-color: #43433c;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/beauty-salons.jpg?1529690787);
  }
   .template-charities {
    background-color: #f5f0c2;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/charities.jpg?1529690787);
  }
   .template-events {
    background-color: #0a2aff;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/events.jpg?1529690787);
  }
   .template-fb {
    background-color: #6f7483;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/fb.jpg?1529690787);
  }
   .template-garage {
    background-color: #000000;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/garage.jpg?1529690787);
  }
   .template-government {
    background-color: #777c85;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/government.jpg?1529690787);
  }
   .template-healthcare {
    background-color: #cbd8d5;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/healthcare.jpg?1529690787);
  }
   .template-hotels {
    background: #bfbbb8;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/hotels.jpg?1529690787);
  }
   .template-kindergarten {
    background-color: #dabe9f;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/kindergarten.jpg?1529690787);
  }
   .template-main {
    background-color: #dedcd5;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/main.jpg?1529690787);
  }
   .template-nightclubs {
    background-color: #453e51;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/nightclubs.jpg?1529690787);
  }
   .template-professional-services {
    background-color: #ecf3f2;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/professional-services.jpg?1529690787);
  }
   .template-radio {
    background-color: #51bc42;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/radio.jpg?1529690787);
  }
   .template-religious {
    background-color: #f0d4ba;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/religious.jpg?1529690787);
  }
   .template-retail {
    background-color: #f6ece4;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/retail.jpg?1529690787);
  }
   .template-sports {
    background-color: #fffdff;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/sports.jpg?1529690787);
  }
   .template-free {
    background-color: #f0efea;
    background-image: url(http://apps.fridker.com/images/main_v4/posters/free.jpg?1529690787);
  }

  /* gallery-list (begin) */
   .gallery-list {
    padding-right: 50px;
    padding-left: 50px;
  }
   .gallery-list .owl-prev {
    left: 15px;
  }
   .gallery-list .owl-next {
    right: 15px;
  }
  /* gallery-list (end) */



  /* gadgets-list (begin) */
   .gadgets-list li {
    font-size: 14px;

    width: 100%;
  }
   .gadgets-list li strong {
    font-size: 16px;
  }
  /* gadgets-list (end) */

  /* share buttons (begin) */
   .do-btns {
    position: static;

    display: block;
    visibility: visible;

    padding: 12px;
  }
   .do-btn {
    display: block;

    margin: 0 0 10px;
    padding: 0.8em;
  }
   .do-btn span {
    display: inline;
  }
  /* share buttons (end) */

  /* options-reseller (begin) */
  .options-reseller {
    width: auto;
    margin-bottom: 0;
    padding: 20px;
  }
  .user-session-form .label {
    display: block;

    width: 100%;
    margin-bottom: 8px;
  }
  .user-session-form .label label {
    font-size: 16px;
  }
  .user-session-form .input {
    width: 100%;
  }
  .user-session-form .input input {
    font-size: 18px;
  }

  .wl-welcome h1 {
    font-size: 28px;

    padding-top: 80px;
  }
  .wl-welcome h1 span {
    font-size: 40px;
  }
  .article-wl-content,
  .wl-welcome p,
  .wl-welcome-img {
    width: 280px;
  }
  .wl-welcome p {
    font-size: 16px;
  }
  .article-wl-content {
    padding: 30px 20px;
  }
  .article-wl-content h2 {
    font-size: 32px;

    margin-bottom: 30px;
  }

   .or {
    display: none;
  }
  .wl-why-list {
    display: block;

    width: 100%;
  }
  .wl-why-list li,
  .wl-why-list li > div {
    display: block;

    text-align: center;
  }
  .wl-why-list li {
    margin-bottom: 30px;
  }
  .wl-why-list li > div:first-child {
    width: 100%;
  }
  .wl-why-list .wl-icon {
    margin: 0 auto;
  }
  .wl-how-work li:nth-child(odd),
  .wl-how-work li:nth-child(even) {
    font-size: 18px;

    width: 100%;
    margin: 0 0 30px;
  }
  .wl-reviews {
    width: 280px;

    text-align: center;
  }
  .wl-reviews .devices-corusel-tumb .owl-item {
    width: 280px !important;
  }
  .wl-reviews .devices-corusel-tumb .user-reviews-image img {
    float: none;

    margin: 0 auto 10px;
  }
  .article-wl-video iframe {
    width: 280px;
    height: 167px;

    border: 8px solid #ffffff;
  }

  /* award-logo (begin) */

  .award-logo {
    top: 40px;

    width: 100%;
    height: 76px;
    background: #fff url(http://apps.fridker.com/images/main_v4/award-logo-mobile-repeat.png?1529690787) 50% 0 repeat-x;
    -webkit-background-size: auto 76px;
    background-size: auto 76px;
    position: relative;
  }
   #page-main {
    padding-top: 60px;
  }

  .award-logo:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 76px;

    background: url(http://apps.fridker.com/images/main_v4/award-logo-mobile.png?1529690787) 50% 0 no-repeat;
    -webkit-background-size: auto 76px;
    background-size: auto 76px;
  }

  /* award-logo (end) */

  .main .stamp {
    position: relative;
    top: 0;
    left: auto;
    text-align: center;
  }

  .main .stamp img {
    right: 0;
    position: static;
  }
  
  .main {
    padding-bottom: 250px;
    padding-top: 0;
  }

}

@media only screen and (max-width: 400px) {
  .template-descr {
    height: 196px;
    padding-top: 4px;
  }
  .template-descr h1,
  .template-descr h2 {
    font-size: 36px;
  }
  .template-descr h1 span,
  .template-descr h2 span {
    font-size: 20px;

    margin: 0 0 0.6em;
  }
}
@media only screen and (max-width: 520px) {
  .template-descr {
    height: 240px;
    padding-top: 4px;
  }
  .template-descr h1,
  .template-descr h2 {
    font-size: 40px;
  }
  .template-descr h1 span,
  .template-descr h2 span {
    font-size: 24px;

    margin: 0 0 1em;
  }
}
@media only screen and (max-width: 737px) {
  .topbar-links-icon {
    margin-top: 10px;
  }
  .topbar-links-open .topbar-links-list {
    top: 40px;
  }
  .topbar-links-icon {
    display: inline-block;
  }
  .topbar-links-list {
    position: absolute;
    right: -9999px;
  }
   .topbar-links-open {
    font-size: 16px;
    line-height: 26px;
  }
  .topbar-links-open .topbar-links-list {
    top: 40px;
    right: 0;
    left: 0;

    padding: 0 5px 10px 12px;

    text-align: right;

    background: #2a3747;
    background-color: rgba(42, 55, 72, 0.9);
  }
  .topbar-links-open .topbar-links-list li {
    display: block;

    padding: 5px 0 0;
  }
  .article-title {
    margin-top: 40px;
  }
  .topbar-links-open .topbar-links-list a {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 800px) {
  .start-steps {
    width: 600px;
  }
  .start-steps--text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .start-steps {
    width: 100%;
  }
  .start-steps li {
    float: none;

    width: auto;
    margin-bottom: 20px;

    list-style: none;
  }
  .start-steps--text {
    font-size: 13px;
  }
  .page-main .price {
    padding: 0 10px;
  }
  .page-main .price-label {
    font-size: 16px;

    position: relative;
    top: 2px;
  }
  .start-steps--text_arrow, .start-steps--text {
    display: inline-table;
  }
}



/* HEIGHT (begin) */
@media only screen and (min-width: 737px) and ( max-height: 820px) {
  .main {
  }
  .main h1 {
    font-size: 48px;
    margin-top: 0.2em;
  }
  .main h2 {
    font-size: 24px;
  }
  .play-video {
    padding: 35px 0 10px;
  }
}
@media only screen and (min-width: 737px) and ( max-height: 640px) {
/* @media only screen and (min-width: 737px) { */
  .main .price {
    line-height: 48px;

    margin: 50px 0 15px;
  }
  .main .price-label {
    font-size: 22px;
  }
  .main .price-tag {
    font-size: 30px;
  }
  .main .start-steps {
    padding-top: 25px;
  }

  .play-video {
    padding: 30px 0 10px;
  }
  .play-video-icon {
    height: 72px;
  }

  .template {
    padding-top: 120px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 737px) and ( max-height: 590px) {
  .main h1 {
    font-size: 46px;
  }
  .main h2 {
    font-size: 23px;
  }
  .main .price {
    line-height: 48px;

    margin: 16px 0 5px;
  }
  .main .price-label {
    font-size: 20px;
  }
  .main .price-tag {
    font-size: 26px;
  }
  .main .start-steps {
    padding-top: 20px;
  }

  .play-video {
    padding: 20px 0 5px;
  }
  .play-video-icon {
    height: 60px;
  }

  .template {
    padding-top: 100px;
  }
  .template-descr p {
    font-size: 22px;
  }
  .template-descr h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 737px) and ( max-height: 510px) {
  .template-descr p {
    font-size: 20px;
  }
  .template-descr h1 {
    font-size: 42px;
  }
  .template .price {
    margin-top: 1.5em;
  }
  .template .price-tag {
    font-size: 56px;
  }
  .template .price-validity {
    font-size: 18px;
  }

  .template .benefits,
  .template .template-action {
    display: inline-block;

    vertical-align: middle;
  }
  .template .template-action {
    margin-left: 25px;
  }
}

/* HEIGHT (end) */