/*
* RTL
*/
.new_list{
	
}
.new_list li{
	border-bottom: 1px #d6d6d6 solid;
}
.new_list a{
	text-decoration:none;
}
.yellow_txt{
	padding-top: 5px;
    color: #FAEE00;
    font-weight: bold;
    text-align: center;
}
.white_txt{
	padding-top: 5px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.show-list-style-l{
float: left;
    width: 30%;
}
.show-list-style-r{
	float: left;
    width: 70% !important;
	background-color: #fff !important;
	color: #000 !important;
	position:relative;
	padding: 24px !important;
	text-align: left;
}
.show-list-style-r-txt{
	padding-top: 15px;
	font-size: 16px;
}
.show-list-style-r-price{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
	top:0px;
    height: 100%;
    font-size: 24px;
    color: #E91E63;
}
.new-tab-ul{
	display: inline-block;
	padding: 0px 20px !important;
	margin-bottom: -20px;
}
.new-tab-ul li{
display: inline-block !important;
    width: auto !important;
}
.new-tab-ul li a{
display: inline-block !important;
    width: auto !important;
	margin-bottom: 0px !important;
}
.new-tab-style{
	border: 3px solid #28C8C8;
	border-radius: 20px;
	    padding-top: 40px;
}
.s-r-box{
	position:relative;
	padding-right: 135px;
}
.s-r-left{
	
}
.s-r-right{
	
}
.new_tag_box{
display: flex;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	background-color: rgba(0, 0, 0, 0.58);
    color: #fff;
	font-size:16px;
}
.new_tag_box li{
	flex: 1;
    text-align: center;
    justify-content: center;
}
.b18font{
font-size:18px;	
}
.b24font{
	font-size:24px;	
    font-weight: bold;
    color: #28C8C8;
}
.more_btn{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    position: absolute;
    right: 20px;
    bottom: 0;
    border-bottom: 2px #696969 solid;
    padding-left: 25px;
	color:#696969 ;
}

.mtop100{
	margin-top:-40px;
	z-index:3;
	position:relative;
}

.col-md-12 {
    width: 100%;
}
.right{
	float: right;
}
.img-label-720{
    background-color: rgba(29, 32, 136, 0.6);
    color: #fff;
    font-size: 12px;
    display: inline-block;
	padding: 0 5px;
	border-radius: 5px;
}
.img-label-free{
    background-color: rgba(255, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    display: inline-block;
	padding: 0 5px;
	border-radius: 5px;
}
.img-label-new{
    background-color: rgb(236, 121, 2);
    color: #fff;
    font-size: 12px;
    display: inline-block;
	padding: 0 5px;
	border-radius: 5px;
}
.listing-item:hover .img-time{
	opacity: 0.5;
}
.big_text{
	background-color: #ff6b6b !important;
    font-size: 2em !important;
}
.best_text img{
	max-width: 100% !important;
}
.best_text *{
	max-width: 100% !important;
}
.p-right{
	    padding-right: 80px;
}
.user_mobile{
	text-align: center;
}
.user_mobile a{
    font-size: 2.3em;
	    display: block;
		    margin: 5px;
}
.user_mobile i{
    margin-right: 10px;
}
.tb-bg tr > td:first-child{
	    background-color: #eee;
}
.mobile-setting{
	padding: 15px 0px 35px 0px;
}
.mobile-setting h1{
	font-size: 1.5em !important;
}
.mobile-setting .breadcrumb{
	float: right !important;
}

      .credit{
        position: absolute;
        text-align: center;
        width: 100%;
        padding: 20px 0;
        color: #fff;
      }

      #gallery-container {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 4px;
      }

      .title {
        width: 100%;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 24px;
      }

      #panorama-container {
        position: fixed;
        display: flex;
        width: 100%;
        height: 100%;
        top: 0;
		left:0;
        background: rgba(0,0,0,0.9);
        transform: scale(0,0);
        opacity: 0;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
      }

      #panorama-container.open {
        opacity: 1;
        transform: scale(1,1);
		z-index: 999;
      }

      .photo {
        flex-grow: 1;
        width: 360px;
        height: 240px;
        background-size: cover;
        margin: 4px;
        border: 1px solid #ccc;
        cursor: pointer;
      }

      .photo:hover {
        border-color: #faa;
      }

      #progress-bar {
        position: fixed;
        top: 0;
        width: 0;
        height: 5px;
        background-color: #fff;
        transition: opacity 0.5s ease;
      }

      .close {
        width: 44px;
        height: 44px;
        position: absolute;
        right: 0;
		top:0;
        margin: 0px;
        cursor: pointer;
      }

      .close > i {
        color: #fff;
        font-size: 44px;
      }

      #main-container {
        width: 100%;
        height: 80%;
        align-self: center;
        background-color: #000;
      }
	  .panorama_title{
		text-align: center;
		background: rgba(255, 255, 255, 0.65);
		padding: 5px;
	  }
.img-time{
	position: absolute !important;
	top:0;
    padding: 3px;
}	
.img-time img{
	width:auto !important;
	height:35px !important; 
	display: block;
}	
.panoramic-360{
	position: absolute !important;
	top:5px;
	left:5px;
	width:auto !important;
	height:35px !important; 
}
.panoramic-free{
	position: absolute !important;
	top:35px;
	left:5px;
	width:auto !important;
	height:35px !important; 
}
.line_pc{
	
}
.line_mobile{
	display: none;
}
.line_mobile_s{
	display: none;
}
.labels{
   background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px
}
.margin_center{
	margin: 0 auto;
}
.bottom_10{
	margin-bottom: 10px;
}
.fix_bottom{
	display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.fix_bottom_info{
    background-color: rgba(0, 0, 0, 0.8);
}
.fix_bottom_share{
	    position: relative;
}
.fix_bottom_info p{
color: #fff;
    font-size: 16px;
    line-height: 20px;
margin: 0;
}
.fix_bottom_info span{
color: #c5c5c5;
float: left;
}
.right_fb{
color: #fff;
background-color: #3b5a9a;
height: 40px;
background-image:url(../../images/fb.jpg);
background-position:center center;
background-repeat:no-repeat;
display: block;
}
.bottom_share_left{
    position: absolute;
    left: 0;
    top: 0;
}
.bottom_share_right{
margin-left: 100px;
}
.bottom_fb{
float: left;
width: 50px;
color: #fff;
background-color: #05548d;
height: 40px;
background-image:url(../images/fb.jpg);
background-position:center center;
background-repeat:no-repeat;
}
.bottom_line{
	float: left;
	width: 50px;
	color: #fff;
	background-color: #009c41;
	    height: 40px;
background-image:url(../images/line.jpg);
background-position:center center;
background-repeat:no-repeat;
}
.bottom_line_user{
	float: left;
	width: 50%;
	color: #fff;
	background-color: #0ba29a;
	    height: 40px;
background-image:url(../images/line-url.jpg);
background-position:center center;
background-repeat:no-repeat;
}
.bottom_reserve{
	float: left;
	width: 50%;
	color: #fff;
	background-color: #00a0e9;
	    height: 40px;
background-image:url(../images/reserve.jpg);
background-position:center center;
background-repeat:no-repeat;
border: 0;
}
.bottom-3{
	width: 33.3333333%;
}
.bottom_price{
	font-size: 24px !important;
    padding-right: 5px !important;
    color: #ed0000 !important;
    font-weight: bold !important;
}
.bottom_box{
	padding-top: 15px;
	    padding-bottom: 15px;
	    position: relative;
}
.bottom_phone{
position: absolute;
    right: 5px;
    top: 19px;
}
.bottom_phone a{
	color:#fff;
	font-size: 3em;
	padding: 10px 15px;
	
}
.ellipsis{
  display : inline-block;
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  width : 100%;
}
.custom-color-1 {
	color: #2bca6e !important;
}

.custom-color-2 {
	color: #8b94a3 !important;
}

.custom-color-3 {
	color: #3f4b59 !important;
}
.custom-color-4 {
	color: #28C8C8 !important;
}

.custom-background-color-1 {
	background-color: #1c222a !important;
}

.box-shadow-custom {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}

.custom-list-style-1 li {
	position: relative;
	list-style: none;
}
.custom-list-style-1 li:before {
	content: '-';
	display: block;
	position: absolute;
	top: 50%;
	left: -15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-list-item-disabled {
	color: #c9c9c9 !important;
	text-decoration: line-through;
}
.custom-list-item-disabled .fa, .custom-list-item-disabled .icons {
	color: #c9c9c9 !important;
}

#header .header-body {
	border-top: 0 !important;
	border-bottom: 0 !important;
}
#header .header-top-custom {
	padding: 0 !important;
	background: #28C8C8;
	border-bottom: 1px solid #28C8C8 !important;
}
#header .header-top-custom .header-nav-top.langs li a:hover, #header .header-top-custom .header-nav-top.langs li a:focus {
	background: #018e8e;
}
#header .header-top-custom .header-nav-top .nav > li.blog {
	border-left: 1px solid #28C8C8;
	border-right: 1px solid #28C8C8;
}
#header .header-top-custom .header-nav-top .nav > li:nth-child(2) span {
	border-left: 1px solid #28C8C8;
	border-right: 1px solid #28C8C8;
}
#header .header-top-custom .header-nav-top .nav > li > span, #header .header-top-custom .header-nav-top .nav > li a {
	color: #fff !important;
}
#header .header-top-custom .header-nav-top .nav > li:first-child > span {
	padding-left: 0;
}
#header .header-top-custom .header-nav-top .nav > li span .icons {
	color: #fff !important;
}
#header .header-top-custom .header-nav-top .nav > li a .fa {
	color: #8ea0ae;
	top: -2px !important;
	right: -2px;
}
#header .header-top-custom .header-nav-top .nav .open a {
	background-color: #fff;
}
#header .header-top-custom .header-nav-top .nav .open .dropdown-menu {
	border-radius: 0 !important;
}
#header .header-top-custom .header-nav-top .nav .open .dropdown-menu-toggle {
	border-radius: 0;
}
#header #headerSearchProperties .dropdown-toggle:after {
	display: none !important;
}
#header #headerSearchProperties .fa-caret-down {
	display: none !important;
}
#header #headerSearchProperties .fa-search {
	font-size: 16px;
	position: relative;
	margin-left: 5px;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		padding: 30px 10px;
	}
	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		border-color: #333b48 transparent transparent transparent !important;
	}
	#header .header-nav-main nav > ul > li.dropdown.active > a, #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
		padding-bottom: 30px;
	}
	#header .header-nav-main nav > ul > li.dropdown.active > a:after, #header .header-nav-main nav > ul > li.dropdown.open > a:after, #header .header-nav-main nav > ul > li.dropdown:hover > a:after {
		border-color: #777 transparent transparent transparent !important;
	}
	#header .header-nav-main-effect-1 nav > ul > li.dropdown.open > a {
		background: #FFF;
		color: #777 !important;
	}
	#header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
	#header .header-nav-main-effect-1 nav > ul > li.dropdown > .dropdown-menu li:hover a {
		background-color: #f5f5f5 !important;
	}
	#header .header-container.custom-position-initial {
		position: initial !important;
	}
	#header .header-container .custom-fullwidth-dropdown-menu {
		padding: 0;
		width: 100% !important;
		left: 0 !important;
	}
}
@media (max-width: 991px) {
	.place{
		flex-direction: column;
	}
.place iframe{
    height: 250px !important;
}
.show-list-style-l{
    float: none;
    width: 100%;
}
.show-list-style-r{
    float: none;
    width: 100% !important;
}
.b24font {
    font-size: 18px;
}
.show-list-style-r-txt{
	font-size: 14px;
}
	#header {
		min-height: 0 !important;
	}
	#header .header-nav-main nav > ul > li {
		border-bottom: 1px solid #cecece !important;
	}
	#header .header-nav-main nav > ul > li .dropdown-menu > li {
		border-bottom: 1px solid #cecece !important;
	}
	#header .header-nav-main nav > ul > li .dropdown-menu > li:last-child {
		border-bottom: 0 !important;
	}
	#header .header-nav-main nav > ul > li .dropdown-menu > li a {
		color: #777;
	}
	#header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-menu {
		margin: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-menu.custom-fullwidth-dropdown-menu {
		background: transparent;
		width: 100% !important;
	}
	#header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-menu.custom-fullwidth-dropdown-menu form {
		margin: 10px;
		margin-left: 0;
	}
	#header .header-nav-main nav > ul > li:last-child {
		border-bottom: 0 !important;
	}
	#header #propertiesFormHeader .col-md-2 {
		padding: 0;
	}
	#header #propertiesFormHeader .col-md-2 .form-control-custom {
		margin-top: 5px;
	}
	#header #propertiesFormHeader .col-md-2 input[type="submit"] {
		margin-top: 5px;
	}
}
.rev_slider .slides-number {
	position: absolute;
	top: 50%;
	left: 96.8%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 21;
	width: 5%;
	font-size: 2.6em;
}
.rev_slider .slides-number:before {
	content: '';
	display: block;
	position: absolute;
	top: 58%;
	left: 50%;
	width: 120%;
	border-bottom: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.rev_slider .slides-number span {
	display: block;
	color: #FFF;
	text-align: center;
	font-family: Georgia,serif;
}
.rev_slider .slides-number span.atual {
	position: absolute;
	top: -40px;
	width: 100%;
}
.rev_slider .slides-number span.total {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.rev_slider .tparrows {
	background: none !important;
}
.rev_slider .tparrows:before {
	content: '\f0d8';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 50%;
	line-height: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.rev_slider .tparrows:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	height: 25px;
	border-left: 1px solid #FFF;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.rev_slider .tparrows.tp-rightarrow:before {
	content: '\f0d7';
	font-family: 'FontAwesome';
	bottom: 0;
	top: initial;
}
.rev_slider .tparrows.tp-rightarrow:after {
	bottom: 0;
	top: initial;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	.rev_slider .slides-number {
		left: 94.8%;
	}
}
.owl-height{
	   transition: inherit !important;
}
.properties-listing {
	overflow: visible;
	position: relative;
	z-index: 1;
	min-height: 351px;
}
.properties-listing li {
	list-style: none;
	word-break: keep-all;
}
.properties-listing .listing-item {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.properties-listing .listing-item:hover {
	box-shadow: 10px 8px 44px -15px rgba(0, 0, 0, 0.33);
}
.properties-listing .listing-item:hover .thumb-info .thumb-info-price i:after {
	width: 60px;
}
.properties-listing .listing-item .thumb-info .thumb-info-listing-type {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.properties-listing .listing-item .thumb-info .thumb-info-price {
	display: block;
	width: 100%;
	line-height: 1;
}
.properties-listing .listing-item .thumb-info .thumb-info-price i {
	position: relative;
}
.properties-listing .listing-item .thumb-info .thumb-info-price i:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	border-bottom: 1px solid #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.properties-listing .listing-item .thumb-info .custom-thumb-info-title {
	display: block;
}
.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li {
	display: inline-block;
	line-height: 1;
	padding: 1px 5px;
}
.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li:nth-child(1) {
	padding-left: 0;
}
.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li:nth-child(2) {
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
}
.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li:nth-child(3) {
	border-right: 1px solid #b8b8b8;
}

.thumb-info-listing-type-detail {
	position: absolute;
	z-index: 2;
}

#listingLoadMore {
	display: block;
}

.listing-load-more-loader {
	display: none;
	min-height: 113px;
	position: relative;
}

.thumb-info-side-image .thumb-info-side-image-wrapper {
	padding: 8px;
}
.thumb-info-side-image .thumb-info-side-image-wrapper img {
	transition: none;
}
.thumb-info-side-image .thumb-info-caption p {
	font-size: 1em;
}

.thumb-info:hover .thumb-info-wrapper:after {
	opacity: 0.4;
}

.special-offer-item {
	margin-bottom: 30px;
}
.special-offer-item:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.special-offer-item img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.special-offer-item .special-offer-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.special-offer-item .special-offer-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(23, 23, 23, 0.5);
	z-index: 1;
}
.special-offer-item .special-offer-wrapper .special-offer-infos {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.special-offer-item .special-offer-wrapper .special-offer-infos span {
	display: block;
}
	.mobile-hide{
		display: block;
	}
	.mobile-show{
		display: none;
	}
@media (max-width: 991px) {
	.mobile-hide{
		display: none;
	}
	.mobile-show{
		display: block;
	}
#header.header-narrow .header-logo img {
    margin: 5px 0px 0px 0px !important;
    max-height: 45px !important;
}
html.sticky-header-negative.sticky-header-active #header .header-logo {
    padding-top: 0px !important;
}
	.fix_bottom{
		display: block;
	}
	.special-offer-item .special-offer-wrapper img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.sticky-header-active .main{
		margin-top: 92px;
	}
	.xs-custom-mt-xlg {
		margin-top: 30px !important;
	}
}
.agents {
	margin-bottom: 10px;
	position: relative;
	background: url("../images/agent-bg-blue.jpg");
	background-size: cover;
}
.agents:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95%;
	height: 95%;
	border: 1px solid #5a71a0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.agents .agents-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.agents .owl-carousel .owl-item .agent-thumb {
	display: inline-block;
	width: 80%;
}
.agents .owl-carousel .owl-item .agent-thumb img {
	border: 7px solid #b4c6e2;
	box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.3);
}
.agents .owl-carousel .owl-item .agent-infos {
	display: block;
	margin-bottom: 25px;
}
.agents .owl-carousel .owl-item .agent-infos span ,.agent-infos span a{
	display: block;
	color: #aebbd6;
}
.agents .owl-carousel .owl-nav {
	padding-bottom: 30px;
	padding-top: 20px;
}
.agents .owl-carousel .owl-nav .owl-prev, .agents .owl-carousel .owl-nav .owl-next {
	border: none !important;
	font-size: 2em;
	padding: 0 !important;
	width: initial;
	height: initial;
}
.agents .owl-carousel .owl-nav .owl-prev:active, .agents .owl-carousel .owl-nav .owl-next:active {
	background-color: initial !important;
	border-color: transparent !important;
}
.agents .owl-carousel .owl-nav .owl-prev:hover, .agents .owl-carousel .owl-nav .owl-next:hover {
	border: 0 !important;
}
.agents .owl-carousel .owl-nav .owl-prev {
	color: #2dc571 !important;
}
.agents .owl-carousel .owl-nav .owl-prev:before {
	font-family: simple-line-icons;
	content: "\e07a";
}
.agents .owl-carousel .owl-nav .owl-next {
	color: #FFF !important;
}
.agents .owl-carousel .owl-nav .owl-next:before {
	font-family: simple-line-icons;
	content: "\e079";
}

@media (max-width: 991px) {
	.agents:before {
		width: 97%;
	}
}
.agent-item {
	border: 1px solid #DDD;
	padding: 4px;
	display: block;
	margin: 0 0 35px;
	padding: 20px 18px 18px;
}
.agent-item::after {
	clear: both;
	content: "";
	display: table;
}
.agent-item .row {
	display: block;
}
.agent-item p {
	font-size: 0.9em;
	margin: 8px 0 0;
}
.agent-item.agent-item-detail {
	padding: 35px;
}

@media (max-width: 991px) {
.line_pc{
	display: none;
}
.line_mobile{
	display: block;
}
.line_mobile_s{
	    float: left;
		padding-top: 5px;
	display: block;
}
	.agent-item img {
		margin-bottom: 25px;
	}
	.agent-item .list.list-icons {
		margin: 20px 0 0 !important;
	}
}
.page-header-light {
	border-bottom: 5px solid #f7f7f7;
	border-top: 5px solid #fff;
}
.page-header-light h1 {
	font-weight: 400;
	font-size: 2em;
}
.page-header-light .breadcrumb.breadcrumb-valign-mid {
	top: 22%;
}

.newsletter {
	margin-bottom: 30px;
	border: 2px solid #28C8C8;
}
.newsletter i {
	display: block;
	font-size: 2.2em;
}
.newsletter form .form-control {
	height: 40px;
	font-size: 12px;
	text-transform: uppercase;
}
.newsletter form .form-control::-webkit-input-placeholder {
	color: #444;
}
.newsletter form .form-control::-moz-placeholder {
	color: #444;
}
.newsletter form .form-control:-ms-input-placeholder {
	color: #444;
}
.newsletter form .form-control:nth-child(2) {
	border-top: 0;
}
.newsletter form button {
	border: 0 !important;
}

#footer {
	border: none;
}
#footer .footer-copyright {
	border-top: 0;
}
#footer .footer-copyright .row {
	border-top: 1px solid #2a313a;
}
#footer .twitter .fa {
	color: #35b5e5;
}
#footer .twitter .status {
	color: #8b94a3;
}
#footer .twitter .meta a {
	color: #3f4b59;
}
