/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after, *::before {
  content: '';
}
a {
  color: #a9c056;
  text-decoration: none;
}

/* -------------------------------- 

Main components 

-------------------------------- */
header {
  position: relative;
  height: 180px;
  line-height: 180px;
  text-align: center;
  background-color: #a9c056;
}
header h1 {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.25rem;
}
  header {
    height: 240px;
    line-height: 240px;
  }
  header h1 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 300;
  }

.cd-faq {
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
  .cd-faq {
    position: relative;
    margin: 4em auto;
    box-shadow: none;
  }

.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #4e5359;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #555b61;
  text-overflow: ellipsis;
}
.cd-faq-categories a::before, .cd-faq-categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e;
}
.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
  border-bottom: none;
}
  .cd-faq-categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  .cd-faq-categories a {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    padding-left: 24px;
    padding: 0 24px;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .cd-faq-categories a::before, .cd-faq-categories a::after {
    display: none;
  }
  .no-touch .cd-faq-categories a:hover {
    background: #555b61;
  }
  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }
  .cd-faq-categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 2;
  }
  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #a9c056;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-faq-categories .selected {
    background: #42464b !important;
  }
  .cd-faq-categories .selected::before {
    opacity: 1;
  }
  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .cd-faq-categories {
    position: relative;
  }

.cd-faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
  .cd-faq-items {
    position: static;
    height: auto;
    width: auto;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
  .cd-faq-items {
    float: none;
    width: 99%;
	margin-top:20px;
  }
   .cd-faq-items ul {
	   list-style:none;
	   padding:0px;
	   margin:0px;
  }
  .no-js .cd-faq-items {
    padding-left: 0;
  }

.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}
  .cd-close-panel {
    display: none;
  }

.cd-faq-group {
  /* hide group not selected */
  display: none;
}
.cd-faq-group.selected {
  display: block;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #bbbbc7;
}
.no-js .cd-faq-group {
  display: block;
}
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  .cd-faq-group > li {
	  /*border-bottom:#d1d1d1 solid 1px;*/
    padding-bottom: 25px;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .cd-faq-group > li p {
	  margin-bottom:0px;
  }
  .btm-bdr {
	  border-bottom:#d1d1d1 solid 1px;
  }
  .cd-faq-group > li:hover {
	  background:none;
	  text-decoration:none !important;
  }
  .no-touch .cd-faq-group > li:hover {
	  background:#e7e7e7 !important;
	  text-decoration:none !important;
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
}
.content-visible {
	/*background:#fafafa !important;*/
}
ul.points {
	width:270px;
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	margin-right:20px;
}
ul.points li {
	padding:5px 0 5px 12px;
	border-bottom:rgba(0, 0, 0, 0.1) solid 1px;
	background:url(../images/inner-contant-bult.png) 0px 13px no-repeat;
}
ul.points li:last-child {
	border-bottom:none;
}
.clear {
	width:100%;
	clear:both;
}
.var-img-rht {
	float:right;
	margin:0 0 15px 15px;
	border:#979797 solid 1px;
	background:#fff;
	padding:4px;
}
.ydel-img-list {
	width:auto;
	height:auto;
	overflow:hidden;
	margin:20px 0px;
}
.ydel-img-list ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.ydel-img-list ul li {
	float:left;
	padding:0 6px 0 0;
}
.ydel-img-list ul li:last-child {
	padding-right:0px;
}
.ydel-img-list ul li img {
	border:#979797 solid 1px;
	background:#fff;
	padding:4px;
}
  .cd-faq-trigger {
	font:normal 15px "Raleway-SemiBold";
	color:#3a3a3a;
    margin: 0;
    padding: 0px;
  }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 15px;
    top: 49%;
    height: 2px;
    width: 7px;
    background: #7b7b7b;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.cd-faq-content {
  /*font-size: 14px;
  line-height: 1.4;
  color: #565656;*/
    padding: 0;
    display: none;
}
@media all and (max-width: 980px) {
}

@media all and (max-width: 800px) {
}

@media all and (max-width: 768px) {
}

@media all and (max-width: 640px) {
}

@media all and (max-width: 480px) {
}

@media all and (max-width: 375px) {
}

/*Qayyum*/
.preferred-supplier-border{
    border: 1px solid #759e3f;
    border-radius: 3px;
    margin: 5px 0 5px 0;
    background-color: #88b64f !important;
}

.preferred-supplier-border h4{
    color: gold !important;
}


.preferred-supplier
{
  font-size: 10px;
  line-height: 10px;
  margin-left: 5px;
  padding: 2px 3px;
  background-color: #42d342;
  color: #fff;
  text-shadow: 0.5px 0.1px black;
  margin-right: 5px;
}

.supplier-category
{
  font-size: 10px;
  line-height: 10px;
  margin-left: 5px;
  padding: 2px 3px;
  background-color: gray;
  color: #fff;
  text-shadow: 0.5px 0.1px black;
  margin-right: 5px;
}

.result-tags 
{
  margin: 0 0 0 -5px;
  padding: 0;
}

.result-tags span {

  display: inline;
  font-size: 10px;
  line-height: 10px;
  margin-left: 5px;
  padding: 2px 3px;
  background-color: gray;
  color: #fff;
  text-shadow: 0.5px 0.1px black;
  margin-right: 5px;
}

.result-tags .type {
  background-color: black;
}

.fancybox-skin{
    background:none !important;
    border: none !important;
        -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
    #advanced_search_holder {
      margin: 0 auto; 
      text-align: left; 
      width: 682px; 
      color: #dddddd; 
      font-size: 12px; 
      position: relative;
      z-index: 999999;
    }
      #advanced_search_window {
        display: none; 
        position: absolute;
        top: 23px;
        z-index: 300;
        width: 650px;
        padding: 10px 15px;
        color: #333333;
        border: solid #9d9d9d 1px;
        background-color: #ececec;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e3e3e3));
        background: -moz-linear-gradient(top,  #fcfcfc,  #e3e3e3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e3e3e3');
      }
        #advanced_search_window table {
          float: left;
        }
          #advanced_search_window td {
            padding: 5px 0px;
          }
        #advanced_search_window select {
          width: 150px;
          height: 150px;
        }
    .top_search_type_div {
      background: #3366cc url('/account/images/top_search_type_bg.jpg') left top repeat-x;
      width: 210px;
      height: 61px;
      /*float: left;
      clear: left;*/
      border-top: 2px groove #2255aa;
      border-right: 2px ridge #2255aa;
      /*border-bottom: 1px solid #3366cc;*/
      border-bottom: 2px ridge #2255aa;
      border-left: 2px groove #2255aa;
      color: white;
      text-align: left;
      font-size: 18px;
      font-weight: bold;
      font-family: Helvetica;
    }
      .selectable_top_search_type {
        width: 269px;
        height: 81px;
        position: relative;
        z-index: 100;
        right: 47px;
        bottom: 3px;
      }
        .active_top_search_type {
          background: transparent url('/account/images/active_top_search_type_bg.png') left top no-repeat;
        }
        
        .selectable_top_search_type img {
           padding-left: 60px;
        }

        #advanced_search_window table {
    float: left;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/

.msg .success{
  color: green;
}


.msg .error{
  color: red;
}

.msg .warning{
  color: orange;
}

.blurred{
  /*box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);*/
  opacity: 0.8;
  margin: 5px 0 5px 0;
}

.blurred li h4
{
 text-shadow: 0px 0px 10px #4747d5;
 color: rgba(33, 150, 243, 0) !important;
 opacity: .5;
}

.blurred li p
{
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  color: rgba(0, 0, 0, 0);
  opacity: 0.5;
}

.blurred li span
{
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  /*color: rgba(0, 0, 0, 0);*/
  opacity: 0.1;
}

.blurred li .suppleir-btn
{
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  /*color: rgba(0, 0, 0, 0);*/
  opacity: 0.1;
}


.blurred li .fa-chevron-right
{/*
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  color: rgba(0, 0, 0, 0);
  opacity: 0.1;*/
}

.premium{
    z-index: 100;
    opacity: 1;
    margin-top: 50px;
    position: absolute;
    font-size: 30px;
    margin-left: 147px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 27px;
    text-shadow: 1px 0px 2px gray;
  }

  .premium a{
    color: #FF9800 !important;
  }

  .premium img
  {
    width: 27px;
    vertical-align: bottom;
    margin-right: 10px;
  }

 /* .blurred li .suppleir-btn
  {
    text-shadow: none !important;
    color: white !important;
    opacity: 1 !important;
  }*/

    .noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

#add_to_favorites img{
}

#add_to_favorites{
  float: right;
  cursor: pointer;
  opacity: .5;
}

#add_to_favorites:hover{
  opacity: 1;
}

.alert{
  padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert a{
  color: white !important;
  text-decoration: underline!important;
}


.alert-warning{
    background-color: #ff7518;
    border-color: #ff4309;
    color: #ffffff;
}

.alert-success {
    background-color: #3fb618;
    border-color: #4e9f15;
    color: #ffffff;
}

.remove_from_favorites {
  color: black !important;
}

.remove_from_favorites .fa{
  color: red !important;
  
}

.no-gb{
  background: none !important;
}

.mem_msg
{
  font-weight: 500;
  color: #000;
      line-height: 30px;
}

.msg_phone{
  color: #5cb85c;
}

.msg_time{
  color: #5bc0de;
}

.nav-phone{
  color: #fff !important;
}


.table-striped td 
{
  padding: 5px !important;
}

.table-striped .table-heading{
  background:none !important; 
  padding: 5px;
}  

.table-striped .table-heading h4{
  padding: 5px 5px 5px 0;
} 

.map iframe{
  overflow: auto;
}


.map{
  border: 2px solid #0b2a63;
  border-radius: 5px;
  padding: 10px;
  background-color: white;
  margin-bottom: 20px;
}
.map-2{
  height: 520px;
  margin: 15px;
}

.map-title{
  margin-top: 10px;
  margin-bottom: 10px;
}

.map-titlemap-2{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}