/* 
TEMPLATE NAME : Skapp - APP Landing Page
VERSION : 1.3
CREATED : 1 May 2017
LAST UPDATE : 18 June 2017
AUTHOR : Saerox
URL : http://themeforest.net/user/Saerox
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
01) Elements
02) Hero
03) Milestones
04) About
05) Features
06) Screenshots
07) Video
08) Pricing
09) Review
10) Downloads
11) Blog
12) Newsletter
13) Contact
14) Footer
15) Responsive
-------------------------------------------------------------
------------------------------------------------------------*/
/*-----------------------------------------
01) Elements
--------------------------------------------------*/
.owl-dots {
  float: left;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.owl-dots .owl-dot {
  background: #40545a;
  border-radius: 35px;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  width: 20px;
  transition: all 0.3s ease 0s;
}
.owl-dots .owl-dot:hover {
  background: #19abd6;
}
.owl-dots .owl-dot.active {
  background: #19abd6;
  border: 2px solid #19abd6;
  width: 30px;
}
/*-----------------------------------------
02) Hero
--------------------------------------------------*/
#hero {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 100vh;
  width: 100%;
  display: block;
}
.hero-1 {
  background: url('../../images/fon-mikro.jpg');
  background-position: center center;
}
.wrap-hero-content{
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-content{
  position: absolute;
  min-width: 1170px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#hero h1 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
}
.sub-title, .typed {
  font-family: 'Montserrat', serif;
  margin-top: 10px;
  color: #fff;
  font-size: 22px;
  text-transform: none;
  font-weight: 400;
}
.typed {
  color: #19abd6;
  border-bottom: 3px solid #fff;
}
.typed-cursor {
  display: none;
}
.arrow {
  position: absolute;
  bottom: 40px;
  color: #fff;
  font-size: 50px;
  text-align: center;
  left: 0;
  right: 0;
  -webkit-animation-duration:2s;
     -moz-animation-duration:2s;
      -ms-animation-duration:2s;
       -o-animation-duration:2s;
          animation-duration:2s;
}
/*-----------------------------------------
03) Milestones
--------------------------------------------------*/ 
.milestones {
  padding: 80px 0;
}
.milestones .counter-box {
  font-family: 'Montserrat', serif;
  text-align: center;
}
.counter-box .counter-icon {
  margin: 0 auto 0;
}
.counter-box span.counter {
  color: #19abd6;
  font-size: 40px;
  margin-right: 5px;
  vertical-align: -8px;
}
.counter-box .counter-title {
  color: #40545a;
  font-size: 18px;
  margin-top: -10px;
}
/*-----------------------------------------
04) Main About
--------------------------------------------------*/ 
.main-about {
  position: relative;
}
.main-about .img-left-01 {
  display: inline-block;
  margin-top: -50px;
  margin-left: 0;
}
.main-about .img-left-02 {
  display: inline-block;
  border: 10px solid #fff;
  margin-top: -180px;
  margin-right: -100px;
  margin-left: 100px;
}
.post-about {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 80px 50px;
  margin-top: 0; 
  position: relative;
  z-index: 1;
}
.post-about.negative-margin {
  margin: 0 -120px;  
}
.post-about h3 {
  margin-bottom: 20px;
}
.main-about .img-right {
  margin-top: 30px;
  margin-left: -90px;
}
/*-----------------------------------------
05) Screenshots
--------------------------------------------------*/
#screenshots .item {
  margin: 20px 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); 
}
/*-----------------------------------------
06) Features
--------------------------------------------------*/
.features .mockup {
  margin-top: 60px;
}
.features .box {
  padding: 10px 0;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: ease .6s;
     -moz-transition: ease .6s;
      -ms-transition: ease .6s;
       -o-transition: ease .6s;
          transition: ease .6s;
}
.features .box-icon {
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  height: 80px;
  width: 80px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.features .box-icon span {
  color: #40545a;
  line-height: 80px;
  vertical-align: middle;
  -webkit-transition: ease .6s;
     -moz-transition: ease .6s;
      -ms-transition: ease .6s;
       -o-transition: ease .6s;
          transition: ease .6s;
}
.box-icon:hover span {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -ms--transform: rotate(360deg);
          transform: rotate(360deg);
}
.features .info h4 {
  color: #40545a;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
}
.features .info > p {
  font-size: 16px;
}
/*-----------------------------------------
07) Video
--------------------------------------------------*/
.video-col {
  margin-top: 110px;
}
.video-img {
  position: relative;
}
.video-img .play-button {
  background: rgb(245,78,162);
  background: -webkit-linear-gradient(-45deg, rgba(245,78,162,1) 10%, rgba(255,118,118,1) 100%);
     background: -moz-linear-gradient(-45deg, rgba(245,78,162,1) 10%, rgba(255,118,118,1) 100%);
          background: linear-gradient(135deg, rgba(245,78,162,1) 10%, rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.video-img .play-button i {
  font-size: 34px;
  vertical-align: -36px;
  color: #fff;
}
.video-img .play-button:hover {
  -webkit-box-shadow: 0 0 30px rgba(245, 78, 162, 1);
     -moz-box-shadow: 0 0 30px rgba(245, 78, 162, 1);
          box-shadow: 0 0 30px rgba(245, 78, 162, 1);
}
.work-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, .8);
  display: none;
}
.work-video iframe {
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.close-video {
  text-decoration: none;
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50px;
  right: 50px;
  background: url('../../images/close_video.png') no-repeat;
  z-index: 9999;
}
/*-----------------------------------------
08) Pricing Tables
--------------------------------------------------*/ 
.pricing {
  margin-bottom: 60px;
}
.pricing-col {
  margin-top: 50px;
}
.nav.pricing-nav {
  margin-top: 40px;
}
.nav.pricing-nav > li {
  background: #edf4f6;
  border-radius: 35px;
  display: inline-block;
  position: relative;
  padding: 15px 45px;
}
.nav.pricing-nav > li:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.nav.pricing-nav > li:last-child {
  margin-left: -4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.nav.pricing-nav > li > a { 
  position: relative; 
  padding: 0;
}
.nav.pricing-nav > li > a:hover,
.nav.pricing-nav > li > a:focus { 
  background: transparent;
  color: #19abd6;
}
.nav.pricing-nav > li.active {
  background: #fff;
  -webkit-box-shadow: 0 0 0 5px #edf4f6 inset;
     -moz-box-shadow: 0 0 0 5px #edf4f6 inset;
          box-shadow: 0 0 0 5px #edf4f6 inset;
  color: #19abd6;
  z-index: 1;
}
.pricing-table {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
.pricing-table.best {
  margin-top: -20px;
  transform: scale(1.02);
  z-index: 1;
}
.pricing-table .pricing-table-header {
  background: #fff;
  color: #40545a;
  margin: 0 0 10px;
  padding: 10px 0;
}
.pricing-table .heading {
  font-size: 30px;
  font-weight: 600;
  margin: 28px 0 5px 0;
}
.pricing-table.best .price-value {
  color: #19abd6;
}
.pricing-table .price-value {
  color: #40545a;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.pricing-table .pricing-content {
  list-style: none;
  padding: 20px;
}
.pricing-table hr {
  width: 50%;
  border-color: #e3e3e3;
}
/*-----------------------------------------
09) Review
--------------------------------------------------*/ 
.review {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  min-width: 100%;
  width: 100%;
  display: block;
}
.bg-image-1 {
  background: url('../../images/background/03.jpg') no-repeat center center;
}
.wrap-review-content {
  background: -webkit-linear-gradient(-45deg, rgba(85,98,112,0.7) 0%, rgba(0,201,255,0.95) 70%);
     background: -moz-linear-gradient(-45deg, rgba(85,98,112,0.7) 0%, rgba(0,201,255,0.95) 70%);
          background: linear-gradient(135deg, rgba(85,98,112,0.7) 0%, rgba(0,201,255,0.95) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e617ead9', endColorstr='#e61ec8fc',GradientType=1 );
  width: 100%;
}
.review-content {
  padding: 130px 0;
}
.nav.review-nav > li {
  display: inline-block;
  position: relative;
}
.nav.review-nav > li > a { 
  position: relative; 
  padding: 0;
  margin: 0 -20px;
}
.nav.review-nav > li > a:hover,
.nav.review-nav > li > a:focus { 
  background-color: transparent; 
}
.nav.review-nav > li > a > .quote {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 35px;
  color: #19abd6; 
  transition: all 0.3s ease 0s;
}
.nav.review-nav > li.active {
  z-index: 1;
}
.nav.review-nav > li.active > a > .quote { 
  opacity: 1; 
}
.nav.review-nav > li > a > img { 
  max-width: 100%; 
  opacity: 0.5; 
  -webkit-transform: scale(.8,.8);
          transform: scale(.8,.8);
  -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav.review-nav > li.active > a > img,
.nav.review-nav > li:hover > a > img,
.nav.review-nav > li:focus > a > img { 
  opacity: 1; 
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tab-pane .tab-inner { 
  padding: 10px 0 20px; 
}
.testimonial {
  text-align: center!important;
}
.testimonial .testimonial-title {
  display: inline-block;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.testimonial em {
  color: #fff;
}
.testimonial p {
  color: #fff;
}
.testimonial a {
  color: rgba(0, 0, 0, 0.5);
}
.testimonial .description {
  font-size: 16px;
  line-height: 27px;
  position: relative;
  margin: 0;
  padding: 0 160px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
/*-----------------------------------------
10) Downloads
--------------------------------------------------*/
.downloads-margin {
  margin-top: -60px;
  margin-left: -30px;
}
.downloads {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  min-width: 100%;
  width: 100%;
  display: block;
}
.bg-image-2 {
  background: url('../../images/background/01.jpg') no-repeat center center;
}
.wrap-downloads-content {
  background: rgba(64, 84, 90, 0.9);
  width: 100%;
}
.downloads-content {
  color: #fff;
  padding: 185px 30px;
}
.downloads-content h4 {
  font-size: 40px;
  margin-bottom: 20px;
}
.downloads p {
  margin-bottom: 30px;
}
.downloads .store.space {
  margin: 0 6px;
}
.downloads .store {
  display: inline-block;
  background: #fff;
  color: #40545a;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}
.downloads .store i {
  font-size: 24px;
  padding-top: 12px;
}
.downloads .store:hover {
  opacity: 0.8;
}
/*-----------------------------------------
11) Blog
--------------------------------------------------*/
.card {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s;
}
.card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.card-date {
  background: rgb(245,78,162);
  background: -webkit-linear-gradient(left,     rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
     background: -moz-linear-gradient(left,     rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
          background: linear-gradient(to right, rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
  position: absolute;
  top: 20px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 12px;
  font-weight: 700;
  padding-top: 12px;
}
.card-date-day {
  display: block;
  font-size: 14px;
}
.card-date-month {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.card-thumb {
  height: 208px;
  overflow: hidden;
  background-color: #40545a;
  transition: height 0.5s;
}
.card-thumb img {
  display: block;
  opacity: 1;
  transition: opacity 0.3s, transform 0.8s;
  transform: scale(1);
}
.card:hover .card-thumb img {
  opacity: 0.5;
  transform: scale(1.2);
}
.card:hover .card-thumb {
  height: 90px;
}
.card-body {
  position: relative;
  padding: 20px;
  height: 185px;
  transition: height 0.5s;
}
.card:hover .card-body {
  height: 303px;
}
.card-title {
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.card-title a {
  color: #40545a;
}
.card-title a:hover {
  color: #ff7676;
}
.card-subtitle {
  margin: 0;
  padding: 0 0 10px 0;
  color: #a4b1bf;
  font-size: 16px;
}
.card-description {
  position: absolute;
  bottom: 65px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 27px;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  transition-delay: 0s;
  transform: translateY(25px);
}
.card:hover .card-description {
  opacity: 1;
  transition-delay: 0.1s;
  transform: translateY(0);
}
.card-footer {
  position: absolute;
  color: #a3a9ab;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 11px;
}
.card-footer .post-info {
  padding: 5px 0;
  margin: 0;
  list-style: none;
}
.card-footer .post-info li {
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}
.card-footer .post-info li i {
  margin-right: 8px;
}
.card-footer .post-info li a {
  color: #a4b1bf;
  text-transform: uppercase;
}
.card-footer .post-info li a:hover {
  color: #ff7676;
  text-decoration: none;
}
/*-----------------------------------------
12) Newsletter
--------------------------------------------------*/
.bottom-content .newsletter input {
  font-size: 16px;
  padding: 15px 10px 15px 15px;
  display: block;
  width: 100%;
  border-radius: 0;
  border: 0 none;
  border-bottom: 2px solid #eaedf2;
  color: #969696;
  transition: all 1s ease;
}
.bottom-content .newsletter .form-control:focus {
  border-color: #ff7676;
}
.bottom-content p {
  font-family: "Montserrat",serif;
  font-size: 16px;
  color: #40545a;
  margin-bottom: 30px;
}
.newsletter .subscribe-btn {
  background: rgb(245,78,162);
  background: -webkit-linear-gradient(-45deg, rgba(245,78,162,1) 10%, rgba(255,118,118,1) 100%);
     background: -moz-linear-gradient(-45deg, rgba(245,78,162,1) 10%, rgba(255,118,118,1) 100%);
          background: linear-gradient(135deg, rgba(245,78,162,1) 10%, rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
  display: inline-block; 
  margin: 0 auto;
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.newsletter .subscribe-btn i {
  font-size: 34px;
  vertical-align: -36px;
  color: #fff;
}
.newsletter .subscribe-btn:hover {
  -webkit-box-shadow: 0 0 30px rgba(245, 78, 162, 1);
     -moz-box-shadow: 0 0 30px rgba(245, 78, 162, 1);
          box-shadow: 0 0 30px rgba(245, 78, 162, 1);
}
/*-----------------------------------------
13) Contact
--------------------------------------------------*/
#contact {
  padding: 80px 0;
}
.contact {
  display: block;
}
.contact-box {
  text-align: center;
}
.contact-box .contact-icon {
  margin: 0 auto 25px;
}
.contact-box .contact-icon i {
  font-size: 60px;
}
.contact-box .title {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  color: #40545a;
}
.contact-box .description {
  font-size: 16px;
  line-height: 24px;
}
/*-----------------------------------------
14) Footer
--------------------------------------------------*/
.footer {
  background: rgb(255,255,255);
  background: -webkit-linear-gradient(top,       rgba(255,255,255,1) 0%, rgba(233,240,242,1) 70%);
     background: -moz-linear-gradient(top,       rgba(255,255,255,1) 0%, rgba(233,240,242,1) 70%);
          background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(233,240,242,1) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9f0f2',GradientType=0 );
  padding: 60px 0 10px;
}
.footer hr {
  border-color: #40545a;
}
.appstore {
  padding: 80px 0;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: ease .6s;
     -moz-transition: ease .6s;
      -ms-transition: ease .6s;
       -o-transition: ease .6s;
          transition: ease .6s;
}
.appstore-icon img {
  margin: 0 auto;
  height: 80px;
  width: 80px;
  display: block;
}
.appstore .info {
  text-align: left;
  margin-left: 20px;
}
.appstore .info h4 {
  color: #40545a;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.appstore .info > p {
  font-size: 16px;
  margin-bottom: 0;
}
.appstore .ratings {
  color: #f2b01e;
}
.appstore .nb-ratings {
  color: #a4b1bf;
  margin-left: 5px;
}
ul.social-network {
  list-style: none;
  margin-left:0 !important;
  padding: 0;
  text-align: right;
}
ul.social-network li {
  display: inline;
  margin: 0 2px;
}
.social-network a.ico-behance:hover {
  background-color:#1769ff;
}
.social-network a.ico-deviantart:hover {
  background-color:#05cc47;
}
.social-network a.ico-dribbble:hover {
  background-color:#ea4c89;
}
.social-network a.ico-facebook:hover {
  background-color:#3b5998;
}
.social-network a.ico-google:hover {
  background-color:#bd3518;
}
.social-network a.ico-instagram:hover {
  background-color:#405de6;
}
.social-network a.ico-linkedin:hover {
  background-color:#007bb7;
}
.social-network a.ico-pinterest:hover {
  background-color:#bd081c;
}
.social-network a.ico-rss:hover {
  background-color:#f26522;
}
.social-network a.ico-twitch:hover {
  background-color:#6441a5;
}
.social-network a.ico-twitter:hover {
  background-color:#33ccff;
}
.social-network a.ico-vimeo:hover {
  background-color:#1ab7ea;
}
.social-network a.ico-youtube:hover {
  background-color:#cd201f;
}
.social-network a:hover i {
  color:#fff;
}
.social-network li a {
  display:inline-block;
  position:relative;
  margin:0 auto;
  -webkit-border-radius:50%;
     -moz-border-radius:50%;
          border-radius:50%;
  text-align:center;
  width: 50px;
  height: 50px;
  font-size: 26px;
}
.social-network li i {
  margin:0;
  line-height: 50px;
  text-align: center;
}
.social-network li a:hover i, .triggeredHover {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -ms--transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}
.social-network i {
  color: #40545a;
  -webkit-transition: all 0.8s;
     -moz-transition: all 0.8s;
      -ms-transition: all 0.8s;
       -o-transition: all 0.8s;
          transition: all 0.8s;
}
.copyright {
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}
/*-----------------------------------------
15) Responsive
--------------------------------------------------*/
@media screen and (max-width: 480px){
  .parallax {
    background-attachment: scroll!important;
    background-position: top!important;
    -webkit-background-size: auto!important;
       -moz-background-size: auto!important;
            background-size: auto!important;
  }
}

@media screen and (max-width: 768px){
  .parallax {
    background-attachment: scroll!important;
    background-position: top!important;
    -webkit-background-size: auto!important;
       -moz-background-size: auto!important;
            background-size: auto!important;
  }
  .white-bg, .grey-bg, .blue-bg, .gradient-bg {
    padding: 40px 0;
  }
  .about .features-list h2 {
    font-size: 30px;
  }
  .section-title {
    font-size: 38px;
  }
  .hero-content {
    min-width: 100%; 
    padding: 10px;
  }
  .post-video {
    padding: 25px;
  }
  .hero-text {
    margin-top: 30px;
  }
  .hero-content {
    margin-top: 10px;
  }
  #hero h1 {
    font-size: 36px;
  }
  .arrow {
    bottom: 5px;
  }
  .main-about {
    margin-top: -40px;
  }
  .main-about .img-left-01 {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
  .main-about .img-left-02 {
    display: block;
    border: 0 none;
    margin-top: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
  }
  .post-about {
    padding: 30px;
  }
  .post-about.negative-margin {
    margin-top: -180px;
    margin-right: 0;
    margin-left: 0;  
  }
  .main-about .img-right {
    margin-top: 0;
    margin-left: 0;
  }
  .features .box {
    text-align: center;
  }
  .features .box-icon {
    margin-bottom: 15px;
  }
  .video-col {
    margin-top: 60px;
  }
  .pricing {
    margin-bottom: 0;
  }
  .pricing-col {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .pricing-table {
    margin-bottom: 50px;
  }
  .pricing-table.best {
    transform: scale(1);
  }
  .nav.review-nav > li > a {
    margin: 0 -25px;
  }
  .testimonial .description {
    padding: 0 20px;
  }
  .downloads-margin {
    margin: 0;
  }
  .downloads-content {
    padding: 80px 20px;
  }
  .newsletter .subscribe-btn {
    margin: 30px 0;
  }
  .contact-box {
    margin-bottom: 30px;
  }
  .appstore {
    padding: 20px 0;
  }
  .appstore .info {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }
  .copyright {
    margin-bottom: 30px;
  }
  ul.social-network, .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-content {
    min-width: 100%; 
    padding: 10px;
  }
  .main-about .img-left-02 {
    margin-left: 50px;
    margin-right: -50px;
  }
  .nav.pricing-nav {
    margin-bottom: 80px;
  }
  .newsletter .subscribe-btn {
    margin: 30px 0;
  }
  .copyright {
    margin-bottom: -4px;
  }
  ul.social-network, .copyright {
    text-align: center;
  }
}
