/*********** Mixins **************/
html,
body {
  color: #ffffff;
  font-family: "Open Sans", Calibri, Arial, sans-serif;
  font-size: 16px;
  background-color: #ffffff;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.ws-nowrap {
  white-space: nowrap;
}
.main-header,
.main-footer,
.main-content {
  max-width: 2000px;
  margin: 0 auto;
}
.container {
  max-width: 1230px;
  margin: 0 auto;
}
.wrap {
  margin: 0 20px;
  border-top: 1px solid transparent;
}
/* Main header */
.main-header {
  background: url("../img/bg-rhomb.png") repeat, linear-gradient(-90deg, #7395f2, #af60e2);
}
.main-header .header-logo {
  display: inline-block;
  max-width: 180px;
  margin-top: 50px;
}
/* Main navigation */
.hidden {
  display: none;
}
.menu-toggler {
  display: none;
}
.menu-toggler::after {
  content: '\f0c9';
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  font-family: FontAwesome;
  font-size: 30px;
}
.main-nav {
  float: right;
  margin-top: 65px;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Myriad Pro", Calibri, Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
}
.main-nav ul:hover a.active {
  background-color: transparent;
  border-radius: 21px;
  cursor: pointer;
  padding: 9px 23px 8px;
}
.main-nav ul:hover a.active:hover {
  background-color: #a62ad7;
  border-radius: 21px;
  cursor: pointer;
  padding: 9px 23px 8px;
}
.main-nav ul:hover a:hover,
.main-nav ul:hover a:active {
  background-color: #a62ad7;
  border-radius: 21px;
  cursor: pointer;
  padding: 9px 23px 8px;
}
.main-nav ul li {
  display: inline-block;
  text-transform: uppercase;
  list-style: none;
}
.main-nav ul li a {
  display: block;
  background-color: transparent;
  border-radius: 21px;
  cursor: pointer;
  padding: 9px 23px 8px;
  color: #ffffff;
  text-decoration: none;
}
.main-nav ul li a.active {
  background-color: #a62ad7;
  border-radius: 21px;
  cursor: pointer;
  padding: 9px 23px 8px;
}
.main-nav ul li:last-child {
  margin-right: 0;
}
/* Header Slaider */
.header-slider {
  margin-top: 170px;
  margin-bottom: 85px;
}
.header-slider-item {
  position: relative;
  left: 0px;
}
.header-slider-img {
  float: left;
  margin-right: 92px;
}
.header-slider-content {
  padding-left: 560px;
  color: #ffffff;
  border-top: 1px solid transparent;
}
.header-slider-content h2 {
  font-size: 60px;
  font-weight: 700;
  margin-top: 59px;
  margin-bottom: 25px;
  line-height: 1.2;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35);
}
.header-slider-content p {
  font-size: 16px;
  line-height: 1.9;
  padding-right: 84px;
  margin-bottom: 40px;
}
.header-slider-download h5 {
  margin-top: 0;
  margin-bottom: 27px;
  font-size: 29px;
  font-weight: 400;
  text-transform: uppercase;
}
.header-slider-download a {
  display: inline-block;
  width: 200px;
  height: 72px;
  margin-right: 34px;
  margin-bottom: 15px;
  background-color: #333333;
  border-radius: 15px;
}
.header-slider-download a:last-child {
  margin-right: 0;
}
.header-slider-download a.app-store {
  background: #333333 url("../img/app-store.png") center no-repeat;
}
.header-slider-download a.android-market {
  background: #333333 url("../img/android-market.svg") center no-repeat;
  background-size: 170px;
}
/* Main Content */
.main-content p {
  line-height: 1.9;
  margin: 0;
}
.light-theme {
  color: #3b434d;
  background-color: #ffffff;
}
.middle-header {
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
}
/* Features Section */
.features {
  background: #f7e5ff url("../img/bg-features.jpg") center no-repeat;
  background-size: cover;
}
.features h2 {
  font-weight: 600;
}
.features p {
  text-align: center;
  padding: 0 28px;
}
.features-all {
  margin-top: 117px;
  margin-bottom: 130px;
}
.feauture-item {
  width: 33.333%;
  float: left;
}
.feauture-item a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.feauture-item a h4 {
  margin-top: 10px;
  margin-bottom: 28px;
  color: #3b434d;
  font-weight: 600;
  font-size: 30px;
}
.feauture-item a .feauture-img {
  display: inline-block;
  width: 130px;
  height: 130px;
  background: url("../img/sprite-img.png") 0 0 no-repeat;
}
.feauture-item a .item-listen {
  background-position: 0 -260px;
}
.feauture-item a .item-gallery {
  background-position: 0 -520px;
}
.feauture-item a:hover h4,
.feauture-item a:active h4 {
  color: #a62ad7;
}
.feauture-item a:hover .item-full,
.feauture-item a:active .item-full {
  background-position: 0 -130px;
}
.feauture-item a:hover .item-listen,
.feauture-item a:active .item-listen {
  background-position: 0 -390px;
}
.feauture-item a:hover .item-gallery,
.feauture-item a:active .item-gallery {
  background-position: 0 -650px;
}
/* Checkout Section */
.checkout {
  position: relative;
  background-image: linear-gradient(90deg, #7395f2, #af60e2);
}
.checkout .middle-header {
  margin-top: 74px;
}
.checkout-text {
  width: 100%;
}
.checkout-text h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  padding-left: 70px;
  margin-bottom: 10px;
}
.checkout-text h3 .checkout-fa {
  position: absolute;
  font-size: 42px;
  left: 7px;
  top: -10px;
}
.checkout-text p {
  font-size: 16px;
  padding-left: 70px;
  margin-bottom: 45px;
  line-height: 1.5;
}
.checkout-image {
  display: none;
  position: absolute;
  bottom: -5px;
  right: 145px;
  width: 45%;
}
.checkout-image img {
  max-width: 100%;
}
/* Screenshots Section */
.screenshots {
  background: #ffffff url("../img/bg-screenshorts.jpg") center no-repeat;
  background-size: cover;
}
.screenshots .middle-header {
  margin-top: 102px;
  margin-bottom: 93px;
  font-weight: 400;
  text-align: center;
  font-size: 48px;
}
.screenshorts-gallery {
  max-width: 1230px;
  text-align: center;
  font-size: 0;
}
.screenshorts-gallery-content {
  margin: 0 -17px 16px -17px;
  max-height: 487px;
  overflow: hidden;
}
.screenshorts-gallery-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 17px 20px;
}
.screenshorts-gallery-item a {
  display: block;
  position: relative;
}
.screenshorts-gallery-item a:hover::before,
.screenshorts-gallery-item a:active::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/item-plus.png") center center no-repeat, linear-gradient(-135deg, rgba(115, 149, 242, 0.78), rgba(175, 96, 226, 0.78));
}
.screenshorts-gallery-controls {
  margin-bottom: 119px;
  text-align: center;
  font-size: 0;
}
.screenshorts-gallery-controls i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  border: 2px solid #a62ad7;
  background: transparent;
}
.screenshorts-gallery-controls i.active {
  background: #a62ad7;
}
/* Testimonial Section */
.testimonial {
  min-height: 520px;
  background-image: linear-gradient(-90deg, #7395f2, #af60e2);
}
.slider {
  position: relative;
  min-height: 279px;
  margin-top: 135px;
  margin-bottom: 40px;
}
.slider-content {
  position: relative;
  min-height: 270px;
}
.slider .check-slide {
  display: none;
}
.slider .check-slide:checked + .slider-item {
  opacity: 1;
  transition: opacity 0.95s;
}
.slider #checkSlide_1:checked ~ .slider-controls label[for="checkSlide_1"] i,
.slider #checkSlide_2:checked ~ .slider-controls label[for="checkSlide_2"] i,
.slider #checkSlide_3:checked ~ .slider-controls label[for="checkSlide_3"] i {
  background-color: #ffffff;
}
.slider-controls i {
  cursor: pointer;
}
.slider-item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.7s;
}
.slider-item-photo {
  float: left;
  width: 197px;
  height: 197px;
  margin-right: 95px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  background: #ffffff url(../img/photo-lura_moore.jpg) center no-repeat;
  background-size: 247px;
}
.slider-item-text {
  padding-left: 300px;
  padding-right: 60px;
}
.slider-item-text cite {
  font-style: normal;
}
.slider-item-text cite span {
  text-transform: uppercase;
}
.slider-item-text a {
  text-decoration: none;
  color: #ffffff;
}
.slider-item-blockquote {
  position: relative;
  margin-top: 30px;
  margin-bottom: 37px;
  line-height: 1.9;
}
.slider-item-blockquote::before {
  content: "“";
  display: block;
  position: absolute;
  left: -45px;
  top: -35px;
  font-family: "Times New Roman", serif;
  font-size: 60px;
}
.slider-item-blockquote .text-end {
  position: relative;
}
.slider-item-blockquote .text-end::after {
  content: "„";
  position: absolute;
  right: -45px;
  bottom: -32px;
  font-family: "Times New Roman", serif;
  font-size: 60px;
}
.slider-controls {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin-bottom: 50px;
  text-align: center;
  font-size: 0;
}
.slider-controls i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: transparent;
}
.slider-controls i.active {
  background: #ffffff;
}
/* Support Section */
.support .middle-header {
  font-weight: 600;
  margin-top: 125px;
  margin-bottom: 31px;
}
.support address {
  margin-bottom: 100px;
  text-align: center;
  font-size: 27px;
  font-style: normal;
}
.support address span {
  text-transform: uppercase;
  margin-left: 25px;
  margin-right: 25px;
}
.support address a {
  text-decoration: none;
  color: #3b434d;
}
.support address a:hover,
.support address a:active {
  color: #a62ad7;
}
.support-content {
  margin-bottom: 90px;
}
.support .support-item-photo {
  position: relative;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #7395f2, #af60e2);
}
.support .support-item-photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 168px;
  height: 168px;
  border: 8px solid #ffffff;
  border-radius: 50%;
}
.support-item {
  width: 45.73%;
  margin-bottom: 60px;
  border-top: 1px solid transparent;
}
.support-item:nth-child(odd) {
  float: left;
}
.support-item:nth-child(odd) .support-item-text {
  text-align: right;
  margin-right: 227px;
}
.support-item:nth-child(odd) .support-item-photo {
  float: right;
}
.support-item:nth-child(even) {
  float: right;
}
.support-item:nth-child(even) .support-item-text {
  text-align: left;
  margin-left: 227px;
}
.support-item:nth-child(even) .support-item-photo {
  float: left;
}
.support .support-name {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.support .support-name span {
  text-transform: uppercase;
}
.support .support-position {
  margin-top: 0;
  margin-bottom: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid #3b434d;
}
.support .support-description {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.support .support-social-contacts {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 20px;
}
.support .support-social-contacts li {
  display: inline-block;
  margin: 0 7px;
}
.support .support-social-contacts li:last-child {
  margin-right: 0;
}
.support .support-social-contacts li:first-child {
  margin-left: 0;
}
.support .support-social-contacts a {
  display: block;
  color: #3b434d;
}
.support .support-social-contacts a:hover,
.support .support-social-contacts a:active {
  color: #a62ad7;
}
/* Newsletter Section */
.newsletter {
  background-image: linear-gradient(90deg, #7395f2, #af60e2);
}
.newsletter .middle-header {
  margin-top: 83px;
  margin-bottom: 35px;
}
.newsletter p {
  text-align: center;
  padding: 0 100px;
  line-height: 1.9;
}
/* Subscribe */
form[name="subscribe"] {
  margin-top: 45px;
  margin-bottom: 135px;
  text-align: center;
}
form[name="subscribe"] input {
  width: 28.0%;
  padding: 15px 18px 15px 60px;
  margin-right: 12px;
  outline: none;
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-radius: 4px;
}
form[name="subscribe"] input::-webkit-input-placeholder {
  color: #ffffff;
}
form[name="subscribe"] input::-moz-placeholder {
  color: #ffffff;
}
form[name="subscribe"] input:-ms-input-placeholder {
  color: #ffffff;
}
form[name="subscribe"] input[type="email"] {
  background-image: url("../img/sprite-img.png");
  background-repeat: no-repeat;
  background-position: -34px -810px;
}
.btn {
  padding: 15px 35px;
  border: 2px solid #a62ad7;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
}
.btn.btn-submit {
  background-color: #a62ad7;
  color: #ffffff;
}
/* Blog Post Section */
.blog-post {
  background: #ffffff url("../img/bg-blog_post.jpg") center no-repeat;
  background-size: cover;
}
.blog-post .middle-header {
  font-weight: 600;
  margin-bottom: 95px;
}
.blog-post-link a {
  word-break: break-all;
}
.blog-post-slider {
  margin-bottom: 75px;
}
.blog-post-slider-content {
  margin-bottom: 8px;
}
.blog-post-slider-item {
  width: 45%;
  margin-bottom: 60px;
}
.blog-post-slider-item:nth-child(odd) {
  float: left;
}
.blog-post-slider-item:nth-child(even) {
  float: right;
}
.blog-post-slider-date {
  position: relative;
  float: left;
  width: 70px;
  height: 100px;
  text-align: center;
  color: #ffffff;
  background-color: #a62ad7;
}
.blog-post-slider-date::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 6px;
  display: block;
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #a62ad7;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.blog-post-slider-date.special-date {
  background-color: #4183f1;
}
.blog-post-slider-date.special-date::after {
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #4183f1;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.blog-post-slider-date .date-number {
  display: block;
  margin-top: 2px;
  margin-bottom: -4px;
  font-weight: 800;
  font-size: 36px;
}
.blog-post-slider-date .date-other {
  display: block;
  font-weight: 300;
  font-size: 18px;
}
.blog-post-slider-text {
  padding-left: 100px;
}
.blog-post-slider-text h4 {
  margin-top: -4px;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #3b434d;
}
.blog-post-slider-text h4 a {
  text-decoration: none;
  color: #3b434d;
}
.blog-post-slider-text h4 a:hover,
.blog-post-slider-text h4 a:active {
  color: #a62ad7;
}
.blog-post-slider-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}
.blog-post-slider-text p i {
  margin-right: 17px;
}
.blog-post-slider-text p a {
  text-decoration: none;
  color: #3b434d;
}
.blog-post-slider-text p a:hover,
.blog-post-slider-text p a:active {
  color: #a62ad7;
}
.blog-post-slider-controls {
  margin-bottom: 104px;
  text-align: center;
  font-size: 0;
}
.blog-post-slider-controls i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  border: 2px solid #a62ad7;
  background: transparent;
}
.blog-post-slider-controls i.active {
  background: #a62ad7;
}
.main-footer {
  background-image: linear-gradient(-90deg, #7395f2, #af60e2);
}
.main-footer p {
  line-height: 1.9;
  margin: 0;
  margin-bottom: 49px;
  text-align: center;
  padding: 0 60px;
}
/* Get in Touch Section */
.touch .middle-header {
  margin-bottom: 12px;
  font-weight: 600;
}
.touch p {
  padding: 0 110px;
}
/* Contact Inform */
form[name="contactInform"] {
  position: relative;
  margin-bottom: 65px;
  padding: 0 52px;
}
form[name="contactInform"] input {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 17px;
  padding: 11px 15px;
  color: #3b434d;
  outline: none;
  border: none;
}
form[name="contactInform"] input::-webkit-input-placeholder {
  color: #3b434d;
}
form[name="contactInform"] input::-moz-placeholder {
  color: #3b434d;
}
form[name="contactInform"] input:-ms-input-placeholder {
  color: #3b434d;
}
form[name="contactInform"] input:last-child {
  margin-right: 0;
}
form[name="contactInform"] textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  resize: none;
  color: #3b434d;
  outline: none;
  border: none;
}
form[name="contactInform"] textarea::-webkit-input-placeholder {
  color: #3b434d;
}
form[name="contactInform"] textarea::-moz-placeholder {
  color: #3b434d;
}
form[name="contactInform"] textarea:-ms-input-placeholder {
  color: #3b434d;
}
form[name="contactInform"] .btn-submit {
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 11px 175px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0;
}
.social-contacts {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 0;
}
.social-contacts li {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px;
  font-size: 20px;
}
.social-contacts li a {
  display: block;
  position: relative;
  width: 49px;
  height: 49px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 50%;
}
.social-contacts li a:hover,
.social-contacts li a:active {
  background-color: #a62ad7;
}
.social-contacts li a i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.copyright {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 0;
}
.copyright li {
  display: inline-block;
  font-size: 16px;
  margin: 0 5px 10px;
}
.copyright a {
  display: block;
  padding-bottom: 5px;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid transparent;
}
.copyright a:hover,
.copyright a:active {
  border-bottom: 2px solid #a62ad7;
  text-shadow: 1px 2px 5px #641982, 1px 2px 0 #641982;
}
.arrow-top {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 40px;
  width: 60px;
  height: 60px;
}
.arrow-top::before {
  content: '\f077';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 60px;
  color: #a62ad7;
  opacity: 0.4;
}
.arrow-top:hover::before {
  opacity: 1;
}
/* If no JS */
.no-js .screenshorts-gallery-content {
  max-height: 487px;
  overflow-y: auto;
}
.no-js .blog-post-slider-content {
  max-height: 500px;
  overflow-y: auto;
}
.no-js .screenshorts-gallery-controls i,
.no-js .blog-post-slider-controls i {
  display: none;
}
@media screen and (max-width: 850px) {
  .no-js .blog-post-slider-content {
    max-height: 300px;
  }
}
@media screen and (max-width: 555px) {
  .no-js .screenshorts-gallery-content {
    max-height: 270px;
  }
}
/* Responsive */
@media screen and (min-width: 1250px) {
  .middle-header {
    margin-top: 98px;
    margin-bottom: 15px;
  }
  .checkout {
    min-height: 805px;
  }
  .checkout h2 {
    margin-bottom: 115px;
  }
}
@media screen and (min-width: 1200px) {
  .checkout-text {
    width: 48%;
  }
  .checkout-image {
    display: block;
    width: 40%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .checkout-text {
    width: 65%;
  }
  .checkout-image {
    display: block;
    right: 0;
    width: 30%;
  }
}
@media screen and (max-width: 1190px) {
  form[name="contactInform"] .btn-submit {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1120px) {
  .newsletter .middle-header {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .blog-post .middle-header {
    margin-top: 40px;
    margin-bottom: 35px;
  }
  .support .middle-header {
    margin-top: 40px;
    margin-bottom: 35px;
  }
  .slider-item-text {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  form[name="contactInform"] .btn-submit {
    width: 80%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1060px) {
  .header-slider-content {
    padding-left: 430px;
  }
  .header-slider-content h2 {
    margin-top: 30px;
    font-size: 42px;
  }
  .header-slider-content p {
    padding-right: 0;
  }
  .header-slider-img {
    margin-right: 50px;
  }
  .header-slider-img img {
    width: 380px;
    height: auto;
  }
  .support .support-item {
    width: 100%;
  }
  .support .support-item:nth-child(odd),
  .support .support-item:nth-child(even) {
    float: none;
  }
}
@media screen and (max-width: 981px) {
  .main-header .header-logo {
    margin-top: 20px;
  }
  .main-nav {
    float: right;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .main-nav ul {
    font-size: 16px;
  }
  .main-nav ul a:hover,
  .main-nav ul a:active {
    padding-left: 13px;
    padding-right: 13px;
  }
  .header-slider {
    margin-top: 50px;
  }
  .features p {
    padding: 0 10px;
  }
  .features-all {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .checkout .middle-header {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .screenshots .middle-header {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .newsletter p {
    padding: 0;
  }
  .touch p {
    padding: 0;
  }
  form[name="contactInform"] {
    padding: 0;
  }
}
@media screen and (max-width: 850px) {
  .header-slider-content {
    padding-left: 0;
  }
  .header-slider-content h2 {
    font-size: 30px;
    margin-top: 20px;
  }
  .header-slider-content p {
    margin-bottom: 20px;
  }
  .header-slider-img {
    width: 50%;
    margin-right: 20px;
  }
  .header-slider-img img {
    width: 100%;
    height: auto;
  }
  .header-slider-download h5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-slider-download a {
    width: 152px;
    height: 52px;
  }
  .header-slider-download a.app-store,
  .header-slider-download a.android-market {
    background-size: 80%;
  }
  .slider {
    min-height: 300px;
  }
  .slider-item-text {
    padding-left: 220px;
  }
  .slider-item-photo {
    width: 150px;
    height: 150px;
    margin-right: 35px;
  }
  .middle-header {
    font-size: 38px;
  }
  .blog-post-slider-item {
    width: 100%;
  }
  .blog-post-slider-item:nth-child(odd),
  .blog-post-slider-item:nth-child(even) {
    float: none;
  }
  .feauture-item {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .feauture-item a .feauture-img {
    float: left;
    width: 80px;
    height: 80px;
    background-size: cover;
  }
  .feauture-item a .item-listen {
    background-position: 0 -160px;
  }
  .feauture-item a .item-gallery {
    background-position: 0 -320px;
  }
  .feauture-item a:hover h4,
  .feauture-item a:active h4 {
    color: #a62ad7;
  }
  .feauture-item a:hover .item-full,
  .feauture-item a:active .item-full {
    background-position: 0 -80px;
  }
  .feauture-item a:hover .item-listen,
  .feauture-item a:active .item-listen {
    background-position: 0 -240px;
  }
  .feauture-item a:hover .item-gallery,
  .feauture-item a:active .item-gallery {
    background-position: 0 -400px;
  }
}
@media screen and (max-width: 745px) {
  body {
    padding-top: 50px;
  }
  .fixed-header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #a62ad7;
    height: 50px;
  }
  .main-header .header-logo {
    width: 85px;
    margin-left: 20px;
    margin-top: 8px;
  }
  .main-header .header-logo img {
    width: 100%;
    height: auto;
  }
  .menu-toggler {
    display: block;
    position: relative;
    float: right;
    width: 50px;
    height: 40px;
    margin-top: 8px;
    cursor: pointer;
  }
  input:checked ~ .menu-toggler::after {
    content: "\f00d";
    margin-top: -2px;
  }
  input:checked ~ .main-nav {
    left: 0;
    transition: left 0.7s;
  }
  .main-nav {
    display: block;
    position: absolute;
    right: 0;
    left: 100%;
    top: 100%;
    float: none;
    margin: 0;
    border-bottom: 1px solid #ffffff;
    transition: left 0.7s;
  }
  .main-nav ul {
    margin: 0;
    padding: 0;
  }
  .main-nav ul:hover a {
    border-radius: 0;
  }
  .main-nav ul:hover a.active {
    background-color: #907bea;
    border-radius: 0;
  }
  .main-nav ul:hover a.active:hover {
    border-radius: 0;
  }
  .main-nav ul:hover a:hover,
  .main-nav ul:hover a:active {
    border-radius: 0;
  }
  .main-nav ul li {
    display: block;
  }
  .main-nav ul li a.active {
    border-radius: 0;
    border-top: 1px solid #ffffff;
  }
  .main-nav ul li a {
    background-color: #907bea;
    border-radius: 0;
    border-top: 1px solid #ffffff;
  }
  .main-nav ul li a:hover,
  .main-nav ul li a:active {
    border-radius: 0;
  }
}
@media screen and (max-width: 690px) {
  .slider {
    min-height: 350px;
    margin-top: 50px;
  }
  form[name="contactInform"] input {
    width: 49%;
  }
  form[name="contactInform"] input:nth-child(even) {
    margin-right: 0;
  }
  form[name="contactInform"] .btn-submit {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  form[name="subscribe"] input {
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  form[name="subscribe"] .btn-submit {
    width: 100%;
  }
  .copyright li {
    font-size: 12px;
  }
  .social-contacts {
    margin-bottom: 20px;
  }
  .social-contacts li {
    margin: 0 6px;
  }
  .social-contacts li a {
    width: 40px;
    height: 40px;
  }
  .main-footer p {
    padding: 0;
  }
}
@media screen and (max-width: 555px) {
  .feauture-item:last-child {
    margin-bottom: 0;
  }
  .features p {
    font-size: 14px;
  }
  .slider {
    min-height: 350px;
    margin-top: 30px;
  }
  .slider-item-text {
    padding-left: 0;
    padding-right: 15px;
  }
  .slider-item-photo {
    width: 100px;
    height: 100px;
    margin-right: 25px;
    margin-top: 15px;
  }
  .slider-item-blockquote::before {
    left: 105px;
  }
  .slider-item-blockquote .text-end::after {
    right: -30px;
  }
  .screenshorts-gallery-controls,
  .features-all,
  .support-content,
  form[name="subscribe"],
  .blog-post-slider-controls {
    margin-bottom: 45px;
  }
  .screenshots h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .screenshorts-gallery-item img {
    width: 150px;
    height: auto;
  }
  .features-all {
    margin-top: 40px;
  }
  .support .support-item-photo {
    width: 128px;
    height: 128px;
  }
  .support .support-item-photo img {
    width: 106px;
    height: 106px;
    border-width: 6px;
  }
  .support-item {
    margin-bottom: 40px;
  }
  .support-item:nth-child(odd) .support-item-text {
    margin-right: 150px;
  }
  .support-item:nth-child(even) .support-item-text {
    margin-left: 150px;
  }
}
@media screen and (max-width: 360px) {
  .middle-header {
    font-size: 32px;
  }
  .header-slider {
    margin-bottom: 40px;
  }
  .header-slider-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .header-slider-download h5 {
    font-size: 28px;
  }
  .header-slider-download a {
    width: 140px;
    margin-right: 15px;
  }
  .checkout-text h3 {
    padding-left: 55px;
  }
  .checkout-text h3 .checkout-fa {
    font-size: 28px;
    top: 0;
  }
  .checkout-text p {
    padding-left: 55px;
  }
  .screenshorts-gallery-item img {
    width: 190px;
  }
  .blog-post-slider-date {
    width: 65px;
  }
  .blog-post-slider-text {
    padding-left: 80px;
  }
  .blog-post-slider-text a {
    word-break: break-all;
  }
  .support address {
    margin-bottom: 40px;
  }
  .support-item:nth-child(odd) .support-item-photo {
    margin-bottom: 20px;
  }
  .support-item:nth-child(odd) .support-item-text {
    margin-right: 0;
    clear: both;
    border-top: 1px solid transparent;
  }
  .support-item:nth-child(even) .support-item-photo {
    margin-bottom: 20px;
  }
  .support-item:nth-child(even) .support-item-text {
    margin-left: 0;
    clear: both;
    border-top: 1px solid transparent;
  }
  form[name="contactInform"] {
    margin-bottom: 50px;
  }
  form[name="contactInform"] input {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
  }
  form[name="contactInform"] textarea {
    font-size: 14px;
  }
  form[name="contactInform"] .btn-submit {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-footer p {
    font-size: 14px;
    padding: 0;
  }
}
