@font-face {
    font-family: 'primerprint_bold';
    src: url('fonts/primer_print_bold-webfont.eot');
    src: url('fonts/primer_print_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/primer_print_bold-webfont.woff2') format('woff2'),
         url('fonts/primer_print_bold-webfont.woff') format('woff'),
         url('fonts/primer_print_bold-webfont.ttf') format('truetype'),
         url('fonts/primer_print_bold-webfont.svg#primerprint_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 320px) {
  a:hover {
  text-decoration:none;
}

.body {
  font-family: "Open Sans", Arial, sans-serif;
  background-size:cover;
  padding: 0;
}

.myButton {
  width: 180px;
}

/**jumbotron home**/
.jumbotron-home {
  background-image: url("images/happy.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  height: 100%;
  width:100%;
}*

.jumbotron-home .col-md-6 > h3 {
  font-size: 30px;
  font-family: 'primerprint_bold', Arial Rounded, sans-serif;
    font-weight: normal;
    font-style: normal;
  color: #ffffff;
}

.jumbotron-home .wrapper {
  margin-top:250px;
  height:100%;
}

.jumbotron-home .col-md-6 .btn {
  margin-top: 0px;
  margin-bottom: 40px;
  color:#ffffff;
  background-color: rgba(34,34,34,0.5);
  border-color:#ffffff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.jumbotron-home .col-md-6 .btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #af272f;
  border-color: #ffffff;
 }
 
.jumbotron-home .col-md-6 .btn-primary:hover {
  color: #ffffff;
  background-color: #af272f;
  border-color: #ffffff;
}

/**jumbotron ourstory**/

.jumbotron-ourstory {
  margin-bottom:100px;
}

.jumbotron-ourstory .col-md-6 > h3 {
  font-size: 24px;
  font-family: "primerprint_bold", Arial Rounded, sans-serif;
    font-weight: normal;
    font-style: normal;
  color: #ffffff;
}

.jumbotron-ourstory .wrapper {
  margin-top:200px;
  height:100%;
}

.jumbotron-ourstory .col-md-6 .btn {
  margin-top: 0px;
  margin-bottom: 40px;
  color:#ffffff;
  background-color: rgba(34,34,34,0.5);
  border-color:#ffffff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.jumbotron-ourstory .col-md-6 .btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #af272f;
  border-color: #ffffff;
 }
 
.jumbotron-ourstory .col-md-6 .btn-primary:hover {
  color: #ffffff;
  background-color: #af272f;
  border-color: #ffffff;
}

/**navbar**/

.img-logo {
  width:50%;
  height:auto;
  margin: 10px 0 10px 10px;
}

.navbar-toggle {
  margin:15px 10px 0 0;
}
.navbar-default {
    background-color: rgba(0,0,0,0.2);
    border-color: transparent;
  font-family:"Open Sans", Arial, sans-serif;
}

.navbar-default .navbar-right {
  margin-top:20px
}
  
.navbar-default .navbar-nav > li >a{
  color: #ffffff;
}

.navbar-default .navbar-nav > li >a:focus{
  color: #b2292e;
}
  
.navbar-default .navbar-nav > li >a:hover{
  color: #b2292e;
}

/**products**/

.img-products{ 
  width: 50%;
  height:auto;
  margin-top:0;
    border-width: 2px;
}

#products  h2{
  font-size:24px;
  font-family:"Open Sans", Arial, sans-serif;
  color: #b0aeae;
}

#products .products-content {
  margin: 0 0 -50px 0;
}

#products  p{
  margin-top:10px;
  margin-bottom:40px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size:14px;
  font-weight: 500;
  color:#212121;
}

#products a{
  color: #212121;
  text-decoration: none;
 }
 
#products a:focus{
  color: #b0aeae;
  text-decoration: none;
 }
 
#products a:hover{
  color: #b0aeae;
  text-decoration: none;
 }

#products .col-md-12 {
  margin-top: 40px;
  margin-bottom: 40px;
}

#products .col-md-12  .btn-primary {
  color: #af272f;
  background-color:transparent;
  border-color: #af272f;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}
  
#products .col-md-12 .btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #af272f;;
  border-color: #ffffff;
  }
  
 #products .col-md-12 .btn-primary:hover {
  color: #ffffff;
  background-color: #af272f;
  border-color: #ffffff;
}

/**end products**/

/**distributor**/

#distributor .jumbotron-distributor {
  background-image: url("images/distributorimage.jpg");
  background-size: cover; 
  background-repeat:no-repeat;
  background-position:40% 60%;
  height: 100%;
}

#distributor  .col-md-12 > h3 {
  margin-top:100px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 24px;
  font-family: "primerprint_bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  color: #ffffff;
}
  
#distributor .col-md-12  .btn-primary {
  margin-top: 10px;
  margin-bottom:90px;
  color:#ffffff;
  background-color: rgba(34,34,34,0.5);
  border-color:#ffffff;
  font-family:"Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

#distributor .col-md-12 .btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #af272f;;
  border-color: #ffffff;
 }
 
#distributor .col-md-12 .btn-primary:hover {
  color: #ffffff;
  background-color: #af272f;
  border-color: #ffffff;
}

/**end distributor**/

/**footer**/

#footer {
  position: relative;
}

#footer .row {
  margin-top:40px;
}

.img-logo-color{
  display:inline;
  width:50%;
  height:auto;
  margin: 10px 0 10px 10px;
}

.social-icon{
  text-align: center;
  margin:20px 0 0 10px;
}

#footer .col-md-12  {
  font-family:"Open Sans", Arial, sans-serif;
  color: #6b6969;
  font-size: 11px;
}

#footer .col-md-12 > p {
  margin:0 0 40px 15px;
}

#footer ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

#footer ul li{
  display: block;
  margin: 10px 10px 10px 25px;
}

#footer ul li a{
  color:#2b2b2b;
  font-family:"Open sans", Arial, sans-serif;
  font-size: 14px;
  font-weight:600;
}

#footer ul li a:hover, a:focus {
  color:#6b6969;
  text-decoration:none;
}

.dot {
  display: none;
}

/** OUR STORY PAGE**/
/**our mission**/

#ourmission {
  margin-top: 10px;
}

#ourmission h2 {
  margin-top:30px;
  font-size:24px;
    color:#AF272F;
  font-family:"Open Sans", Arial, sans-serif;
}

.ourmission-content .text-center {
  margin-top: 20px;
  margin-bottom: 0;
}

.ourmission-content h4 {
  font-family:"Open Sans", Arial, sans-serif;
    font-weight: 400;
  line-height: 150%;
  font-size: 16px;
    color: #666;
}

/**our story**/

#ourstory {
  margin-top:0px;
}

#ourstory h2{
  margin-top:30px;
  font-size:24px;
    color:#AF272F;
  font-family:"Open Sans", Arial, sans-serif;
}

.ourstory-content {
  margin-top: 20px;
}

.ourstory-content h4 {
  font-family:"Open Sans", Arial, sans-serif;
    font-weight: 400;
  line-height: 150%;
  font-size: 16px;
    color: #666;
}

/**career**/

#career {
  margin-top:20px;
  background-color: #AF272F;
  color:#f5f5f5;
}

#career h2{
  margin-top:30px;
  font-size:24px;
    color:AF272F;
  font-family:"Open Sans", Arial, sans-serif;
}

.career-content {
  margin-top: 10px;
  margin-bottom: 30px;
}

.career-content h4 {
  font-family:"Open Sans", Arial, sans-serif;
    font-weight: 400;
  line-height: 150%;
  font-size: 16px;
    color: #f5f5f5;
    
}

.mail-career {
  text-align: left;
}

.career-content a {
  font-size:16px;
  color:#f5f5f5;
}

.career-content a:hover,
.career-content a:focus {
  font-size:16px;
  color:#ffffff;
  text-decoration: underline;
}

/**PRODUCTS PAGE**/

#products-page {
  background-color: #DE7C00;
  padding-bottom: 50px;
  padding-top: 20px;
}
    
#products-page-top {
  background-color: #DE7C00;
  padding-bottom: 50px;
  padding-top: 100px;
}

.tagline {
  margin-top: 24px;
  background-color: none;
}

.product-hero img{  
  margin-left: 70px;
  margin-top: 40px;

}

.tagline h3{
  font-family: "Open Sans", Arial, Sans-serif;
  color: #ffffff;
  font-size: 24px;
  text-align: left;
  margin-left: 30px;
}

.tagline h4{
  font-family: "Open Sans", Arial, Sans-serif;
  color: #ffffff;
  text-align: left;
  margin-left: 30px;
  line-height: 120%;
  font-size: 16px;
  font-weight: normal;
}  
    
.product-article2 {
  background-color: #BE3A34;
  padding: 30px 30px;
  font-family: "Open Sans", Arial, Sans-serif;
  color: #f5f5f5;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-top: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}
  
.product-article2 .available{
  margin-bottom: 30px;
} 
  
.packs {
  width: 40px;
  height: auto;
  font-size: 12px;
  border-style:dashed;
  border-width: 1px;
  padding: 15px 20px;
  margin-right: 4px;
 }
 
.features {
  margin-top: 60px;
}
.others{
  text-align: center;
  margin-top: -20px;
  margin-bottom: 30px;
  
}

.joyful {
  margin-top: 30px;
}
.joyful h4{
  font-size: 14px;
  font-family: "Open Sans", Arial, Sans-serif;
}

.joyful-features-list {
  background-color: #005F86;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  //box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);//
}

.joyful-features-list >  h3{
  font-size: 14px;
  font-family: "Open Sans", Arial, Sans-serif;
  font-weight: normal;
}

.joyful-features-list span {
  margin-top: -5px;
  float: right;
}

.health {
  margin-top: 30px;
}

.health h4{
  font-size: 14px;
  font-family: "Open Sans", Arial, Sans-serif;
}

.health-features-list {
  background-color: #F3D03E;
  color: #666;
  padding: 10px 20px 10px 20px;
  //box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);//
}

.health-features-list hr{
  border-color: #666;
  
}

.health-features-list >  h3{
  font-size: 14px;
  font-family: "Open Sans", Arial, Sans-serif;
  font-weight: normal;
}

.health-features-list span {
  margin-top: -5px;
  float: right;
}

.icon-health {
  width: 28px;
  height: auto;
} 

/**DIstributor Page**/

.jumbotron-test {
  background-image: url("images/happy2.jpg");
  background-position:63% 10%;
  background-repeat: no-repeat;
  background-size: cover; 
  height: 100%;
  width: 100%;
}

/**.push-spaces-distributor {
  height: 700px;
}**/

.title {
  margin-top: 320px;
}

.title h3{
  color: #fff;
  font-size: 24px;
  font-family: "primerprint_bold", Arial Rounded, sans-serif;
    font-weight: normal;
    font-style: normal;
  color: #ffffff;
  margin-bottom: 0;
}

.subtitle h4{
  color: #fff;
  font-size: 16px;
  font-family: "Open sans", Arial, sans-serif;
  font-weight:400;
  line-height: 200%
    font-style: normal;
  color: #ffffff;
  margin-right: 0;
  margin-bottom: 30px;
  margin-top: 10px;
}

.subject {
  margin-top: 30px;
  /**text-align: center;**/
  padding: 10px 20px;

}

.subject .row{
  font-family: "Open Sans", Arial, Sans-serif;
}

.subject  h1{
  color: #AF272F;
  font-size: 24px;
}

.subject  h3{
  color: #666;
  font-size: 16px;
  font-weight:400;
  line-height: 150%;
}

.closeStat {
  background-color: #AF272F;
  /**padding: 30px 30px ;**/
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Open Sans", Arial, Sans-serif;
  font-weight: 400;
  text-align: left;
  margin-top: 30px;
  margin-left:0px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

.closeStat h3{
  color: #f5f5f5;
  font-size: 16px;
}

.email-distributor a {
  color: #F3D03E;
}

.email-distributor a:hover {
  color: #f5f5f5;
}


/**CONTACT PAGE**/

#contact-content {
  margin: 40px 0 30px 0;
  padding: 30px 0 30px 0;
  background-color: #AF272F;
}

.contact-content h2 {
  margin-top:30px;
  font-size:24px;
    color:#AF272F;
  font-family:"Open Sans", Arial, sans-serif;
}

.contact-content  h3{
  font-family: "Open Sans",Arial, sans-serif;
  font-size: 16px;  
  margin-top: 0;
  margin-bottom: 30px;
  color:#ffffff;
  text-align:center;
}

.contact-content  h4{
  font-family: "Open Sans",Arial, sans-serif;
  font-size: 16px;  
  line-height: 150%;
    font-weight: 400;
  color:#ffffff;
  margin-left: 33px;
}
.contact-content  img{
  padding: 0 10px 0 0;
}

.contact-content p{
  font-family: "Open Sans",Arial, sans-serif;
  font-size: 14px;    
  color:#e0e0e0;
}

.contact-content a{ 
  color:#F3D03E;
}

.contact-content a:hover{ 
  color:##F3D03E;
    font-size: 16px;
}

.contact-content  hr{
  margin-top: -10px;
  margin-right: 0px;
  color:#ffffff;
  text-align: center;
}

.google-maps {
  margin-top: 30px;
  position: relative;
  padding-bottom: 35%;
  padding-top: 25px;
  height: 0;  
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
}

}
@media(max-width:767px){

}
@media(min-width:768px){

}
@media(min-width:992px){

}

@media (min-width: 1200px){
  .container{
  max-width: 960px;
}

a:hover {
  text-decoration:none;
}

.body {
  font-family: "Open Sans", Arial, sans-serif;
  padding:0;
  margin:0;
}

.myButton {
  width: 250px;
}

.push-spaces{
  height:800px;
}

/**jumbotron home**/

.jumbotron-home {
  background-image: url("images/happy.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  height: 100%;
}

.jumbotron-home .col-md-6 > h3 {
  font-size: 42px;
  font-family: "primerprint_bold", Arial Rounded, sans-serif;
    font-weight: normal;
    font-style: normal;
  color: #ffffff;
}

.jumbotron-home .wrapper {
  margin-top:250px;
}

.jumbotron-home .col-md-6 .btn {
  margin-top: 40px;
  margin-bottom: 40px;
  color:#ffffff;
  background-color: rgba(34,34,34,0.5);
  border-color:#ffffff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.jumbotron-home .col-md-6 .btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color:#af272f;
  border-color:#ffffff;
 }
 
.jumbotron-home .col-md-6 .btn-primary:hover {
  color: #ffffff;
  background-color: #af272f;
  border-color: #ffffff;
}

/**jumbotron ourstory**/


.jumbotron-ourstory {
  background-image: transparent;
  margin-bottom: 100px;
}

.jumbotron-ourstory .col-md-6 > h3 {
  font-size: 42px;
  font-family: "primerprint_bold", Arial Rounded, sans-serif;
    font-weight: normal;
    font-style: normal;
  color: #ffffff;
  line-height: 140%;
}

.jumbotron-ourstory .col-md-6 .btn {
  margin-top: 40px;
  color:#ffffff;
  background-color: rgba(34,34,34,0.5);
  border-color:#ffffff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
}

.jumbotron-ourstory .col-md-6 .btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color:  #af272f;
  border-color: #ffffff;
 }
 
.jumbotron-ourstory .col-md-6 .btn-primary:hover {
  color: #ffffff;
  background-color:  #af272f;
  border-color: #ffffff;
}

/**navbar**/

.img-logo {
  display:block;
  width:100%;
  height:auto;
  margin: 10px 0 10px 0;
  position:relative;
}

.navbar-default {
    background-color: rgba(0,0,0,0.2);
    border-color: transparent;
}

.navbar-default .navbar-right {
  margin-top:30px
  }
  
.navbar-default .navbar-nav > li >a{
  color: #ffffff;
  }

/**products**/

#products  h2{
  font-size: 30px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #b0aeae;
}

#products p{
  margin-top:40px;
  margin-bottom:40px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size:18px;
  color:#212121;
}

#products a{
  color: #212121;
  text-decoration: none;
 }
 
#products a:hover, a:focus{
  color: #b0aeae;
  text-decoration: none;
 }

#products .col-md-12 {
  margin-top: 40px;
  margin-bottom: 80px;
}

#products .col-md-12  .btn-primary {
  color: #af272f;
  background-color:transparent;
  border-color: #af272f;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
}
  
#products .col-md-12 .btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color:  #af272f;
  border-color: #ffffff;
  }
  
 #products .col-md-12 .btn-primary:hover {
  color: #ffffff;
  background-color:  #af272f;
  border-color: #ffffff;
}

/**end products**/

/**distributor**/

#distributor .jumbotron-distributor {
  background-image: url("images/distributorimage.jpg");
  background-size: cover;
  height: 450px;
}

#distributor  .col-md-12 > h3 {
  margin-top:100px;
  margin-bottom: 90px;
  padding: 0;
  font-size: 44px;
  font-family: "primerprint_bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  color: #ffffff;
}
  
#distributor .col-md-12  .btn-primary {
  margin-bottom:90px;
  color:#ffffff;
  background-color: rgba(34,34,34,0.5);
  border-color:#ffffff;
  font-family:"Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
}

#distributor .col-md-12 .btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #af272f;
  border-color: #ffffff;
 }
 
#distributor .col-md-12 .btn-primary:hover {
  color: #ffffff;
  background-color: #af272f;
  border-color: #ffffff;
}

/**end distributor**/

/**footer**/

.img-logo-color{
  display:inline;
  width:75%;
  height:auto;
  margin: 10px 0 10px 10px;
}

.social-icon{
  text-align: center;
  margin:20px 0 0 0;
}

#footer .row {
  margin-top:40px;
}

#footer .col-md-12  {
  font-family:"Open sans", Arial, sans-serif;
  color: #6b6969;
  font-size: 12px;
}

#footer .col-md-12 > p {
  margin-top:10px;
}

#footer ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
  padding: 0 0 0 20px;
}

#footer ul li{
  display: inline;
  margin: 0 40px 0 40px;
}

#footer ul li a{
  color:#2b2b2b;
  font-family:"Open sans", Arial, sans-serif;
  font-size: 14px;
  font-weight:600;
}

#footer ul li a:hover, a:focus {
  color:#6b6969;
  text-decoration:none;
}

.dot {
  display: inline;
}

/** OUR STORY PAGE**/
/**our mission**/

#ourmission {
  margin-top: 60px;
}

#ourmission h2{
  font-size: 30px;
  margin-bottom:10px;
  font-family: "Open Sans", Arial, sans-serif;
}

.ourmission-content{
  margin-top:10px;
}

.ourmission-content h4 {
  line-height: 180%;
  font-size:16px;
}

/**our story**/

#ourstory {
  margin-top: 30px;
}

#ourstory h2 {
  font-size:30px;
  font-family: "Open Sans", Arial, sans-serif;
}

.ourstory-content {
  margin-top: 60px;
}

.ourstory-content h4 {
  color: #666;
  font-size: 16px;
  font-weight:400;
  line-height: 150%;    
    font-family:"Open Sans", Arial, sans-setif;
  line-height: 150%;
  font-size: 16px;
  margin-top:-10px;
  margin-bottom: 40px;
}


/**career**/

#career {
  margin-top:80px;
  background-color: #d22929;
  color:#f5f5f5;
}

#career h2 {
  font-size:30px;
  font-family: "Open Sans", Arial, sans-serif;
  margin-top: 40px;
}

.career-content {
  margin-top: 50px;
  margin-bottom: 60px;
}

.career-content h4 {
  font-family: "Open Sans",Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;  
  margin-bottom: 30px;
    color: #f5f5f5;;
  font-size: 16px;
  font-weight:400;    
}

.career-content h5 {
  font-family: "Open Sans",Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;  
  margin-bottom: 30px;
    color: #F3D03E;
}
    
    
.mail-career {
  text-align: center;
}

.career-content a {
  font-size:16px;
  color:#bababa;
  text-align: center;
}

.career-content a:hover {
  font-size:16px;
  color:#ffffff;
}

/**Products page**/

#products-page {
  background-color: #FC913A;
  padding-bottom: 50px;
  padding-top: 50px;
}

.tagline {
  margin-top: 30px;
  background-color: none;
}

.product-hero img{  
  margin-left: 120px;
  margin-top: 0;
}

.tagline h3{
  font-family: "Open Sans", Arial, Sans-serif;
  color: #FASF9B;
  font-size: 36px;
  text-align: left;
  margin-left: 40px;
        margin-top: -5px;
}

.tagline h4{
  font-family: "Open Sans", Arial, Sans-serif;
  color: #ffffff;
  text-align: left;
  margin-left: 40px;
        margin-top: -5px;
  line-height: 120%;
  font-size: 20px;;
}

.product-article2 {
  background-color: #FASF9B;
  padding: 30px 30px ;
  font-family: "Open Sans", Arial, Sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-top: -50px;
}
  
.product-article2 .available{
  margin-bottom: 30px;
} 
  
.packs {
  width: 40 px;
  height: auto;
  font-size: 14px;
  border-style:dashed;
  border-width: 1px;
  padding: 10px 15px;
  margin-right: 5px;
 }
 
.features {
  margin-top: 60px;
}
.others{
  text-align: center;
  margin-top: 15px;
}

.joyful {
  margin-top: 40px;
  margin-left: -6px;
  margin-right: 6px;
}

.joyful h4{
  font-size: 16px;
  font-family: "Open Sans", Arial, Sans-serif;
}

.joyful-features-list {
  background-color: #FC913A;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
}

.joyful-features-list >  h3{
  font-size: 16px;
  font-family: "Open Sans", Arial, Sans-serif;
  font-weight: normal;
}

.joyful-features-list span {
  margin-top: -5px;
  float: right;
}

.icon-meat {
  width: 32px;
}

.health{
  margin-top: 40px;
}

.health h4{
  font-size: 16px;
  font-family: "Open Sans", Arial, Sans-serif;
}

.health-features-list {
  background-color: #FFE545;
  color: #666;
  padding: 10px 20px 10px 20px;
}

.health-features-list >  h3{
  font-size: 16px;
  font-family: "Open Sans", Arial, Sans-serif;
  font-weight: normal;
}

.health-features-list hr{
  border-color: #666;
}

.health-features-list span {
  margin-top: -5px;
  float: right;
}

/**DIstributor Page**/

.jumbotron-test {
  background-image: url("images/happy2.jpg");
  background-position:bottom top;
  background-repeat: no-repeat;
  background-size: cover; 
  height: 100%;
  width: 100%;
}

.push-spaces-distributor {
  height: 700px;
}

.title {
  margin-top: 170px;
}

.title h3{
  color: #fff;
  font-size: 36px;
  font-family: "primerprint_bold", Arial Rounded, sans-serif;
    font-weight: normal;
    font-style: normal;
  color: #ffffff;
}

.subtitle h4{
  color: #fff;
  font-size: 25px;
  font-family: "Open sans", Arial, sans-serif;
  font-weight:400;
  line-height: 200%
    font-style: normal;
  color: #ffffff;
  margin-right: 90px;
}

.subject {
  margin-top: 30px;
}

.subject .row{
  font-family: "Open Sans", Arial, Sans-serif;
}

.subject  h1{
  color: #d22929;
  font-size: 30px;
  text-align: left;
}

.subject  h3{
  color: #666;
  font-size: 18px;
  font-weight:400;
  line-height: 150%;
}

.closeStat {
  background-color: #d22929;
  padding: 30px 30px ;
  padding-top: 70px;
  padding-bottom: 330px;
  font-family: "Open Sans", Arial, Sans-serif;
  font-weight: 400;
  text-align: left;
  margin-top: -70px;
  margin-left:70px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

.closeStat h3{
  color: #f5f5f5;
  font-size: 18px;
}

.email-distributor a {
  color: #bababa;
}

.email-distributor a:hover {
  color: #f5f5f5;
}

/**Contact Page**/

#contact-content {
  margin: 40px 0 30px 0;
  padding: 30px 0 30px 0;
  background-color: #d22929;
}

.contact-content h2 {
  font-size:30px;
  font-family: "Open Sans", Arial, sans-serif;
  margin-top: 40px;
}

.contact-content  h3{
  font-family: "Open Sans",Arial, sans-serif;
  font-size: 24px;  
  margin-top: 0;
  margin-bottom: 30px;
  color:#ffffff;
  text-align: left;
}


.contact-content  h4{
  font-family: "Open Sans",Arial, sans-serif;
  font-size: 14px;  
  line-height: 125%;  
  color:#ffffff;
  margin-left: 33px;
}
.contact-content  img{
  padding: 0 10px 0 0;
}

.contact-content p{
  font-family: "Open Sans",Arial, sans-serif;
  font-size: 16px;    
  color:#f5f5f5;
  
}

.contact-content a{ 
  color:#adadad;
}

.contact-content a:hover{ 
  color:#004c88;
}


.contact-content  hr{
  margin-top: -10px;
  margin-right: 210px;
  color:#ffffff;
}

.google-maps {
  margin-top: 0px;
}

}

/*language switch styling*/



#lang-switch {
  position: absolute;
  display: inline-block;
  right: 20rem;
  bottom: 3rem;

  width: 150px;
  height: 30px;
  /*border: 1px solid #999;*/
  border-radius: 3px;
  outline: none;
  background-color: transparent;
  color: #6b6969;
}

#lang-switch img {
  margin-right: 7px;
}

#lang-switch a {
  color: #919191;
  cursor: pointer;
  font-size: 14px;
}

.aktif {
  font-weight: bold;
}
