@charset "utf-8";
/* CSS Document */

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.notification {
    background-color: #fbd116;
    color:  #cf202f;
}

/*mrp*/

.homeSlider {
  background: #efefef;
  width:  100%;
}

.slideSocial {
  position: relative;
}
.socialSlide {
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 999;
}
.socialSlide ul {
  margin: 0;
  padding: 0;
  }
.socialSlide ul li a {
  display: block !important;
  background: #113b65;
  color: #FFF;
  padding: 3px;
  text-decoration: none;
}
.socialSlide ul li a:hover {
  color: #fbd116;
}
.socialSlide ul li a.fb {
  background: #435794;
}
.socialSlide ul li a.linkedin {
  background: #435794;
}
.socialSlide ul li a.twitter {
  background: #4f9eed;
}
.socialSlide ul li a.googleplus {
  background: #ed7054;
}
.socialSlide ul li a.instagram {
  background: #9f49ef;
}
.socialSlide ul li a.youtube {
  background: #e72f17;
}

.fullBlock {
  background: #113b65;
  padding: 25px;
  text-align: center;
}
.fullBlock p, .fullBlock h3 {
  color: #FFFFFF;
  line-height: 1;
}
.frontHeadlines {
  background: #f0efef;
  width:  100%;
  margin-top: 1px;
  padding-top:  25px;
}
.btnGen {

}
.franchise-info {
  font-size: 13px;
}

.franchise-info > div {
  clear: both;
  border-bottom: dashed 1px #CCC;
}

.franchise-info span {
  padding: 3px 0;
  width: 145px;
  float:  left;;
}
.franchise-info strong {
    padding: 3px 0;
    float:  left;;
    font-weight: normal;
}

.topBar {
  width: 100%;
  background:  #1e439e;

}

.fullColored {
  width:  100%;
  padding: 25px;
}
.bg01 {
  background: #113b65;
}

.footer-copyright {
  color:  #FFF;
}

.menuIcon, #header.header-layout-03 .row-functional-link .link-inline .dropdown > a {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

text-align:  center !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 2px;
}


/* franchise search */
button#franchiseSearch {
    display: inline-block;
    height: 50px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    width: 56px;
}

#franchiseSearch img {
    display: block;
    height: 50px;  
    width: 56px;
}

#franchiseSearch {
    background-image: url( "../images/btn-franchise-finder.png");
    background-size: 56px 50px;
    background-position: top right;
    background-repeat: no-repeat;
    height: 50px;  
    width: 56px;
    z-index: 10;
}


#search__form {
	margin-top: 15px;
}

  .subscribe-box input {
    width: 60% !important;
    border-color: #FFFFFF;	
  }
  .subscribe-box input:focus {
    width: 60% !important;
    border-color: #a8a8a8;	
  }

  .txtSearch {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: solid 1px #CCCCCC;
    padding: 10px;
    color: #1e439e;
  }
/* end franchise search */


.recent-post-box p {
	color: #454545;
}
#header {
	position:  relative;
  border-top: solid 35px #113b65;
  margin: 0;
  
  background: url(../images/bot-shadow.png) bottom center no-repeat;

}
.viewCart {
  padding: 0 !important;
  background: none;

}

#pagination {
	padding-bottom: 40px;
	padding-top: 7px;
	padding-right: 7px;
	border-bottom: solid 1px #e7e7e7;
	border-top: solid 1px #e7e7e7;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.07);
background: #f6f6f6;
}
#pagination h2 {
	float:  left;
	margin-left: 20px;
	color: #434343;
	text-transform: uppercase;
}
#pagination ul {
	list-style: none;
	float:  right;
}
#pagination ul li {
	list-style-type: none;
	float: left;
	margin: 2px 1px 2px;
}

#pagination ul li a {
	padding: 6px 10px;
	background: #cf202f;
	color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 18px;

}
#pagination ul li a:hover {
	background: #1e439e;
	text-decoration: none;
}
#pagination ul li span {
	font-size: 11px;
	font-style: italic;
}

.product-main-image__item {
	text-align: center;
}

.product-main-image__item > img {
	width: 85%;
}



.btn-default, .btn-search {
  padding: 3px 34px;
  color: #113b65;
  text-transform: uppercase;
  height: 46px;
  width: 100%;
  border: 0;
  }
.btn-default {
  background: #51d7e2 url(../images/bg-btn.png) top left no-repeat;
}
.btn-search {
  background: #51d7e2 url(../images/bg-seachbtn.png) top left no-repeat;
}

.btn-default:hover, .btn-search:hover {
    color: #113b65;
    background-position: 0 -60px;
    background-color: #f6f6f6;
  }

.select--search {

  padding: 5px 12px;
  margin-bottom: 15px;
  border: 1px solid #1e439e;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;

}

.logo img {
  max-height: 80px;
  margin: 15px 0;
}
.proudmember img {
  margin: 10px 0;
}

.board {
  text-align: center;
  min-height: 390px;
  margin-bottom: 1px;
  overflow: hidden;

}
.board img {
  max-width: 210px;
}

.contactsInfo div {
  margin-bottom: 20px;
  border-left: dashed 1px #CCC;
}

.collumnMrp {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.collumnMrp li {
   display: flex;
    margin: 20px;
}
/*product*/
.carousel-products .product, #homeTH > div > div.product {
  margin-bottom: 25px;
  border: solid 1px #CCC;
  padding: 5px;
}

.product__inside__name h2 {
  margin: .30em 0;
  font-size .8em;
  text-transform: none;
  padding-left: 0;
}
.product__inside__name > p {
  color: #545454;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
}

.price-box {
  text-align: left;
  color: #1e439b;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 550;
}
.product__inside__name h2 a {
  color: #02afb6;
}
.product__inside > .wishlistSM a {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 30px;
  height: 33px;
  display: block;
  background: url(../images/wishlist-sm.png) top center no-repeat;
  text-indent: 99999px;
  overflow: hidden;
}
/* /product*/
#homeTH {
  margin-bottom: 15px;
}
#homeTH > div {
  padding-left: 4px;
  padding-right: 4px;
}

.icon-basket {
    background: url(../images/icon-basket.png) top center no-repeat;
    width: 25px;
    margin-right: 5px;
}

.topSubscribe {
  margin-top: 15px;
}
.topSubscribe input[type=text] {
  border: solid 1px #CCC;
  padding: 3px;
  margin-right: 0 !important;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.topSubscribe button[type=submit] {
  background-color: #CCC !important;
  color: #000000;
}
.topSubscribe button[type=submit]:hover {
  background-color: #abaaaa !important;
  color: #FFF;
}

.topNavAccount a {
  margin-left: 10px;
}
.topNavAccount .memberName {
  margin-top: 55px;
}
.topNavAccount .memberName a {
  display: block;
  color: #1e439e;

}
/*product-brand*/
.product-brand ul {
  list-style: none;
}
.product-brand ul li {
  list-style-type: none;
  float: left;
}
.product-brand ul li a img {
  height: 100px;
  margin-right: 1px;
}
.nextprev {
  padding: 20px 0 65px 0;

}
.carousel-products .slick-list {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*testimonials*/
.Testimonials {
  margin-bottom: 25px;
}
.Testimonials .box-foto img {
  width: 130px;
  max-height: 130px;

}
/*end testimonials*/

/*end product-brand*/

footer {
	background: url("../images/bg-footer.png") top center no-repeat;
	padding-top: 35px;
  margin-top: 25px;

-webkit-box-shadow: 0px -9px 12px -6px rgba(0,0,0,0.19); 
box-shadow: 0px -9px 12px -6px rgba(0,0,0,0.19);
border-top: solid 1px #cfcfcf;
}

.recent-post-box img {
  width:  100%;
  /* min-height: 200px; */
}
.recent-post-box__text {
  
  padding-top: 50px;
  background:  #FFFFFF;
  min-height: 250px;
  margin-bottom: 25px;


  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
}
.recent-post-box__text a {
  color: #0365b1;
  }

.recent-post-box__text div { 
    padding: 0 25px;
  }
.recent-post-box > div > a > span {
  max-height: 200px;
  overflow: hidden;
}
.shortInfo {
  max-height: 85px;
  overflow: hidden;
}
/*fold*/
.fold {
  height: 300px;
  max-height: 300px;
}

.fold img {
  width: 100%;
  padding-bottom: 7px;
}

.fold2 {
  margin-top: 25px;
  }

  .fold2 .itemFold {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: 380px;
  padding-top: 10px;
  color: #FFF;
  position: relative;
  }
  .fold2 .Fjoin {
  background: #27689a; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #27689a 0%, #215685 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #27689a 0%,#215685 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #27689a 0%,#215685 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27689a', endColorstr='#215685',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.fold2 .Fnews, .leftMenu li a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00bcf0+0,008ed2+100 */
background: #00bcf0; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #00bcf0 0%, #008ed2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #00bcf0 0%,#008ed2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #00bcf0 0%,#008ed2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bcf0', endColorstr='#008ed2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  }
  .fold2 .Fprograms {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04cccb+0,01abb4+100 */
background: #04cccb; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #04cccb 0%, #01abb4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #04cccb 0%,#01abb4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #04cccb 0%,#01abb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04cccb', endColorstr='#01abb4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  }
  .fold2 .FupcomingEvents {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc600+0,ff9a00+100 */
background: #ffc600; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffc600 0%, #ff9a00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffc600 0%,#ff9a00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffc600 0%,#ff9a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#ff9a00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  }
  .fold2 .findASupplier {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e70066+0,7e1417+100 */
background: #e70066; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #e70066 0%, #7e1417 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #e70066 0%,#7e1417 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #e70066 0%,#7e1417 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e70066', endColorstr='#7e1417',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  }
.fold2 .itemFold .icon {
    background: url(../images/fold-icons.png);
    width: 64px;
    height: 69px;
    display: block;
    margin: 0 auto;
    text-indent: -99999px;
    overflow: hidden;
  }

   .fold2 .itemFold h2 {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 7px;
   }
   .fold2 .itemFold p {
    line-height: 1.2;
    padding: 5px 12px;
    height: 120px;
    overflow: hidden;
   }
  .foldbtn a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: solid 2px #FFFFFF;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  padding: 7px 12px;
  text-transform: uppercase;
  margin: 25px 0;
  display: inline-block;
  min-width: 140px;
  }
    .foldbtn a:hover {
      color: #113b65;
      background: #FFFFFF;
    }
  .foldbtn {
text-align: center;
  }

  .fold2 .Fjoin h3.icon {
    background-position: 0 0;
  }
  .fold2 .Fnews h3.icon {
    background-position: -224px 0;
  }
  .fold2 .Fprograms h3.icon {
    background-position: -409px 0;
  }
  .fold2 .FupcomingEvents h3.icon {
    background-position: -631px 0;
  }

  .fold2 .findASupplier.icon {
    background-position: -826px 0;
  }

/* end fold */

.leftMenu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.leftMenu li {

}
.leftMenu li a {
  color: #FFF;
  text-decoration: none;
  display: block;
    margin: 1px;
  padding: 5px;
    border-radius: 3px;
  }
  .leftMenu li a:hover {
    background: #113b65;
  }

  .benefits ul, .listBullets ul {
    list-style: none;
  }
  .benefits ul li i {
    margin-right: 10px !important;
    color: #1f50ce;


  }

#homeTH .col-lg-3, #homeTH .col-xl-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

/* btn icons */

.btn-icon-download {
  background: #51d7e2 url("../images/icon-download.png") 10px 15px no-repeat;
}
.btn-icon-list {
  background: #51d7e2 url("../images/icon-list.png") 10px 15px no-repeat;
}

.btn-icon {
  padding: 20px 14px 20px 50px;
  font-size: 0.995em;
  font-weight: bold;
  line-height: 1.15em;
  color: #ffffff;
  vertical-align: top;
    text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 35px;
  border: solid 2px #FFFFFF;
}
.btn-icon:hover {
  color: #0a7590;
  text-decoration: none;
}
.btn-icon span {
  border-left: solid 1px #FFFFFF;
  padding-left: 5px;
  }


/*responsive*/

/*mobile styles*/
@media only  screen and (max-width: 479px) {
	.recent-post-box .figure {
		display: none;
		}
	#newsletterModal {
    width: 97%;
	}
  .product__inside {
    text-align: center !important;
  }
  #newsletterModal img {
    width: 100%;
  }
  .product__inside__image img {
    width: 90%;
  }
  .product__inside__name h2 a {
    font-size: .7em;
    line-height: 1;
  }
  .product--zoom {
    min-height: 260px;
  }
      .title-under {
          cursor: pointer;
    padding: 16px 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    font-size: 1.125em !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background:  none;
    }
    .price-box {
      text-align: center;
    }

    #search__form {
      clear: both;
    margin: 25px;
    }
    .topNavAccount .memberName a {
    display: inline;
  }
  .topNavAccount a {
    margin-left: 3px;
    font-size: 12px;
  }


}

/* tablet style*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .title-under {
    cursor: pointer;
    padding: 16px 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    font-size: 1.125em !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background:  none;
    }

    #header .navbar {
      margin-bottom: 25px;
    }


    #search__form {
      clear: both;
    margin: 25px;
}
  .topNavAccount .memberName a {
    display: inline;
  }
}

@media (min-width: 768px) {
    #header .navbar {
      float: left;
      margin-bottom: 20px;
    }

    
}

/* desktop */

@media only screen and (min-width:1024px) {
	#header .logo {
}
.col-lg-one-fifth {
    width: 20%;
  }

  
}


@media only screen and (max-width:1820px)  {
  .topSubscribe {
    display: none !important;
  }
      .socialSlide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
} 

}