html, body {
  background: none repeat scroll 0 0 #858c96;
  font-family: 'Ubuntu',sans-serif;
  font-weight: 700;
  text-align: left;

  overflow-x: hidden;
  overflow-y: scroll;
}
/*--- Header Section ---*/
.header-wrapper {
  background: url("/public/images/header-bg4.jpg");
  background-size: 100% 100%;
  /*-- REQUESTED CHANGES
  background: #6d6880;
  --*/
  font-family: 'Ubuntu',sans-serif;
  position: relative;
  z-index: 1;
}
.header-wrapper .left-section {
  /*-- REQUESTED CHANGES
  background: url("../images/header-bg4.jpg");
  background-size: 100% 100%;
  --*/
  height: 640px;
}
.header-wrapper .left-section .left-inner-wrapper {
  width: 500px;
  float: right;
  margin-top: 100px;
}
.header-wrapper .left-section .left-inner-wrapper h1 {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: normal;
  text-shadow: 0px 5px 5px rgba(109,104,128,0.75);
  margin: 20px 0;
}
.header-wrapper .left-section .left-inner-wrapper p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: normal;
  text-shadow: 0px 5px 5px rgba(109,104,128,0.75);
  margin: 0 0 20px 0;
}

.header-wrapper .right-section {
  /*-- REQUESTED CHANGES
  background: #6d6880;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) inset;
  --*/
  height: 640px;
  padding: 0;
  position: relative;
}
.header-wrapper .right-section .right-inner-wrapper {
  height: 100%;
  width: 500px;
  float: left;
  position: relative;
}
.header-wrapper .right-section .right-inner-wrapper img {
  position: absolute;
  bottom: 0;
  left: 75px;
}
.rain {
  max-width: 320px;
  overflow: hidden;
}
/*--- Header End ---*/

/*--- Social Wrapper Styles ---*/
.social-wrapper {
  background: url("/public/images/cartographer.png") repeat scroll 0 0 #44424f;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 2;
}
.social-wrapper p {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8) inset;
  font-weight: 300;
  margin: 0;
  padding: 8px 0;
}
.social-wrapper p a {
  color: #52edc7;
  text-shadow: 0px 0px 5px rgba(0,0,0,1);
  padding: 0;
  margin: 0;
}
/*--- END: Social Wrapper Styles ---*/

/*--- Featured Wrapper Start ---*/
.featured-wrapper {
  background: url("/public/images/cartographer.png") repeat scroll 0 0 #44424f;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4) inset;
  color: #FFFFFF;
  font-family: 'Ubuntu',sans-serif;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 30px 0px;
}
.featured-wrapper h2 {
  color: #52edc7;
  font-size: 35px;
  font-weight: 300;
  margin: 0 0 10px;
}
.featured-wrapper h2 img {
  margin: -10px 0 0;
}
.featured-wrapper p {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 10px;
}
.featured-wrapper a {
  font-size: 20px;
  font-weight: 300;
  color: #4ff2ca;
}
.featured-wrapper a:hover {
  color: #00ffc0;
  text-decoration: none;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}
.featured-wrapper a span {
  color: #c9c4db;
}
.featured-wrapper a:hover span {
  text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
  color: #FFFFFF;
  text-decoration: none;
}
/*--- Featured Wrapper End ---*/

/*--- Feature Section 1 Styles ---*/
.feature-section1 {
  background: #e2e5ec;
  box-shadow: 0px -5px 10px rgba(0,0,0,0.050) inset;
  font-family: 'Ubuntu',sans-serif;
  position: relative;
  text-shadow: 0px 1px 0px #FFFFFF;
  z-index: 2;
}
.feature-section1 .col-md-6 {
  position: relative;
}
.feature-section1 .col-md-6 .left-arrow {
  cursor: pointer;
  position: absolute;
  left: 100px;
  top: 50%;
}
.feature-section1 .col-md-6 .right-arrow {
  cursor: pointer;
  position: absolute;
  right: 100px;
  top: 50%;
}
.feature-section1 .col-md-6 .weather-images {
  float: left;
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
}
.feature-section1 h2 {
  color: #6d6880;
  font-size: 30px;
  font-weight: 700;
  margin-top: 50px;
}
.feature-section1 hr {
  border-color: #6d6880;
  box-shadow: 0px 1px 0px #FFFFFF;
}
.feature-section1 ul {
  margin: 0;
  padding: 0;
}
.feature-section1 ul li {
  list-style: none;
  margin-bottom: 30px;
  margin-left: 30px;
}
.feature-section1 ul li h3 {
  color: #3eafd5;
  font-weight: 500;
  font-size: 21px;
}
.feature-section1 ul li p {
  color: #444350;
  font-weight: 300;
  font-size: 17px;
}
/*--- Feature Section 1 Styles End ---*/

/*--- Feature Section 2 Styles ---*/
.feature-section2 {
  background: #f5f5f7;
  border-bottom: 1px solid #ccc7dd;
  box-shadow: 0px -5px 10px rgba(0,0,0,0.1) inset;
  border-top: 1px solid #ccc7dd;
  font-family: 'Ubuntu',sans-serif;
  position: relative;
  text-shadow: 0px 1px 0px #FFFFFF;
  z-index: 2;
}
.feature-section2 .image-section {
  float: right;
}
.feature-section2 .info-section {
  float: left;
}
.feature-section2 .col-md-6 {
  position: relative;
}
.feature-section2 .col-md-6 .left-arrow {
  cursor: pointer;
  position: absolute;
  left: 100px;
  top: 50%;
}
.feature-section2 .col-md-6 .right-arrow {
  cursor: pointer;
  position: absolute;
  right: 100px;
  top: 50%;
}
.feature-section2 .col-md-6 .weather-images {
  float: left;
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
}
.feature-section2 h2 {
  color: #6d6880;
  font-size: 28px;
  font-weight: 700;
  margin-top: 50px;
}
.feature-section2 hr {
  border-color: #6d6880;
  box-shadow: 0px 1px 0px #FFFFFF;
}
.feature-section2 ul {
  margin: 0;
  padding: 0;
}
.feature-section2 ul li {
  list-style: none;
  margin-bottom: 30px;
  margin-left: 30px;
}
.feature-section2 ul li h3 {
  color: #3eafd5;
  font-weight: 500;
  font-size: 21px;
}
.feature-section2 ul li p {
  color: #444350;
  font-weight: 300;
  font-size: 17px;
}
/*--- Feature Section 2 Styles End ---*/

/*--- Feature Section 3 Styles ---*/
.feature-section3 {
  background: #e2e5ec;
  box-shadow: 0px -5px 10px rgba(0,0,0,0.15) inset;
  font-family: 'Ubuntu',sans-serif;
  position: relative;
  text-shadow: 0px 1px 0px #FFFFFF;
  z-index: 2;
}
.feature-section3 .col-md-6 {
  position: relative;
}
.feature-section3 .col-md-6 .left-arrow {
  cursor: pointer;
  position: absolute;
  left: 100px;
  top: 50%;
}
.feature-section3 .col-md-6 .right-arrow {
  cursor: pointer;
  position: absolute;
  right: 100px;
  top: 50%;
}
.feature-section3 .col-md-6 .weather-images {
  float: left;
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
}
.feature-section3 h2 {
  color: #6d6880;
  font-size: 30px;
  font-weight: 700;
  margin-top: 50px;
}
.feature-section3 hr {
  border-color: #6d6880;
  box-shadow: 0px 1px 0px #FFFFFF;
}
.feature-section3 ul {
  margin: 0;
  padding: 0;
}
.feature-section3 ul li {
  list-style: none;
  margin-bottom: 30px;
  margin-left: 30px;
}
.feature-section3 ul li h3 {
  color: #3eafd5;
  font-weight: 500;
  font-size: 21px;
}
.feature-section3 ul li p {
  color: #444350;
  font-weight: 300;
  font-size: 17px;
}
/*--- Feature Section 3 Styles End ---*/

/*--- Feature Section 4 Styles ---*/
.feature-section4 {
  background: #f5f5f7;
  border-bottom: 1px solid #ccc7dd;
  box-shadow: 0px -5px 10px rgba(0,0,0,0.1) inset;
  border-top: 1px solid #ccc7dd;
  font-family: 'Ubuntu',sans-serif;
  position: relative;
  text-shadow: 0px 1px 0px #FFFFFF;
  z-index: 2;
}
.feature-section4 .image-section {
  float: right;
}
.feature-section4 .info-section {
  float: left;
}
.feature-section4 .col-md-6 {
  position: relative;
}
.feature-section4 .col-md-6 .left-arrow {
  cursor: pointer;
  position: absolute;
  left: 100px;
  top: 50%;
}
.feature-section4 .col-md-6 .right-arrow {
  cursor: pointer;
  position: absolute;
  right: 100px;
  top: 50%;
}
.feature-section4 .col-md-6 .weather-images {
  float: left;
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
}
.feature-section4 h2 {
  color: #6d6880;
  font-size: 28px;
  font-weight: 700;
  margin-top: 50px;
}
.feature-section4 hr {
  border-color: #6d6880;
  box-shadow: 0px 1px 0px #FFFFFF;
}
.feature-section4 ul {
  margin: 0;
  padding: 0;
}
.feature-section4 ul li {
  list-style: none;
  margin-bottom: 30px;
  margin-left: 30px;
}
.feature-section4 ul li h3 {
  color: #3eafd5;
  font-weight: 500;
  font-size: 21px;
}
.feature-section4 ul li p {
  color: #444350;
  font-weight: 300;
  font-size: 17px;
}
/*--- Feature Section 4 Styles End ---*/

/*-- Testimonial Styles Start --*/
.testimonial-wrapper {
  background: url("/public/images/cartographer.png") repeat scroll 0 0 #44424F;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4) inset;
  font-family: 'Ubuntu',sans-serif;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
.testimonial-wrapper h2 {
  font-size: 30px;
  font-weight: 300;
  color: #e2e5ec;
  margin: 0 0 10px 0;
}
.testimonial-wrapper img {
  margin-bottom: 10px;
}
.testimonial-wrapper p {
  font-size: 17px;
  font-weight: 300;
  color: #e2e5ec;
}
.testimonial-wrapper a {
  font-size: 20px;
  font-weight: 300;
  color: #4ff2ca;
}
.testimonial-wrapper a:hover {
  color: #9effe7;
  text-decoration: none;
  text-shadow: 0px 0px 10px rgba(0,0,0,1);
}
.testimonial-wrapper a span {
  color: #c9c4db;
}
.testimonial-wrapper a:hover span {
  text-shadow: 0px 0px 10px rgba(0,0,0,1);
  color: #FFFFFF;
  text-decoration: none;
}
.testimonial-wrapper a span {
  color: #c9c4db;
}
.testimonial-wrapper .col-md-8 {
  position: relative;
}
.testimonial-wrapper .left-arrow {
  cursor: pointer;
  position: absolute;
  left: 30px;
  top: 30px;
}
.testimonial-wrapper .right-arrow {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
}
/*--- Testimonial Styles End ---*/

/*--- Blog Wrapper Styles ---*/
.blog-wrapper {
  background: #e2e5ec;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15) inset;
}
.blog-wrapper .col-md-6 {
  padding: 0;
  margin: 0;
}

/*--- BLOG SECTION ---*/
.blog-wrapper .blog-section {
  padding-bottom: 20px;
  text-align: center;
}
.blog-wrapper .blog-section h2 {
  color: #6d6880;
  font-size: 25px;
  font-weight: 500;
}
.blog-wrapper .blog-section hr {
  border-color: #6d6880;
  box-shadow: 0 1px 0 #ffffff;
  display: block;
  margin: 0 auto 10px;
  width: 70%;
}
.blog-wrapper .blog-section b {
  color: #444350;
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: normal;
  padding: 10px 0;
  text-transform: uppercase;
}
.blog-wrapper .blog-section p {
  color: #444350;
  font-size: 17px;
  font-weight: 300;
  padding: 0px 50px;
}
.blog-wrapper .blog-section a {
  background: none repeat scroll 0 0 #6d6880;
  border-radius: 4px;
  color: #4debc5;
  display: inline-block;
  font-family: 'helvetica neue',helvetica,sans-serif;
  font-weight: normal;
  margin: 15px 0 10px;
  padding: 10px 15px;
}

/*--- VERSION SECTION ---*/
.update-wrapper .version-section {
  text-align: center;
  padding-bottom: 20px;
}
.update-wrapper .version-section h2 {
  color: #6d6880;
  font-size: 25px;
  font-weight: 500;
}
.update-wrapper .version-section hr {
  border-color: #6d6880;
  box-shadow: 0 1px 0 #ffffff;
  display: block;
  margin: 0 auto 10px;
  width: 70%;
}
.update-wrapper .version-section b {
  color: #444350;
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: normal;
  padding: 10px 0;
  text-transform: uppercase;
}
.update-wrapper .version-section p {
  color: #444350;
  font-size: 17px;
  font-weight: 500;
  padding: 0px 50px;
}
.update-wrapper .version-section ul {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  border-radius: 4px;
  float: left;
  margin: 10px 1.5%;
  min-height: 330px;
  padding: 20px 20px 20px 30px;
  width: 47%;
}
.update-wrapper .version-section ul li {
  color: #444350;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: left;
}
.update-wrapper .version-section ul li b {
  color: #444350;
  display: inline;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: normal;
  padding: 0;
  text-transform: none;
}
/*--- END: Blog Wrapper Styles ---*/

/*--- Footer Styles Start ---*/
#footer {
  background: url("/public/images/cartographer.png") repeat scroll 0 0 #44424F;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4) inset;
  font-family: 'Ubuntu',sans-serif;
  position: relative;
  z-index: 2;
}
#footer span {
  color: #FBFBFB;
  display: block;
  font-weight: 300;
  font-size: 15px;
  margin: 10px 0 0;
  text-align: center;
}
.footer-text {
  line-height: 36px;
  text-transform:uppercase;
  font-size: 20px;
  letter-spacing:5px;
  margin:0px; color: #FBFBFB;
  text-align: center;
}
.footer_bottom {
  padding: 0 0 60px;
}
/*--- Contact Styles ---*/
#contact-section {
  padding: 20px 0px;
}
.contactContainer {
  margin: 0 auto;
  text-align: center;
}
#contact-section .mail-icon {
  padding-top: 45px;
}
#contact-section h2 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-weight: normal;
  letter-spacing:8px;
  color: #FBFBFB;
}
#contact-section p {
  color: #FBFBFB;
  font-family: 'helvetica neue',helvetica,sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: center;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}
.contact-button {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
  border: 2px solid #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  display: block;
  font-family: 'gothambold',helvetica,sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 20px auto 0;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  width: 40%;
}
.contact-button:hover {
  background-color: rgba(255,255,255,0.3);
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.contact-button:active {
  background-color: rgba(255,255,255,1);
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.contact-button:focus {
  background-color: rgba(255,255,255,1);
  color: #4DEBC5;
  text-decoration: none;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
/*--- Contact End ---*/

/*-- MODAL SECTION START --*/

#contact-modal .modal-body h2 {
  color: #44424F;
  font-family: 'helvetica neue',helvetica,sans-serif;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 20px 20px 0px 20px;
  text-shadow: 0 1px 0 #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}
#contact-modal .modal-body p {
  color: #44424F;
  font-family: 'helvetica neue',helvetica,sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding: 20px;
  text-shadow: 0 1px 0 #FFFFFF;
  text-align: center;
}

#contact-modal .modal-body input {
  color: #44424F;
  display: block;
  font-family: 'helvetica neue',helvetica,sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  margin: 0 auto;
  padding: 10px;
  text-shadow: 0 1px 0 #FFFFFF;
  width: 85%;
  border-radius: 0px;
  box-shadow: none;
}
#contact-modal .modal-body .submit {
  background: #4ff2c9;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  color: #FFFFFF;
  display: block;
  font-family: 'gothambold',helvetica,sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 auto 10px;
  padding: 15px 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  width: 89%;
  text-align: center;
}
#contact-modal .modal-body textarea {
  color: #44424F;
  display: block;
  font-family: 'helvetica neue',helvetica,sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  margin: 20px auto;
  min-height: 70px;
  padding: 10px;
  text-shadow: 0 1px 0 #FFFFFF;
  width: 85%;
  border-radius: 0px;
  box-shadow: none;
  max-height: 100px;
}
#contact-modal .modal-body .field_with_errors input {
  background: #ffeeef;
  border: 1px solid #ed5259;
}
#contact-modal .modal-body .field_with_errors textarea {
  background: #ffeeef;
  border: 1px solid #ed5259;
}

a.link {
  color: #52edc7;
}
a.link:hover {
  color: #52edc7;
}
a.link:active {
  color: #52edc7;
}
.footer-button {
  padding: 10px 0px;
}
.field_with_errors {
  padding: 0;
  margin: 0 auto;
  width: auto;
}
.field_with_errors .update-input {
  background: #ffe3e3;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5), 0 5px 5px rgba(0, 0, 0, 0.2) inset !important;
  color: #bc1212;
}
.twitter-link img {
  margin-top: 20px;
  text-align: center;
}
/*--- Footer End ---*/

/*--- Next Previous Arrows ---*/
.hidden {
  display: none;
}
.shown {
}
/*--- Next Previous Arrows End ---*/


/*--- Start Media Queries ---*/

/* Iphone Size (phones, 319px and up) */
@media (min-width: 319px) and (max-width: 480px) {

  /*-- Header Styles --*/
  .header-wrapper .left-section {
    height: auto;
  }
  .header-wrapper .left-section .left-inner-wrapper {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .header-wrapper .left-section .left-inner-wrapper img {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .header-wrapper .left-section .left-inner-wrapper h1 {
    font-size: 45px;
    text-align: center;
  }
  .header-wrapper .left-section .left-inner-wrapper p {
    font-size: 25px;
    text-align: center;
  }
  .header-wrapper .left-section .left-inner-wrapper .buttons img {
    width: auto;
    padding-bottom: 20px;
  }
  /*-- Right Section Start --*/
  .header-wrapper .right-section {
    height: auto;
    padding: 0;
    position: relative;
  }
  .header-wrapper .right-section .right-inner-wrapper {
    width: 100%;
  }
  .header-wrapper .right-section .right-inner-wrapper img {
    bottom: auto;
    left: auto;
    position: relative;
    width: 65%;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 385px;
  }
  /*-- END: Header Styles --*/

  /*--- Featured Wrapper Start ---*/
  .featured-wrapper p {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 300;
    margin: 0 0 10px;
  }
  /*--- Featured Wrapper End ---*/

  /*--- Feature Section 1 Styles ---*/
  .feature-section1 .image-section {
    padding:0;
  }
  .feature-section1 .col-md-6 .weather-images {
    float: none;
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #b2b2c0;
    padding-top: 20px;
  }
  .feature-section1 .col-md-6 .weather-images img {
    max-width: 210px;
  }
  .feature-section1 .col-md-6 .left-arrow {
    cursor: pointer;
    left: 5%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section1 .col-md-6 .right-arrow {
    cursor: pointer;
    right: 5%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section1 h2 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
  }
  .feature-section1 hr {
    margin: 15px 0;
  }
  .feature-section1 ul li h3 {
    font-size: 19px;
    margin: 10px 0 5px;
  }
  .feature-section1 ul li p {
    font-size: 15px;
  }
  /*--- Feature Section 1 Styles End ---*/

  /*--- Feature Section 2 Styles ---*/
  .feature-section2 .image-section {
    padding:0;
    float: none;
  }
  .feature-section2 .info-section {
    float: none;
  }
  .feature-section2 .col-md-6 .weather-images {
    float: none;
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #b2b2c0;
    padding-top: 20px;
  }
  .feature-section2 .col-md-6 .weather-images img {
    max-width: 210px;
  }
  .feature-section2 .col-md-6 .left-arrow {
    cursor: pointer;
    left: 5%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section2 .col-md-6 .right-arrow {
    cursor: pointer;
    right: 5%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section2 h2 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
  }
  .feature-section2 hr {
    margin: 15px 0;
  }
  .feature-section2 ul li h3 {
    font-size: 19px;
    margin: 10px 0 5px;
  }
  .feature-section2 ul li p {
    font-size: 15px;
  }
  /*--- Feature Section 2 Styles End ---*/

  /*--- Feature Section 3 Styles ---*/
  .feature-section3 .image-section {
    padding:0;
  }
  .feature-section3 .col-md-6 .weather-images {
    float: none;
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #b2b2c0;
    padding-top: 20px;
  }
  .feature-section3 .col-md-6 .weather-images img {
    max-width: 210px;
  }
  .feature-section3 .col-md-6 .left-arrow {
    cursor: pointer;
    left: 5%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section3 .col-md-6 .right-arrow {
    cursor: pointer;
    right: 5%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section3 h2 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
  }
  .feature-section3 hr {
    margin: 15px 0;
  }
  .feature-section3 ul li h3 {
    font-size: 19px;
    margin: 10px 0 5px;
  }
  .feature-section3 ul li p {
    font-size: 15px;
  }
  /*--- Feature Section 1 Styles End ---*/

  /*--- Feature Section 4 Styles ---*/
  .feature-section4 .image-section {
    padding:0;
    float: none;
  }
  .feature-section4 .info-section {
    float: none;
  }
  .feature-section4 .col-md-6 .weather-images {
    float: none;
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #b2b2c0;
    padding-top: 20px;
  }
  .feature-section4 .col-md-6 .weather-images img {
    max-width: 210px;
  }
  .feature-section4 .col-md-6 .left-arrow {
    cursor: pointer;
    left: 5%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section4 .col-md-6 .right-arrow {
    cursor: pointer;
    right: 5%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section4 h2 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
  }
  .feature-section4 hr {
    margin: 15px 0;
  }
  .feature-section4 ul li h3 {
    font-size: 19px;
    margin: 10px 0 5px;
  }
  .feature-section4 ul li p {
    font-size: 15px;
  }
  /*--- Feature Section 4 Styles End ---*/

  /*--- Testimonials Styles ---*/
  .testimonial-wrapper {
    min-height: 420px;
  }
  .testimonial-wrapper .left-arrow {
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 45px;
  }
  .testimonial-wrapper .right-arrow {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 45px;
  }

  /*-- Blog Styles --*/
  .blog-wrapper .version-section ul {
    padding-left: 40px;
    padding-right: 20px;
  }
  .blog-wrapper .version-section ul li {
    padding: 0 0 12px;
  }
}

/* Small devices (tablets, 481px  to 767) */
@media (min-width: 481px) and (max-width: 767px) {
  /*-- Header Styles --*/
  .header-wrapper .left-section {
    height: auto;
  }
  .header-wrapper .left-section .left-inner-wrapper {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .header-wrapper .left-section .left-inner-wrapper img {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .header-wrapper .left-section .left-inner-wrapper h1 {
    font-size: 45px;
    text-align: center;
  }
  .header-wrapper .left-section .left-inner-wrapper p {
    font-size: 25px;
    text-align: center;
  }
  .header-wrapper .left-section .left-inner-wrapper .buttons img {
    width: auto;
    padding-bottom: 20px;
  }
  /*-- Right Section Start --*/
  .header-wrapper .right-section {
    height: auto;
    padding: 0;
    position: relative;
  }
  .header-wrapper .right-section .right-inner-wrapper {
    width: 100%;
  }
  .header-wrapper .right-section .right-inner-wrapper img {
    bottom: auto;
    left: auto;
    position: relative;
    width: 65%;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 385px;
  }
  /*-- END: Header Styles --*/

  /*--- Featured Wrapper Start ---*/
  .featured-wrapper p {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 300;
    margin: 0 0 10px;
  }
  /*--- Featured Wrapper End ---*/

  /*--- Feature Section 1 Styles ---*/
  .feature-section1 .image-section {
    padding:0;
  }
  .feature-section1 .col-md-6 .weather-images {
    float: none;
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #b2b2c0;
    padding-top: 20px;
  }
  .feature-section1 .col-md-6 .weather-images img {
    max-width: 250px;
  }
  .feature-section1 .col-md-6 .left-arrow {
    cursor: pointer;
    left: 15%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section1 .col-md-6 .right-arrow {
    cursor: pointer;
    right: 15%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section1 h2 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
  }
  .feature-section1 hr {
    margin: 15px 0;
  }
  .feature-section1 ul li h3 {
    font-size: 19px;
    margin: 10px 0 5px;
  }
  .feature-section1 ul li p {
    font-size: 15px;
  }
  /*--- Feature Section 1 Styles End ---*/

  /*--- Feature Section 2 Styles ---*/
  .feature-section2 .image-section {
    padding:0;
    float: none;
  }
  .feature-section2 .info-section {
    float: none;
  }
  .feature-section2 .col-md-6 .weather-images {
    float: none;
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #b2b2c0;
    padding-top: 20px;
  }
  .feature-section2 .col-md-6 .weather-images img {
    max-width: 250px;
  }
  .feature-section2 .col-md-6 .left-arrow {
    cursor: pointer;
    left: 15%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section2 .col-md-6 .right-arrow {
    cursor: pointer;
    right: 15%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section2 h2 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
  }
  .feature-section2 hr {
    margin: 15px 0;
  }
  .feature-section2 ul li h3 {
    font-size: 19px;
    margin: 10px 0 5px;
  }
  .feature-section2 ul li p {
    font-size: 15px;
  }
  /*--- Feature Section 2 Styles End ---*/

  /*--- Feature Section 3 Styles ---*/
  .feature-section3 .image-section {
    padding:0;
  }
  .feature-section3 .col-md-6 .weather-images {
    float: none;
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #b2b2c0;
    padding-top: 20px;
  }
  .feature-section3 .col-md-6 .weather-images img {
    max-width: 250px;
  }
  .feature-section3 .col-md-6 .left-arrow {
    cursor: pointer;
    left: 5%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section3 .col-md-6 .right-arrow {
    cursor: pointer;
    right: 5%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section3 h2 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
  }
  .feature-section3 hr {
    margin: 15px 0;
  }
  .feature-section3 ul li h3 {
    font-size: 19px;
    margin: 10px 0 5px;
  }
  .feature-section3 ul li p {
    font-size: 15px;
  }
  /*--- Feature Section 1 Styles End ---*/

  /*--- Feature Section 4 Styles ---*/
  .feature-section4 .image-section {
    padding:0;
    float: none;
  }
  .feature-section4 .info-section {
    float: none;
  }
  .feature-section4 .col-md-6 .weather-images {
    float: none;
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #b2b2c0;
    padding-top: 20px;
  }
  .feature-section4 .col-md-6 .weather-images img {
    max-width: 250px;
  }
  .feature-section4 .col-md-6 .left-arrow {
    cursor: pointer;
    left: 15%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section4 .col-md-6 .right-arrow {
    cursor: pointer;
    right: 15%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section4 h2 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
  }
  .feature-section4 hr {
    margin: 15px 0;
  }
  .feature-section4 ul li h3 {
    font-size: 19px;
    margin: 10px 0 5px;
  }
  .feature-section4 ul li p {
    font-size: 15px;
  }
  /*--- Feature Section 4 Styles End ---*/

}

/* Small devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  /*-- Header Styles --*/
  .header-wrapper .left-section {
    height: auto;
  }
  .header-wrapper .left-section .left-inner-wrapper {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .header-wrapper .left-section .left-inner-wrapper img {
    width: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .header-wrapper .left-section .left-inner-wrapper h1 {
    font-size: 45px;
    text-align: center;
  }
  .header-wrapper .left-section .left-inner-wrapper p {
    font-size: 25px;
    text-align: center;
  }
  .header-wrapper .left-section .left-inner-wrapper .buttons a {
    float: left;
    width: 50%;
  }
  .header-wrapper .left-section .left-inner-wrapper .buttons a.appstore img {
    float: right;
    padding-right: 5px;
  }
  .header-wrapper .left-section .left-inner-wrapper .buttons a.android img {
    float: left;
    padding-left: 5px;
  }
  .header-wrapper .left-section .left-inner-wrapper .buttons img {
    width: auto;
    padding-bottom: 20px;
  }
  /*-- Right Section Start --*/
  .header-wrapper .right-section {
    height: auto;
    padding: 0;
    position: relative;
  }
  .header-wrapper .right-section .right-inner-wrapper {
    width: 100%;
  }
  .header-wrapper .right-section .right-inner-wrapper img {
    bottom: auto;
    left: auto;
    position: relative;
    width: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  /*-- END: Header Styles --*/

  /*--- Feature Section 1 Styles ---*/
  .feature-section1 .image-section {
    padding:0;
  }
  .feature-section1 .col-md-6 .weather-images {
    border-bottom: 1px solid #b2b2c0;
    float: none;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
  }
  .feature-section1 .col-md-6 .weather-images img {
    max-width: 250px;
  }
  .feature-section1 .col-md-6 .left-arrow {
    cursor: pointer;
    left: 20%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section1 .col-md-6 .right-arrow {
    cursor: pointer;
    right: 20%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section1 h2 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
  }
  .feature-section1 hr {
    margin: 15px 0;
  }
  .feature-section1 ul li h3 {
    font-size: 19px;
    margin: 10px 0 5px;
  }
  .feature-section1 ul li p {
    font-size: 15px;
  }
  /*--- Feature Section 1 Styles End ---*/

  /*--- Feature Section 2 Styles ---*/
  .feature-section2 .image-section {
    padding:0;
    float: none;
  }
  .feature-section2 .info-section {
    float: none;
  }
  .feature-section2 .col-md-6 .weather-images {
    border-bottom: 1px solid #b2b2c0;
    float: none;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
  }
  .feature-section2 .col-md-6 .weather-images img {
    max-width: 250px;
  }
  .feature-section2 .col-md-6 .left-arrow {
    cursor: pointer;
    left: 20%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section2 .col-md-6 .right-arrow {
    cursor: pointer;
    right: 20%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section2 h2 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
  }
  .feature-section2 hr {
    margin: 15px 0;
  }
  .feature-section2 ul li h3 {
    font-size: 19px;
    margin: 10px 0 5px;
  }
  .feature-section2 ul li p {
    font-size: 15px;
  }
  /*--- Feature Section 2 Styles End ---*/

  /*--- Feature Section 3 Styles ---*/
  .feature-section3 .image-section {
    padding:0;
  }
  .feature-section3 .col-md-6 .weather-images {
    border-bottom: 1px solid #b2b2c0;
    float: none;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
  }
  .feature-section3 .col-md-6 .weather-images img {
    max-width: 250px;
  }
  .feature-section3 .col-md-6 .left-arrow {
    cursor: pointer;
    left: 20%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section3 .col-md-6 .right-arrow {
    cursor: pointer;
    right: 20%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section3 h2 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
  }
  .feature-section3 hr {
    margin: 15px 0;
  }
  .feature-section3 ul li h3 {
    font-size: 19px;
    margin: 10px 0 5px;
  }
  .feature-section3 ul li p {
    font-size: 15px;
  }
  /*--- Feature Section 1 Styles End ---*/

  /*--- Feature Section 4 Styles ---*/
  .feature-section4 .image-section {
    padding:0;
    float: none;
  }
  .feature-section4 .info-section {
    float: none;
  }
  .feature-section4 .col-md-6 .weather-images {
    border-bottom: 1px solid #b2b2c0;
    float: none;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
  }
  .feature-section4 .col-md-6 .weather-images img {
    max-width: 250px;
  }
  .feature-section4 .col-md-6 .left-arrow {
    cursor: pointer;
    left: 20%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section4 .col-md-6 .right-arrow {
    cursor: pointer;
    right: 20%;
    position: absolute;
    top: 200px;
    z-index: 2;
  }
  .feature-section4 h2 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
  }
  .feature-section4 hr {
    margin: 15px 0;
  }
  .feature-section4 ul li h3 {
    font-size: 19px;
    margin: 10px 0 5px;
  }
  .feature-section4 ul li p {
    font-size: 15px;
  }
  /*--- Feature Section 4 Styles End ---*/

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

