@font-face{
  font-family:SourceSansPro-Bold;
  src: url(../font/SourceSansPro-Bold.ttf);
}
@font-face{
  font-family:SourceSansPro-Regular;
  src: url(../font/SourceSansPro-Regular.ttf);
}
@font-face{
  font-family:SourceSansPro-Black;
  src: url(../font/SourceSansPro-Black.ttf);
}
@font-face{
  font-family:SourceSansPro-Semibold;
  src: url(../font/SourceSansPro-Semibold.ttf);
}
@font-face{
  font-family:merienda-regular;
  src: url(../font/Merienda-Regular.ttf);
}
@font-face{
  font-family:merienda-bold;
  src: url(../font/Merienda-Bold.ttf);
}
.pointer
{
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}
body
{
  background-image: url("../images/mainbg.gif");
  background-repeat: repeat;
}
.header
{
  background-image: linear-gradient(#F1BC1A, #F8DA48);
  padding-left: 3%;
  padding-right: 5%;
  border-bottom: 1px solid #9D707F;
}
.redheader{
  
    background-image: linear-gradient(#c80e0e,#741212);
    padding-left: 4%;
    padding-right: 5%;
    padding-bottom: 1%;
    border-bottom: 1px solid #9D707F;

}



.logoimg
{
  float: left;
  height: 100px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}



.nav-itemred{
  
  border: 1px solid #bf1d1d;
  border-radius: 50px 50px 50px 0px;
  color: #ffffff;
  background-color: #bf1d1d;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 90px;
  height: 18px;
  font-family:SourceSansPro-Regular;
  font-size: 11px;
  text-decoration: none;
  margin-left:25px;
}

li a {
  display: block;
  color: black;
  text-align: center;
  text-decoration: none;
}

li a:hover {
  color: black;
  text-decoration: none;
}

.nav-link {
    display: block;
    padding:0 !important;
    position: relative;
    top: 0px;
}
.navbar-toggler-icon {
  background-image: url("../images/whitemenu.png");
}

.redbg
{
   background-image: linear-gradient(#741212,#c80e0e);
   padding: 30px;
}

.title
{
  color: white;
  font-size: 22px;
  font-family:merienda-bold;
}
.paragaph
{
  color: ##ffffff;
  font-size: 10px;
  font-family:SourceSansPro-Regular;
}
.img
{
  background-image: url('../images/home-page-bg.png');
  background-repeat:no-repeat;

  background-position: center center;
}
  .btn-outline-success
  {
    border-radius: 18px;
    width: 100%;
    border: 2px solid #058C41;
    background-color: white;
    color: #058C41;
    font-weight: bold;
    font-size: 22px;
    font-family: merienda-bold;
  }
.footer
{
  background-image: linear-gradient(#F8DA48,#F1BC1A);
  padding: 40px;
}
.restubg
{
  background-image: linear-gradient(#741212,#c80e0e);
}
.span
{
  color: ##ffffff;
  font-size: 10px;
  font-family: SourceSansPro-Regular;
  line-height: normal;
}
.restubtn
{
  margin-top:20%;
}
#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-top: -10px !important;
    margin-bottom: 20px;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}


.carousel-inner {
   padding-top: 25px;
   padding-bottom: 25px;
}

.yellowbg
{
  background-image: linear-gradient(#f1bb19,#f9e050);
}
.redfooter
{
  background-image: linear-gradient(#741212,#c80e0e);
  padding: 40px;
}
.label
{
  color: ##ffffff;
  font-size: 10px;
  font-family:SourceSansPro-Regular;
  padding-left: 10px;
}
.form-control
{
  height: 24px;
  color: #A09E9E;
  font-size: 12px;
  border: 1px solid #A09E9E;
}
.label1
{
  color: ##ffffff;
  font-size: 10px;
  font-family:SourceSansPro-Regular;
  padding-left: 10px;
}
.tinytext
{
  font-family:SourceSansPro-Regular;
  font-size: 10px;
  color: ##ffffff;
}
.button {
  background-color: #fbe95e;
  border: 1px solid #9B7C3C;
  border-radius: 5px;
  color: #9B7C3C;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  width: 180px;
}
.yellowbg1
{
  background-image: linear-gradient(#F8DA48,#F1BC1A);
  padding: 30px 20px 40px 40px;
}
.contactdesc
{
  font-weight: bold;
  font-size: 14px;
}
#triangle-down {
    width: 11px;
    height: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 18px solid #F1BC1A;
}
#triangle-down-red {
    width: 11px;
    height: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 18px solid #741212;
}
.redbtn {
  border-radius: 18px;
  width: 100%;
  border: 2px solid #BF1D1D;
  background-color: white;
  color: #BF1D1D;
  font-family: merienda-bold;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footerbg1
{
  background-image: linear-gradient(#c80e0e,#741212);
  padding-top: 5px;
}
.desc
{
  color: white;
  padding-left: 30px;
  font-size: 36px;
  font-family: merienda-bold;
}
.productimg
{
  width: 530px;
  margin: 10px;
}

.productname
{
  color: #505050;
  font-weight: 400;
  font-size: 20px;
  font-family: merienda-regular;
  margin-left: 13px;
}
.productdetail
{
  color: #505050;
  font-weight: 400;
  font-size: 16px;
  font-family: merienda-regular;
  margin-left: 13px;
}
.productlink
{
  color: #BF1D1D;
  font-weight: 400;
  font-size: 16px;
  font-family: merienda-regular;
  margin-left: 13px;
  text-decoration:underline;
}



.whitetitle
{
  color: white;
  font-size: 14px;
  font-family: SourceSansPro-Regular;
}
.transaparentbutton {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color: #058C41;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.greenbordediv
{
  border-radius: 18px;
  width: 100%;
  border: 2px solid #058C41;
  background-color: white;
  text-align: center;
  padding: 10px;
}
.btn-text
{
  color: black;
  font-size: 10px;
}
.col-half-offset{
    margin-left:4.166666667%
}
.blacktitle
{
  font-weight: bold;
  font-size: 25px;
  color: black;
}
.blacksubtitle
{
  font-weight: normal;
  font-size: 14px;
  color: black;
  text-align: left;
  line-height:normal;
  margin-top: -10px;
}
.descriptiontitle
{
  font-weight: bold;
  font-size: 14px;
  color: black;
}

p.origin {
  color: #c80e0e;
  font-size: 16px;
}

.descriptionsubtitle
{
  color: #505050;
  font-size: 14px;
  margin-top: -10px;
  font-weight: 400;
}
.borderbottom
{
  border-bottom: 3px solid #c8c8c9;
}
.darkyellow
{
  background-image: linear-gradient(#f4ab08,#f4ab08,#f9df50);
}
.blackdesc
{
  color: black;
  font-size: 14px;
}
.adddetail
{
  color: black;
  font-size: 11px;
  line-height: 15px;
}
.blacklabel
{
  color: black;
  font-size: 10px;
  font-weight: 400;
}
.imgcaption
{
  font-weight: 500;
  color: black;
  font-size: 15px;
  text-align: center;
}
.imgdetail
{
   color: black;
  font-size: 20px;
  font-weight: bold;
  line-height: 15px;
  margin-left: 15px;
}
.imgsubdesc
{
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 15px;
}
.topspace
{
  margin-top: 2%;
}
.symbolcontent
{
  color: black;
  font-size: 10px;
  font-weight: 400;

}
.li::before{


  content: "";

  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid rgb(0 0 0 / 90%);
  position: absolute;
  margin-top:14px;

}
.redsavebtn
{
    background-color: #BF1D1D;
    border: 1px solid #BF1D1D;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    width: 180px;
}
.card-header
{
  background-color: white !important;
  border-bottom: none;
  padding: 0 !important;
}
.card
{
    border:none !important;
    border-radius: none;
}
.box {
  background: white;
  width: 100%;
  height: 62px;
  position: relative;
}

.line {
  border-bottom: 2px solid black;
}

.triangle {
    background: white;
    border: 2px solid black;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    position: relative;
    top: 19px;
    width: 35px;
    align-items: center;
    height: 35px;
}

select {
  border:none;
  background:none;
  -webkit-appearance: none;

}
.rednav-item {
    float: left;
    border: 1px solid white;
    border-radius: 50px 50px 50px 0px;
    color: black;
    background-color: #fbe95e;
    width: auto;
    height: 22px;
    font-family:merienda-regular;
    font-size: 14px;
    text-decoration: none;
    margin: 10px;
    padding: 0px 20px 16px 20px;
}

.dropdown-menu {
    position:absolute !important;
    left: 0px;
    top: 100%;
    z-index: 999;
    display: none;
    float: left;
    width: auto;
    padding: .5rem 0;
    text-align: center;
    list-style: none;
    background-color: #08d061;
    background-clip: padding-box;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    min-width: 100px;
    margin-top: 0px;
    margin-left: -1px;
    font-family: SourceSansPro-Semibold;
}
.dropdown-menu a
{
  font-size: 14px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px; 
    clear: both;
    font-size: 14px;
    font-family: SourceSansPro-Regular;
    color: #38393B;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover {
    display: block;
    width: 100%;
    padding: 5px;
    clear: both;
    font-size: 14px;
    font-family: SourceSansPro-Regular;
    color: #38393B;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown:hover
{
    float: left;
    border: 1px solid #ffffff;
    border-radius: 50px 50px 50px 0px;
    color: black;
    background-color: #ffffff;
    width: auto;
    height: 20px;
    font-family: SourceSansPro-Regular;
    font-size: 11px;
    text-decoration: none;
    margin: 10px;
    padding: 0px 20px 16px 20px;
}
.dropdown:active
{
   float: left;
    border: 1px solid #fbe95e;
    border-radius: 50px 50px 50px 0px;
    color: black;
    background-color: #fbe95e;
    width: auto;
    height: 20px;
    font-family: SourceSansPro-Regular;
    font-size: 9px;
    text-decoration: none;
    margin: 10px;
    padding: 0px 20px 16px 20px;
}
.red-nav-active
{
    float: left;
    border: 1px solid #ffffff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: black;
    background-color: #ffffff;
    width: 100px;
    height: 20px;
    font-family:merienda-regular;
    font-size: 14dp;
    text-decoration: none;
    margin-right: 20px;
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {

    .row
    {
      margin-right: 0 !important;
    }

    .bottom
    {
      margin-bottom: 20px !important;
    }

    .dropdown-menu {
      position: absolute !important;
      left: 0px;
      top: 100%;
      z-index: 999;
      display: none;
      float: left;
      width: 100%;
      padding: .5rem 0;
      text-align: center;
      list-style: none;
      background-color: #08d061;
      background-clip: padding-box;
      border-left: 1px solid white;
      border-right: 1px solid white;
      border-bottom: 1px solid white;
      border-bottom-left-radius: 5px !important;
      border-bottom-right-radius: 5px !important;
      min-width: 100px;
      margin-top: 0px;
      margin-left: -1px;
      font-family: SourceSansPro-Semibold;
    }
    .rednav-item:hover
    {
       float: left !important;
        border: 1px solid white !important;
        border-radius: 50px 50px 50px 0px !important;
        color: black !important;
        background-color: #0da753 !important;
        width: 100% !important;
        height: 22px !important;
        font-family:merienda-regular !important;
        font-size: 14px !important;
        text-decoration: none !important;
        padding: 0px 20px 16px 20px !important;
        margin-left: 20px !important;
        margin-right: 20px !important;

    }
    .smalldevicetext
    {
      display: inline-block;
    }
    .footerlarge
    {
      display: none;
    }
    .footersmall
    {
      visibility: visible;
    }
    .hidetext
    {
      display:  none;
    }
    .redtext
    {
      color: #ffffff !important;
      font-family:SourceSansPro-Regular;
      font-size: 14px;
      margin-left: 30px;
    }
    .text
    {
      visibility: hidden;
      color: black;
      font-family:SourceSansPro-Regular;
      font-size: 14px;
    
    }
    #bordertriangle
    {
        width: 11px;
        height: 20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 18px solid #3B91FF;
        margin-top: -2px;
    }
    body
    {
      background-image: none;
      margin-left: 0px;
      margin-right: 0px;
    }
    .container
    {
      margin-left: 0px;
      margin-right: 0px;
      min-width: 100%;
    }
    .redbg
    {
      height: 585px;
    }
    .nav-itemblue
    {
        border: 1px solid #8daae1;
        border-radius: 50px 50px 50px 0px;
        color: black;
        background-color: #ffffff;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 3px;
        height: 25px;
        font-family:SourceSansPro-Regular;
        font-size: 14px;
        text-decoration: none;
        margin-top: 5px;
        margin-left: -30px;
    }
    .main
    {
      width: 100%;
    }
    #redtoptitle
    {
      font-size:22px;
      font-family:merienda-bold;
      padding-top: 28px;
      padding-left: 16%;
      color: white;
    }
    #redtopsubtitle
    {
      font-size:16px;
      font-family:merienda-bold;
      padding-left: 16%;
      color: white;
      display: none;
    }
    .navbar-toggler-icon {  
      margin-right: -10px;
    }
    .rednav-item
    {
      margin-left: 20px;
      margin-right: 20px;
      width: 100%;
    }
   
}
  
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
   
    .smalldevicetext
    {
      display: inline-block;
    }
    .footerlarge
    {
      display: none;
    }
   .footersmall
    {
      visibility: visible;
    }
    .hidetext
    {
      display:  none;
    }
    .redtext
    {
      color: #ffffff !important;
      font-family:SourceSansPro-Regular;
      font-size: 14px;
      margin-left: 30px;
    }
    .text
    {
      visibility: hidden;
      color: black;
      font-family:SourceSansPro-Regular;
      font-size: 11px;
    
    }
    body
    {
      background-image: none;
      margin-left: 0px;
      margin-right: 0px;
    }
    .container
    {
      margin-left: 0px;
      margin-right: 0px;
      min-width: 100%;
    }
    .redbg
    {
      height: 585px;
    }
    .nav-itemblue
    {
        border: 1px solid #8daae1;
        border-radius: 50px 50px 50px 0px;
        color: black;
        background-color: #ffffff;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 3px;
        height: 25px;
        font-family:SourceSansPro-Regular;
        font-size: 14px;
        text-decoration: none;
        margin-left:25px;
        margin-top: 5px;
    }
    .main
    {
      width:100%;
   
    }
    #redtoptitle
    {
      font-size:22px;
      font-family:merienda-bold;
      padding-top: 28px;
      padding-left: 16%;
      color: white;
    }
    #redtopsubtitle
    {
      font-size:16px;
      font-family:merienda-bold;
      padding-left: 16%;
      color: white;
    }
     #bordertriangle
    {
        width: 11px;
        height: 20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 18px solid #3B91FF;
        margin-top: -2px;
    }
}
  
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
    .smalldevicetext
    {
      display: inline-block;
    }
    .hidetext
    {
      display:  none;
    }
    .footerlarge
    {
      display: none;
    }
    .footersmall
    {
      visibility: visible;
    }
    .redtext
    {
      color: ##ffffff;
      font-family:SourceSansPro-Regular;
      font-size: 14px;
      margin-left: 30px;
    }
    .text
    {
      visibility: hidden;
      color: black;
      font-family:SourceSansPro-Regular;
      font-size: 14px;
    
    }
    body
    {
      background-image: none;
      margin-left: 0px;
      margin-right: 0px;
    }
    .container
    {
      margin-left: 0px;
      margin-right: 0px;
      min-width: 100%;
    }
    .redbg
    {
      height: 585px;
    }
    .nav-itemblue
    {
        border: 1px solid #8daae1;
        border-radius: 50px 50px 50px 0px;
        color: black;
        background-color: #ffffff;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 3px;
        height: 20px;
        font-family:SourceSansPro-Regular;
        font-size: 14px;
        text-decoration: none;
        margin-left:25px;
        margin-top: 5px;
    }
    .main
    {
      width: 100%;
    }
    #redtoptitle
    {
      font-size:22px;
      font-family:merienda-bold;
      padding-top: 28px;
      padding-left: 16%;
      color: white;
    }
    #redtopsubtitle
    {
      font-size:16px;
      font-family:merienda-bold;
      padding-left: 16%;
      color: white;
    }
     #bordertriangle
    {
        width: 11px;
        height: 20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 18px solid #3B91FF;
        margin-top: -2px;
    }
    
}
  
/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
     .smalldevicetext
      {
        display: none;
      }
      .hidetext
      {
        display:  inline-block;
      }
      .footerlarge
      {
        display: inline-block;
      }
      .footersmall
      {
        display: none;
      }
      .redtext
      {
        color: #ffffff;
        font-family:SourceSansPro-Regular;
        font-size: 16px;
      }
      .text
      {
        visibility: visible;
        color: black;
        font-family:SourceSansPro-Regular;
        font-size: 11px;
      
      }
      body
      {
        background-image: url("../images/mainbg.gif");
        background-repeat: repeat;
        height: 100% !important;
      }
      .container
      {
        margin-left: auto;
        margin-right: auto;
        min-width: auto;
      }
      .redbg
      {
        height: auto;
      }
      .nav-itemblue
      {
        border: 1px solid #8daae1;
        border-radius: 50px 50px 50px 0px;
        color: black;
        background-color: #ffffff;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 3px;
        height: 30px;
        font-family:SourceSansPro-Regular;
        font-size: 14px;
        text-decoration: none;
        margin-left:25px;
        margin-top: 5px;
    }
    .main
    {
      width:1142px;
      margin: 0 auto;
    }
    #redtoptitle
    {
      font-size:40px;
      font-family:merienda-bold;
      padding-top: 28px;
      padding-left: 16%;
      color: white;
    }
    #redtopsubtitle
    {
      font-size:20px;
      font-family:merienda-bold;
      padding-left: 16%;
      color: white;
    }
     #bordertriangle
    {
        width: 11px;
        height: 20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 18px solid #3B91FF;
    
    }
}
  
/* Media Query for Large screens */
@media (min-width: 1281px) {
    .smalldevicetext
    {
      display: none;
    }
    .hidetext
    {
      display:  inline-block;
    }
    .footerlarge
    {
      visibility: visible;
    }
    .footersmall
    {
      display: none;
    }
    .redtext
    {
        color: #ffffff;
        font-family:SourceSansPro-Regular;
        font-size: 16px;
    }
    .text
    {
      visibility: visible;
      color: black;
      font-family:SourceSansPro-Regular;
      font-size: 11px;
    
    }
    body
    {
      background-image: url("../images/mainbg.gif");
      background-repeat: repeat;
      height: 100% !important;
    }
    .container
    {
      margin-left: auto;
      margin-right: auto;
      min-width: auto;
    }
    .redbg
    {
      height: auto;
    }
    .nav-itemblue
    {
      border: 1px solid #8daae1;
      border-radius: 50px 50px 50px 0px;
      color: black;
      width: 210px;
      padding-left: 3px;
      background-color: #ffffff;
      padding-right: 10px;
      padding-bottom: 5px;
      height: 22px;
      font-family: merienda-regular;
      font-size: 14px;
      text-decoration: none;
      margin-top: 16px;
    }
    .nav-itemblue a
    {
      position: relative;
      left: 5px;
    }
    .main
    {
      width:1142px;
      margin: 0 auto;
    }
    #redtoptitle
    {
      font-size:40px;
      font-family:merienda-bold;
      padding-top: 28px;
      padding-left: 16%;
      color: white;
    }
    #redtopsubtitle
    {
      font-size:20px;
      font-family:merienda-bold;
      padding-left: 16%;
      color: white;
    }
     #bordertriangle
    {
        width: 11px;
        height: 20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 18px solid #3B91FF;

    }
}
/* Media Query for Large screens */
@media (min-width: 1920px) {
    .smalldevicetext
    {
      display: none;
    }
    .hidetext
    {
      display:  inline-block;
    }
    .footerlarge
    {
      visibility: visible;
    }
    .footersmall
    {
      display: none;
    }
    .redtext
    {
        color: #ffffff;
        font-family:SourceSansPro-Regular;
        font-size: 16px;
    }
    .text
    {
      visibility: visible;
      color: black;
      font-family:SourceSansPro-Regular;
      font-size: 11px;
    
    }
    body
    {
      background-image: url("../images/mainbg.gif");
      background-repeat: repeat;
      height: 100% !important;
    }
    .container
    {
      margin-left: auto;
      margin-right: auto;
      min-width: auto;
    }
    .redbg
    {
      height: auto;
    }
    .nav-itemblue
    {
       border: 1px solid #8daae1;
      border-radius: 50px 50px 50px 0px;
      color: black;
      padding-left: 3px;
      background-color: #ffffff;
      padding-right: 10px;
      padding-bottom: 5px;
      height: 23px;
      font-family: merienda-regular;
      font-size: 16px;
      text-decoration: none;
      margin-left: 40px;
      width: auto;
     
    }
    .main
    {
      width:1400px;
      margin: 0 auto;
    }
    #redtoptitle
    {
      font-size:40px;
      font-family:merienda-bold;
      padding-top: 28px;
      padding-left: 16%;
      color: white;
    }
    #redtopsubtitle
    {
      font-size:20px;
      font-family:merienda-bold;
      padding-left: 16%;
      color: white;
    }

    .productname
    {
     
      margin-left: 11%;
    }
    .productdetail
    {
     
      margin-left: 11%;
    }
    .productlink
    {
     
      margin-left: 11%;
    }
    #bordertriangle
    {
        width: 11px;
        height: 20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 18px solid #3B91FF;
    }
}

@media all and (max-width: 1920px) {
  .navbar .rednav-item .dropdown-menu{ display: none; }
  .navbar .rednav-item:hover .nav-link{   }
  .navbar .rednav-item:hover .dropdown-menu{ display: block; }
  .navbar .rednav-item .dropdown-menu{ margin-top:0; }
}

.redfooterlink
{
  color: white;
  margin-right: 30px;
  font-size: 14px;
}
.space
{
  margin-right:14px;
}
.display
{
  height: 22px;
  width: 110px;
}
.frontimgbg
{
  padding-left:0px;
  padding-right: 0px;
}
.frontimg
{
  min-height: 100%;
}
.newsonsmall
{
  background-color: #3B91FF;
  height: auto;
  width:100%;
  text-align: center;
}
.newstextonsmall
{
  color:white;
  font-family: SourceSansPro-Regular;
  font-size: 14px;
  margin: 0;
  padding: 10px;
}
.newontextlarge
{
  color:white;
  font-family: SourceSansPro-Regular;
  font-size: 14px;
  margin: auto;
  padding: 7px
}
.newonlarge
{
  background-color: #3B91FF;
  height: auto
}
.footerlargelink
{
  color: #7D6C2B;
  margin-right: 30px;
  font-weight: bold;
  font-size: 14px;
}
.footersmalllink
{
  color: #7D6C2B;
  font-weight: bold;
  font-size: 14px;
}
.etpad
{
  padding:100px;
}
.fopad
{
  padding: 30px;
}
.width130
{
  width: 135px;
}
.aprbg
{
  background-color: #3B91FF;
  height: auto
}
.aprdesc
{
  color:white;
  font-family: SourceSansPro-Regular;
  font-size: 10px;
  margin: auto;
  padding: 7px
}
.pad50
{
  padding: 50px;
}
.pad40
{
  padding: 40px;
}
.contbg
{
  background-color:white;
  padding-bottom: 5%;
}
.downaRr
{
  color: black;
  font-size: 10px;
  font-family: SourceSansPro-Regular;
}
.image
{
  background: url('../images/wouche.jpg');
  background-size:center;
  background-repeat: no-repeat;
  background-position: left top;
}
.amotext
{
  font-family:merienda;
  font-size:20px
}
.voucherFooter
{
  background-color:white;
  text-align: center;
  font-family: 'Merienda', cursive;;
  font-size: 14px;
  padding: 10px;
}
.allPad
{
  padding:30px 25px 10px 25px
}
.topMinmar20
{
  margin-top: -14px;
}
.plpr11
{
  padding-left:11px;
  padding-right: 11px;
}
.colorBlack
{
  color: black;
}
.size10
{
  font-size: 10px;
}
.marTop18
{
  margin-top: 18px;
}
.fcf
{
  font-family:merienda-bold;
  color: black;
  font-size: 14px;
}
.pl25
{
  padding-left: 25px;
}
.wid50
{
  width: 50px;
}
.tablelook
{
  display: table;
  width: 170px;
}
.table-row
{
  display: table-row;
}
.table-cell
{
  display: table-cell;
}
.plprpb
{
  padding-left:25px;
  padding-right: 25px;
  padding-bottom: 5%;
}
.headingpadding
{
   padding-left:5%;
  padding-right:5%;
}
.pad0
{
  padding-left: 0 !important;
}
.etpad2
{
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 3%;
  padding-top: 2%;
}
.rednav-item:hover
{
   float: left;
    border: 1px solid white;
    border-radius: 50px 50px 50px 0px;
    color: black;
    background-color: #0da753;
    width: auto;
    height: 22px;
    font-family:merienda-regular;
    font-size: 14px;
    text-decoration: none;
    margin: 10px;
    padding: 0px 20px 16px 20px;
}
.nav-link:hover
{
  color: black;
}
.rowmargin
{
  margin-left: 0px;
  margin-right: 0px;
}


#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:white;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-14px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#000000;
}
#scroll:hover {
    background-color:#ffffff;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.nste
{
  font-size: 16px;
  font-family: SourceSansPro-Regular;
}
input::-webkit-input-placeholder{
    color:#A09E9E !important;
}
input:-moz-placeholder {
    color:#A09E9E !important;
}
textarea::-webkit-input-placeholder{
    color:#A09E9E !important;
}
textarea:-moz-placeholder {
    color:#A09E9E !important;
}
textarea.form-control {
    height: 95%;
}
.active
{
  color: black;
  background-color: #08D061;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}