/*! jQuery UI - v1.11.4 - 2015-08-30
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}



/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 16px;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: .8em;
	background-color: #f2f2f2;
	height: 6px;
	border-radius: 3px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-handle:focus,
.ui-slider-horizontal .ui-slider-handle:active{
	
	outline: none;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}



.widget-wrap .range{
	border:none;
	color: #222;
	font-weight: 400;
}


adding: 60px 0;
  background: #fafafa;
}
.portfolio-section .portfolio-box.owl-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-section .portfolio-box.owl-wrapper .item {
  padding: 0 15px;
}
.portfolio-section .portfolio-box.iso-call {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-section .portfolio-box.iso-call .project-post {
  width: 33.3333%;
  padding: 15px;
}
.portfolio-section ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-section ul.filter li {
  display: inline-block;
  margin: 0 16px;
}
.portfolio-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.portfolio-section ul.filter li a i {
  margin-right: 15px;
  color: #333333;
}
.portfolio-section ul.filter li a:hover,
.portfolio-section ul.filter li a.active {
  color: #0575b1;
}
.portfolio-section .project-post .project-gallery {
  position: relative;
}
.portfolio-section .project-post .project-gallery img {
  width: 100%;
}
.portfolio-section .project-post .project-gallery .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  color: #ffffff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2 a:hover {
  color: #0575b1;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 22px;
  height: 1px;
  background: #0575b1;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover span {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.portfolio-section .project-post:hover .project-gallery .hover-box {
  opacity: 1;
}

.hang_block {
	position:relative;
	width:75%;
	z-index:100;
	text-align:center;
}
.hang_block .drop_img {
	position:absolute;
	background-image:url(../images/hang.png);
	background-repeat:no-repeat;
	width:166px;
	height:212px;
	right:-100px;
}
