.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
.btn.green{border-radius:2px; background:#58b957;color:#fff;border-color:#58b957;}
/* .btn.green:hover{color:#000; background:#8cc54b !important;border-color:#8cc54b;
	box-shadow:0 3px 6px rgba(250,250,250,.2),0 3px 6px rgba(250,250,250,.26);
	-webkit-box-shadow:0 3px 6px rgba(250,250,250,.2),0 3px 6px rgba(250,250,250,.26);}
.btn.green:active{
	box-shadow:0 8px 18px rgba(250,250,250,.22),0 6px 6px rgba(250,250,250,.26);
	-webkit-box-shadow:0 8px 18px rgba(250,250,250,.22),0 6px 6px rgba(250,250,250,.26);
} */
.btn.clear{border-radius:2px; background:#bcbcbc !important;color:#000;}
.btn.clear:hover{color:#000; background:#dcdcdc;
	box-shadow:0 3px 6px rgba(250,250,250,.2),0 3px 6px rgba(250,250,250,.26);
	-webkit-box-shadow:0 3px 6px rgba(250,250,250,.2),0 3px 6px rgba(250,250,250,.26);}
.btn.clear:active{
	box-shadow:0 8px 18px rgba(250,250,250,.22),0 6px 6px rgba(250,250,250,.26);
	-webkit-box-shadow:0 8px 18px rgba(250,250,250,.22),0 6px 6px rgba(250,250,250,.26);
} 
/* .cd-filter-block:nth-child(1){
	padding-top: 80px;
	display: inline-block;
	width: 100%;
} */

.cd-holder{
	background:#383a3b;     
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	box-shadow:3px 3px rgba(149,149,149, 0.2);
	-webkit-box-shadow:3px 3px rgba(149,149,149, 0.2);
	-o-box-shadow:3px 3px rgba(149,149,149, 0.2); 
}
  
.filtermenu a:hover{}
/* -------------------------------- xtab-filter -------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.daterange{background: #000;cursor: pointer;padding: 5px 10px;border: 1px solid #ccc;width: 100%;font-size: 14px;text-align: left;}
.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #41307c;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #41307c;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}

.top_bor{border-top: 1px solid #fff;padding-top: 10px;}
.bor_menu{border-bottom: 1px solid #fff;padding-bottom: 15px;margin-bottom:0px !important;}
.light_border{border-bottom:1px solid #848789;padding-bottom:0px;margin-bottom: 0px !important;margin-top: 0px !important;}

@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
	}
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #41307c;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #41307c;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #41307c;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}
.cd-gallery li {
  margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 50px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 23%;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 4;
  /* 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-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 100%;
  background-color: #f7d234;
  z-index: 4;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  line-height: 45px;
  width: 60px;
  color: #383a3b;
  font-size: 1.3rem;
  text-align: center;
  background: #f0db81;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 5;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
a.cd-close:hover {
  color: #383a3b; 
  text-decoration:none;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1; font-size:18px;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    /* width: 20%; */ background:#383a3b;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../images/cd-icon-filter.png") no-repeat center center;
  z-index: 4;
}
/* .cd-filter-trigger.filter-is-visible {
  pointer-events: none;
} */

  .cd-filter-trigger {
	  width: auto;
    left: 20%;
    text-indent: 0;
    color: #fff;font-family:'UnitedSansRgBd';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }

@media only screen and (min-width: 1170px) {
  /* .cd-filter-trigger {
    width: auto;
    left: 20%;
    text-indent: 0;
    color: #fff;font-family:'UnitedSansRgBd';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  } */
  .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #383a3b;
  }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {margin-bottom:15px;margin-top:10px;}
.cd-filter-block button.yellow{width: 100%;}
.cd-filter-block h4 {text-align: left;font-size: 16px;color: #fff;position: relative;margin-bottom: .2em;padding:0px;
font-weight: normal;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: pointer;}
.no-touch .cd-filter-block h4:hover {color: #41307c;}
.cd-filter-block h4::before {content: '';position: absolute;right: 10px;top: 50%;width: 16px;height: 16px;
background: url("../images/cd-icon-plus.png") no-repeat center center;
-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;}
.cd-filter-block h4.closed::before {-webkit-transform: translateY(-50%) rotate(-45deg);-moz-transform: translateY(-50%) rotate(-45deg);
-ms-transform: translateY(-50%) rotate(-45deg);-o-transform: translateY(-50%) rotate(-45deg);transform: translateY(-50%) rotate(-45deg);}

.cd-filter-block h3 {text-align: left;font-size: 16px;color: #fff;position: relative;margin-bottom:0px;padding: 15px 10px 15px 15px;background-color:#f7d234;
font-weight: normal;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: pointer;}
.no-touch .cd-filter-block h3:hover {color: #41307c;}
.cd-filter-block h3::before {content: '';position: absolute;right:15px;top: 50%;width: 16px;height: 16px;
background: url("../images/cd-icon-cross.png") no-repeat center center;
-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;}
.cd-filter-block h3.closed::before {-webkit-transform: translateY(-50%) rotate(-45deg);-moz-transform: translateY(-50%) rotate(-45deg);
-ms-transform: translateY(-50%) rotate(-45deg);-o-transform: translateY(-50%) rotate(-45deg);transform: translateY(-50%) rotate(-45deg);}

.cd-filter-block h5{text-align: left;font-size: 16px;color: #fff;position: relative;margin-bottom:0px;padding: 15px 10px 15px 15px;margin-top: 0px;
font-weight: normal;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: pointer;}
.no-touch .cd-filter-block h5:hover {color: #41307c;}
.cd-filter-block h5::before {content: '';position: absolute;right:15px;top: 50%;width: 16px;height: 16px;
background: url("../images/cd-icon-plus.png") no-repeat center center;
-webkit-transform: translateY(-45%);-moz-transform: translateY(-45%);-ms-transform: translateY(-45%);-o-transform: translateY(-45%);transform: translateY(-45%);
-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;}

.cd-filter-block h5.closed::before {-webkit-transform: translateY(-50%) rotate(-45deg);-moz-transform: translateY(-50%) rotate(-45deg);
-ms-transform: translateY(-50%) rotate(-45deg);-o-transform: translateY(-50%) rotate(-45deg);transform: translateY(-50%) rotate(-45deg);}
.cd-filter-block h5.closed{background-color:#27292a;}


.cd-filter-content2 li{//margin-left: 25px !important;padding: 8px 15px 8px 25px!important;margin: 0px !important;}
.cd-filter-content2 li a{color: #fff;font-weight: normal;font-size: 15px;}
.cd-filter-block ul li:hover{background-color:#636566;}
.cd-holder-pd{padding-left: 0px;padding-right: 0px;}

.cd-filter-content3 li{//margin-left: 25px !important;padding: 8px 15px 8px 25px!important;margin: 0px !important;}
.cd-filter-content3 li a{color: #fff;font-weight: normal;font-size: 15px;}
.cd-filter-block ul{margin-bottom:0px;}
.cd-filter-block ul li:hober{}

.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;color:#000; font-style:normal; font-size:14px;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #f7d234;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;text-align:left;margin-left:10px; margin-top:15px;
}
.cd-filter-block .list li:last-of-type {margin-bottom: 0;}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left:30px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top:45%;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  /* background: url("../images/cd-icon-check.svg") no-repeat center center; */
  position:absolute; left:1px; content: "\f00c";
    font-family: FontAwesome;
    color: #000;
    font-size: 12px;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
    border-color: #0FA9F0;
    background-color: #0FA9F0;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
.cd-filter{width:260px !important;}
}
@media screen and (max-width: 768px) {
.cd-filter{width:280px !important;}
}
@media screen and (max-width: 640px) {
.cd-filter{width:280px !important;}
}
@media screen and (max-width: 480px) {
.cd-filter{width:280px !important;}
}
@media screen and (max-width: 360px) {
.cd-filter{width:280px !important;}
}
@media screen and (max-width: 320px) {
	.cd-filter{width:280px !important;;}
}