.feature .tag {
  background: #1f1f1f;
  color: #fff;
  font-size: 12px;
  left: 15px;
  padding: 5px 15px;
  position: absolute;
  top: 15px;
}
.property_item .price .tag, .property_item .price h4 {
  background:#A80000;
}

.property_item .price .tag, .property_item .price h4 {
	display: inline-block;
	color: #fff;
	padding:5px 15px;
	font-size:12px;
}

.proerty_content {
	position:relative;
}
.proerty_content .proerty_text {
	padding:25px 20px;
}
.proerty_text > h3,
.property_head h3{
  margin-bottom:5px;
  font-size: 20px;
}
.proerty_text p {
  margin-top: 15px !important;
}
.proerty_text > span,
.property_head p{
  font-size: 12px;
}
.proerty_content p {
	margin:0;
}
.proerty_content .favroute p {
	line-height: 34px;
	margin-left:15px;
	font-size:12px;
	margin-top:5px;
}
.proerty_content .favroute p, .proerty_content .favroute ul, .proerty_content .favroute ul li {
	display:inline-block;
	margin-bottom:0;
}
.proerty_content .favroute ul li a {
	color:#676767;
	display: block;
	height: inherit;
	line-height: 40px;
	text-align: center;
	width: 48px;
	border-left:1px solid #e5e5e5;
	margin: 0 -1.6px;
}
.proerty_content .favroute ul li a:hover {
	color: #fff;
}
.proerty_content{
	display: table;
	table-layout: fixed;
	width:100%;
}
.proerty_content .table > tbody > tr > td i {
	font-size:17px;
	margin-right:8px;
	vertical-align: middle;
}
#agent-p-2 .nstSlider .bar {
  background: #2FB1FF !important;
}
/* ================================= */
/* ---- Property Listings  Css  ---- */
/* ================================= */


.property_meta{
	width:100%;
	padding:3px;
	text-align:center;
	position:relative;
}
.property_meta span{
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 5px 5px;
}
.property_meta span > i{
  font-size: 22px;
  margin: 0 5px 0 0;
}

.property_item{
  background:#fff;
  margin-bottom: 50px;
  -ms-box-shadow:0 0 5px 1px rgba(0,0,0,.15);
  -webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.15);
  box-shadow:0 0 5px 1px rgba(0,0,0,.15);
}
.bg_light{
	background: #edf3f8;
}
.default_clr > h3, .default_clr > p{
	color: #fff;
}
.property_item .property_head {
	padding:20px 0;
}
.property_item .property_head .start_tag {
  position: absolute;
  right:0;
  top: 0 !important;
  width: auto;
}
.price .tag {
  top: 15px;
  position: absolute;
  right: 15px;
  z-index: 1;
}
.property_item:hover .image img, 
#agents .agent_item:hover .image img, 
.feature_item:hover .image img,
.image:hover img{
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
}
.image >  img{
	width:100%;
}
.image, .image img, .property_item .property_head {
	overflow:hidden;
	position:relative !important;
}

.favroute i {
  vertical-align: text-bottom;
}
.proerty_content .favroute, .deal_property .dealer {
	border-top:1px solid #e5e5e5;
}
.default_clr-2{
	background:#1d1d1d;
}
.default_clr {
	background:#454040;
}
.proerty_content .table > tbody > tr > td {
	border-top: 1px solid #dcdcdc;
	font-size: 12px;
	line-height: 24px;
	padding:8px 15px;
}
.proerty_content .table > tbody > tr > td i {
	display: inline-table;
}

#agent-p-2 .media {
/*  margin-bottom: 30px;*/
  margin-bottom: 5px;
}
#agent-p-2 .group-button-search {
  display: block;
  width: 145px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
.property-details .text-it-p {
  border-left: 6px solid #2FB1FF;
}
.property-details .pro-list > li:hover {
	color:#2FB1FF;
}

/*Buttons*/
.link_arrow {
  color: #2a2a2a;
  text-transform:capitalize;
}
.link_arrow, .white_border, .dark_border{
  display: inline-block;
  font-weight:bold;
  font-size: 14px;
}
.link_arrow::after{
  color:inherit;
  content: "\f105";
  font-family: "fontawesome";
  font-size: 18px;
  font-weight: normal;
  line-height:normal;
  margin-left:8px;
  position:relative;
  left:0; top:-1px;
  vertical-align: middle;
}
.link_arrow:hover::after, .link_arrow:focus::after{
	left:5px;
}
.white_border, .dark_border, .btn_fill{
  padding:12px 30px;
  text-transform:uppercase;
  border-radius:4px;
  display:inline-block;
}
.white_border{
 border:1px solid #fff;
 color:#fff;
}
.dark_border{
 border:1px solid #313030;
 color:#313030;
}
.white_border:hover, .white_border:focus{
 border:1px solid #fff;
 background:#fff;
}
.dark_border:hover, .dark_border:focus,
a.back-to:hover, a.back-to:focus,
.btn_fill{
 color:#fff;
}
.btn_fill{
  font-weight:700 !important;
  text-align: center;
}
.btn_fill:hover, .btn_fill:focus{
	background:#B7B7B7;
	color:#232122;
}
button {
  border: none;
  box-shadow:none;
}

/* ================================= */
/* --------- OVERLAY CSS ----------- */
/* ================================= */

.overlay{
  background:rgba(0, 0, 0, 0.8);
  top:0; left:0; right:0; bottom:0;
  height:100%; width:100%;
  opacity:0;
  
   -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  
  -moz-transform:scale(0.5);
  -ms-transform:scale(0.5);
  -o-transform:scale(0.5);
  -webkit-transform:scale(0.5);
   transform:scale(0.5);
}

.property_item:hover .overlay,
.image:hover .overlay,
.cbp-item:hover .overlay
{
  display:block;
  opacity:1;
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  -webkit-transform:scale(1);
  transform:scale(1);
}
.centered, .overlay{
	position: absolute;
}
.centered{
	top:50%;
	left:50%;
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	text-align:center;
}
a.centered{
  background: #fff;
  border-radius: 4px;
  color: #676767;
  display: inline-block;
  font-size: 25px;
  line-height: 18px;
  padding: 15px;
  width:auto;
}
.border_radius{
	border-radius:4px;
}


/* ================================= */
/* ----------- COLORS CSS ---------- */
/* ================================= */
a:hover{
  color: #2FB1FF;
}
.bg-color-blue {
	background:#2FB1FF;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #2FB1FF;
  color: #fff !important;
}
.line_6 {
  background: #2FB1FF;
}
a:hover, a:focus {
 color: #2FB1FF;
}
.testinomial_wrap .testinomial_text::after {
  border-top: 20px solid #2FB1FF;
}
.blue_dark {
  background:#2FB1FF;
}
.pushmenu .push_nav .dropdown-menu li > a:hover{
 background:#2FB1FF;
}
.header-login {
	background: #2FB1FF;
}
#our-agent-slider .item:hover .team_text {
  background: #2FB1FF;
  transition: all 0.6s ease-in-out 0s;
}
.team_popup .progress-bar {
  background-color: #2FB1FF;
}
.pop_text > h3 {
  color: #2FB1FF;
}
.text-tag {
  background: #2FB1FF;
}
.query-title {
	background: #2FB1FF;
}
.single-query option {
	background:#2FB1FF;
}
.property-page-bg .query-submit-button.pull-right > input[type="submit"] {
	background: #2FB1FF;
}
.intro .dropdown li.current {
	background-color: #2FB1FF;
}
.feature-box .icon {
  background-color: #2FB1FF;
}
.feature-box .icon:after {
  border-color: transparent #2FB1FF transparent transparent;
}
.link-arrow:hover::after {
  color: #2FB1FF;
 }
.proerty_content .favroute ul li a:hover {
	background:#2FB1FF;
}
.feature .tag-2 {
	background: #2FB1FF;
}
#property-listing-slider .owl-next:hover,
#property-listing-slider .owl-prev:hover {
	background:#2FB1FF !important;
}
#image-text .image-text-heading span {
	color: #2FB1FF;
}
.image-text-heading > a:hover {
	color:#2FB1FF;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background:#2FB1FF;
}
.list.angle-double-right.list-border a:hover {
	color: #2FB1FF;
}
.team-block .team-thumb .styled-icons a:hover, .work-gallery .gallery-thumb .styled-icons a:hover, .work-gallery:hover .gallery-bottom-part, .line-bottom-theme-colored-2::after, .panel-group .panel-title a.active::after {
	background: #2FB1FF;
}
.line1, .line2 {
  background-color: #2FB1FF;
}
.line1, .line2 {
  background-color: #2FB1FF;
}
.btn-theme-colored {
	color: #2FB1FF;
}
.bg-theme-color-2 {
	background: #2FB1FF;
}
.styled-icons.icon-bordered a:hover {
	background-color: #2FB1FF;
}
.button {
}
.page-title a:hover {
	border-bottom:1px solid #2FB1FF;
}
.line1, .line2 {
  background-color: #2FB1FF;
}
.social-icons a {
	color: #2FB1FF;
}
#agent-p-2 .nstSlider .bar {
  background: #2FB1FF;
}
.feature-p-text > a:hover h4{
	color:#2FB1FF;
}
.f-p-links > li a.active {
  background: #2FB1FF;
}
.f-p-links > li a:hover {
  background: #2FB1FF;
}
.my-pro .my-pro-list .button-my-pro-list > a {
  background: #2FB1FF;
}
#login .profile-login ul li a {
  color: #2FB1FF;
}
#login .profile-login ul .active > a {
	background:#2FB1FF;
}
#login .profile-login .nav > li > a:hover {
 	color:#2FB1FF;
}

#login .profile-login .btn-slide:hover {
  color:#2FB1FF !important;
}
#login .profile-login .lost-pass:hover {
  border-bottom: 1px solid #2FB1FF;
  color: #2FB1FF;
}
.wpf-demo-gallery .view-caption a:hover {
  color: #2FB1FF;
}
.previous_image_btn {
	background-color:#2FB1FF;
}
.next_image_btn {
	background-color:#2FB1FF;
}
.isotope-filters button {
	background-color:#2FB1FF;
}
.infowindow-markup {
  background: #2FB1FF;
  padding: 10px 20px;
}
.featured-properties-detail h4 {
  color: #2FB1FF;
}
.top .tag {
  background: #2FB1FF !important;
}
.property-list-list {
  border-top: 3px solid #2FB1FF;
}
.property-list-list-info a > h3:hover{
	color: #2FB1FF;
}
.property-list-list .property-list-list-label::before {
  border-right: 17px solid #2FB1FF;
}
.multiple-recent-properties label {
  background-color: #2FB1FF;
}
.property-list-list ul li.right span {
  background-color: #2FB1FF;
}
.property-list-list .property-list-list-label::before {
  border-right: 17px solid #2FB1FF;
}
.property-list-list label {
  background-color: #2FB1FF;
}
.property-details .text-it-p {
  border-left: 6px solid #2FB1FF;
}
.property-details .pro-list > li:hover {
	color:#2FB1FF;
}
.property-tab .nav-tabs > li.active > a, .property-tab .nav-tabs > li.active > a:focus, .property-tab .nav-tabs > li.active > a:hover {
  background-color: #2FB1FF;
}
#agent-3-slider.owl-next:hover{
	background:#2FB1FF;
}
#agent-3-slider.owl-prev:hover {
	background:#2FB1FF;
}
#news-section-1 .add-on:hover {
	color:#2FB1FF;
}
.testinomial_wrap .testinomial_text::after {
  border-top: 20px solid #2FB1FF;
}
.blue_dark {
  background:#2FB1FF;
}
#main-slider .prev, #main-slider .next {
    border: 1px solid #2FB1FF;
}
#main-slider .prev:hover, #main-slider .next:hover {
    background-color: #2FB1FF;
    border: 1px solid #2FB1FF;
} 
.loader{
    background:#2FB1FF;
}
.white_border:hover, .white_border:focus{
 color:#2FB1FF;
}
.dark_border:hover, .dark_border:focus{
 border:1px solid #ED2A28;
 background:#ED2A28;
}
.skills .progress .progress-bar{
 background:#2FB1FF;
}
.header-login {
  background: #2FB1FF;
}
#header_top_3 .get-tuch i {
    color: #2FB1FF;
}
.pushmenu .push_nav .dropdown-menu li > a:hover{
 background:#ED2A28;
}
#nav_slider .item .nav_tag.yellow{
 background:#2FB1FF;
}
#nav_slider .owl-next:hover,
#nav_slider .owl-prev:hover{
  background: #2FB1FF;
}
#nav_slider .item {
  background: #2FB1FF;
}
.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span{
 background:#2FB1FF;
}
#home_icon {
  background: #2FB1FF;
}
#home_icon .home_feature:hover h4,
#home_icon .home_feature:hover p,
#home_icon .home_feature:hover i{
    color: #2FB1FF;
}
.query-title {
  background: #2FB1FF;
}
.single-query option {
  background:#2FB1FF;
}
.property-page-bg .query-submit-button.pull-right > input[type="submit"] {
  background: #2FB1FF;
}
.intro .dropdown li.current {
  background-color: #2FB1FF;
}
.feature_box .icon {
  background-color: #2FB1FF;
}
.feature_box .icon:after {
  border-color: transparent #2FB1FF transparent transparent;
}
.team-member .s-link a:hover, 
.t-s-link a:hover{
  color: #2FB1FF;
}
.feature .tag-2 {
  background: #2FB1FF;
}
#image-text .image-text-heading span {
  color: #2FB1FF;
}
.list.angle-double-right.list-border a:hover {
  color: #2FB1FF;
}
.team-block .team-thumb .socials a:hover, .work-gallery .gallery-thumb .socials a:hover, .work-gallery:hover .gallery-bottom-part, .line-bottom-theme-colored-2::after, .panel-group .panel-title a.active::after {
  background: #2FB1FF;
}
.line1, .line2 {
  background-color: #2FB1FF;
}
.btn-theme-colored {
  color: #2FB1FF;
}
.bg-theme-color-2 {
  background: #2FB1FF !important;
}
.page-title a:hover {
 border-bottom:1px solid #2FB1FF;
}
.line1, .line2 {
  background-color: #2FB1FF !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background:#2FB1FF;
}

#agent-p-2 .nstSlider .bar {
  background: #2FB1FF !important;
}
.feature-p-text > h4 a:hover{
  color:#2FB1FF;
}
.feature-p-text > a {
  background: #2FB1FF;
}
.f-p-links > li a.active {
  background: #2FB1FF;
}
.f-p-links > li a:hover {
  background: #2FB1FF;
}
.my-pro .my-pro-list .button-my-pro-list > a {
  background: #2FB1FF;
}
#login .profile-login ul li a {
  color: #2FB1FF;
}
#login .profile-login ul .active > a {

  background:#2FB1FF;
}
#login .profile-login .nav > li > a:hover {
  color:#2FB1FF;
}
#login .profile-login .lost-pass {
  border-bottom: 1px solid #2FB1FF;
  color: #2FB1FF;
}
.wpf-demo-gallery .view-caption a:hover {
  color: #2FB1FF;
}
.previous_image_btn {
  background-color:#2FB1FF;
}
.next_image_btn {
  background-color:#2FB1FF;
}
.infowindow-markup {
  background: #2FB1FF;
}
.top .tag {
  background: #2FB1FF !important;
}
#news-section-1 .add-on:hover {
  color:#2FB1FF;
}
.btn_fill{
  background:#2FB1FF;
}
a.back-to{
  background:#2FB1FF;
}
.pager li > a:hover, .pager li > a:focus, .pager li.active > a {
  background:#2FB1FF;
  border-color:#2FB1FF;
}

/*** Same hover Color ***/
.group-button-search {
  background: #2FB1FF;
}
.search_2_set {
 border-top: 5px solid #2FB1FF;
}
.property_item .price .tag, .property_item .price h4 {
  background:#2FB1FF;
}
.inner-page-gallery-two-columns-dimension-btn a.active, 
.inner-page-gallery-two-columns-dimension-btn a:hover, 
.inner-page-gallery-three-columns-dimension-btn a.active, 
.inner-page-gallery-three-columns-dimension-btn a:hover {
  background: #2FB1FF;
}
.featured-properties-detail h4 {
  color: #2FB1FF;
}
nav.navbar.bootsnav .navbar-toggle{
  background:#2FB1FF !important;
}
.color_red {
  color:#2FB1FF;
}
.loader{
    background:#2FB1FF;
}
.socials li a:hover, .socials li a:focus{
 background:#2FB1FF;
 border-color:#2FB1FF;
}
.bg_red {
  background: #2FB1FF;
}
.line_4,
.line_5,
.line_6{
  background: #2FB1FF;
}
.link_arrow:hover::after, .link_arrow:focus::after{
  color: #2FB1FF;
}
#header-top .header-top-links ul li a:hover{
  color:#2FB1FF;
}

nav.navbar.bootsnav ul.nav > li.dropdown.on > .dropdown-toggle,
nav.navbar.bootsnav ul.nav > li.dropdown > .dropdown-toggle:hover,
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
{
  color:#fff !important;
}





nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:focus{
  color:#2FB1FF !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:focus,
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:focus,
nav.navbar.bootsnav ul.nav > li.dropdown .dropdown-menu .dropdown-toggle:hover,
nav.navbar.bootsnav ul.nav .dropdown-menu  li.dropdown.on .dropdown-toggle{
  background:#2FB1FF;
}
.pushmenu{ 
  border-top:5px solid #ED2A28;
}
.pushmenu .push_nav > li > a:hover, .pushmenu  .push_nav > li > a:focus, 
.pushmenu .push_nav > li.active > a{
 color:#ED2A28;
}
#partner_slider .item:hover img,
#partner_slider_2 .item:hover img{
  border: 1px solid ##ED2A28;
  cursor:pointer;
}
#nav_slider .owl-prev:hover, #nav_slider .owl-next:hover,
#listing_slider .owl-next:hover, #listing_slider .owl-prev:hover,
#property-listing-slider .owl-prev:hover, #property-listing-slider .owl-next:hover,
#property-2-slider .owl-prev:hover, #property-2-slider .owl-next:hover,
#property-d-1 .owl-prev:hover, #property-d-1 .owl-next:hover,
#property-1-slider .owl-prev:hover, #property-1-slider .owl-next:hover,
#agent-2-slider .owl-prev:hover, #agent-2-slider .owl-next:hover,
#agent-3-slider .owl-next:hover, #agent-3-slider .owl-next:focus,
#agent-3-slider .owl-prev:hover, #agent-3-slider .owl-prev:focus{
  background:#ED2A28;
}
#listing_slider .owl-next:hover, #listing_slider .owl-prev:hover,
#property-listing-slider .owl-prev:hover, #property-listing-slider .owl-next:hover,
#property-2-slider .owl-prev:hover, #property-2-slider .owl-next:hover,
#property-d-1 .owl-prev:hover, #property-d-1 .owl-next:hover,
#property-1-slider .owl-prev:hover, #property-1-slider .owl-next:hover,
#agent-2-slider .owl-prev:hover, #agent-2-slider .owl-next:hover{
 border-color:#2FB1FF;
}
#project .cbp-filter-item.cbp-filter-item-active,
#project .cbp-filter-item:hover{
  background: #2FB1FF;
}
.property_meta{
  background:#2FB1FF;
}
.mb20 form a.button {
  background: #2FB1FF;
}
.map-detail h4{
  color:#ED2A28;
}
.image-label label {
  background-color:#ED2A28;
}
.bg-color-red{
 background:#ED2A28;
}

/********** RBGA COLORS ************/
.right_box{
  background:rgba(237,42,40,.9);
}
.wpf-demo-gallery:hover .view-caption {
  background-color: rgba(237, 40, 42, 0.9);
}
.inner-page-gallery-two-columns-dimension-detail .image_description, .inner-page-gallery-three-columns-dimension-detail .image_description {
  background: rgba(237, 42, 40, 0.9);
}
#team {
  background-color: rgba(237, 40, 42, 0.9);
}


/* ============= WIDGETS ============ */
/*Social Icons*/
.socials li{ display:inline-block;}
.socials li a {
 color:#dbdbdb;
 border:1px solid #dbdbdb;
 display:block;
 font-size: 14px;
 height: 32px;
 line-height:30px;
 width: 32px;
 margin:5px 5px 5px 0;
 text-align: center;
}
.socials.dark li a{
	color:#676767;
	border-color:#676767;
}
.socials li a:hover, .socials li a:focus{
 color:#fff;
}

/*Buttons*/
.link_arrow {
  color: #2a2a2a;
  text-transform:capitalize;
}
.link_arrow, .white_border, .dark_border{
  display: inline-block;
  font-weight:bold;
  font-size: 14px;
}
.link_arrow::after{
  color:inherit;
  content: "\f105";
  font-family: "fontawesome";
  font-size: 18px;
  font-weight: normal;
  line-height:normal;
  margin-left:8px;
  position:relative;
  left:0; top:-1px;
  vertical-align: middle;
}
.link_arrow:hover::after, .link_arrow:focus::after{
	left:5px;
}
.white_border, .dark_border, .btn_fill{
  padding:12px 30px;
  text-transform:uppercase;
  border-radius:4px;
  display:inline-block;
}
.white_border{
 border:1px solid #fff;
 color:#fff;
}
.dark_border{
 border:1px solid #313030;
 color:#313030;
}
.white_border:hover, .white_border:focus{
 border:1px solid #fff;
 background:#fff;
}
.dark_border:hover, .dark_border:focus,
a.back-to:hover, a.back-to:focus,
.btn_fill{
 color:#fff;
}
.btn_fill{
  font-weight:700 !important;
  text-align: center;
}
.btn_fill:hover, .btn_fill:focus{
	background:#B7B7B7;
	color:#232122;
}
button {
  border: none;
  box-shadow:none;
}
/*back to top*/
a.back-to {
  border-radius: 5px;
  bottom: 60px;
  color: #fff;
  display: none;
  font-size: 18px;
  height: 40px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 999;
}
/* Skils Progress Bars*/
.skills .progress {
 height: 6px;
 background: #e7e7e7;
 border-radius: 0;
}
.skills p.pull-right {
 font-size:14px;
}

/*Pagination*/
.pager {
	margin:0;
}
.pager, pager > li {
	display:inline-block;
	border-radius:4px;
}
.pager li > a {
  background:#fff;
  border:1px solid #ddd;
  border-radius:0;
  display:inline-block;
  font-size:16px;
  padding:8px 16px;
  color:#676767;
}
.pager li > a:hover, .pager li > a:focus, .pager li.active > a {
	color:#fff;
}

/*transition*/
a, button, .link_arrow::after, 
.more-filter > .more-filter, .text-1, .more-filter > .text-2,
.image, .image img,
.intro .dropdown li, input,
.owl-prev, .owl-next, .owl-controls .owl-page span,
#menu_bars span,
.team-hover, .team-hover .desk, .team-hover .s-link{
 -moz-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 
}
#team {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-10%, 100%) scale(0, 0);
  -moz-transform: translate(-10%, 100%) scale(0, 0);
  -o-transform: translate(-10%, 100%) scale(0, 0);
  -ms-transform: translate(-10%, 100%) scale(0, 0);
  transform: translate(-10%, 100%) scale(0, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11000;
}
#team.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}
#team .close {
  background-color: #303133;
  box-shadow: none;
  color: #fff;
  font-size: 27px;
  font-weight: normal;
  opacity: 1;
  padding: 10px 17px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  text-shadow: none;
}
.team_popup {
  background: #fff;
  border-radius: 0;
  left: 50%;
  max-width: 100%;
  width:70%;
  padding: 46px 40px;
  position: fixed;
  top: 50%;
  -moz-transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  -o-transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
}
.team_popup .popup_image > img {
  width: 100%;
  border-radius: 0;
}
.team_popup .progress {
  background-color: #d9d9d9;
  border-radius: 0;
  box-shadow:0;
  height: 6px;
  margin-bottom: 20px;
  margin-right: 30px;
  overflow: hidden;
}
.team_popup .progress-bar {
  box-shadow:0;
}
.team_popup .lebal {
  margin-right: 30px;
}
.team_popup .lebal > p {
  display: inline-block;
  font-weight: bold;
}

