@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800');

.col-sm-8 {

    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;

}
.col-sm-4 {

    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;

}


.MultiCarousel { float: left; overflow: hidden; padding: 0px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; padding-bottom:80px; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { position:relative; text-align: left; padding:0px 15px; margin:0px; background:#fff; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; bottom:calc(0% - 0px); }
    .MultiCarousel .leftLst { left:15px; }
    .MultiCarousel .rightLst { right:15px; }

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#fff; }

.b-select-wrap {
    border: none;
    color: #1092C9;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

/*.b-select-wrap::after {
    position: absolute;
    right: 0px;
    top: -15px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    font-size: 12px;
}*/

.b-select {

	background:url(../images/select-down-arrow.png) no-repeat  right #f8f8f8;
	border:#ccc solid 1px;
	padding:12px;
    padding-right: 30px;
	color:#666;
	font-size:12px;
	text-transform:uppercase;
	width:100%;
	border-radius:4px;
    -webkit-appearance: none; /* for webkit browsers */
    -moz-appearance: none; /* for firefox */
    appearance: none; /* for modern browsers */
    min-width: 100px;
}

/* remove default caret for ie */
.b-select::-ms-expand {
   display:none;
}

.custom-radios
{
	width:50%; float:left;
}
.custom-radios div {
  display: inline-block;
}
.custom-radios input[type="checkbox"] {
  display: none;
}
.custom-radios input[type="checkbox"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.custom-radios input[type="checkbox"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  	background-color:#f8f8f8;
	border:#ccc solid 1px;
	border-radius:4px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
  margin-top:1px;
}
.custom-radios input[type="checkbox"] + label span img {
  opacity: 0;
  transition: all .3s ease;
}
.custom-radios input[type="checkbox"]#color-1 + label span {
  background-color: #f8f8f8;
}
.custom-radios input[type="checkbox"]#color-2 + label span {
  background-color: #f8f8f8;
}
.custom-radios input[type="checkbox"]#color-3 + label span {
  background-color: #f8f8f8;
}
.custom-radios input[type="checkbox"]#color-4 + label span {
  background-color: #f8f8f8;
}
.custom-radios input[type="checkbox"]:checked + label span {
  opacity: 1;
  background:url(../images/tick.png) center center no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;

}


#more {
  margin: 20px auto 48px;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;

}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:0px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-menu {

    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 280px;
    padding: 0px 0;
    margin:0px;
    font-size: 13px;
    color: #212529;
	text-align: left;
	list-style: none;
	background-color:#fac624;
	background-clip: padding-box;
	border: 0px solid    rgba(0,0,0,.15);
	border-radius: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;

}
.dropdown-item
{

	padding: 10px 1.5rem;
	font-weight:500;
}
.dropdown-item:hover
{
	background-color:#000;
	color:#fff;
}
.dropdown-menu li
{
	border-bottom:#e0b21f solid 1px ;
}
.dropdown-menu li:last-child
{
	 border: none;
}
.carousel{
    width: 100%;
}

.carousel-item > div {
  float: left;
}
.carousel-by-item [class*="cloneditem-"] {
  display: none;
}
.client-logo
{
/*	width:20%;
	float:left;*/
}
.client-logo img {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
opacity:0.8;
}
.client-logo img:hover {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
opacity:1;
cursor:pointer;
}
.carousel-control-prev {

    justify-content: left;
    width: 60px;

}
.carousel-control-next {

    justify-content: right;
     width: 60px;

}
.carousel-inner {

    position: relative;
    width: 96%;
    overflow: hidden;
	margin:0px 2%;

}
/* Tabs Start List and Form*/

.tabs {
  max-width: 100%;

}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  float:left;
}
#tab-button li a {

  background: #f4f4f4;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:1px;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding:14px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right:5px;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #f9c623;
}
.tab-contents {
  padding:0px;
  /*border: 1px solid #ddd;*/
   background-color:#f4f4f4;
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
   border-bottom-left-radius: 8px;
}



.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: 13px;
    margin-top: 0;
  }
}



