/* =======================================================================
Responsive App Landing Page 1.7
======================================================================= */
/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
html {
  font-size: 100%; }

body {
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #555555;
  line-height: 28px;
  text-align: center;
  overflow-x: hidden !important;
  margin: auto !important; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

a {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s; }

a:hover {
  text-decoration: none; }

.btn:focus,
.btn:active {
  outline: inherit; }

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

ul,
ol {
  padding-left: 0 !important; }

li {
  list-style: none; }

/* PRE LOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important; }

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/juHBYjG.gif);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px; }

/*---------------------------------------
   Typography
-----------------------------------------*/
/* FONT FACE LOADER */
@font-face {
  font-family: 'Lane';
  src: url("../fonts/lanenar_Lane.eot");
  src: url("../fonts/lanenar_Lane.eot?#iefix") format("embedded-opentype"), url("../fonts/lanenar_Lane.woff") format("woff"), url("../fonts/lanenar_Lane.ttf") format("truetype"), url("../fonts/lanenar_Lane.svg#Lane") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Lane';
    src: url("../fonts/lanenar_Lane.svg#Lane") format("svg"); } }

/* HEADINGS */
h1,
h2 {
  font-family: 'Lane', sans-serif;
  font-weight: normal; }

h1 {
  font-size: 3.75rem;
  line-height: 4.688rem; }

h2 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  margin-bottom: 20px; }

h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300; }

h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  margin: 30px 0 10px 0; }

h5 {
  font-size: 18px;
  font-weight: 300; }

.callout {
  font-weight: 400;
  color: #2D7CC4; }

.footnote {
  font-size: 13px; }

/*---------------------------------------
   CUSTOM BUTTON
-----------------------------------------*/
.standard-button,
.standard-button2 {
  font-size: 18px;
  font-weight: 400 !important;
  border-radius: 4px !important;
  text-shadow: 0 !important;
  color: #ffffff;
  min-width: 150px;
  border: none;
  padding: 16px 25px 16px 25px;
  margin: 5px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s; }

.standard-button:hover,
.standard-button2:hover {
  border: none; }

.standard-button i,
.standard-button2 i {
  vertical-align: inherit;
  margin-right: 8px;
  font-size: 20px; }

/*---------------------------------------
   TEXTS
-----------------------------------------*/
.white-text {
  color: #ffffff; }

.dark-text {
  color: #555555; }

.grey-bg {
  background: #eff1f5 !important; }

/*---------------------------------------
   SECTIONS
-----------------------------------------*/
.section-header {
  padding-bottom: 78px; }

.section-header h2 {
  margin-bottom: 20px; }

.section-header .section-description {
  display: inline-block;
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.col-wide {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.col-narrow {
  max-width: 700px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }

/*---------------------------------------
   LINES
-----------------------------------------*/
.colored-line {
  margin: auto;
  z-index: 1;
  width: 50%;
  max-width: 415px;
  height: 1px; }

.white-line {
  margin: 20px auto auto auto;
  z-index: 1;
  width: 50%;
  max-width: 415px;
  height: 1px;
  background: #ffffff; }

.colored-line-left {
  float: left;
  z-index: 1;
  display: block;
  width: 165px;
  height: 1px; }

.white-line-left {
  float: left;
  z-index: 1;
  display: block;
  width: 165px;
  height: 1px;
  background: #ffffff; }

/*---------------------------------------
=========================================
 **   SECTION STYLES
=========================================
-----------------------------------------*/
/*---------------------------------------
   SECTION:  HOME
-----------------------------------------*/
#main-rotator {
  padding-top: 60px; }

#main-rotator img {
  width: 100%;
  height: auto; }

#main-rotator-xs {
  padding-top: 60px; }

#main-rotator-xs img {
  width: 100%;
  height: auto; }

/* TOP BAR WITH NAVIGATION */
.sticky-navigation {
  min-height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0); }

.sticky-navigation .navbar-header img {
  max-height: 30px;
  -webkit-backface-visibility: hidden; }

.sticky-navigation .main-navigation .current a {
  color: #2d7cc5 !important;
  position: relative;
  outline: none; }

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  text-transform: none;
  color: #555555; }

.sticky-navigation .main-navigation li a:hover {
  color: #2d7cc5; }

.navbar .navbar-toggle {
  border-color: transparent;
  background: none;
  margin-top: 12px; }

.navbar.navbar-toggle:hover, .navbar .navbar-toggle:focus {
  background: none; }

.navbar .navbar-toggle .icon-bar {
  background-color: #000; }

header .only-logo .navbar {
  background: none;
  padding: 60px;
  text-align: right; }

header .only-logo .navbar .navbar-header {
  float: none; }

header .only-logo img {
  margin-bottom: 10px; }

/* INTRO */
header .home-contents {
  margin-top: 5%; }

header .intro-section {
  text-align: right; }

header .intro-section .standard-button {
  margin: 0; }

header .pack-image {
  max-width: 350px;
  margin: 0;
  margin-bottom: 50px; }

header .pack-image img {
  width: 100%; }

header .intro-section .intro {
  color: #ffffff;
  margin-top: 100px; }

header .intro-section h5 {
  color: #ffffff; }

header #start-button a {
  color: #ffffff; }

header .intro-section .buttons {
  margin-top: 35px; }

/*---------------------------------------
   SECTION:  HEADER
-----------------------------------------*/
#bg_container {
  position: relative;
  padding-bottom: 63%;
  padding-top: 25px;
  height: 0; }

#bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#content {
  position: absolute;
  top: 30%;
  text-align: center;
  width: 100%; }

#content h1 {
  color: #fff;
  text-transform: none;
  font-weight: 400; }

#video-buttons {
  position: absolute;
  bottom: 70px;
  text-align: center;
  width: 100%; }

#video-buttons a {
  color: #fff !important;
  margin: 0 5px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }

#video-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px; }

#bar-bot {
  height: 60px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0px; }

@media only screen and (min-device-width: 768px) and (max-device-width: 979px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .hidden-tablet {
    display: none !important; }
  .visible-tablet {
    display: block !important; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 979px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .hidden-phone {
    display: none !important; }
  .visible-phone {
    display: block !important; } }

/*---------------------------------------
   SECTION:  INTRODUCTION
-----------------------------------------*/
#intro {
  padding-top: 50px;
  padding-bottom: 25px;
  background: #ffffff; }

/*---------------------------------------
   SECTION:  ABOUT US
-----------------------------------------*/
#about {
  padding-top: 50px;
  padding-bottom: 70px; }

/*---------------------------------------
   SECTION:  OUR STORY
-----------------------------------------*/
.our-story {
  padding-top: 60px;
  padding-bottom: 50px; }

.about_us_pic {
  max-width: 100%;
  margin: 50px auto 30px auto; }

/*---------------------------------------
   SECTION:  FEATURES
-----------------------------------------*/
.features {
  padding: 50px 0 20px 0;
  background: #ffffff; }

.features #paper {
  position: relative;
  z-index: 10; }

.features .features-left {
  text-align: right; }

.features .features-left .icon-container {
  float: right;
  margin-left: 20px; }

.features .features-right {
  text-align: left; }

.features .features-right .icon-container {
  float: left;
  margin-right: 20px; }

.features .features-left .feature {
  margin-right: -80px; }

.features .features-right .feature {
  margin-left: -80px; }

@media (max-width: 767px) {
  .features .features-left .feature {
    margin-right: 0px; }
  .features .features-right .feature {
    margin-left: 0px; }
  .features .feature .icon-container img {
    width: 75%;
    height: auto; }
  .features .feature .icon-container {
    float: left !important;
    width: 30%;
    padding: 0px;
    margin: 0px; }
  .features .feature .feature-details {
    width: 70%;
    float: left;
    text-align: left;
    padding-left: 10px; }
  .features .feature .feature-details h4 {
    margin-bottom: 5px; }
  .features .feature .feature-details p {
    margin-bottom: 0px;
    line-height: 1em; }
  .features .paper-image {
    margin-bottom: 0px;
    padding: 0 20px; } }

@media (min-width: 768px) {
  .features .features-left, .features .features-right {
    margin-top: 70px;
    margin-bottom: 80px;
    position: relative;
    z-index: 11; }
  .features .features-left .feature {
    margin-right: -90px; }
  .features .features-right .feature {
    margin-left: -90px; }
  .features .features-left .feature p {
    padding-left: 0px; }
  .features .features-right .feature p {
    padding-right: 0px; }
  .features .feature {
    margin-bottom: 20px; }
  .features .feature .icon-container img {
    width: 70px;
    height: 70px; }
  .features .feature h4 {
    font-size: 18px;
    line-height: 22px; }
  .features .feature p {
    font-size: 10px;
    line-height: 14px; }
  .features .paper-image {
    /*     max-width: 500px; */
    margin: auto;
    margin-bottom: 80px; } }

@media (min-width: 992px) {
  .features .features-left, .features .features-right {
    margin-top: 100px;
    margin-bottom: 80px;
    position: relative;
    z-index: 11; }
  .features .features-left .feature {
    margin-right: -80px; }
  .features .features-right .feature {
    margin-left: -80px; }
  .features .features-left .feature p {
    padding-left: 0px; }
  .features .features-right .feature p {
    padding-right: 0px; }
  .features .feature .icon-container img {
    width: 95px;
    height: 95px;
    opacity: 0.8;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s; }
  .features .feature:hover .icon-container img {
    opacity: 1;
    width: 101px;
    height: 101px;
    margin: -3px; }
  .features .feature h4 {
    font-size: 20px;
    line-height: 30px; }
  .features .feature p {
    font-size: 14px;
    line-height: 18px; } }

@media (min-width: 1200px) {
  .features .features-left, .features .features-right {
    margin-top: 120px; }
  .features .features-left .feature p {
    padding-left: 80px; }
  .features .features-right .feature p {
    padding-right: 80px; }
  .features .feature {
    margin-bottom: 70px; } }

.features .feature .icon-container {
  display: block;
  min-height: 60px;
  margin-top: 15px; }

.features .paper-image img {
  width: 100%; }

/*---------------------------------------
   INSTAGRAM
-----------------------------------------*/
/*---------------------------------------
   SECTION: PRODUCTS
-----------------------------------------*/
#products {
  color: #ffffff; }

#products img {
  margin-bottom: 15px; }

#products .color2-overlay {
  padding: 50px 0 70px 0; }

#products h3 {
  margin-top: 0px;
  line-height: 1em; }

#products h3 small {
  color: #fff;
  font-size: 55%; }

#products .owl-theme .owl-controls .owl-page span {
  background: #ffffff;
  border-radius: 50%; }

/*---------------------------------------
   SECTION:  BRIEF
-----------------------------------------*/
.video-section {
  padding: 50px 0 70px 0; }

.video-section h2 {
  margin-bottom: 20px; }

.video-section .section-header {
  padding-bottom: 0px; }

.video-section .left-align {
  text-align: left;
  margin-bottom: 50px; }

.video-section .left-align p {
  display: block;
  float: none;
  margin-top: 50px; }

.video-section .left-align .feature-list {
  margin-top: 40px; }

.video-section .left-align .feature-list li {
  margin-bottom: 26px; }

.video-section .left-align .feature-list li i {
  margin-right: 10px;
  vertical-align: inherit; }

/* VIDEO */
video {
  max-width: 100%;
  height: auto; }

iframe,
embed,
object {
  max-width: 100%; }

.video-container {
  width: 90%;
  background: transparent !important;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 40px; }

.video {
  background: transparent !important; }

.video-thumbnail img {
  width: 100%;
  height: auto; }

/*---------------------------------------
   SECTION:  TESTIMONIALS
-----------------------------------------*/
.testimonial-inserts {
  padding: 50px 20px;
  background-color: #eff1f5; }

.testimonial-inserts h2 {
  font-size: 2.3rem;
  margin-top: 0;
  margin-bottom: 10px; }

.testimonial-inserts .col-narrow {
  margin-top: 0; }

.testimonial-inserts p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }

.testimonial-inserts .stars i {
  color: #ffd800; }

.testimonial-inserts .stars-info {
  font-size: 12px; }

/*.testimonials {
     background: url('../images/parallax_main.png') no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
}

.testimonials .section-header{padding-bottom: 40px}


.testimonials .color2-overlay {
    padding-top: 40px;
    padding-bottom: 50px;
}

.testimonials .feedback {
    max-width: 750px;
    margin: auto;
}

.testimonials .feedback .message {
    font-size: 18px;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 30px;
}

.testimonials .feedback .message h3{
	margin-top:0px;
	color:yellow;
	font-style: normal;
	}

.testimonials .feedback .stars {
    margin-top: 15px;
    font-weight: 400;
}

.testimonials .feedback .stars i{
	color:yellow;
}

.testimonials .feedback .stars-info {
    font-size: 12px;
    margin-bottom: 50px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    border-radius: 50%;
}

.testimonials .customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*/
/*---------------------------------------
   SECTION:  SERVICES
-----------------------------------------*/
.media-coverage {
  padding-bottom: 50px;
  background: #ffffff; }

.media-coverage .single-magazine {
  padding-bottom: 60px; }

.media-coverage .single-magazine .service-icon {
  font-size: 80px; }

.media-coverage .single-magazine h3 {
  margin-top: 20px; }

.media-coverage .shot {
  /*background: #FFFFFF;*/
  padding: 10px;
  margin: 13px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block; }

.media-coverage .shot img {
  border-radius: 4px;
  width: 100%; }

#media-articles .callout {
  margin-top: 10px; }

/*---------------------------------------
   SECTION:  PRESS RELEASES
-----------------------------------------*/
.press-releases {
  padding-top: 80px;
  padding-bottom: 120px; }

.press-releases .section-header {
  padding-bottom: 40px; }

.press-releases .shot {
  background: #FFFFFF;
  padding: 10px;
  margin: 13px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block; }

.press-releases .shot img {
  border-radius: 4px;
  width: 100%; }

/*---------------------------------------
   SECTION:  RETAILERS
-----------------------------------------*/
/*  */
#retailers {
  padding: 50px 0 70px 0; }

#retailers .section-header {
  padding-bottom: 40px; }

#retailers .retailer-list {
  width: 100%; }

#retailers .retailer-list .nav-tabs {
  text-align: center !important;
  border: none !important;
  padding-bottom: 15px; }

#retailers .retailer-list .nav-tabs li {
  text-align: center;
  border: none !important;
  display: inline-block !important;
  float: none !important; }

#retailers .retailer-list .nav-tabs li a {
  color: #313131;
  font-size: 14px;
  text-transform: uppercase;
  border: none !important;
  margin: 0px;
  padding: 0px 25px 10px; }

#retailers .retailer-list .nav-tabs li a:hover {
  color: #428bca;
  background: none;
  border: none !important; }

#retailers .retailer-list .nav-tabs > li.active > a,
#retailers .retailer-list .nav-tabs > li.active > a:hover,
#retailers .retailer-list .nav-tabs > li.active > a:focus {
  color: #428bca;
  background-color: #fff;
  border: none;
  border-bottom-color: transparent;
  cursor: default; }

#retailers .retailer-list .tab-content .retailer {
  padding: 25px; }

#retailers .retailer-list .retailer {
  padding: 15px 20px 25px;
  font-size: 12px;
  text-transform: uppercase;
  color: #cdcdcd; }

#retailers .retailer-list .retailer:hover {
  color: #222222; }

#retailers .retailer-list .retailer img {
  margin-bottom: 10px;
  opacity: 0.6; }

#retailers .retailer-list .retailer img:hover {
  opacity: 1; }

/*---------------------------------------
   SECTION:  DISTRIBUTORS
-----------------------------------------*/
/*  */
#distributors {
  padding: 50px 0 70px 0; }

#distributors .section-header {
  padding-bottom: 30px; }

#distributors .shot {
  background: #FFFFFF;
  margin: 13px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block; }

#distributors .shot img {
  width: 100%; }

#distributors #distributor-list {
  margin-bottom: 30px; }

#distributors .panel-default {
  border-color: #fff; }

#distributors .panel {
  margin-bottom: 10px;
  background-color: rgba(240, 242, 245, 0.9);
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px transparent;
  box-shadow: 0 1px 1px transparent; }

#distributors .panel-default > .panel-heading {
  background-color: rgba(240, 242, 245, 0.9);
  border-color: #fff;
  margin-bottom: 10px;
  padding: 15px 0px 0px;
  font-size: 16px;
  color: #2d7cc5;
  border-top: 1px solid transparent;
  border-radius: 0px;
  text-align: center; }

#distributors .panel-default > .panel-heading img {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px; }

#distributors .panel-default > .panel-heading h1 {
  font-size: 18px;
  line-height: 20px;
  padding: 4px 0px 0px;
  color: #2d7cc5;
  margin: 0px;
  font-family: "Roboto";
  font-weight: 300; }

#distributors .panel-default > .panel-heading p {
  font-size: 12px;
  color: #111111;
  margin: 0px;
  padding: 0px; }

#distributors .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 0px 0px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0px 0px;
  background: #fff;
  font-size: 17px; }

#distributors .panel-default > .panel-heading + .panel-collapse > .panel-body h1.country {
  font-size: 16px;
  color: #2d7cc5;
  line-height: 1em;
  font-family: "Roboto";
  font-weight: 300;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.02);
  margin: 30px 30px 10px;
  padding: 10px; }

#distributors .panel-default > .panel-heading + .panel-collapse > .panel-body h1 {
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 2px;
  color: #d595bc;
  font-family: "Roboto";
  font-weight: 300; }

#distributors .panel-default > .panel-heading + .panel-collapse > .panel-body p {
  font-size: 0.9em;
  line-height: 1.2em; }

#distributors .panel-default > .panel-heading + .panel-collapse > .panel-body hr {
  margin: 20px 20% 8px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/*---------------------------------------
   SECTION:  FAQ
-----------------------------------------*/
/*  */
#FAQ {
  padding: 50px 0; }

#FAQ .panel-default {
  border-color: #fff; }

#FAQ .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px transparent;
  box-shadow: 0 1px 1px transparent; }

#FAQ .panel-default > .panel-heading {
  background-color: #fff;
  border-color: #fff;
  padding: 0px 0px 10px;
  font-size: 17px;
  color: #2D7CC4; }

#FAQ .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 0px 0px 10px;
  border-top: 0px solid #ddd;
  font-size: 16px; }

.packages {
  background: #ffffff; }

.single-package {
  background: #F7F8FA;
  overflow: auto;
  border: 0px solid #161616;
  border-radius: 3px;
  margin-bottom: 60px; }

.single-package .price {
  background: #FFFFFF; }

.single-package .price h2 {
  color: #272727; }

.single-package .price .color-bg h2 {
  color: #FFFFFF !important; }

.single-package .price .sign {
  vertical-align: super;
  font-size: 20px; }

.single-package .price .month {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

.single-package .package-feature {
  margin-top: 25px;
  margin-bottom: 25px; }

.single-package .package-feature > li {
  margin-top: 15px;
  margin-bottom: 15px; }

.single-package .package-feature > li > span {
  margin-right: 7px; }

/*---------------------------------------
   SECTION:  CONTACT
-----------------------------------------*/
#contact {
  padding-top: 50px; }

#contact .color-overlay {
  padding-top: 50px;
  padding-bottom: 40px; }

#contact h2 {
  margin-bottom: 30px; }

/*---------------------------------------
   SECTION:  FOOTER
-----------------------------------------*/
footer .contact-box {
  margin-bottom: 78px; }

footer .contact-box .contact-button {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  font-size: 30px;
  line-height: 60px;
  vertical-align: middle;
  margin-top: -40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
  box-shadow: 0px 0px 0px 3px #ffffff;
  -webkit-backface-visibility: hidden;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

footer .contact-box .contact-button:hover {
  color: #ffffff; }

footer .contact-box .expanded-contact-form {
  margin-top: 40px;
  display: none; }

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
  display: none; }

footer .contact-box .expanded-contact-form .input-box {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none; }

footer .contact-box .expanded-contact-form .textarea-box {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none; }

footer .contact-box .expanded-contact-form .textarea-box:active {
  color: #000; }

footer .social-icons {
  margin-top: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px; }

footer .social-icons li {
  display: inline-block;
  margin: 5px; }

footer .social-icons li a {
  font-size: 30px;
  color: #c2c2c2; }

footer .contact-info {
  font-size: 14px; }

footer .contact-info strong {
  font-weight: 400; }

footer .copyright {
  color: #808080;
  padding-top: 10px;
  margin-bottom: 50px; }

/*---------------------------------------
   SECTION:  DISTRIBUTOR FORM
-----------------------------------------*/
#distributorForm .modal-header {
  border-bottom: 0px; }

.distribute-form .contact-button {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  font-size: 30px;
  line-height: 60px;
  vertical-align: middle;
  margin-top: -40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
  box-shadow: 0px 0px 0px 3px #ffffff;
  -webkit-backface-visibility: hidden;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.distribute-form .contact-button:hover {
  color: #ffffff; }

.distribute-form1 {
  margin-top: 40px;
  display: none; }

.distribute-form .success,
.distribute-form .error {
  display: none; }

.distribute-form .input-box {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.distribute-form .textarea-box {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.distribute-form .textarea-box:active {
  color: #000; }

/* PRODUCTS PAGES */
#productPages {
  background: #2d7cc5;
  text-align: center;
  /************ EMAIL FORM STYLES ***************/
  /* Apple Product Specific fix for phone number style override*/
  /*********************************************
  			THANK YOU PAGE STYLES
  *********************************************/
  /******************************************
  			MEDIA QUERIES
  ******************************************/
  /********** MOBILE QUERY *************/ }
  #productPages #productContent {
    padding: 100px 0px 60px; }
    #productPages #productContent #productSidebar hr {
      margin: 50px 0px 50px; }
    #productPages #productContent #productSidebar .bulletlist {
      max-width: 100%;
      margin-bottom: 50px; }
      #productPages #productContent #productSidebar .bulletlist[alt*="kids"] {
        width: 50%; }
      #productPages #productContent #productSidebar .bulletlist[alt*="commercial"] {
        width: 55%; }
    #productPages #productContent #productSidebar .brochure {
      margin-bottom: 50px;
      display: block; }
      #productPages #productContent #productSidebar .brochure img {
        width: 100%;
        opacity: 0.8;
        transition: 0.3s ease-in-out; }
        #productPages #productContent #productSidebar .brochure img:hover {
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
          opacity: 1; }
    #productPages #productContent #productDetails {
      padding: 0 30px; }
      #productPages #productContent #productDetails img {
        margin: 0 auto 25px; }
      #productPages #productContent #productDetails h1, #productPages #productContent #productDetails h2, #productPages #productContent #productDetails p {
        color: #fff; }
      #productPages #productContent #productDetails h1 {
        text-align: center;
        margin: 0px;
        line-height: 3rem; }
      #productPages #productContent #productDetails h2 {
        text-align: center;
        font-size: 1.6rem;
        margin: 0 0 25px; }
      #productPages #productContent #productDetails p {
        margin-bottom: 25px; }
        #productPages #productContent #productDetails p a {
          color: #ffd800; }
  #productPages #footer {
    background: #f1f3f6;
    padding: 20px 0px; }
    #productPages #footer a {
      display: inline-block;
      margin-top: 10px; }
    #productPages #footer p {
      margin: 5px 0 0 0;
      color: #c2c2c2; }
  #productPages .become_distributor {
    width: 200px;
    font-size: 20px;
    color: White;
    margin: 0 auto -20px auto;
    border-left: 2px solid #d595bc;
    border-right: 2px solid #d595bc;
    text-align: center; }
  #productPages #become {
    display: block; }
  #productPages #thank_you {
    display: none;
    width: 385px;
    border-top: 2px solid #18B700;
    border-bottom: 2px solid #18B700;
    border-left: none;
    border-right: none;
    padding-top: 10px;
    margin-bottom: 0; }
  #productPages #error {
    display: none;
    width: 380px;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
    line-height: 1.2em; }
    #productPages #error p {
      margin-bottom: 0;
      padding: 5px; }
  #productPages .emailform {
    text-align: center; }
    #productPages .emailform input {
      width: 90%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: -10px;
      height: 40px;
      border-radius: 10px;
      border: none;
      padding-left: 10px; }
	#productPages .emailform select {
      width: 90%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: -10px;
      height: 40px;
      border-radius: 10px;
      border: none;
      padding-left: 10px; }
    #productPages .emailform input:last-of-type {
      width: 90%;
      background-color: #d595bc;
      color: white;
      appearance: none;
      margin-bottom: 20px;
      margin-top: 30px; }
    #productPages .emailform textarea {
      width: 90%;
      height: 130px;
      padding-left: 10px;
      border-radius: 10px;
      -webkit-border: none;
      -moz-border: none;
      border: none;
	margin-bottom: 10px; }
  #productPages a[href^=tel] {
    color: inherit;
    text-decoration: none; }
  #productPages #thanks-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 600px;
    height: 1200px;
    margin-left: auto;
    margin-right: auto; }
  #productPages #thanks-content p {
    font-size: 30px;
    color: white;
    margin: 200px auto 50px auto;
    text-align: center; }
  #productPages #homebutton {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 200px;
    height: auto;
    padding: 3px;
    font-size: 35px;
    background-color: #d595bc; }
  #productPages #homebutton a {
    text-decoration: none;
    color: white; }
  @media screen and (max-width: 767px) {
    #productPages .left_side {
      border: none; }
    #productPages .right_side {
      text-align: center; }
    #productPages .bulletlist img {
      display: none; }
    #productPages #double_prod {
      display: none; }
    #productPages #single_prod {
      display: block; }
    #productPages .product_image img {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    #productPages .product_image img[alt*="Toiletries"] {
      width: 75%;
      margin-bottom: 0;
      margin-left: auto; }
    #productPages .product_image img[alt*="Travel"] {
      width: 75%;
      margin-top: 20px;
      margin-bottom: 0; }
    #productPages .product_image img[alt*="Toilet"] {
      width: 80%;
      margin-bottom: 0; }
    #productPages .product_image img[alt*="Tissue"] {
      width: 55%;
      margin-top: 15px;
      margin-bottom: 0; }
    #productPages .product_image img[alt*="mini"] {
      width: 85%;
      margin-top: -25px;
      margin-bottom: 0;
      margin-left: auto; }
    #productPages .product_image img[alt*="Vending"] {
      width: 83%;
      margin-bottom: 0;
      margin-top: -10px; }
      .product-desktop {width:100%; margin-bottom:15px; border: solid 1px;}
    #productPages .product_dimensions {text-align:left;}
    #productPages .product_desc {
      padding-bottom: 30px;
      border-bottom: 1px solid white;
      font-size: 16px;
      margin-top: 0; }
    #productPages .brochure a img {
      margin: 40px auto 40px auto;
      width: 90%; } }
  #productPages #thank_you {
    display: none;
    width: 95%; }
  #productPages #error {
    display: none;
    width: 95%;
    line-height: 1.2em; }

@media (min-width: 768px) {
  #productPages #productContent {
    padding: 160px 0px 60px; }
    #productPages #productContent #productSidebar hr {
      margin: 25px 0 50px; }
    #productPages #productContent #productSidebar .brochure img:hover {
      transform: scale(1.02); } 
    
      #toletta-navigation .navbar-nav li.dropdown:hover .dropdown-menu {
        display: block;
      }
    }

@media (min-width: 992px) {
  #productPages {
    text-align: left; }
    #productPages #productContent {
      padding: 160px 0px 60px; }
      #productPages #productContent #productSidebar {
        border-right: 1px solid white; } 

      
      }


      @media (max-width:768px){
        #toletta-navigation .navbar-nav {
          display:flex;
          flex-direction: column;
        }
      }

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