@charset "utf-8";
/* CSS Document */
body {
	overflow-x: hidden;
}

.clear {clear: both;}

.category-section h2 {
  margin-bottom: 22px;
  text-transform: capitalize;
}

.mainNav ul.navbar-nav li a {
	text-transform: capitalize;
}

.imgBlock {
  text-align: left;
}

.descriptionBlock {
	text-align: left;
     line-height: normal;
}

.imgBlock > img {
  width: 100%;
}

.about-section h2 {
  margin-bottom: 33px;
}

.topNave ul li a {
	text-transform: capitalize;
}

.addressBlock {
  text-align: left;
}

.categoriesCont {
  margin-bottom: 15px;
  overflow: hidden;
}

.topNave .navbar-brand {
  float: left;
  padding: 0;
}

.topNave .nav.navbar-nav {
  margin-left: 20px;
  margin-top: 17px;
}

.top-nav-collapse .navbar-brand > img {
  display: block;
  margin-top: 5px;
  width: 75%;
}

.topNave .navbar-header a {
	outline: none;
}


@media screen and (min-width:320px) and (max-width:1199px) {
	.product-thumb .button-group button, 
	.product-thumb .button-group button + button {
	  width: 33.33%;
	}
}

@media screen and (min-width:320px) and (max-width:991px) {
	.siteMap {
  		clear: both;
  		margin-top: 37px;
	}

	.contactForm {
  	margin-bottom: 95px;
	}
}


@media screen and (min-width:320px) and (max-width:767px) {

  .language-List {
    float: left !important; 
    margin: 0 !important;
  }

  .language-List li a {
    margin-left: 15px !important;
  }

  .nav.navbar-nav {
    margin-bottom: 0 !important;
  }

	.responsiveSlider-category {
		display: block !important;
	}

	.categoriesBlock {
  		display: none !important;
	}

	.caption-style-1 li {
	  margin: 0 auto;
	  width: 400px;
	  float: inherit;
	}

	.responsiveNav.top-nav-collapse {
  		min-height: 70px;
	}

	.responsiveNav {
 	 min-height: 90px;
}
}

@media screen and (min-width:320px) and (max-width:447px) {
	.follow-Us-Block {
		width: 100%;
	}

	.copyRight {
  		text-align: left !important;
	}

	.copyRight-Block {
		width: 100%;
	}
}

.follow-Us {
  overflow: auto;
}

.responsiveSlider-category {
	display: none;
}

.categoriesBlock {
  overflow: auto;
}
.pic p,
.pic h1.pic-title {
	color: #fff;
}

.pic {
  width: 100%;
}

.img-Block img {
  height: 100%;
  width: 300px;
}

.services-section h1 {
  margin-bottom: 50px;
}

a.abouUs-button,
.detailsButton a, 
.readMore > a {
  background: hsl(153, 100%, 26%) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: hsl(0, 0%, 100%);
  padding: 5px 35px;
}

a.abouUs-button:hover,
.detailsButton a:hover {
  text-decoration: none;
}

.abouUs-button {
  display: block;
  float: left;
  margin-top: 5px;
}

.newsCont {
  margin-bottom: 40px;
}

.addressCont {
  line-height: 24px;
  margin-bottom: 20px;
}

#map {
	width: auto !important;
}

.GalleryBlock {
  margin-bottom: 45px;
  overflow: hidden;
}

footer {
  background-color: hsl(0, 0%, 20%);
  overflow: auto;
  padding: 15px 0;
  color: #fff;
}

.socialMedia-icons ul {
  padding-left: 13px;
  overflow: auto;	
}

.follow-Us div.title {
  float: left;
}

.socialMedia-icons ul li {
  float: left;
  padding: 0 2px;
}	

.follow-Us .title {
  color: hsl(0, 0%, 100%);
  float: left;
  font-size: 15px;
  padding-top: 14px;
}

.socialMedia-icons {
  float: left;
  padding-top: 11px;
}

.copyRight {
  padding-top: 17px;
  text-align: right;
}

.product-thumb {
  border: 1px solid hsl(0, 0%, 87%);
  margin-bottom: 20px;
  overflow: auto;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .caption {
  min-height: 80px;
  padding: 0 20px;
}

.product-thumb .button-group button {
  background-color: hsl(0, 0%, 93%);
  border: medium none;
  color: hsl(0, 0%, 53%);
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  width: 60%;
}

.product-thumb .button-group button + button {
  border-left: 1px solid hsl(0, 0%, 87%);
  width: 20%;
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}



.product-thumb p {
	color: hsl(0, 0%, 40%);
font-family: "Open Sans",sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 20px;
}


.caption h4 a:hover {
	text-decoration: none;
}

.product-thumb .image a {
	outline: none;
}

.button-group button i {
	font-size: 13px;
}

.gallery,
.products {
  padding-top: 95px;
  text-align: center;
}

.products {
  padding-top: 133px;
}

.NewsContent {
  margin-bottom: 50px;
  margin-top: 42px;
  overflow: auto;
}


.thumb-box {
  padding: 1.4em 0 1em;
  margin-left: -1%;
  width: 102%;
  .thumbs {
    @include clearfix;
    li {
      float: left;
      width: 25%;
      text-align: center;
      padding: 0 1%;
      img {
        width: 100%;
        opacity: .8;
        @include transition(opacity .32s);
        border-bottom: 4px solid transparent;
        &.active {
          border-color: $bc-rk-blue;
          opacity: 1;
        }
      }
      &:hover {
        img {
          opacity: 1;
          @include transition(opacity .2s);
        }
      }
    }
  }
}

.slider li.flex-nav-prev a.flex-prev {
	background-image: url(../images/arrow-left.png);
}

.slider li.flex-nav-next a.flex-next {
	background-image: url(../images/arrow-right.png);
}

.slider li a {
	background-repeat: no-repeat;
	font-size: 0;
	width: 16px;
	height: 36px;
	outline: none;
}

.flex-direction-nav a::before,
.flex-direction-nav a.flex-next::before {
  content: "" !important;
}

.navbar-default {
  background-color: hsl(0, 0%, 100%) !important;
  box-shadow: 0 0 5px hsl(0, 0%, 80%) !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: hsl(153, 100%, 26%);
  color: hsl(0, 0%, 100%);
}

li a.page-scroll {
	outline: none;
}

.toc-tab-box {
  overflow: auto;
  text-align: left;
}

.quest .answer {
  border-left: 1px solid hsl(153, 100%, 26%);
}

.accordionItemHeading h4 {
  color: hsl(153, 100%, 26%);
  cursor: pointer;
}

.accordionItemHeading .circle {
  background: hsl(153, 100%, 26%) none repeat scroll 0 0;
}

.toc-tab-box h2.acc-title {
	background: hsl(153, 100%, 26%) none repeat scroll 0 0;	
}

#distributors h1 {
  margin-bottom: 35px;
  text-align: center;
}

.toc-tab-box .acc-content {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: hsl(153, 100%, 26%);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: hsl(0, 0%, 100%);
}

.navbar-toggle {
 background-color: hsl(153, 100%, 26%) !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent ;
}

.topNave .navbar-collapse.navbar-ex1-collapse.collapse.in ul.nav.navbar-nav {
  margin: 35px 0;
}

/*.responsiveNav .container.topNave .navbar-header.page-scroll a.navbar-brand.page-scroll img {
  padding-top: 5px;
  padding-left: 14px;
}*/

.GalleryCont .pic img.pic-image {
	width: 100%;
}


.pic-caption {
  cursor: pointer;
}

.pic-image {
  width: 100%;
}

.language-List {
  float: right;
  margin-left: 0;
}

.language-List li a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: hsl(153, 100%, 26%);
  color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: hsl(153, 100%, 26%);
  color: #fff;
}

.gallery.gallery-landing {
  padding-top: 118px;
}

.productsDescription .btn-info:hover {
  background: hsl(153, 100%, 26%);
  border:0;
  color: hsl(0, 0%, 100%);
}

#myModal11 {
  padding: 0 !important;
}

.modal-body img {
  width: 90%;
}

.playStore {
  margin-top: 13px;
  text-align: center;
}

section#Gallery.services-Gallery a.btn.btn-info.btn-lg {
  background: 0;
  border: 0;
}

section#products .productsBlock .image a img {
  height: 200px;
  width: 200px;
}

.language-List a {
  display: inline-block;
  padding-top: 15px;
}

.topNave .in .language-List a {
  padding-left: 15px;
}

section#about .descriptionBlock p {
  height: 320px;
  overflow: hidden;
}

#bx-pager22 a img {
  height: 73px;
  margin: 0 5px;
  width: 73px;
}

#products .productSlider .bx-wrapper div.bx-viewport {
  /*max-height: 270px;*/
}

#products .productSlider .bx-wrapper {
  margin: 0 auto 22px;
      direction: rtl !important;

}

#products .productSlider {
  margin-bottom: 40px;
}

.distributors-content p span {
  font-weight: bold;
  text-transform: capitalize;
}
.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}
.gallery-title{
    padding-top: 14px !important;
    color: black !important;
    text-align: left !important;
    font-size: 14px !important;

}

.carousel-caption-style h3 {
  font-size: 50px;

}

.carousel-caption-style p {
  font-size: 30px;
}

 .dropdown-backdrop {
        display: none !important;
    }