@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: proxima_nova_regular;
    src: url(../fonts/ProximaNova-Reg-webfont-fullchar.eot);
    src: url(../fonts/ProximaNova-Reg-webfont-fullchar.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Reg-webfont-fullchar.woff) format('woff'), url(../fonts/ProximaNova-Reg-webfont-fullchar.ttf) format('truetype'), url(../fonts/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular) format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: proxima_nova_bold;
    src: url(../fonts/ProximaNova-Bold-webfont-fullchar.eot);
    src: url(../fonts/ProximaNova-Bold-webfont-fullchar.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Bold-webfont-fullchar.woff) format('woff'), url(../fonts/ProximaNova-Bold-webfont-fullchar.ttf) format('truetype'), url(../fonts/ProximaNova-Bold-webfont.svg#proxima_nova_rgregular) format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: ProximaNovaT-Thin;
    src: url(../fonts/ProximaNova/ProximaNovaT-Thin.eot);
    src: url(../fonts/ProximaNova/ProximaNovaT-Thin.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova/ProximaNovaT-Thin.woff) format('woff'), url(../fonts/ProximaNova/ProximaNovaT-Thin.ttf) format('truetype'), url(../fonts/ProximaNova/ProximaNovaT-Thin.svg#proxima_nova_rgregular) format('svg');
    font-weight: 700;
    font-style: normal;
}


body{
	padding:0px;
	margin:0px;
	font-family:proxima_nova_regular;
	font-size:13px;
	background:#E9E9E9;
	 
	
}

.estate_badge_detail{
	position:absolute;
	padding:5px;
	background-color:#BF2325;
	color:#fff;
	float:left;
	left:0px;
	top:15px;
	z-index:1;
}

.estate_badge{
	position:absolute;
	padding:5px;
	background-color:#BF2325;
	right:0px;
	top:0px;
	color:#fff;
}

.privacy_wrapper{
	width:100%;
}
.privacy_wrapper_padd{
	padding:60px 0px;
}

.linkify{
cursor:pointer;
}

.linkify_underline{
	cursor:pointer;
	text-decoration:underline !important;
}

.simplelink{
font-size: 13px;
letter-spacing: 0;
margin-bottom: 20px;	
}

.simplelink i{
font-size:15px;	
}

.simplelink a{
color:#333;	
}


.floatleft{
float:left;	
}

.rightMargin{
margin-right:10px  !important;		
}

.bottomMargin{
margin-bottom:10px !important;	
}

input, button, select, textarea {
	font-family:proxima_nova_regular;
}


.mobile_user_avatar{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    height: 35px;
    width: 35px;	
}

.mobile_cnb_name{
	width:calc(100% - 80px);
	float:left;
	text-align:center;
	height:35px;
	line-height:35px;	
}

.cover_image_holder{
	height:250px;
	width:100%;
	position:relative;	
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}

.facebookButton{
background:#313A71;
font-size: 14px !important;
 
padding: 10px 10px 6px;
border-radius:6px;
}

.clear{
	clear:both;
}

.logo{
	float:left;
	padding-top:3px;
	padding-left:10px;
	height:30px;
}

.less70 {
    width: calc(100% - 70px) !important;
}

.cnb_logo{
	position: absolute;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:rgba(0,0,0,0.6);
	bottom:0px;
	left:0px;
	font-size:20px;
	text-align:center;
	color:#FFF;
	letter-spacing:1px;
}
.single_line {
    height: auto;
    left: 0;
    padding: 0 10px;
    width: 100%;
}
.user_info{
	float:right;
	/*width:320px;*/
	width:auto;
}
.user_header_btns{
	float:right;
	width:auto;
	margin-right:10px;padding:5px;
}
.user_option{
	/*background: #fff none repeat scroll 0 0;*/
    color: #000;
    float: left;
    height: 52px;
    /*line-height: 52px;*/
    position: relative;
    text-align: center;
    width: 56px;
	padding:10px 15px;
}

.user_option.active{
	background:#FFF;	
}

.user_option.active a{
	color:#000;
}


.user_option:hover{
	background:#FFF;	
}

.user_option:hover a{
	color:#000;
}
.user_option a{
	position:relative;	
}

.user_option a[data-badge]:after {
  background: red none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
    color: white;
    content: attr(data-badge);
    font-size: 9px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: -8px;
    width: 14px;
}

.board_setting_btn{
	position:absolute;
	top:10px;
	right:10px;
	background:rgba(0,0,0,0.5);
	color:#FFF;
	display:inline-block;
	padding:5px 10px;	
}

.donate_btn{
	position:absolute;
	bottom:40px;
	right:10px;
	background:#6FA543;
	color:#FFF;
	display:inline-block;
	padding:5px 10px;	
}

span.wallet_amount{
	color: #fff;
    font-size: 20px;
	margin-bottom:5px;
	margin-top:10px;
	display:inline-block;
}

span.wallet_amount_info{
	display:block;
	font-size:13px;	
}


.mobile_button_holder{
	display:none;
	width:100%;
	border-bottom:3px solid #468F0F;
	height:auto;
	
}

.mobile_button_holder a{
	float:left;
	height:100%;
	padding:8px 0px;
	text-align:center;
	color:#FFF;
	font-size:13px;
	display:inline-block;
	border-left:2px solid #CCC;
	background:#000000;
	font-family:proxima_nova_regular;
}

.mobile_button_holder a:hover{
	background:#468F0F;
	text-decoration:none;
}

.mobile_button_holder a:first-child{
	border-left:0px;
}

.mobile_button_holder.two_button a{
	width:50%;
}
.mobile_button_holder.three_button a{
	width:33.33%;
}

.sub_header{
	width:100%;
	height:auto;
	background:#FFF;
}

.sub_title_holder{
	width:50%;
	float:left;
	padding:5px 10px 5px 20px;
	position:relative;
	color:#000;
}


.site_content{
	padding:20px;
	position:relative;
}

.site_content.full_screen{
	background: #fff none repeat scroll 0 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
	height:100%;
	overflow:auto;
}

.normal_menu a{
	color:#FFF;
	font-size:13px;
	text-decoration:none;
}

.button_holder{
	width:auto;
	float:right;
	padding:10px;
}


.search_holder{
	width:300px;;
	float:right;
	padding:10px 10px;
	position:relative;
}

.search_holder input{
	width:100%;
	padding:5px 10px 5px 35px;
	font-size:14px;
	border:2px solid #878787;
	border-radius:6px;
}

.search_holder i{
	font-size:20px;
    left: 17px;
    position: absolute;
    top: 18px;
	color: #000;
}

.button_holder button{
	background: #fff none repeat scroll 0 0;
    border: 2px solid #468F0F;
    border-radius: 6px;
    color: #2d2d2d;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.button_holder button:hover{
	background:#468F0F;
	color:#FFF;
}



.button_holder button:hover i{
	color:#FFF;
}




.button_invereted_holder button{
	background:#468F0F  none repeat scroll 0 0;
    border: 2px solid #468F0F;
    border-radius: 6px;
    color:#FFF;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.button_invereted_holder button:hover{
	background:#fff;
	color:#2d2d2d;
}

.button_invereted_holder button:hover i{
	color: #2d2d2d;
}

.button_holder_theme .black{
	background:#000 !important;
	color:#FFF !important;
	border-color:#000 !important;
}
.button_holder .button-icon{
	padding-right:30px;
	position: relative;
}

.button_holder button i{
	font-size:26px;
	color:#468F0F;
	position:absolute;
	top:5px
}

.left_column{
	width:225px;
	float:left;
	background:#FFF;
	height:100%;
}

.left_column img{
width:225px;	
}

.right_column{
	width:225px;
	float:right;
	background:#FFF;
	height:100%;
}

.site_page_header{
	width:100%;
	display:table;
	margin-bottom:20px;
}

.site_page_title{
	display:table-cell;
	font-size:16px;
}

.site_page_button_holder{
	display:table-cell;
	text-align:right;
}

.column_head{
	width:100%;
	background:#468F0F;
	font-size:16px;
	color:#FFF;
	padding:10px;
	text-align:left;
	margin-bottom:20px;
}

.column_head_white{
	 
	background:#FFF;
	font-size:16px;
	color:#333;
	padding:10px;
	text-align:right;
	margin-bottom:5px;
	margin-left:235px;
	margin-top:5px;
	margin-right:10px;
}

.column_head_nocolor{
	 
	background:none;
	font-size:16px;
	color:#333;
	padding:10px;
	text-align:right;
	margin-bottom:5px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
}

.column_subhead{
	width:100%;
	background:#468F0F;
	font-size:16px;
	color:#FFF;
	padding:10px;
	text-align:left;
	margin-bottom:5px;
	display: inline-block;
	/*cursor:pointer;*/
}
.user_as_info{
	border-bottom: 1px solid #e3e3e3;
    font-size: 13px;
    padding: 10px 8px;
    text-align: left;
}

.category_list{
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:10px;
}

.category_list li a{
	color:#000000;
	text-decoration:none;
	font-size:13px;
	line-height:30px;
}

.category_list li.active a{
	font-style:italic;
	color:#468F0F;
}



.box {
  margin: 10px 0px 0px 10px;
  background: #D8D5D2;
  float: left;
  position: relative;
}

.col1{ 
	width: 48%; 
}

.col1.five{ 
	width: 19%; 
}

.col1.full{ 
	width: 100%; 
	margin: 0px 0px 10px 0px;
}

.col1 .order_description{
	color:#878787;
	font-size:12px;
	/* min-height: 135px;*/
}


.col1 .order_description b{
	margin:0px;
	padding:5px;
	color:#000;
	font-size:14px;
	font-weight:normal !important;
	display: inline-block;
	width:100%;
	position:relative;
	float:left;
}
.order_description .title_and_image{
	margin:0px;
	padding:5px;
	color:#000;
	font-size:14px;
	font-weight:normal !important;
	display: inline-block;
	width:100%;
	position:relative;
	float:left;
}
.col1 .order_description p{
	margin:0px;
	padding:5px;
	color:#000;
	text-decoration:none !important;
}



.col1 a:hover{
	text-decoration:none !important;
}

 
.col1 .order_description div.notice_info{
	padding:0px 5px 5px 5px;
	margin:0px;
}

.col1 .order_description div.notice_info .category{
	float:left;
	font-style:italic;
}

.col1 .order_description div.notice_info .views{
	float:right;
}

.col1 .order_user_holder{
/*bottom: 110px;
    clear: both;
    height: 50px;
    position: absolute;
    right: 10px;
    width: 50px;*/
	
	
	 
    height: 50px;
    position: absolute;
    right: 10px;
    top: -25px;
    width: 50px;
}

.col1 img{
	width:100%;
}



.order_user_avatar{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  	 border-radius: 50px;
    
    height: 50px;
    width: 50px;
}

.order_user_avatar img{
	width:100%;
}

.order_user_info{
	color:#FFF;
	float:left;
	padding-left:10px;
}

.order_user_info b{
	margin:0px;
	font-size:14px;
	margin-bottom:2px;
	font-weight:normal;
}

.order_user_info p{
	margin:0px;
	font-size:13px;
	line-height: 10px;
}

.center_column{
	float:left;
	width:100%;
}

.button_holder_theme{
	width:50%;
	float:left;
	padding:5px 10px;
	line-height: 20px;
}
.button_holder_theme button{
	background:#FFF;
	border:0px;
	font-size:18px;
	text-transform: uppercase;
	font-size:14px;
	font-weight:normal;
	color:#878787;
	border-radius:5px;
	margin-left:10px;
	padding:8px 10px;
	margin-right:10px;
}

.button_holder_theme button:hover{
	background:#000000;
	color:#FFF;
}

.button_holder_theme button:hover i{
	color:#FFF;
}

.button_holder_theme .button-icon{
	padding-right:40px;
	position: relative;
}

.button_holder_theme button i{
	font-size:26px;
	color:#468F0F;
	position:absolute;
	top:5px;
}


.offer_holder{
	width:58%;
	float:left;
	margin-right:2%;
	position:relative;
}

.offer_form_holder{
	width:40%;
	float:left;
	/*border:1px solid #CCCCCC;*/
}

.offer_response_holder{
	padding:0px;
	background: none;
}

.form_holder{
	padding:20px;
	border:1px solid #CCCCCC;
}

.form_holder label{
	font-size:14px;
	display:block;
	padding:3px 0px 8px 0px;
}

.form_holder input, .form_holder textarea{
	width:100%;
	padding:5px;
	font-size:16px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}

/********************** FAVOURITE SAVED START **********************/ 
.estate-saved-favourite{
	width: 180px;
    float: right;
    margin-top: 10px;
}

.estate-saved-favourite .fav_saved{
	 color: #468f0f ;
}

.estate-saved-favourite .common_button_fav{
	background: #FFFFFF none repeat scroll 0 0;
	border:1px solid #ccc;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    outline: 0 none;
    padding: 8px 0px;
    text-align: center;
    text-decoration: none;
    width: 170px;
    border-radius: 2px;
    float: left;
}
.estate-saved-favourite .common_button_fav i{
	padding-right:5px;
}

/********************** FAVOURITE SAVED END **********************/ 
.social{
	text-align:right;
	padding:10px 0px;
}

.social a span{
	display:none;	
}

.facebook{
	background:#3d5a97 !important;
	color:#FFF;
}

.twitter{
	background:#30a6e0!important;
	color:#FFF;
}

.googleplus{
	background:#da4a38!important;
	color:#FFF;
}

.linkedin{
	background:#4875B4!important;
	color:#FFF;
}

.mailshare{
	background:#635b67 !important;
	color:#FFF;
}

.linked-in-share{
	background:#635b67;
	color:#FFF;
}
.more{
	background:#fd6f4d;
	color:#FFF;
}


.social a{
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	padding:7px 10px;
	border-radius:5px;
}

.social a.facebook{
	background:#3d5a97;
}

.social a.twitter{
	background:#30a6e0;
}

.social a.more{
	background:#fd6f4d;
}

.related_results{
	border:1px solid #CCCCCC;
}

.results_holder{
	padding:0px 20px 20px 20px;
}


.single_result{ 
	width: 200px;
	float:left;
	 
	margin:10px 20px 10px 0px;
}

.single_result .order_description{
	background:#FFF;
	color:#878787;
	font-size:14px;
}

.single_result .order_description p{
	margin:0px;
	padding:10px;
}

.single_result .order_description p.views{
	text-align:right;
	padding:0px 10px 10px 0px;
	margin:0px;
}

.single_result .order_user_holder{
	clear:both;
	height:35px;
	background:#468F0F;
}

.single_result img{
	width:100%;
}


#cover_image_change{
	position:absolute;
	bottom:5px;
	right:5px;
	text-decoration:none;
	background:#666;
	color:#FFF;
	padding:3px 5px;
}



#cover_image_select{
	position:absolute;
	bottom:5px;
	right:5px;
	text-decoration:none;
	background:#666;
	color:#FFF;
	padding:3px 5px;
}


.directory_holder{
	width:250px;
	margin:0px 20px 20px 0px;
	background:#FFF;
	float:left;
}

.directory_holder.medium_size{
	width:215px;
}

.directory_holder a:hover{
	text-decoration:none;
}

.directory_name:hover{
	background:#000;
}

.profile_image_holder{
	width:250px;
	height:250px;
	position:relative;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}



.profile_image_holder.medium_size{
	width:215px;
	height:215px;
}

#profile_image_upload{
	position:absolute;
	bottom:5px;
	right:5px;
	text-decoration:none;
	background:#666;
	color:#FFF;
	padding:3px 5px;
}

.profile_image_holder img{
	width:100%;
}

.directory_actions{
	position:absolute;
	width:100%;
	padding:10px 0px;
	bottom:0px;
	text-align:center;
	height:45px;
}

.directory_actions a{
	color:#468F0F;
	font-size:12px;
	text-decoration:none;
	padding:8px 8px;
	background:#FFF;
	/*border:1px solid #468F0F;*/
	border-radius:15px;
}

.follow_btn.active{
	 color: #ff2200 !important;
}

.directory_description{
	padding:10px;
	
}

.directory_info{
	margin-bottom:20px;
}

.three_column{
	width:33.33%;
	text-align:center;
	float:left;
}

.directory_info h2{
	margin:0px;
	color:#468F0F;
	font-size:34px;
}

.directory_name{
	background:#468F0F;
	padding:10px;
	
}

.directory_name h1{
	margin:0px;
	font-size:20px;
	color:#FFF;
}

.directory_name:hover a{
	text-decoration:none;
	color:#FFF;
}

.directory_name a{
	text-decoration:none;
	color:#FFF;
}

.directory_name.followButton h1{
	
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	
}
.directory_name a:active{
	text-decoration:none;
	color:#FFF;
}

.directory_name a:focus{
	text-decoration:none;
	color:#FFF;
}

.directory_name p{
	font-size:11px;
	text-align:right;
	font-style:italic;
	margin:0px;
	color:#FFF;
}

.landing_page_bg{
	background:url(../images/BG.png) 100% 100% no-repeat;
	width:100%;
	height:700px;
	
}

.guest_holder{
 
	width:250px;
	background:rgba(75,143,20,0.8);
	color:#FFF;
	font-size:14px;
	padding:20px;
	z-index:100001;
	margin:0 auto;
	margin-top:40px;
	text-align:center;
}

.guest_holder a{
	color:#FFF;	
}

.signup_holder{
 
	width:250px;
	background:rgba(75,143,20,0.8);
	color:#FFF;
	padding-left:20px;
	padding-right:20px;
	padding-top:50px;
	font-size:14px;
	
	 
	margin:0 auto;
	margin-top:40px;
	 
	 
}

.signup_holder h2{
	margin:0px;
	text-align:center;
	
	font-size:28px;
	margin-bottom:30px;
}

.signup_holder label{
	display:block;
	margin-bottom:10px;
	font-weight:normal;
}

.signup_holder input[type="text"], .signup_holder input[type="password"], select {
	border:0px;
	width:100%;
	padding:5px;
	font-size:14px;
	margin-bottom:20px;
	color:#333;
}


.signup_holder a{
color:#FFF;	
}

.signup_holder a:hover{
text-decoration:underline;
}


.signup_holder button{
	background: none;
	border:3px solid #FFFFFF;
	border-radius:5px;
	margin-top:20px;
	font-size:16px;
	padding:8px 10px;
}


.profile_left_info{
	width:250px;
	float:left;
	margin-right:20px;
}

.content{
	padding:0px 0px 20px 0px;
}

.profile_right_info_holder{
	float:left;
	 
}

.post_user_holder{
	clear:both;
	height:50px;
	background:#468F0F;
	width:100%;
}


.post_user_avatar{
	width:30px;
	height:30px;
	float:left;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.post_user_avatar img{
	width:100%;
}


.post_user_info{
	color:#FFF;
	float:left;
	padding-left:10px;
	padding-top:7px;
}

.post_user_info b{
	margin:0px;
	font-size:16px;
	margin-bottom:5px;
}

.post_user_info p{
	margin:0px;
	font-size:14px;
}

.create_post_block{
	background:#FFF;
	width:100%;
	padding:10px;
	font-size:14px;
}

.create_post_block h1{
	
	margin:0px;
	font-size:18px;
	margin-bottom:20px;
}

.create_post_block textarea{
	width:100%;
	padding:15px;
	border:1px solid #CCCCCC;
	margin-bottom:15px;
}

.create_post_block input[type="text"]{
	width:100%;
	padding:5px;
	border:1px solid #CCCCCC;
	margin-bottom:15px;
}

.create_post_block .left_title{
	float:left;
	font-size:14px;
	margin-bottom:10px;
}

.create_post_block .right_option{
	float:right;
	font-size:12px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
	padding:5px;
}

.create_post_block .right_option.active{
	background:#468F0F;
	color:#FFF;
	border-left:0px;
}

.create_post_block .options i{
	font-size:24px;
	color:#468F0F;
}

.create_post_block .options{
	margin-top:10px;
}

.create_post_block .options button{
		background: none;
	border:2px solid #468F0F;
	border-radius:5px;
	font-size:12px;
	padding:8px 10px;
}

.list_posts_block{
	margin-top:20px;
	background:#FFF;
}

.user_cover_block{
	margin-top:20px;
	background-color:#FFF;
	position:relative;
	 
}


.filter_posts_strip{
	background:#000000;
	padding:8px 5px;
	color:#FFF;
}

.filter_options{
	float:right;
	padding:0px 20px;
}

.filter_options:first-child{
	border-left:1px solid #FFFFFF;
}

.filter_options select{
	color:#000;
	border:1px solid #000000;
	width:100px;
}

.post_list_block{
	padding:0px;
}

.message_list_block{
	padding:0px;
}

.list_message_block{
	margin-top:20px;
}

.single_post{
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}

.post_title_block{
	font-size:15px;
	font-weight:normal;
	padding:5px 10px 5px 0px;
}

.post_title_block span{
	float:right;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}

.single_post .post_content{
	padding:10px;
	margin:0px;
}

.single_post .follow_link{
	float:left;
	margin-left:10px;
}

.single_post .readmore_link{
	float:right;
	margin-right:10px;
}


.user_cover_block h2{
	font-size:20px;
	
	margin:0px;
	text-align:left;
}

.user_cover_block h1{
	font-size:24px;
	
	text-align:right;
	margin:0px;
	margin-top:10px;
}

.user_cover_block img{
	max-width:100%;
}

.profile_menu_block{
	margin-top:15px;
	background:#FFF;
}

.profile_menu_block ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.profile_menu_block ul li a{
	color:#000000;
	display:inline-block;
	padding:5px;
	clear:both;
	font-size:14px;
	text-transform:uppercase;
	width:100%;
}

.profile_menu_block ul li a:hover{
	background:#000;
	color:#FFF;
	text-decoration:none;
}

.profile_menu_block ul li a.active{
	background:#000;
	color:#FFF;
	text-decoration:none;
}

.profile_menu_block ul li a i{
	float:right;
}

.profile_menu_block ul li{
	border-bottom:1px solid #F1F1F1;
}

.profile_followers_block{
	margin-top:15px;
}

.profile_followers_block h1{
	margin:0px;
	padding:10px;
	font-size:14px;
	color:#FFF;
	background:#000;
}

.profile_followers_block h1 span{
	float:right;
}

.profile_followers_thumbs{
	padding:2px;
	background:#FFFFFF;
}

.profile_thumbs{
	width:48px;
	float:left;
	border:4px solid #FFFFFF;
	height:48px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.more_profile{
	width:48px;
	float:left;
	border:4px solid #FFFFFF;
	height:48px;
	line-height:42px;
	text-align:center;
	background:#E9E9E9;
	font-size: 14px;
}

.profile_thumbs img{
	width:100%;
}

.profile_badge{
	padding:5px 10px;
	position:absolute;
	background:#FFDA2F;
	top:0px;
	left:0px;
	color:#000;
}

.group_info_block{
	margin-top:15px;
	background:#FFF;
	padding:0px;
}

.group_info_block b{
	display:block;
}

.group_info_block p{
	text-align:justify;
	margin:0px;
	margin-top:5px;
}

.latest_notice_block{
	padding:20px;
}

.latest_notice_block h1{
	text-align:center;
	
	font-size:24px;
	border-bottom:2px solid #000000;
	padding-bottom:20px;
	margin-bottom:30px;
	margin-top:0px;
}

.order_holder{ 
	width: 100%; 
}

.order_holder .order_description{
	background:#FFF;
	color:#878787;
	font-size:14px;
}

.order_holder .order_description p{
	margin:0px;
	padding:10px;
}

.order_holder .order_description p.views{
	text-align:right;
	padding:0px 10px 10px 0px;
	margin:0px;
}

.order_holder .order_user_holder{
	clear:both;
	height:35px;
	background:#468F0F;
}

.order_holder img{
	width:100%;
}


.single_blog{
	padding-left:50px;
	width:100%;
	position: relative;
	margin-bottom:20px;
	min-height: 130px;
}

.blog_holder_block{
	padding:10px 15px;
	/*border:1px solid #CCCCCC;*/
	position:relative;
	min-height: 128px;
}

.blog_date_block{
	position:absolute;
	top:0px;
	left:0px;
	width:50px;

}

.blog_date{
	background:#468F0F;
	color:#FFF;
	font-size:20px;
	text-align:center;
	width:100%;	
	line-height: 20px;
    padding-top: 10px;
}

.blog_month_year{
	background:#468F0F;
	color:#FFF;
	font-size:18px;
	text-align:center;
	width:100%;
	padding:0px 0px 5px 0px;
}

.blog_month_year span{
	font-size:12px;
	display:block;
}

.blog_title_info_block h1{
	margin:0px;
	font-size:24px;
	margin-bottom:0px;
}

.blog_title_info_block a{
	color:#000;
}

.blog_content_block{
	padding:10px 0px;
	font-size:16px;
}

.blog_content_block p{
	margin:0px;
}

.blog_readmore{
	display:inline-block;
	position:absolute;
	bottom:0px;
	right:0px;
	background:#468F0F;
	padding:5px 10px;
	color:#FFF;
	text-decoration:none;
}

.discussion_action{
	position:absolute;
	bottom:5px;
	right:0px;
	
}

.discussion_action a.more_discussion{
	display:inline-block;
	background:#468F0F;
	padding:5px 10px;
	color:#FFF;
	text-decoration:none;
}

.search_box_holder{
	width:50%;
	float:right;
	position:relative;
	text-align:right;
	color:#000000;
	padding-right:10px;
	font-family:proxima_nova_regular;
	font-size:18px;
	height:44px;
	line-height:44px;
}

.search_box_holder input[type="text"]{
	padding:7px 10px;
	font-size:14px;
	border:2px solid #878787;
	border-radius:5px;
	width:300px;
	line-height:18px;
}

.search_box_holder button{
	line-height:18px;
}

.search_box_holder select{
	padding:7px 10px;
	font-size:14px;
	border:2px solid #878787;
	border-radius:5px;
	width:200px;
}

.search_box_holder i{
	position:absolute;
	top:10px;
	font-size:24px;
	font-size: 24px;
    left: 12px;
    position: absolute;
    top: 12px;
	color: #000;
}

.black_button{
	font-size:16px;
	background:#000 !important;
	border-radius:5px;
	color:#FFF !important;
	border:0px !important;
	padding:13px 20px;
	text-align:center;
	width:100px;
}

.search_box_wrapper{
	padding-bottom:20px;
	border-bottom:2px solid #CCCCCC;
	margin-bottom:20px;
}


.single_directory{
	width:210px;
	margin:0px 20px 20px 0px;
	background:#FFF;
	float:left;
	border:1px solid #CCCCCC;
}

.directory_image_holder{
	width:100%;
	height: 200px;
	position:relative;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.directory_image_holder img{
	width:100%;
}

.single_directory .directory_name h1{
	font-size:14px !important;
}

.profile_left_info .directory_name h1{
	font-size:14px !important;
}

.group_created_time{
	padding:5px 10px;
	position:absolute;
	background:none;
	top:0px;
	right:0px;
	color:#000;
}

.group_title{
	padding:5px 10px;
	position:absolute;
	background:rgba(255,255,255,0.5);
	bottom:5px;
	width:100%;
	text-align:left;
	color:#000;
	font-size:16px;
}

.user_login{
	float:right;
	width:auto;
	height:100%;
	padding:0px 20px;
	line-height:53px;
}

.user_login a{
	text-decoration:none;
	font-size:16px;
	color:#FFF;
}

.textbox{
	border:1px solid #CCCCCC;
	padding:5px;
	font-size:14px;
}




.user_quick_menu{
	margin-top:15px;
	background:#FFF;
	position:absolute;
	right: 0px;
    top: 37px;
	z-index:10;
	box-shadow: 3px 2px 5px #888888;
	display:none;
	width:200px;
}

.user_quick_menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.user_quick_menu ul li a{
	color:#000000;
	display:inline-block;
	padding:5px;
	clear:both;
	font-size:14px;
	text-transform:uppercase;
	width:100%;
	line-height:30px;
}

.user_quick_menu ul li a:hover{
	background:#000;
	color:#FFF;
	text-decoration:none;
}

.user_quick_menu ul li a.active{
	background:#000;
	color:#FFF;
	text-decoration:none;
}



.user_quick_menu ul li{
	border-bottom:1px solid #F1F1F1;
	line-height:30px;
}

.user_quick_menu{
	margin-top:15px;
}

.user_quick_menu h1{
	margin:0px;
	padding:10px;
	font-size:14px;
	color:#FFF;
	background:#000;
}


.notice_image_holder{
	width:200px;
	height:200px;
	line-height:200px;
	border:1px solid #CCCCCC;
	background-color: #F1F1F1;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	text-align:center;
}

.notice_image_holder span{
	font-size:30px;
}

.notice_preview_holder{
	background:#FFFFFF;
	padding:10px;
	min-height:500px;
}

.notice_preview_holder h1{
	
	font-size:18px;
	margin:0px;
	margin-bottom:10px;
}

.add_notice_holder{
	width:100%;
}

.create_notice_block{
	width:100%;
	background:#FFF;
	padding:10px;
	font-size:14px;
}

.create_notice_block form{
	width:450px;
}

.create_notice_block h1{
	
	margin:0px;
	font-size:18px;
	margin-bottom:20px;
}

.create_notice_block textarea{
	width:100%;
	padding:15px;
	border:1px solid #CCCCCC;
	margin-bottom:15px;
}

.create_notice_block select{
	width:100%;
	padding:5px 15px;
	border:1px solid #CCCCCC;
	margin-bottom:15px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.create_notice_block input[type="text"]{
	width:100%;
	padding:5px;
	border:1px solid #CCCCCC;
	margin-bottom:15px;
}

.create_notice_block .options button{
	background: none;
	border:2px solid #468F0F;
	border-radius:5px;
	font-size:12px;
	padding:8px 10px;
}

button.theme_btn{
	background: none;
	border:2px solid #468F0F;
	border-radius:5px;
	font-size:12px;
	padding:8px 10px;
}

.top_button_holder{
	height:1px;
	width:100%;
	text-align:center;
	background:#000;
}

.top_button_holder span{
	background: #468F0F none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    color: #fff;
    display: inline-block;
    
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 20px;
    text-decoration: none;
    width: auto;
}

.top_button_holder a:first-child{
	margin-left:0px;
}
.top_button_holder a{
	color: #fff;
    text-decoration: none;
	margin-left:20px;
}
.modal_title{
	margin:0px;
	padding:10px 0px;
	width:100%;
	background:#468F0F;
	color:#FFF;
	
	text-align:center;
	margin-bottom:20px;
}

.btn-theme{
	background: #fff none repeat scroll 0 0;
    border: 2px solid #468F0F;
    border-radius: 6px;
    color: #2d2d2d;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.btn-theme:hover{
	background:#468F0F;
	color:#FFF;
}

.signup_strip{
	padding:5px 0px;
	background:#000;
	color:#FFF;
	width:100%;
}

.signup_strip a{
	color:#FFF;
	text-decoration:none;
}

.order_badge{
	border-radius: 6px;
    color: #000;
    left: calc(50% - 5px);
    padding: 6px;
    position: absolute;
    top: 12px;
    z-index: 1;
}


.order_badge.offered .pin:after{
	background:#FB6C00;
	color:#FFF;
}

.order_badge.offeredFree .pin:after{
	background:#FB6C00;
	color:#FFF;
}

.order_badge.wanted .pin:after{
	background: #23A956;
}

.order_badge.campaignClass .pin:after{
	background: #00C8FF 
}

.notice_page_image_holder{
	background:#F1F1F1;
	border:1px solid #CCCCCC;
	text-align:center;
	width:100%;
	height:auto;
	min-height:auto;
	position:relative;
}
.notice_page_image_holder img{
	max-width:100%;
	max-height:auto !important; 
}

.slidesjs-slide{
	height:100%;
}

.notice_user_holder{
	bottom: 0;
    clear: both;
    height: 50px;
    position: absolute;
    right: 0;
    z-index: 10;
}

.notice_user_info{
	color:#FFF;
	padding-left:10px;
	padding-top:7px;
	float:left;
}

.notice_user_info b{
	margin:0px;
	font-size:16px;
	margin-bottom:5px;
}

.notice_user_info p{
	margin:0px;
	font-size:14px;
	text-align:left;
}

.notice_user_avatar{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    float: left;
    height: 50px;
    width: 50px;
}

.user_image_avatar{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    float: left;
    height: 50px;
    width: 50px;
}

.user_name_initial{
	height: 50px;
    width: 50px;
    float: left;
    border-radius: 50px;
    line-height:50px;
    text-align:center;
    color:#FFF;
    background:#888;
    font-size:16px;
}

.offer_info_holder{
	position:absolute;
	width:150px;
	top:10px;
	right:0px;
}

.offer_quantity{
	text-align:center;
	width:50px;
	float:left;
}

.offer_price{
	text-align:center;
	width:150px;
	float:left;
}

.offer_holder h1{
	margin:0px;
	margin-bottom:5px;
}

.list_cover{
	background: #FFF;
	padding:10px;
}

.list_cover h1{
	margin:0px;
	
	font-size:24px;
	margin-bottom:10px;
}

.dashboard_col{
	text-align:center;
	border:1px solid #DDDDDD;
	padding:5px 5px;
	width:150px;
	float:left;
	margin-right:15px;
}

.dashboard_link{
	color:#333;
}

.dashboard_link:hover{
	color:#FFF;
}

.dashboard_link:hover .dashboard_col{
	color:#FFF;
	background:#000000;
}

.admin_menu{
	margin:0px;
	padding:0px;
	list-style:none;
}

.admin_menu li{
	float:left;
	padding:8px 15px 8px 15px;
	border-right:1px solid #FFF;
}

.admin_menu li a{
	color:#FFF;
	text-decoration:none;
}

.admin_menu li:hover{
	background:#000;
}

.admin_menu li.active{
	background:#000;
}

.admin_title{
	margin:0px;
	
	font-size:30px;
	margin-bottom:20px;
}

.top_info_box{
	width: 100%;
	margin: 0px auto;
	background: #FCF8E3;
	
	text-align: center;
	position: fixed;
	height: 0;
	-webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
    opacity: 0; 
    overflow: hidden;
}

.top_info_box span{
	display: inline-block;
	padding: 15px 10px !important;
	background: none !important;
	color: #8a6d3b !important;
	font-size: 16px;
}

.top_info_box i{
	font-size:20px;
	
}
.top_info_box a{
	color: #8a6d3b !important; 
	margin-left: 0px;
	text-decoration:underline;
}

.top_info_box.active{
	height: auto;
	opacity: 1;
	z-index:100;
}

.empty_notice{
	min-height:70px;
}

.notice_description{
	padding:10px 0px;
	text-align: justify;
}


.group_user_info{
	color:#000;
	float:left;
	padding-left:10px;
}

.group_user_info b{
	margin:0px;
	font-size:14px;
	margin-bottom:2px;
	font-weight:bold;
}

.group_user_info p{
	margin:0px;
	font-size:13px;
	line-height: 10px;
}

.group_user_avatar{
	width:35px;
	height:35px;
	float:left;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.group_directory_name{
	background:#468F0F;
	padding:10px;
	
}

.group_directory_name h1{
	margin:0px;
	font-size:14px;
	color:#FFF;
	text-align:center;
}

.group_directory_name:hover a{
	text-decoration:none;
	color:#FFF;
}

.group_directory_name a{
	text-decoration:none;
	color:#FFF;
}

.group_directory_name.active{
	background:#FF0000;
}


.order_image_holder{
	width:100%;
	height:125px;
	overflow:hidden;
}

.order_image_holder.related_notice{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.notice_image_wrapper{
	width:100%;
	height:220px;
	overflow:hidden;
	position:relative;
}

.notice_info_holder{
	cursor:pointer;
	background:#FFF;
	-webkit-box-shadow: 0px 2px 4px 0px  #bbbbbb;
       -moz-box-shadow: 0px 2px 4px 0px #bbbbbb;
            box-shadow: 0px 2px 4px 0px #bbbbbb;
}

.notice_info_holder:hover{
	background:#fcf9a1;
}

.notice_info_holder:hover .notice_detail_holder{
	color:#000;
}

.notice_edit_icon{
	position:absolute;
	bottom:5px;
	right:5px;
	font-size:13px;
	background: #666 none repeat scroll 0 0;
   
    color: #fff;
    padding: 3px 5px;

}

.notice_edit_icon a, .notice_bottom_right_button a{
	color:#fff;
	 text-decoration: none;
}


.top_right_button{
top:5px;
right:5px;	
position:absolute;
}

.notice_bottom_left_button_holder{
	position:absolute;
	bottom:10px;
	left:5px;
	 
}

.notice_bottom_right_button{
	
	
	font-size:13px;
	background: none repeat scroll 0 0;
   
    color: #fff;
    padding: 5px;
	margin-top:5px;
	text-align:right;
	display:table;
	 
}



.ad_black{
	background:#000;
}

.expired_red{
	background:#C1403A;
}

.about_to_expire_orange{
	background:#E53702;
}

.more_days_left_green{
	background:#3E8411;
}

.markedasurgent{
background:#BF0600;	
}

.markedashotdeal{
	background:#E06F00;
}

.red_font{
	color:#C1403A;
}

.notice_gallery_images{
	height:52px;
	width:100%;
	line-height:52px;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}

.preview_gallery_image{
	height:50px;
	width:50px;
	line-height:50px;
	margin-right:10px;
	background-color: #F1F1F1;
	text-align:center;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	float: left;
}

.notice_gallery_image_preview{
	height:50px;
	width:50px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	float: left;
	position:relative;
}

.notice_gallery_image_preview a{
	text-decoration:none;
	color:#000;
	background:rgba(255,255,255,0.5);
	position:absolute;
	bottom:2px;
	right:2px;
	font-size:14px;
}


    #slides {
      display: none;
	  height:auto;
	  overflow:hidden;
	  position:relative;
    }

    #slides .slidesjs-navigation {
      margin-top:3px;
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
	  position:absolute;
	  top:calc(50%);
	  z-index:10;
	  left:0px;
    }

    #slides .slidesjs-next {
       position:absolute;
	  top:calc(50%);
	  z-index:10;
	  right:0px;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: left;
      list-style: none;
	  padding:0px;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0px 5px 0px 0px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 15px;
      height: 0;
      padding-top: 15px;
      background-image: url(../images/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -15px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -15px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden;
    }
.user_web_nav_links .navbar {
    overflow: visible;
}
.message_thread{
	/*border:1px solid #CCCCCC;*/
	margin-bottom:10px;
	position: relative;
	height:50px;
	position: relative;
	cursor:pointer;

}

.message_thread.active:after{
	
	left: 100%;
	top: 100%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #FFF;/*rgba(255, 255, 255, 0);*/
	border-left-color: #FFFFFF;
	border-width: 25px;
	margin-top: -50px;
}

.message_thread .post_content{
	padding:10px;
	margin:0px;
}

.message_thread:hover{
	background: #FCF9A1;
}
	
.thread_details{
	padding:16px;
	background-color: #FFF;
}

.reply_message_holder{
	clear: both;
	width: 100%;
	margin-bottom: 10px;

}



/*.reply_user_avatar{
	float: left;
	width: 35px;
	height: 35px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}*/

.delete_message{
	color:#ff0000;
	display:none;
	float: left;
}

/*.reply_message{
	float: left;
	padding: 5px;
	background: #E9E9E9;
	max-width: calc(100% - 35px);
}*/

/*.reply_message_holder:hover .delete_message{
	display:inline-block;
}*/

/*.right .reply_user_avatar{
	float: right;
}

.right .delete_message{
	float: right;
}

.right .reply_message{
	float: right;
}*/

.message_subject_holder{
/*	padding: 5px;*/
	width: 100%;
	font-size: 15px;

	height:50px;
/*	background:#FFF;*/
}

.smallprint{
font-size:11px;
color:#666;
font-style:italic;	
}

.message_subject_holder span.message_time_info{
	font-size:12px;
	font-weight:normal;
	display:block;
}

/*.message_subject_holder.with_photo{
	padding-left: 60px;
}
*/
/*.message_subject_holder.with_replies{
	padding-right: 60px;
}*/

.message_subject_holder span.message_time_info{
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.message_sender_box{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.message_replies{
	font-size: 30px;
    line-height: 21px;
    padding: 10px 5px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.message_replies span{
	display: block;
	font-size: 14px;
}

.message_content{
	padding: 10px;
}

.notice_gallery_thumb{
	width: 50px;
	height: 50px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom: 10px;
	margin-right: 10px;
	display:inline-block;
}

/*.notice_like{
	padding: 3px;
	color: #FFF;
	background-color: rgba(162, 162, 162, 0.6);
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 1;
	font-family: "Comic Sans MS";
}
*/
.notice_like:hover{
	/*color: #468F0F;*/
}

.notice_like.active{
	/*color: #468F0F;*/
}

.floating_footer{
float:right;
position:fixed;
bottom:50px;
right:-2px;
border:2px solid #468F0F;
transition: opacity 1s ease-out;	
}

footer{
	background-color: #000;
	color: #FFF;
	width: 100%;
	padding: 10px 20px;
	z-index:10000;
}

footer.footer_fixed{
	position:fixed;
	bottom:0px;	
}

footer ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

footer ul li{
	display: inline-block;
	padding: 0px 20px;
	border-left:1px solid #FFF;
}

footer ul li:first-child{
	padding-left: 0px;
	border-left: 0px;
}

.footer_links{
float:left;	
}

.rightsInfo{
	text-align:right;
}

footer ul li a{
	color: #FFF;
	text-decoration: 
}

footer ul li a:hover{
	color:#FFF;
}

.footer_space{
	height: 50px;
}

.profile_form_holder input[type="text"], .profile_form_holder select, .profile_form_holder textarea{
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 14px;
	width: 100%;
}

.profile_form_holder{
	width:100%;
	background:#FFF;
	padding:10px;
	font-size:14px;
}

.profile_form_holder form{
	width:450px;
}

.profile_form_holder h1{
	
	margin:0px;
	font-size:18px;
	margin-bottom:20px;
}

.text_content{
	padding: 10px 20px;
	background-color: #FFF;
}

.post_option{
	padding: 0px 10px 10px 10px;
	text-align: right;
}

.post_option .post_as_blog{
	background: #999;
	color: #FFF;
	text-decoration: none;
	padding: 3px 5px;
}

.post_option .post_as_blog.active{
	background: #468F0F;
}

.blog_user_avatar{
	width: 50px;
	height: 50px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.latest_notice .order_description{
	color:#878787;
	font-size:12px;
}


.latest_notice .order_description b{
	margin:0px;
	padding:5px;
	color:#000;
	font-size:14px;
	font-weight:normal !important;
	display: inline-block;
}

.latest_notice .order_description p{
	margin:0px;
	padding:5px;
	color:#000;
	text-decoration:none !important;
}



.latest_notice a:hover{
	text-decoration:none !important;
}

 
.latest_notice .order_description div.notice_info{
	padding:0px 5px 5px 5px;
	margin:0px;
}

.latest_notice .order_description div.notice_info .category{
	float:left;
	font-style:italic;
}

.latest_notice .order_description div.notice_info .views{
	float:right;
}

.latest_notice .order_user_holder{
	clear:both;
	height:35px;
	background:#468F0F;
}

.latest_notice img{
	width:100%;
}

.latest_notice .panel-wrapper{
	padding: 0px 0px !important;
}

.loading_holder{
	padding: 20px;
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	width:100%;
}

.gmail_contact{
	color:#FFF;
	background:#468F0F;
	padding:10px 40px;
	text-decoration:none;
	display:inline-block;
	border-radius:3px;
}

.fulllength{
width:100%;
padding:3px;
height:100px;	
}



.life_event{
	color:#000;
	text-align:none;	
}

.life_event:hover{
	color:#FFF;
	text-decoration:none !important;	
	background:#000;
}

.life_event:hover .user_as_info{
	background:#000;
	text-decoration:none !important;	
}

.life_event.active{
	color:#FFF;
	text-decoration:none !important;	
	background:#000;
}

.life_event.active .user_as_info{
	background:#000;
	text-decoration:none !important;
	position:relative;
}

.life_event.active .user_as_info:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000000;
	border-width: 19px;
	margin-top: -19px;
	z-index: 100;
}

.category_list_holder{
	transition: opacity 0s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;	
	 
	/*position:absolute;*/
	z-index: 10;
	top:44px;
	right:0px;
	width:100%;
	-webkit-box-shadow: -12px 11px 9px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -12px 11px 9px -8px rgba(0,0,0,0.75);
box-shadow: -12px 11px 9px -8px rgba(0,0,0,0.75);

background:#f4f4f4;
}
.category_list_holder.greenbg{
background:url(../images/super_category_bg.png) no-repeat left #f4f4f4;	
}

.category_head{
	width:230px;
	float:left;	
	background:none;
	padding:10px;
	color:#000;
	cursor:pointer;
	height:44px;
	border-right:1px solid #f1f1f1;
}

.category_head span i{
	float:none;
	margin-left:0px;	
	font-size:14px;
}


.category_head i{
font-size:20px;
font-weight:bold;
margin-left:6px;	
float:right;
}
.category_filter_option_holder{
	 
	float:left;
	text-align:left;
	display:none;
	 margin-top: 10px;
	width:960px;
	overflow:hidden;
	min-height:50px;
}


.category_list_holder.active{
	display: block;
    height: auto;
}

.close_category_btn{
	text-decoration:none;
	color:#000000;
	position:absolute;
	top:10px;
	right:10px;
	z-index:100;
}

.category_button{
	position:relative;	
}

.category_head.active{
	background:#f4f4f4;
	color:#000;
}


.second_strip_menu{
	/*background: #ccc none repeat scroll 0 0;*/
    float: right;
    width: 100%;
	background:#f7f7f7;
}

.third_strip_menu{
	background: #f7f7f7 none repeat scroll 0 0;
    float: right;
    width: 100%;
	height:44px;
	overflow:hidden;
	padding:0px 10px
}

.category_list_holder ul{
	margin:0px;
	padding:20px;	
}

.category_list_holder ul li{
float: left;
    font-size: 12px;
    list-style: outside none none;
    padding: 4px;
    text-align: left;
    width: 300px;
}

.category_list_holder ul li a{
	color:#000;
	text-decoration:none;	
}

.noBottomMargin{
margin-bottom:0px !important;	
}

.noPadding{
padding:0px !important;	
}

.filter_selected_category{
	    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    color: #333;
    display: inline-block;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px 0 0;
    text-align: left;
	margin-right:15px;
	margin-bottom:15px;
}

.filter_selected_category a{
	color:#CCC;	
}

.filter_selected_category div {
    background: #ccc none repeat scroll 0 0;
    color: #000;
    float: left;
    height: 38px;
    margin-right: 10px;
    padding: 0 5px;
}


.filter_category div {
float:left;	
}
 
.filter_category{
padding:10px;	
}

.add_discussion_holder{
	margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
    width: 100%;
}

.add_discussion_holder .blog_holder_block{
	background:#FFF;
}

.discussion_board .blog_holder_block{
	background:#FFF;
}

.add_discussion_holder input[type="text"]{
	border:1px solid #CCC;
	padding:5px;
	width:100%;
}

.answers_holder{
	width:100%;
	/*padding-left:50px;	*/
}

.post_preview_wrapper{
	width:200px;
	margin-top:10px;
	margin-right:10px;
	float:left;	
	background:#FFF;
	/*position:relative;*/
}

.post_preview_wrapper a{
	color:#000;	
}

.post_preview_wrapper.grey{
	background:#E9E9E9 !important;	
}



.post_card_holder{
	width:200px;
	margin-bottom:15px;
	margin-right:15px;
	float:left;	
	background:#FFF;
}

.post_holder{
	padding:10px;	
}

.post_preview_holder{
	padding:10px 10px 35px 10px;	
}

.post_card_holder a{
	color:#000;	
}

.post_card_holder .post_user_info b{
	font-size:14px;
	font-weight:bold !important;
}

.post_card_holder .post_user_info p{
	font-size:13px;	
}

.no_left_margin{
	padding-left:0px !important;	
}

.no_text_decoration{
	text-decoration:none;	
}

.no_text_decoration:hover{
	text-decoration:none;	
}

.discussion_description{
	padding:10px 0px;
	font-size:16px;	
}

.discussion_board h1{
	font-size:24px;
	margin-bottom:0px;
	
	margin-top:10px;
	
}

.like_dislike_btn{
	text-decoration:none;
	color:#000;
	text-align:center;
	display:inline-block;
}

.like_dislike_btn h3{
	margin:0px;	
}

.like_dislike_btn:hover{
	text-decoration:none;
	color:#468F0F;	
}

.like_dislike_btn.active{
	text-decoration:none;
	color:#23A960;	
}

.referral_link_holder{
	padding:10px;
	background:#F1F1F1;
	border:1px solid #CCC;
	font-size:14px;
	margin-bottom: 20px;
	border-radius:3px;
	width:195px;
}

.textCenter{
text-align:center;	
}

#invite_form{
width:100% !important;	
}



/****KNOB ANIMATE ***/
.circular-bar {
  text-align: center;
  width:50%;
  float:left;
}
.circular-bar .circular-bar-content {
  margin-bottom: 70px;
  margin-top: -95px;
  text-align: center;
  
}
.circular-bar .circular-bar-content strong {
  display: block;
  font-weight: 600;
  font-size: 15px;
 
   
  line-height: 24px;
}
.circular-bar .circular-bar-content label {
  display: block;
  font-weight: 300;
  font-size: 35px;
  
 
  line-height: 40px;
}
/****KNOB ANIMATE ***/



.message_subject_text_holder{
	padding: 5px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	height:50px;
	color:#000;
}

.message_subject_text_holder.with_photo{
	padding-left: 60px;
}


.message_subject_text_holder span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}


.message_form_box{
	/*border:1px solid #CCCCCC;*/
	margin-bottom:10px;
	position: relative;
	height:auto;
	position: relative;
}

.message_content_box{
	padding: 10px 0px;
}

.reply_message_white{
	float: left;
	padding: 5px;
	background: #FFF;
	max-width: calc(100% - 35px);
}

.right .reply_message_white{
	float: right;
}

.directory_index{
	width:100%;
}

.directory_content{
	width:100%;
	margin-top:20px;
}


.directory_search{
	font-size:20px;
	padding:15px 0px;
	text-align:center;
	border-bottom:1px solid #CCC;	
	background:#468F0F;
	color:#FFF;
	
}

.directory_alphebet{
	font-size:15px;
	text-transform:uppercase;
	padding:8px;
	text-align:center;
 
	background:#468F0F;
	color:#FFF;
	width:3.84%;
	cursor:pointer;
	float:left;
	/*border-right:3px solid #fff;*/
	margin-right:3px;
}

.pageHeader_heading_holder{
 
    
    color: #000;
    cursor: pointer;
    /**/
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.directory_search.active{
	background:#FFF;
	color:#000;	
}

.directory_alphebet.active{
	background:#000;
	color:#FFF;	
}

.page_numbers_holder{
	 
	float: right;
    margin:10px 0 !important;
}

.page_number{
  background: #efefef none repeat scroll 0 0;
   
    color: #000;
    cursor: pointer;
    float: left;
   
    font-size: 13px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
}

.page_number.active{
	background:#468F0F;
	color:#FFF;
}

.loader{
	text-align:center;
	width:100%;
	margin: 30px;
}


.loader span{
	font-size:14px;
	display:block;
	margin-top:10px;
}

.loader i {
	font-size:25px;
	color:#000;
}

.profile_right_notice{
	width:250px;
	float:right;	
}

#add_post_holder{
	display:none;	
}


.title_with_button_holder h1{
	margin-bottom:0px;
	float:left;
	height:40px;
	line-height:40px;
}

.title_with_button_holder button{
	float:right;
}

.group_tab_content{
	background:#FFF;
	padding:10px;	
}

.post_card_holder.grey{
	background:#E9E9E9 !important;	
}

.invite_button{
	background: #C9C7C7;
    float: left;
	padding:15px;
	font-size:20px;
    margin: 0 20px 20px 0;
    width: 215px;
	height:273px;
	
	color:#000;
	text-align:center;
	 display: table;
}

.invite_button span {
  display: table-cell;
  vertical-align: middle;
}

.post_image_card{
	background: #468F0F none repeat scroll 0 0;
    bottom: 0px;
    clear: both;
    height: 30px;
    position: absolute;
    right: 0px;
    width: 30px;
	
}

.short_page{
	width:960px;
	padding:15px;
	background:#FFF;
}

.short_page h1{
	
	margin:0px;
	font-size:18px;
	margin-bottom:15px;
}

.notification_list{
	padding:5px 0px 5px 10px;
	color:#000;	
	font-size:14px;
	line-height:18px;
	text-align:left;
	height:30px;
	float:left;
	width:calc(100% - 35px)
	
}

.notification_list small{
	float:right;	
}

.notification_from_image{
	float:left;
    height: 30px;
    margin-right: 0;
    width: 30px;
	background-size:cover;
	background-repeat:no-repeat;
}

.notification_list_holder{
	border-bottom:1px solid #EFEFEF;
	margin-bottom:10px;
}

.notification_list_holder:hover{
	background:#F1F1F1;	
}



.setting_holder{
	border-bottom:1px solid #EFEFEF;
	margin-bottom:10px;
	width:100%;
	height:30px;
	line-height:30px;
}

.setting_holder:hover{
	background:#F1F1F1;	
}

.setting_holder .setting_action{
	float:right;
	padding:3px 0px;
}


.horizontal_user_info{
	clear:both;
	height:35px;
	background:#468F0F;
}

.horizontal_user_avatar{
	width:35px;
	height:35px;
	float:left;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.login_user_image_preview{
	width:50px;
	height:50px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0px auto;
	border-radius:25px;
}

/**** HOME BG********/

.ri-grid{
	margin: 30px auto 30px;
	position: relative;
	height: auto;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	width: 55%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	width: 15px;
	height: 15px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}

/******************HOME BG*********/


/*.flag_as_inappropriate{
	padding:3px 5px;
	background:rgba(0, 0, 0 , 0.5);
	color:#FFF;
	position:absolute;
	bottom:0px;
	left:0px	;
	cursor:pointer;
}
*/
.flag_as_inappropriate.marked{
	color: #FFF;
}

.notice_image_thumb_holder{
	width:100%;
	position:relative;
}

.donation_info{
	position:absolute;
	padding:5px;
	top:5px;
	right:5px;
	background:url(../images/donate_icon.png) #000 bottom center no-repeat;
	color:#FFF;	
	height:60px;
	width:60px;
	border-radius:60px;
	text-align:center;
	
	
	
	
}

.hotdeal{
	position:absolute;
	width:30%;;
	height:0px;
	padding-top:30%;
	top:-6px;
	left:-6px;
	background-image:url('../images/hotdeal.png');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.urgent{
	position:absolute;
	width:30%;;
	height:0px;
	padding-top:30%;
	top:-6px;
	left:-6px;
	background-image:url('../images/urgent.png');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.original_size{
	max-width:170px;
	padding-top:170px;
	top:-10px;
	left:-10px;
}

.notice_user_block{
	position:absolute;
	right:10px;
	top:-25px;	
}

.donation_desc{
	position:absolute;
	top:0px;
	width:100%;
	padding:5px;
	color:#FFF;
}

.donation_desc{
	color: #fff;
    font-size: 14px;
    padding: 20px 5px 5px;
    position: absolute;
    top: 0;
    width: 100%;
}

.notice_price_inside{
	position:absolute;
	bottom:0px;
	left:0px;
	padding:5px;
	color:#FFF;
	font-size:22px;
}

.notice_detail_wrapper{
	position: relative;
	padding:10px;
}

.notice_detail_wrapper.featured{
	background:#DDD;
}

.newbox{
  margin: 20px 0px 0px 20px;
  background: #D8D5D2;
  float: left;
  position: relative;
  width:calc(33.33% - 26.66px);	
}

.notice_detail_wrapper a, .notice_detail_wrapper a:hover, .notice_detail_wrapper a:active{
	color:#000;
	text-decoration:none;
}

.notice_detail_wrapper div.notice_info{
	padding:0 0 5px;
	margin:0px;
	color:#878787;
	font-size:12px;
}

.notice_detail_wrapper div.notice_info .category{
	float:left;
	/*font-style:italic;*/
}
.notice_detail_holder{
	color:#444444;	
}

.notice_user_image{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  	border-radius: 35px;
    height: 35px;
    width: 35px;
}

.notice_detail_title{
	width:75%; margin-bottom:5px;
	/*font-weight:bold;*/
}



.notice_detail_wrapper div.notice_info .views{
	float:right;
}

.delete_post_btn{
	padding:2px 5px;
	background:rgba(255, 0, 0, 0.6);
	color:#FFF !important;
	text-decoration:none;	
}

.delete_message_thread{
	color:#ff0000;	
}


.life_event_holder{
	width:200px;
	height:auto;
	margin:20px 0px 0px 20px;	
	float:left;
}

.life_event_image{
	width:100%;
	height:200px;
	
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.life_event_name{
	background:#FFF;
	padding:10px;
	font-size:14px;
	color:#999;
	height:80px;
	overflow:hidden;
}

.view_notice_strip{
	width:100%;
	padding:5px 0px;
	color:#444444;
	background:#FFF;
	font-size:14px;
	text-align:center;
	position:absolute;
	bottom:0px;
	right: 0px;
}


.notice_options_holder{
	display:none;
	height:100%;
	width:100%;
	
	position:absolute;
	top:0px;
	left:0px;
}

.notice_option{
	height:100%;
	width:100%;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	background:rgba(0,0,0,0.6)
}

.notice_image_thumb_holder:hover .notice_options_holder{
	display:table;
	height:100%;
	width:100%;
}

.notice_option a{
	
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	padding:12px;
	text-align:center;
	/*border-radius:40px;*/
	width:calc(50% - 8px);
	height:auto;
	/*background:#000;*/
	border-left:1px solid #FFf;
}

.notice_option i{
	font-size:50px;
}

.notice_option span{
	display:block;
	font-size:14px;
	 	
}

.notice_option a:first-child{
	border-left:0px;
}

/**PRICE TAG CSS */


	.tags{
	position:absolute;
	bottom:10px;
	left:0;	
	}
	
	.tags a {
		float: left;
		position: relative;
		width: auto;
		height: 30px;
		 
		padding: 0 12px;
		line-height: 30px;
		background: #468F0F;
		color: #fff;
		font-size: 12px;
		 
		text-decoration: none;		
	}

	.tags a:before {
		content: "";
		position: absolute;
		top: 0;		
		width: 0;
		height: 0;		
		border-style: solid;		
	}
	
	.tags a:after {
		content: "";
		position: absolute;
		top: 13px;
		width: 4px;
		height: 4px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #fff;
		-moz-box-shadow: -1px -1px 2px #004977;
		-webkit-box-shadow: -1px -1px 2px #004977;
		box-shadow: -1px -1px 2px #004977;
	}	
	
	.tags a:hover {
		background: #468F0F;
	}	
	
	/* Add rounded corners to right end of the anchor tag */
	.price-tag a {		
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-right-radius: 4px;
		border-bottom-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		border-top-right-radius: 4px;
	}
	
	/* Position and show only right border of triangle  */
	.price-tag a:before {		
		left: -15px;	
		border-color: transparent #468F0F transparent transparent;
		border-width: 15px 15px 15px 0;
	}
	
	/* Fix the circle between anchor box and triangle left to it  */
	.price-tag a:after {		
		left: -2px;
	}
	
	.price-tag a:hover:before {
		border-color: transparent #468F0F transparent transparent;
	}

	 
	/* Add rounded corners to left end of the anchor tag */	
	.post-tag a {		
		-moz-border-radius-bottomleft: 4px;
		-webkit-border-bottom-left-radius: 4px;
		border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
		border-top-left-radius: 4px;
	}
	
	/* Position right and show only left border of triangle  */
	.post-tag a:before {		
		right: -15px;	
		border-color: transparent transparent transparent #468F0F;
		border-width: 15px 0 15px 15px;
	}
	
	/* Fix the circle between anchor box and triangle right to it  */
	.post-tag a:after {		
		right: -2px;
	}
	
	.post-tag a:hover:before {
		border-color: transparent transparent transparent #468F0F;
	}

/**PRICE TAG CSS END*/

.notice_category_header{
 background: white none repeat scroll 0 0;
    box-shadow: 0 2px 4px 0 #bbbbbb;
    margin: 0 auto;
    padding: 15px;
    width: calc(100% - 35px);	
	font-size:22px;
	
}

 

/**AUTOMATED DONATION RIBBOM**/

.ribbon-container {
	position: relative;
	display: inline-block;
	line-height: 1;
}





.ribbon-container img {
	vertical-align: middle;
}





.ribbon {
	position: absolute;
	bottom: 1em;
	left: 0;
	margin-right: 1em;
	padding: .75em 1.25em .75em .75em;
	border-radius: 0 .5em .5em 0;
	background-color: #39f;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	box-shadow: inset 0 .062em 0 rgba(255,255,255,.6), 0 .125em .25em rgba(0,0,0,.2);
	color: #fff;
	text-shadow: 0 -.062em 0 rgba(0,0,0,.2);
	white-space: nowrap;
	transition: background-color .2s ease-in-out;
}

.ribbon:before,
.ribbon:after {
	position: absolute;
	background-color: inherit;
	content: "";
}

.ribbon:before {
	bottom: 0;
	left: -.5em;
	width: .5em;
	height: 3em;
	border-radius: 0 0 0 .5em;
	background-image: linear-gradient(to right, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 100%);
}

.ribbon:after {
	top: -1em;
	left: -.5em;
	width: .5em;
	height: 1em;
	border-radius: .5em 0 0 .5em;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 100%);
	box-shadow: 0 .062em 0 rgba(255,255,255,.6);
}




.ribbon-container:hover .ribbon {
	background-color: #7acc29;
}

/**** AUTOMATED DONATIONS RIBBON **/


/*.notice_option a:hover{
	color:#FFF;
	background:#468F0F;
}
*/
.notice_search_bar_wrapper{
    padding: 15px 0px 30px 0px;
    width: 100%;
}

.notice_search_bar{
    width: 100%;
	text-align:left;
	margin:0px auto;
	position:relative;
	background:#F1F1F1;
	border-radius:3px;
	border:1px solid #f4f4f4;
}

.search_btn{
	background:#468F0F;
	color:#FFF;
	padding:12px 20px;
	font-size:14px;
	border:0px;
	float:right;
	border-radius:0px 3px 3px 0px;
}

.search_box{
	border:0px !important;
	padding:12px 15px;
	width:calc(100% - 380px);
	background:none;
}

.member_search_box{
	border:0px !important;
	padding:12px 15px;
	width:calc(100% - 100px);
	background:none;
}

.selected_category_holder{
	min-height:50px;
	width:960px;
	margin:0px auto;
	overflow:hidden;	
}

.pin {
    background-color: #aaa;
    display: block;
    height: 17px;
    left: 50%;
    position: absolute;
    top: -16px;
    width: 2px;
    z-index: 1;
}
.pin::after {
    background-color: #ff0000;
    border-radius: 50%;
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1) inset, 3px 3px 3px hsla(0, 0%, 93%, 0.2) inset, -3px -3px 3px hsla(0, 0%, 0%, 0.2) inset, 19px 9px 3px hsla(0, 0%, 0%, 0.15);
    content: "";
    height: 11px;
    left: -5px;
    position: absolute;
    top: -10px;
    width: 12px;
}
.pin::before {
    background-color: hsla(0, 0%, 0%, 0.1);
    box-shadow: 0 0 0.25em hsla(0, 0%, 0%, 0.1);
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(57.5deg);
    transform-origin: 50% 100% 0;
    width: 2px;
}

.question_box_holder{
	width:100%;
	padding:0px;
	background:#FFF;	
	color:#000;
	-webkit-box-shadow: 0px 2px 4px 0px  #bbbbbb;
       -moz-box-shadow: 0px 2px 4px 0px #bbbbbb;
            box-shadow: 0px 2px 4px 0px #bbbbbb;
}

.question_short_info{
	padding: 10px 10px 10px 10px;
}

.question_title{
	background:none;
    color: #000;
    font-size: 16px;
    position: relative;
}

.question_user_info_holder{
	position:relative;
	width:100%;
	height:10px;
}

.question_short_desc{
	 color: #878787;
    font-size: 13px;
}

.question_rating{
	width:100%;	
}

.question_rating a{
	color:#000;	
}

.question_user_info{
	width:auto;	
	color: #878787;
	float:left;
	font-size:12px;
}

.question_user_image{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 35px;
    top: 0px;
    height: 35px;
    position: absolute;
    right: 0px;
    width: 35px;	
}

.question_info_holder{
	padding:15px 10px 5px 10px;	
	background:#DDDDDD;
}

.question_lifecategory{
	color: #878787;
    font-size: 12px;
	float:left;	
}


.question_answers_count{
	color: #878787;
    font-size: 12px;
	float:right;	
}

.half-headers div{
padding:10px;text-align:center;
}

.half-headers a{
font-size:15px;

color:#FFF;	


}
.half-headers .selected_half{
background:#000;	
cursor:pointer;
}

.half-headers .other_half{
background:#468F0F;	cursor:pointer;
}

.mobile_left_menu, .mobile_right_menu{
	display:none;
}

.add_discustion_holder{
	width:100%;
	-webkit-box-shadow: 0px 2px 4px 0px  #bbbbbb;
       -moz-box-shadow: 0px 2px 4px 0px #bbbbbb;
            box-shadow: 0px 2px 4px 0px #bbbbbb;
	padding:10px;
	background:#FFF;
}

.add_discustion_holder .holder_title{
	color:#468F0F;
	font-size:18px;
}

.add_discustion_holder input{
	width:100%;
	padding:5px;
	border:1px solid #CCC;
	margin:10px 0px;
}

.add_discustion_holder textarea{
	width:100%;
	border:1px solid #CCC;	
	padding:5px;
	min-height:100px;
	margin-bottom:10px;
}

.add_discustion_holder select{
	width:calc(100% - 60px);
	padding:5px;
	/*border:1px solid #CCC;*/
	float:left;
}

.add_question_btn{
	float:right;
	padding:6px 10px;
	background:#468F0F;
	border:0px;
	color:#FFF;
	width:auto;
}




.ls_category_list_holder{
	transition: opacity 0s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;	
	background:#f4f4f4;	
	position:absolute;
	z-index: 10;
	top:235px;
	right:40px;
	width:calc(100% - 80px);
	-webkit-box-shadow: -12px 11px 9px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -12px 11px 9px -8px rgba(0,0,0,0.75);
box-shadow: -12px 11px 9px -8px rgba(0,0,0,0.75);
}

.ls_category_list_holder.active{
	opacity: 1;
    height: auto;
}

.ls_category_list_holder ul{
	margin:0px;
	padding:20px;	
}

.ls_category_list_holder ul li{
float: left;
    font-size: 12px;
    list-style: outside none none;
    padding: 4px;
    text-align: left;
    width: 300px;
}

.ls_category_list_holder ul li a{
	color:#000;
	text-decoration:none;	
}

.ls_category_list_holder ul li a.active{
	color:#468F0F;	
}

.single_category.active{
	color:#000;	
}

.single_category i.active{
color:#468F0F;	
}

.lifestage_list{
	width:150px;
	text-align:center !important;
	height:100px;
}

.lifestage_list i{
	font-size:40px;
	display:block;
	margin-bottom:5px;
}

.super_category_box{
	/*float:left;*/
	margin:10px 0px;
	position:relative;
	
	 
}

.super_category_box div.super_category{
    color: #fff;
    padding-left: 15px;
    text-align: left;
    word-wrap: break-word;
}
.super_category_box div.super_category i{
color:#FFF;
margin-left:0px;
}


.super_category{
	width:140px;
	text-align:center;
	height:100px;
	float:left;
	margin-right:10px;
	padding:10px 0px;
	/*background:#FFF;*/
	cursor:pointer;
	
}

.super_category i{
	font-size:40px;
	display:block;	
	margin-bottom:8px;
	color:#000;
}

.super_category_categories_list{
	/*display:none;*/
	width:calc(100% - 170px);
	overflow:hidden;
	float:left;
}

.super_category_categories_wrapper{
	width:2000px;	
}


.single_category{
	width:123px;
	text-align:center;
	height:100px;
	float:left;
	margin-left:10px;
	padding:10px 0px;
	/*background:#FFF;*/
	cursor:pointer;
}

.single_category:first-child{
	margin-left:0px;
}

.single_category i{
	font-size:40px;
	display:block;
	margin-bottom:10px;
	 color: #656665;
}

.super_category_slide_btn_prev{
	height:100px;
	width:30px;
	position:absolute;
	left:150px;
	top:0px;
	
	line-height:100px;
	font-size:30px;
	color:#656665;
	/*display:none;*/
	text-align:center;
	cursor:pointer;
}

.super_category_slide_btn_next{
	height:100px;
	width:30px;
	position:absolute;
	right:0px;
	top:0px;
	
	line-height:100px;
	font-size:30px;
	color:#656665;
	/*display:none;*/
	text-align:center;
	cursor:pointer;
}

.super_category_box:hover .super_category_slide_btn_prev{
	display:block;	
}

.super_category_box:hover .super_category_slide_btn_next{
	display:block;	
}

.super_category_top_list{
	padding:0px;
	width:100%;
	margin-top:10px;
}

.super_category_top_list .super_category{
	width:123px;	
}


.category_list_holder.small_holder{
	height:0px;	
	opacity: 0;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.category_list_holder.small_holder.active{
	opacity: 1;
    height: auto;
	 
}

.selected_categories{
width:960px;	
}

.mobile_category_holder{
	display:none;
	width:auto;
	float:left;
}

.mobile_category_btn{
	background: #CCCCCC;
    color: #000;
    font-size: 13px;
    height: 44px;
	padding: 16px 9px;
	width:30px;	
}


.mobile_single_category.active{
	color:#000000;	
}

.mobile_single_category{
	width:123px;
	text-align:center;
	height:100px;
	float:left;
	margin-left:10px;
	padding:10px 0px;
	/*background:#FFF;*/
	cursor:pointer;
}

.mobile_single_category i{
	font-size:40px;
	display:block;
	margin-bottom:10px;
	 color: #656665;
}

.campaign_block{
	-webkit-box-shadow: 0px 2px 4px 0px  #bbbbbb;
       -moz-box-shadow: 0px 2px 4px 0px #bbbbbb;
            box-shadow: 0px 2px 4px 0px #bbbbbb;
	margin:0px 0px 20px 20px;
	float:left;
}

.campaign_image_holder{
	width:100%;
	position: relative;
	min-height:100px;
	background:url(../images/loading_placeholder.jpg) no-repeat #f4f4f4 center left;
 
	
}

.campaign_image_holder img{
	width:100%;	
}

.campaign_flag{
	position:absolute;
	top:0px;
	left:0px;
	width:30px;
	height:20px;	
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.campaign_views{
	position:absolute;
	top:0px;
	right:0px;
	padding:3px 5px;
	color:#FFF;
	background:rgba(0, 0, 0, 0.6);
}

.campaign_info_holder{
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;

}

.campaign_info_holder h3{
	margin:0px;
	font-size:18px;	
}

.campaign_info_holder span{
	display:block;
	font-size:12px;	
}

.memberHolderBox {
    border: 1px solid #f4f4f4;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
    width: 47%;
}

.memberProfileImage
{
	width:100px;
	height:100px; 
	float:left;
	margin-right:10px;
	cursor:pointer;
	background-size:cover;	
	background-position: center center;
}

.badges_in_profile{
float:left;
margin-right:10px;
width:50px;	
border:2px solid #e9e9e9;
}

.badges_in_profile img{
width:100%;	
border-radius: 60px;
}

.grayscale{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);	
}

.memberInfoHolder{
background:#FFF; width:100%;height:100px;	
}

.memberNameHolder{
 font-size:15px;padding:5px; margin:0	
}

.memberDOJ{
position:absolute; bottom:2px; left:110px; font-size:12px;	
}

.memberDOJ span select{
	width:80%;
}

.memberDOJ a{
	color:#333;
}


.story_title{
	float:left;
	width:calc(100% - 130px);
	font-size:24px;
	margin-right:20px;
	margin-bottom:20px;
	
}


.story_title span{
	display:block;
	font-size:13px;
	
}

.story_share_holder{
	float:left;
	width:110px;	
	text-align:right;
}

.story_share_holder a{
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	padding:7px 10px;
	border-radius:5px;
}

.story_share_holder a.facebook{
	background:#3d5a97;
}

.story_share_holder a.twitter{
	background:#30a6e0;
}

.story_description{
	margin:0px 0px 20px 0px;
	font-size:16px;
}

.story_banner{
	width:100%;
	margin-bottom:20px;	
}
.story_banner img{
	max-width:100%;	
}

.story_video_holder{
	width:100%;
	margin-bottom:20px;	
}

.story_short_content{
	width:100%;
	margin-bottom:20px;
	background:#CCC;
	color:#363636;
	padding:10px;	
	 
	line-height:22px;
	font-size:16px;
}

.story_main_content{
	width:100%;
	line-height:22px;
	font-size:16px;
}

.hyperlinkthis{
cursor:pointer;	
}

.reponse_status{
margin-top:10px;	
}

.table tr:hover{
background:#FFC;	
}

.blackTableHeader{
background:#000 !important;
color:#FFF;	
}


.billing_info_box{
	border:1px solid #CCC;
	background:#f1f1f1;
	padding:15px;
	text-align:center;
	font-size:18px;
	float:left;
	margin:0px 15px 15px 0px;
}

.billing_info_box h2{
	margin:0px;
	font-size:24px;	
}

.billing_sub_menu{
	border:1px solid #CCC;
	width:100%;	
}

.billing_sub_menu ul{
	padding:0px;
	margin:0px;
	list-style:none;	
}

.billing_sub_menu ul li{
	border-top:1px solid #CCC;
}

.billing_sub_menu ul li:first-child{
	border-top:0px;	
}

.billing_sub_menu ul li a{
	display:block;
	width:100%;
	padding:15px;
	color:#000;
	font-size:14px;
}

.billing_sub_menu ul li.active a{
	background:#468F0F;
	color:#FFF;	
}

/**********************************SEARCH RESULT BOX*************************************/

.search_result_box{
	background:#FFF;
	padding:10px;	
}

.search_result_box h1{
	margin:0px;
	font-size:24px;	
}

.search_result_box #save_results_btn_holder{
	color:#468F0F;
	font-size:14px;
	
	display:block;
	margin:10px 0px 15px 0px;
}

.search_result_box .save_results_btn{
	color:#468F0F;
	text-decoration:underline;
}

.common_button{
	border-radius: 3px;
    color: #fff;
    display: inline-block;
    outline: 0 none;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
	background:#468F0F;
	width:auto;
	border:0px;
	font-size:14px;
	cursor:pointer;
}

.common_button.small{
	padding: 3px 10px;
	font-size:12px;
}

.common_button i{
float:left;
}

.common_button.danger{
	background:#CB4748;	
}

.common_button.disable{
	background:#666666;	
}


.ctabutton {
	background-color: #468F0F;
    border-color: #468F0F;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    font-family: proxima_nova_regular;
    padding: 0 18px;
    text-shadow: 0 1px 0 #CCC;
    text-transform: uppercase;
	   -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    vertical-align: top;
	 margin-bottom: 8px;
}
.ctabutton:hover, .ctabutton:focus {
	border: 1px solid #478f0f;
	background: #6edf18;
	background: -webkit-gradient(linear, left top, left bottom, from(#6edf18), to(#44890e));
	background: -moz-linear-gradient(top, #6edf18, #44890e);
	background: linear-gradient(to bottom, #6edf18, #44890e);
	color: #ffffff;
	text-decoration: none;
}
.ctabutton:active {
	background: #39720c;
	background: -webkit-gradient(linear, left top, left bottom, from(#39720c), to(#39720c));
	background: -moz-linear-gradient(top, #39720c, #39720c);
	background: linear-gradient(to bottom, #39720c, #39720c);
}

.mobile_sub_menu{
	width:35px;
	background:#468F0F;
	float:left;
	height:35px;
	line-height:35px;
	text-align:center;
	padding:10px 0px;
	display:none;
}

.mobile_sub_menu a{
	color:#FFF;
}

#calendar h2{
	font-size:18px;	
}

.plugin_categories{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:0px;
	background: #2d2d2d none repeat scroll 0 0;
	display:none;
}
.plugin_categories li{
	border-bottom:1px solid #CCC;
	position: relative;
    vertical-align: middle;
}
.plugin_categories li a{
	display:inline-block;
	padding:8px 10px;
	width:100%;
	color:#fff;
	background:#2d2d2d none repeat scroll 0 0;
	text-decoration:none;
}
.plugin_categories li a.active{
	color:#FFF;
	background:#000;
}

.mobile_page_inner_menu{
	background: #000 none repeat scroll 0 0;
    color: #fff;
	padding:8px 10px;
	margin-top:10px;
	border-bottom:1px solid #CCC;
	display:block;
}

.page_middle{
	margin:0px auto;	
	width:100%;
	padding:10px;
	background:#FFF;
}

/************************* MODIFIED TABS ***************************/

.nav-tabs {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #f7f7f7;
    margin-top: 0;
}
.nav-tabs li {
    font-size: 14px;
}
.nav-tabs li a {
    color: #000;
	padding:15px;
	border-radius:0px;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
    background: #f4f4f4 none repeat scroll 0 0;
    border-color: #f7f7f7 #f7f7f7 transparent;
}
.tab-content {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 20px;
}

/************************* END MODIFIED TABS ***************************/

.five_column_box .newbox.col1{
		width:calc(20% - 24px) !important;	
}

.four_column_box .newbox.col1{
		width:calc(25% - 25px) !important;	
}

.three_column_box .newbox.col1{
		width:calc(33.33% - 26.66px) !important;
}

.two_column_box .newbox.col1{
		width:calc(50% - 30px) !important;	
}

.one_column_box .newbox.col1{
	 	width:calc(100% - 40px) !important;	
}


.plain_square_button {
    border: 1px solid #363333;
	background:#FFF;
    color: #363333;
    cursor: pointer;
    font-size: 15px;
    margin:0px;
    padding: 13px 10px;
    width: -moz-fit-content;
	float:left;
	margin-right:10px;
	height:48px;
	margin-bottom:10px;
}

.plain_square_button img{
	width:20px;	
}

.circle_button{
	display:none;
	background:#000;
	color:#FFF;
	font-size:18px;
	height:40px;
	width:40px;
	line-height:40px;
	border-radius:40px;
	text-align:center;
}

.round_button{
	 display:inline-block;
	background:#000;
	color:#FFF;
	font-size:18px;
	height:40px;
	width:40px;
	line-height:40px;
	border-radius:40px;
	text-align:center;
	  padding: 10px;
}

.other_buttons{
width:100%;	
}

.other_buttons a{
 width: calc(50% - 5px);
margin-bottom: 10px;
}

.other_buttons.third a{
 width: calc(33% - 5px);
margin-bottom: 10px;
}

.other_buttons.give_receive.show{
	position:fixed;
	bottom:160px;
	display:block;
	left:10px;
	width:calc(100% - 20px)
}

.give_receive_wrapper{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}

.map_search_holder{
	color:#000;
	text-align:right;
	float:right;
}

.map_search_holder .search_box{
	color:#000;	
	font-size:14px;
	width : 400px;
}

.lang_options li{
	float:left;
	margin:40px;
	height:auto !important;
}

.firstalpha{
font-size:30px;
display:block;
color:#FFF;	
cursor:pointer;
}

.langname{
display:block;
margin-top:5px;	
font-size:14px;
color:#FFF;	
cursor:pointer;
}

.language_list_title {
    color: #fff;
    float: left;
    font-size: 30px;
    height: auto;
    margin: 0;
    padding: 20px 40px 10px;
}


.site_fullscreen_close{
	position:absolute;
	top:5px;
	right:5px;
	display:none;
	color:#666;
	z-index:10000;
}

.site_content.full_screen .site_fullscreen_close{
	display:block;
}

.site_content.full_screen .site_fullscreen{
	display:none;
}


.round_logo_full img{

	width:100%;
}

.fullscreen_logo_holder{
	padding:10px 0px;
	display:none;
}

.fullscreen_logo{
	width:56px;
	height:56px;
	border-radius:56px;
	background-position:center center;
	background-size:cover;
	float:right;
	margin-left:10px;
}

.site_content.full_screen .fullscreen_logo_holder{
	display:block;
}

.full_screen_option{
	width:80px;
	position:fixed;
	bottom:10px;	
	padding:10px;
}

.site_fullscreen{
	padding:10px 0px;
	font-size: 13px;
	line-height:13px;
	text-align:center;
	color:#FFF;
	
}

.site_fullscreen i{
	display:block;
	font-size:25px;
	margin:10px 0px;
}

.settings_switch {
  position: absolute;
  display: inline;
  width: 60px;
  height: 34px;
  right: 30px;
}

.settings_switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #468F0F;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.modal-dialog.full_width{
	width:calc(100% - 40px);
}

.modal-dialog.full_width .modal-body{
	padding:0px !important;
}

.modal-dialog.full_width .modal-content{
	border:0px !important;
}

.modal-dialog.full_width .bootbox-close-button{
	margin-top:-28px !important;	
}
.center_600{
	width: 90%;
	max-width:1000px;
}
.modal-dialog.third_width .modal-body, .modal-dialog.center_600 .modal-body{
	padding:0px !important;
}

.modal-dialog.third_width .modal-content, .modal-dialog.center_600 .modal-content{
	border:0px !important;
}

.modal-dialog.third_width .bootbox-close-button, .modal-dialog.center_600 .bootbox-close-button{
	margin-top:-28px !important;	
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.cnb_passcode {
	font-weight:bold;
	font-size:30px;
}

.verifiedCircle {
    border: 2px solid #059e4b;
}

.filter_category_wrapper{
	padding:10px 0px;	
}

.filter_attribute{
	float:left;
	margin:0px 20px 10px 0px;
	width:200px;
	height: auto;
	position:relative;
}

.filter_attribute label{
	width:100%;
	display: inline;
	font-weight:normal;
	font-size:13px;
}

.filter_attribute input[type="text"], .filter_attribute select{
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:1px solid #CCC;
	width:100%;	
	color:#CCC;
	padding:5px 0px;
}

.filter_attribute span.filter_attribute_unit{
	bottom:5px;
	right:5px;
	position: absolute;
}

.key-legend {
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 11;
}

.key-legend div {
    background: #000 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    margin-left: 4px;
    padding: 5px;
}

.notice_social .social{
	text-align:right;	
}

.addl_page_menu_wrapper{
	display:table;
	width:100%;
}

.addl_pages_menu_holder{
	width:100%;
	background:#2D2D2D;
	display:table-cell;
}

.addl_pages_menu_holder ul{
	margin:0px;
	padding:0px;
	list-style:none;	
	display:table;
	width:100%;
}

.addl_pages_menu_holder li{
	display:table-cell;
	width:20%;
	position:relative;
	border-left:1px solid #FFF;
	vertical-align:middle;
}

.addl_pages_menu_holder li:first-child{
	border-left:0px;
}

.addl_pages_menu_holder li a{
	display:inline-block;
	padding:10px 0px;
	color:#FFF;
	font-size:14px;
	
	width:100%;
	text-align:center;
}

.addl_pages_menu_holder li.active a{
	background:#FFF;
	color:#000;	
}

.addl_pages_menu_holder li ul{
	display:none;
	position:absolute;
	top:41px;
	left:0px;
	width:100%;
	background:#2D2D2D;
	z-index:1;
}
.addl_pages_menu_holder li:hover ul.child_level1{
	display:block;	
}
.addl_pages_menu_holder li ul li{
	display:block;
	width:100%;
	border-left:0px;
}

.addl_pages_menu_holder li ul li a{
	text-align:left;
	
	padding:10px 10px;
	border-bottom:1px solid #FFF;
}

.addl_pages_menu_holder li li ul{
	display:none;
	position:absolute;
	top:0px;
	right:-174px;
	left:auto;
	width:100%;
	background:#2D2D2D;
	z-index:1;
}

.addl_pages_menu_holder li li:hover ul.child_level2{
	display:block;
}

.addl_pages_more_menu_holder{
	width:30px;
	position:relative;
	display:table-cell;
	background:#2D2D2D;
}

.addl_pages_more_menu_holder ul{
	display:none;
	padding:0px;
	margin:0px;
	list-style:none;	
	background:#2D2D2D;
	width:300px;
	position:absolute;
	top:40px;
	right:0px;
	z-index:1;
}

.addl_pages_more_menu_holder a.toggle_more_addl_pages{
	display:inline-block;
	padding:10px 5px;
	color:#FFF;
	font-size:14px;
	
}

.addl_pages_more_menu_holder ul li{
	padding:5px 0px;
}

.addl_pages_more_menu_holder ul li a{
	padding:5px 10px;
	color:#FFF;	
}

.addl_pages_more_menu_holder ul li ul{
	position:relative;
	top:auto;
	right:auto;	
	
}

.addl_pages_more_menu_holder ul li ul li{
	padding-left:20px;
}

.addl_pages_menu_mobile_holder{
	display:none;
	width:100%;
	padding:10px;
	background:#000;
	color:#FFF;
}

.qrshow{
margin:10px 0px;	
}

.property_viewing_req{
		width:100%;
	}
	.property_viewing_req h4{
		background-color:#468F0F;
		color:#FFFFFF;
		margin:0px;
		padding:20px 0px 20px 0px;
		text-align:center;
	}
	.property_viewing_req_img{
		position:relative;
	}
	.property_viewing_req_img img{
		width:100%;
	}
	.property_viewing_req_img p{
		padding:10px;
		background-color:#468F0F;
		width:auto;
		bottom:5px;
		left:0px;
		position: absolute;
		/*cursor:pointer;*/
		color:#FFFFFF;
	}
	
	.property_viewing_user_info_holder{
		width:auto;
		 
		position:relative;
		height:50px;
		margin : 20px 0px 0px 0px;
	}
	
	.property_appointment_schedule{
	color:#999;
	font-size:13px;
	 padding-left: 60px;	
	}
	
	.property_viewing_user_avatar{
		position:absolute;
		width:50px;
		height:50px;
		border-radius:50px;
		background-size:cover;
		background-position: center center;
	}
	
	.property_viewing_user_info{
		font-size:16px;
		padding-left:60px;
		width:100%;
		color:#000;
	}
	
	.property_appointment_schedule_holder{
		width:250px;
		margin:0px auto;
		display:table;
		text-transform:uppercase;
	}
	
	.property_appointment_date_month{
		display:table-cell;
		font-size:16px;
		width:50px;
	}
	
	.property_appointment_date_month span{
		display:block;
		font-size:12px;	
	}
	
	.property_appointment_time_weekday{
		display:table-cell;	
		font-size:16px;
	}
	
	.property_appointment_time_weekday span{
		display:block;
		font-size:12px;	
	}
	
	.property_viewing_req_details{
		padding:10px;	
	}
	
	.property_viewing_req_details .property_title{
		font-size:14px;
		margin:0px;
	}
	
	.property_appointment_button_holder{
		margin-top:10px;
		width:100%;	
	}
	
	.property_appointment_button_holder a{
		width:50%;
		float:left;
		display:inline-block;
		padding:10px;
		color:#FFF;
		font-size:16px;
		text-align:center;
	}
	
	
	.property_appointment_button_holder a.appointment_accept{
		background-color:#008421;
	}
	
	.property_appointment_button_holder a.appointment_reject{
		background-color:#E30011;
	}
	
	.property_appointment_button_holder a.appointment_cancel{
		background-color:#E30011;
		width:100%;
		float:none;
	}
	
	

@media (max-width:1024px){
	.addl_pages_menu_mobile_holder{
		display:block;	
	}
	
	.addl_pages_menu_holder{
		display:none;	
	}
	
	.addl_pages_menu_holder ul{
		display:block;	
	}
	
	.addl_pages_menu_holder  ul li{
		display:block;
		width:100%;
		border-left:0px;
	}
	
	.addl_pages_menu_holder  ul li a{
		padding-left:10px;
		text-align:left;
		border-bottom:1px solid #F1F1F1;
	}
	
	.addl_pages_menu_holder  ul li ul{
		display:block;
		width:100%;
		position:relative;
		top:auto;
		right:auto;
	}
	
	.addl_pages_menu_holder  ul li ul li a{
		padding-left:20px;
	}
	
}


.specialheader {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.back_to_thread {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}


.datetime {
    color: #878787;
    font-size: 12px;
    font-weight: normal;
}

.firebase_notification_holder{
	position:fixed;
	bottom:20px;
	left:20px;
	box-shadow: 0 1px 4px 0 #888;
	max-width: 250px;
	background: #fff none repeat scroll 0 0;
}

.push_notification_popup{
	padding: 10px 25px 10px 10px;
}

.push_notification_popup_close{
	display:inline-block;
	padding:2px 5px;
	background:#000;
	color:#FFF;
	text-decoration:none;
	position:absolute;
	top:0px;
	right:0px;
}

.push_notification_popup h1{
	margin:0px 0px 5px 0px;
	font-size:18px;
}

.push_notification_popup h4{
	margin:0px;
	font-size:14px;
	color:#9d9d9c;
}

.push_notification_btn{
	border-radius: 0;
    padding: 5px 10px;
    width:100%;
    text-align:center;
    text-transform:uppercase;
}

.push_notification_btn.danger_color{
	background:#FF0000;
}

.push_notification_btn.half_width{
	width:50%;
	float:left;
}



/******  ----home page footer logo style-----  ******/
.portfolio .hs{
	width:1160px;
	margin:auto;
	height:50px;
}

.portfolio .hs ul{
	list-style:none;
	margin:0;
	padding:0;	
}

.portfolio .hs ul li{
	width:200px;
	float:left;
	margin-right:12px;
	text-align: center;
	
}

.portfolio .showcase {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 50px;
  width:  1048px;
  /* Add scroll-bars */
  overflow: auto;
  float:left;
}

.portfolio .left-arrow{
	width:22px;
	height:50px;
	display:block;
	margin-right:10px;
	float:left;
}

.portfolio .right-arrow{
	width:22px;
	height:50px;
	display:block;
	margin-left:10px;
	float:left;	
}
.portfolio .left-arrow a,.right-arrow a{ padding-top:21px; float:left;}
.portfolio .showcase img{ max-width:200px; height:50px;}
/****** --- Home page footer logo style  END --- ******/

/* =====================================================
	TENANT AND LANDLORD LOGIN
 ====================================================== */
 #landlord_properties .navbar.navbar-color,
 #tenant_properties .navbar.navbar-color
 {
	background-color:var(--main-color);	
	border-radius:0px;
}
 #landlord_properties .navbar .right-menu .property-dropdown,
 #tenant_properties .navbar .right-menu .property-dropdown,
 .navbar.navbar-color a{
 	color:var(--font-color);	
 	
 }	
 
  #landlord_properties .navbar.navbar-color li.menu-active,
  #tenant_properties .navbar.navbar-color li.menu-active
  {
  	background-color:#000;	
  	color:#fff;
  }
  
  #landlord_properties .navbar.navbar-color li a:hover,
  #tenant_properties .navbar.navbar-color li a:hover
  {
  	background-color:#000;	
  	color:#fff;
  }
.prop_account_holder{
	background-color:#f7f7f7;	
}
/*  ================================================
                    RIBBON EFFECT START
    ================================================  */
.ribbon_css {
	position: absolute;
	display: block;
	top: -2px;
	right: -4px;
	width: 110px;
	height: 110px;
	overflow: hidden;


	background-color:transparent;
	box-shadow:none;
	background-image:none;
	left:unset;
}

.ribbon_css_bg{
	position: absolute;
	display: block;
	top: -4px;
	right: -4px;
	
    width: 120px;
    height: 120px;
    
    overflow: hidden;
	background-color:transparent;
	box-shadow:none;
	background-image:none;
	left:unset;
}

.ribbon_css .label {
position: relative;
display: block;
left: -12px;
top: 26px;
width: 158px;
padding: 4px 0;
font-size: 12px;
text-align: center;
color: #fff;
background-color: #be2426;
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
-ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
-webkit-transform: rotate(45deg) translate3d(0,0,0);
-moz-transform: rotate(45deg) translate3d(0,0,0);
-ms-transform: rotate(45deg) translate3d(0,0,0);
transform: rotate(45deg) translate3d(0,0,0);
}

.ribbon_css_bg .label{
	position: relative;
	display: block;
	
	left: -12px;
    top: 30px;
    width: 170px;
    
    padding: 10px 0;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #be2426;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-webkit-transform: rotate(45deg) translate3d(0,0,0);
	-moz-transform: rotate(45deg) translate3d(0,0,0);
	-ms-transform: rotate(45deg) translate3d(0,0,0);
	transform: rotate(45deg) translate3d(0,0,0);
}

.ribbon_css_bg .label:before,.ribbon_css .label:before,.ribbon_css_bg .label:after,.ribbon_css .label:after {
content: '';
position: absolute;
bottom: -4px;
border-top: 4px solid #7b2a27;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}

.ribbon_css_bg  .label:before,.ribbon_css .label:before{
left: 0;
}

.ribbon_css_bg .label:after,.ribbon_css .label:after {
right: 0;
}


/*  ==========   RIBBON EFFECT END   ==========  */

/****************************************************
		WIDGET DESIGN
*****************************************************/
#website_popup .bootbox-close-button{
    background-color: #333;
    color: #fff;
    padding: 2px 8px;
    border-radius: 0px;
}    


.reply_message_holder .user_name,
.reply_message_holder .user_name,
.estate_report_holder .user_name,
.cnt-agt-cht-list .user_name
{
	font-size:13px;
	font-weight:bold;
	color:#0C0C0C;
}


.reply_message_holder.right .user_name,
.reply_message_holder.right .reply_message_white .user_name,
.estate_report_holder.right .user_name,
.cnt-agt-cht-list.right .user_name
{
	float:right;
}

.cnt-agt-cht-list .user-img,
.cnt-agt-cht-list .reply_message_white .user-img,
.estate_report_holder .estate_report_user_avatar,
.reply_message_holder .reply_user_avatar
{
	width: 35px;
	height: 35px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	float:left;
}


.cnt-agt-cht-list.right .user-img,
.cnt-agt-cht-list.right .reply_message_white .user-img,
.estate_report_holder.right .estate_report_user_avatar,
.reply_message_holder.right .reply_user_avatar
{
	float:right;
}




.cnt-agt-cht-list .datetime,
.cnt-agt-cht-list .reply_message_white .datetime,
.estate_report_holder .estate_report_attach_date ,
.reply_message_holder .datetime
{
	font-size: 10px;
	color: #878787;
	font-weight:normal;
}

.estate_report_attach img{max-width:100%;}

.reply_message_holder.right .reply_message::before,
.reply_message_holder.right .reply_message_white::before,
.estate_report_holder.right .estate_report_content_holder::before,
.cnt-agt-cht-list.right .cht-agt-msg::before
{
	content: " ";
	position: absolute;
    top: 0;
    left: 100%;
    border-width: 5px;
    border-style: solid;
    transition: all 0.5s ease-out 0s;
    border-color: #f4f4f4 transparent transparent #f4f4f4;
}


.reply_message_holder.left .reply_message::before,
.reply_message_holder.left .reply_message_white::before,
.estate_report_holder.left .estate_report_content_holder::before,
.cnt-agt-cht-list.left .cht-agt-msg::before
{
	content: " ";
	position:absolute;
	top:0;
	right:100%;
	border-width: 5px;
	border-style: solid;
	transition: all 0.5s ease-out 0s;
	border-color:#f4f4f4 #f4f4f4 transparent transparent;
	
}


.reply_message_white,
.reply_message,
.estate_report_content_holder,
.cht-agt-msg
{
	position:relative;
	background-color:#f4f4f4;
	max-width:calc(100% - 55px);
	float: left;
	margin-bottom:15px;
	padding:5px;
	margin-left:10px;
	text-align:left;
	color:#727272;
	
}


	
	
	

.reply_message_holder.right .reply_message,
.reply_message_holder.right .reply_message_white,
.estate_report_holder.right .estate_report_content_holder,
.cnt-agt-cht-list.right	.cht-agt-msg{
	margin-right:10px;
	float:right;
	border-top-left-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	
}


.reply_message_holder.left .reply_message,
.reply_message_holder.left .reply_message_white,
.estate_report_holder.left .estate_report_content_holder,
.cnt-agt-cht-list.left .cht-agt-msg{
	margin-left:10px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}



	
.cnt-agt-cht-list.right .datetime,
.cnt-agt-cht-list.right .reply_message_white .datetime,
.estate_report_holder.right .estate_report_attach_date,
.reply_message_holder.right .datetime
{
	float:right;
}

.contact-agent-chat,
.template1_property_interaction,
.enquiry-wpr,
#report_holder{
	float:left;
	width:100%;
}


.template1_property_interaction .template1_detail_heading h4,
.enquiry-wpr .template1_detail_heading h1,
.template1_property_interaction .related_results .column_subhead_title,
.cnt-agt-cht-title h3,
#report_holder .template1_detail_heading h1{
	font-size: 18px;
	font-weight: 600;
	margin:0px;
}

.contact-agent-chat,
.template1_property_interaction,
.enquiry-wpr,
#report_holder{
	width: 100%;
    padding: 10px 15px;
    margin-bottom:20px;
   
}

.tenant_replay_content
{
	color:#727272;
	padding-left:60px;
	line-height:28px;
	
}

.tenant_replay_time,
.message_time_info{
	color:#aaa;
	font-size:12px;
	line-height:12px;
	padding-left:60px;
}

.tenant_reply_holder_box,
.message_subject_holder.with_replies
{
	background-color:#f4f4f4;
	height:50px;
	border-radius: 3px;
}

.thread_details,
.message_list_block_wrapper,
.offer_response_holder,
.tenant_reply_holder_box.active,
#report_detail_view.active
{
	display:none;	
}

.thread_details.active, .message_list_block_wrapper.active, .offer_response_holder.active, .back_to_inbox{
	display:block;
}

#report_holder .back_tenent_list,
#report_detail_view .back_tenent_list,
#response_detail_holder .back_to_inbox,
#response_detail_holder .message_subject_holder{ color:#0C0C0C; }


 #replies_holder .right .reply_message_white{
 	margin-right:10px;
 	border-radius:3px 0px 3px 3px;
 	position: relative;
 	text-align:left;
 	font-size:12px;
 }

/*
================
CHAT STYLE START
================
*/

	.contact-agent-chat{width:100%; border: 1px solid #ccc; margin:auto; background-color:#fff; margin-bottom:10px; }
	.cnt-agt-cht-title{ width:100%; display:block; border-bottom:1px solid #ccc; }
/*	.cnt-agt-cht-title h3{margin:10px 0px; }*/
	.cnt-agt-cht-cnt{ width:100%; display:block;  font-size: 12px;}
	.cnt-agt-cht-cnt h5{font-size: 14px; padding:10px 10px 10px 0px; margin:0px; color:#727272;}
	.cnt-agt-cht-list{ width:100%; display:block; margin-bottom:10px;}
	
	

	.cnt-agt-cht-list-wpr{width:100%; float:left; margin-bottom:10px;}
	/*.cht-agt-msg{
		margin-left:10px;
	    border-radius: 0px 3px 3px 3px;
	    background: #f4f4f4 none repeat scroll 0 0;
	    padding:5px 10px;
	    
		 float:left;
	   	max-width:calc(100% - 55px);
	   	font-size:12px;
	   	font: inherit;
	   	text-align:justify;
	}*/
	
/*	.cht-agt-msg .user_name,.reply_message_white .user_name{font-size:13px; font-weight:bold;}
*/	
/*	.cnt-agt-cht-list.left .cht-agt-msg::before{
		content: " ";
		position:absolute;
		top:0;
		right:100%;
		border-width: 5px;
		 border-style: solid;
		 transition: all 0.5s ease-out 0s;
		 border-color:#f4f4f4 #f4f4f4 transparent transparent;
	}
	
	.cnt-agt-cht-list.right .cht-agt-msg::before{
		content: " ";
		position:absolute;
		top:0;
		left:100%;
		border-width: 5px;
		 border-style: solid;
		 transition: all 0.5s ease-out 0s;
		 border-color:#f4f4f4 transparent transparent #f4f4f4;
	}*/

/*	.cnt-agt-cht-list.right { text-align:right;}*/
	/*.cnt-agt-cht-list.right .user-img{ float:right;}*/
/*	.cnt-agt-cht-list.right	.cht-agt-msg{ margin-right: 10px; float:right;}*/
	/*.cnt-agt-cht-list.right .user_name,.cnt-agt-cht-list.right .reply_message_white .user_name{float:right;}
	.cnt-agt-cht-list.right .datetime,.cnt-agt-cht-list.right .reply_message_white .datetime{float:right;}*/
	
	.contact-agent-chat .cht-agt-message-box textarea{
	width: 100%;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	}
	
	/*.cnt-agt-cht-list .datetime{font-size: 10px;color: #878787;font-weight:normal;}*/

/** ======================
Book a view 
========================== **/
.appointent_reschdule_date h3{
	margin:20px 0 0 0;
}
.select_fix_app{
	display:table;
	width:100%;
	padding:20px 10px 0 10px;
}
.date_holder {
    width: 60px;
    height: 60px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50px;
    background-color: #F4F4F4;
    margin:0 18px;
    border:solid 1px #455c6a;
    position:relative;
    cursor:pointer;
    margin-bottom:50px;
}

.note_info_date {
    color: #455c6a;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    width: 100%;
    padding-top: 9px;
}

.note_info_month_year {
    color: #455c6a;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.appointent_reschdule_date{
	width:100%;
}

.date_holder.active{
	background-color: #315D0F;
	color: #fff;
} 

.date_holder.active .note_info_date, .date_holder.active .note_info_month_year{
	color: #fff;
}


.note_info_day {
    color: #455c6a;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

.note_info_time {
    color: #333;
    font-size: 13px;
    text-align: center;
    width: 100%;
}









/** =====================
LANDLORD REPORT A PROBLEM  && TENANT REPORT THE PROBLEM
========================= **/
/*.tenant_replay_time{
	padding-left:60px;
	padding-top:5px;
}*/

.tenant_reply_holder_box{
	clear: both;
    margin-bottom: 10px;
    width: 100%;
    padding:0px;
    display:block;
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius:0px 3px 3px 0px;
   
}
.tenant_reply_holder_box:first-child{
	margin-top:0px;
}
.tenant_reply_holder_box a {
    display: block;
    height: 50px;
    width: 100%;
}
.tenant_user_avatar {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 50px;
    width: 50px;
}
/*.tenant_replay_content{
	padding-left:60px;
	padding-top:5px;
	
}*/
/*.template1_property_interaction .template1_detail_heading h4{
	border-bottom: 1px solid #c0c6ce;
    color: #727272;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 7px;
    text-transform: uppercase;
    margin-bottom:15px;
}*/

#report_holder #report_holder{padding:0px;}
.template_view_full #report_holder{padding:0px;}

/**===========================
BOOKING PROPERT VIEWING LIST
============================**/

#viewing_request table{
	margin-bottom:0px;
}
.column_subhead_title{
	background: none;
	color: #333;
	margin-bottom: 10px;
    padding: 0px;
    font-size:18px;
}

.contact {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    padding: 10px;
    
}

.title_strip_req{
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
    margin-top: 0px;		
}

#viewing_request{
	padding:0px;
}

.related_results{
	border:none;
}

.results_holder{
	padding:0px;
}



/*========================== 
	TENANT REPORT A PROBLEM
============================*/	

/*.tenant_replay_time{
	padding-left:60px;
	padding-top:5px;
}*/
/*.report_button_holder{
	padding-top:10px;
}*/
/*.tenant_reply_holder_box{
	clear: both;
    margin-top: 15px;
    width: 100%;
    padding:10px;
    display:block;
    height:50px ;
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius:3px;
    margin-bottom:10px;
}	*/
/*.tenant_reply_holder_box a{
	height:50px;
	display: block;
}*/
/*.tenant_user_avatar {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 50px;
    width: 50px;
}*/
/*.tenant_replay_content{
	padding:5px 5px 0px 60px;
	width:calc(100% - 65px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
*/
/*.template1_property_interaction .template1_detail_heading h4{
	border-bottom: 1px solid #c0c6ce;
    color: #727272;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 7px;
    text-transform: uppercase;
} 
*/

/*.estate_report_holder{
	width:100%;
	display:block;
}*/

/*.estate_report_user_avatar_holder{
	width:60px;
	float: left;
}
*/
/*
.estate_report_content_holder{
	max-width:calc(100% - 60px);
	float: left;
	margin-bottom:15px;
	padding:5px;
	margin-left:10px;
}
*/

/*.estate_report_content{
	padding:10px;
	font-size:13px;
	text-align:justify;
	color:#333;
}*/
/*.estate_report_attach_holder{
	padding:10px;
}*/
/*.estate_report_attach{
	width:100%;
}*/
/*.estate_report_attach a{
	color:#4FC7FF;
}
.estate_report_attach_date{
	font-size:11px;
	color:#7f7f7f;
}*/
/*.estate_report_user_avatar {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 35px;
	width: 35px;
	border-radius: 2px;
	float:left;
}*/

/*.template_view_full{width:100%; padding:0px;}
.template1_property_interaction .template1_detail_heading h1{
	color: #727272;
    font-size: 20px;
    margin: 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #c0c6ce;
    padding-bottom: 7px;
    font-weight: 300;
}
#report_reply_list_holder{
	padding-top:0px;
}
.template_lite_tenant_holder .template1_detail_heading h1{
	font-size: 20px;
    margin: 0;
}
*/

.common_btn {
    border-radius: 0px;
    padding: 5px 15px;
}


/************************************************

	Tenant and Landlord Login details
	
************************************************/

/* property_account page  start */
.prop_account_holder{
	width: 48%;
	float: left;
	padding: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	height:215px;
}
.prop_img_holder{
	position: relative;
	width:200px;
	height:180px;
	background-position: center center;
    background-size: cover;
    float:left;
    margin-right:10px;
}
.prop_infor_holder{
	width:calc(100% - 210px);
	float:left;
	color:#000 ;
}
.prop_img_holder span {
    position: absolute;
    bottom: 0px;
    text-align: right;
    float: right;
    color: #fff;
    background-color:var(--main-color);
    display: block;
    width:200px;
    padding: 5px;
    top:150px;
    opacity:0.8;
}
.prop_noticeHeader {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 4px;
    word-break: break-all;
}

.load_more_btn {
    background-color:var(--main-color);
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 16px;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
}
.order_badge.offeredFree, .order_badge.offered,.order_badge.wanted{
	left:0 ;
	top:0 ;	
}
.common_button{
	padding:5px 10px ;
}
.tags {
	bottom:auto ;	
}
.order_badge{
	padding: 0px;
}
.box {
    background: #fff none repeat scroll 0 0;
    height:260px;
}
.col1 .order_description div.notice_info {
    height: 45px;
}
.col1 .order_description b{
	font-size: 15px;
	padding:5px 10px 0px 10px;
}
.estate_price_show{
	font-size: 20px;
	padding-left:10px;
	color: #455c6a;
}
.col1 .order_description div.notice_info .category{
	padding-left:5px;
}
.property_published {
    background: #3e8411 none repeat scroll 0 0;
}
.property_unpublished {
    background: #c1403a none repeat scroll 0 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}

.total_property_count{
	display: block;
    font-size: 16px;
    padding: 0px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #468F0F;
    border-color: #468F0F;
}

.property-account-details .my_properties_head{
	float:left;
}

.total_properties_theme3{
	text-align:center;
	float:right;
}

.total_properties_theme3 h3{
	font-size:28px;
	margin-bottom: 0px;
}

.cnb_notice_details_right.cur_ava .letting-ref-no{
	color:#455c6a ;
}

/* property_account page  end */
/* vendor property-account-details  style */
.property-account-details .vendor-enquiry{
	background-color:#fff;
	padding:20px;
}

.property-account-details .vendor-enquiry table th {
    background-color: #e8e3e3;
    
}

/* tenant propery page style */
.property-account-banner{
	width:100%;
	height:350px;
	background-image: url('../static_images/website_banner/Brand-1-1-min.jpg');
	background-size:cover;
	background-position:100% 100%;
	background-repeat:no-repeat;
}

.property-account-details{
	padding:20px 15px 60px 15px;	
}


#tenant_properties{
	min-height:400px;
}


#tenant_properties .navbar .left-menu{
	width:70%;
	float:left;
}

#tenant_properties .navbar .right-menu{
	width:30%;
	float:left;
	text-align:right;
}

#tenant_properties .navbar .right-menu .property-dropdown{
	width:100%;
	float:left;
	line-height:50px;
	cursor:pointer;
}

.navbar-toggle-acount-prop{
	float:left;
	margin-left:15px;
}

.acount-prop-cnt-container table th{
	background-color:#e8e3e3;
}

.property-account-details .pdf-container{
		padding-bottom:10px;
		
}

.property-account-details .pdf-container i{
	font-size:20px;
}

.let_tbl{
	margin-top:15px;
}
.info_block_single {
    width: 150px;
    height: auto;
    border: 1px solid #dddddd;
    float: left;
    margin-right: 5px;
    padding-top: 10px;
    text-align:center;
}
.info_block_single .head {
    line-height: 10px;
    float: left;
}
.info_block_single .status {
    line-height: 15px;
    color: #4C9420;
    font-size: 14px;
    font-weight: bold;
    text-align:center;
}

@media(max-wdith:992px){
	#landlord_properties .prop_account_holder{
		width:100%;
	}
	#landlord_properties .container,#tenant_properties .container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
}
	
@media(max-width:768px)	{
	#tenant_properties .navbar .left-menu{
		width:20%;
	}
	#tenant_properties .navbar .right-menu{
		width:80%;
		padding-right:15px;
	}
}

/* tenant property style end */

/****************************** Royal slider style start ******************************/

.hmo_full_holder{
	width:100%;
	background-color:#fff;
    border-bottom: 1px solid #e5e5e5;
    border-radius:5px 5px 0px 0px;
	overflow:hidden;
}
.hmo_full_holder ul{
	margin-bottom:0px;
}
.hmo_full_holder ul li{
	padding:10px;
	border-right:1px solid #e5e5e5;
	float:left;
}
.hmo_full_holder ul li a{
	color:#727272;
	cursor:pointer;
}
.hmo_full_holder ul li.active{
	background-color:rgba(0,0,0,.75);
	padding:10px;
	
}
.hmo_full_holder ul li.active a{
	color:#fff;
}

.hmo-bnr-title{
	width:100%;
	display:block;
	text-transform:uppercase;
	padding-bottom:5px;
}

.hmo-bnr-price{
	width:100%;
	display:block;
	text-align:center;

}

.ajax-royalslider-container .rsDefault,.ajax-royalslider-container .rsDefault .rsOverflow,.ajax-royalslider-container .rsDefault .rsSlide,.ajax-royalslider-container .rsDefault .rsVideoFrameHolder,.ajax-royalslider-container .rsDefault .rsThumbs{
	background-color: #fff;
}
.ajax-royalslider-container{
	height:550px;
	position: relative;
}
.ajax-royalslider-container .royalSlider{
	height:100% !important;
}
.ajax-royalslider-container .rsDefault.rsFullscreen .rsFullscreenBtn{
	width:60px ;
	top:0px ;
	right:0px;
}

.ajax-royalslider-container  .rsFullscreen .rsFullscreenBtn .rsFullscreenIcn i{
	right: 20px;
	color:#ffff ;
	background: rgba(233, 229, 224, 0.50);
    height: 50px ;
    width: 50px;
    padding: 6px;
    border-radius: 5px;
}

.ajax-royalslider-container .rsFullscreen .rsFullscreenBtn .rsFullscreenIcn i:hover{
	color:#fff;
}

.ajax-royalslider-container  .rsDefault .rsArrow{
    right: 50px;
    height:40px;
    z-index:111;
}
.ajax-royalslider-container  .rsDefault .rsFullscreenBtn
.ajax-royalslider-container  .rsDefault .rsArrowIcn{
	padding:12px 10px;
}
.rsFullscreen .rsArrow{
	width: 0px;
}

.ajax-royalslider-container  .rsArrowRight, .rsArrowLeft{}
.ajax-royalslider-container  .rsFullscreenBtn{}

.ajax-royalslider-container .rsDefault .rsFullscreenIcn{
	margin-right:20px;
}
.ajax-royalslider-container  .rsFullscreenIcn i {
    color: #fff;
    font-size: 38px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.ajax-royalslider-container .rsFullscreen .rsArrowLeft{
	left:0px;
	bottom:50%;
    background: rgba(255, 255, 255, 0.50);
    height: 50px !important;
    width: 50px;
    padding: 4px;
    border-radius: 5px;
}

.ajax-royalslider-container .rsFullscreen .rsArrowLeft:hover{
	color:#fff;
}


.ajax-royalslider-container .rsFullscreen .rsArrowRight{
	right:0px;
	bottom: 50%;
    background: rgba(255, 255, 255, 0.50);
    height: 50px  ;
    width: 50px;
    padding: 4px;
    border-radius: 5px;
}


.ajax-royalslider-container .rsFullscreen .rsArrowRight:hover{
	color:#fff;
}

.ajax-royalslider-container .rsFullscreen .rsArrowLeft .rsArrow{
	
}

.ajax-royalslider-container .rsDefault .rsFullscreenBtn{
	bottom: 6px;
    top: unset;
    z-index: 111;
    height:50px;
    width:50px;
}


.ajax-royalslider-container .rsArrow{
    bottom:3px;
	height: 40px ;
	z-index: 222 ;
}
.ajax-royalslider-container .rsArrowLeft { 
	right: 90px !important;
}
.ajax-royalslider-container .rsHidden{
	visibility:visible ;
	opacity:1 ;
}
.ajax-royalslider-container .rsArrowIcn{
	color:#fff;
}
.ajax-royalslider-container .rsArrowIcn i{
	font-size:26px;
}

.ajax-royalslider-container .key-legend div {
    margin-left: 5px;
}

.ajax-royalslider-container .rsFullscreen .rsArrowIcn i:hover{
	 color:#fff;
}
.ajax-royalslider-container .rsSlide{
	text-align:center !important;
	background:#fff !important;
}
.ajax-royalslider-container .rsSlide img{
	height:auto !important;
	width:auto !important;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	max-width:100%;
	max-height:100%;
}

.ajax-royalslider-container .video_360camera{
	position:relative;
}
.ajax-royalslider-container .video_360camera .gnbicon-360-view{
	width:30px;
	position: absolute;
    left: 0;
    top:3px;
    font-size:22px;
	
}

.ajax-royalslider-container .video_span_360{
	position:absolute;
	left:25px;
}

.ajax-royalslider-container .ajax-royalslider-container .video_360camera i{
	font-size:28px;
	float:left;
}

.ajax-royalslider-container .rsOverflow{
	width:100%;
}
.ajax-royalslider-container .royalSlider{
	width:100%;
}
.ajax-royalslider-container #overlay {
   
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 50;
    bottom: 0px;
    min-height: 40px;
}
.ajax-royalslider-container .slider-caption
{
    /*top: 10px;
    left: 0;
    position: absolute;*/
    text-align: center;
    width: calc(100% - 260px);
    font-size: 20px;
    color: #fff;
    text-align:center;
    text-transform:uppercase;
    float:left;
}

#bnr-property-price{
	font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color:#fff;
    margin-left: 10px;
    max-width:250px;
    float:left;
}
/*.ajax-royalslider-container #overlay h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 25px 9px 25px;
  color:#fff;
}
.ajax-royalslider-container #overlay h1 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0 25px;
  color:#fff;
}*/



.ajax-royalslider-container .fullscreen-caption{
    position: fixed;
    top: unset;
    bottom: 0;
    z-index: 99999;
    padding: 10px;
    display: none;
    width: 100% !important;
    max-height:50px;
    left:0px;
    
}


.ajax-royalslider-container #overlay .rsFullscreenBtn,
.ajax-royalslider-container #overlay .rsArrowLeft,
.ajax-royalslider-container #overlay .rsArrowRight {
  background-color: rgba(219, 219, 219, 0.7);

  cursor: pointer;
  font-size: 26px;
  height: 58px;
  line-height: 58px;
  right: 0;
  position: absolute;
  text-align: center;
  transition: ease all 0.5s;
  top: 0;
  width: 36px;
  z-index: 20;
}

.ajax-royalslider-container #overlay .rsFullscreenBtn {
  width: 58px;
}
.ajax-royalslider-container #overlay .rsArrowLeft {
  opacity: 1 !important;
  right: 94px;
  visibility: visible !important;
}
.ajax-royalslider-container #overlay .rsArrowRight {
  opacity: 1 !important;
  right: 58px;
  visibility: visible !important;
}

.ajax-royalslider-container .image_video_strip {
    /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
    border-radius: 0;
    padding: 0;
    margin-right:5px;
}
@media (max-width:768px){
	.ajax-royalslider-container  #fullDetails #overlay{
		position:absolute;
	}
	.ajax-royalslider-container .slider-caption,
	.ajax-royalslider-container #overlay h2{
        font-size:16px;
    }
}
@media (max-width:480px){
	.ajax-royalslider-container{
		height:260px;
	}
	
	.ajax-royalslider-container #fullDetails #overlay{
		padding:2px 0px;
	}
	/*.ajax-royalslider-container #fullDetails #overlay h1{
		margin:0px 10px;
		font-size:13px;
		font-weight:100;
		line-height:130%;
		width:calc(100% - 140px);
	}
	
	.ajax-royalslider-container #fullDetails #overlay h2{
		margin:0px 10px 5px 10px;
	}*/
	
	#bnr-property-price{
		font-size:16px;
	}
	.ajax-royalslider-container	.rsArrowIcn i{
	   font-size: 18px;
	}
	.ajax-royalslider-container .rsFullscreenIcn i{
	   font-size: 30px; 
	   top:0px;
	}
	.ajax-royalslider-container .rsDefault .rsFullscreenBtn{
		bottom:0px;
		height: 38px;
	}
	.ajax-royalslider-container .rsArrow{
		bottom:5px;
		height: 27px !important;
        width: 11px !important;
	}
    .ajax-royalslider-container .rsArrowLeft{
        right: 78px !important;
    }
    .ajax-royalslider-container .slider-caption,
    .ajax-royalslider-container #overlay h2{
        font-size:14px;
    }
    
    .ajax-royalslider-container #overlay h2{
    	line-height: 10px;
        margin: 0 28px 10px 25px;
    }
    
    .ajax-royalslider-container .rsFullscreen .rsArrowLeft,.ajax-royalslider-container .rsFullscreen .rsArrowRight
    {
        width: 50px !important;
    }
    .ajax-royalslider-container .rsFullscreen .rsFullscreenBtn .rsFullscreenIcn i{
        height : unset !important;
        width: unset;
    }
    
    .ajax-royalslider-container #overlay{
        margin: -64px 0 0 0;
        padding: 6px 0;
    }
    .ajax-royalslider-container .slider-caption{
        font-size: 14px;
        width: 70%  ; 
        top: 18px;
        text-align:left;
        padding-left:12px;
    }
    
    .ajax-royalslider-container .image_video_strip i{
        margin-right: 5px;        
    }
	
}	

/****************************** Royal slider style end ******************************/


/****************************** Image 360 popup start ******************************/
#image_360_popup .close{
	background-color: #000;
    z-index: 11;
    position: relative;
    color: #fff;
    border-radius: 50%;
    padding: 2px 8px;
    right: -10px;
    top: -10px;
    box-shadow: 0px 2px 10px #888888;
}


.estate-image-360-item{
	
	margin-bottom: 5px;
    margin-right: 5px;
    width: calc(20% - 10px);
    display:block;
    height:130px;
    background-position:center center;
    background-size:cover;
    cursor:pointer;
    display:inline-block;
}

/****************************** Image 360 popup end ******************************/


/****************************** Video 360 popup start ******************************/
#video_360_popup .close{
	background-color: #000;
    z-index: 11;
    position: relative;
    color: #fff;
    border-radius: 50%;
    padding: 2px 8px;
    right: -10px;
    top: -10px;
    box-shadow: 0px 2px 10px #888888;
}

.video-360-item{
    margin-bottom: 5px;
    margin-right: 5px;
    width:100%;
    display:block;
    height:130px;
    background-position:center center;
    background-size:cover;
    cursor:pointer;
    display:inline-block;
}

	#video_embed_360iframe,
	.video_360_poup_item{
		
		max-height:100%;
		overflow:hidden;
	}
	
.video-360-container a.video-360-list{display:inline-block;  width: calc(20% - 10px);}
/****************************** Video 360 popup end ******************************/

/****************************** FLOOR PLAN STYLE START ******************************/
.floor-plan{
    	cursor:pointer;
    }
    
    .floor-plan-content{
    	padding:20px;
    	position:relative;
    	text-align:center;
    	min-height:300px;
    }
    .viewer
    {
        width: 100%;
        height: 500px;
        border: 1px solid #eaeaea;
        position: relative;
        
       
    }
    
    ul.floor_image_list{
    	width:auto;
    	list-style:none;
    	position:absolute;
    	right:30px;
    	bottom:20px;
    	
    }
    ul.floor_image_list li {
    	display:inline-block;
    	background-color:#F0F0F0;
    	padding:5px 10px;
    	cursor:pointer;
    }

.floor-plan-caption{
	text-align:center;
	display: block;
	color:#727272;
	
}

/****************************** FLOOR PLAN STYLE END ******************************/
/****************************** DOWNLOAD EPC and floor plan STYLE START ******************************/
.epc_image_item, .flp_pdf_image_item{
		width:60px;
		height:60px;
		display:inline-block;
		position:relative;
	}
	
	.epc_image_item .fa-download , .flp_pdf_image_item .fa-download{
		color:#000;	
	}
	
	.epc_image_item .down_img , .flp_pdf_image_item .down_img{
		position: absolute;
	    bottom: 5px;
	    right: 5px;
	}
/****************************** DOWNLOAD EPC STYLE START ******************************/
/****************************** HMO property menu start ******************************/
.hmo-prop-bnr-tabmenu{
	
}

.hmo-prop-bnr-tabmenu ul {list-style:none; display:inline; margin:0px; padding:0px;}
.hmo-prop-bnr-tabmenu ul li { display:inline-block;}
/****************************** HMO property menu end ******************************/
/* landlord property page style */
.property-account-banner{
	width:100%;
	height:350px;
	background-image: url('../static_images/website_banner/Brand-1-1-min.jpg');
	background-size:cover;
	background-position:100% 100%;
}

.property-account-details{
	padding:20px 15px 60px 15px;	
}

#landlord_properties{
	min-height:400px;
}

#landlord_properties .navbar .left-menu{
	width:70%;
	float:left;
}

#landlord_properties .navbar .right-menu{
	width:30%;
	float:left;
	text-align:right;
}

#landlord_properties .navbar .right-menu .property-dropdown{
	width:100%;
	float:left;
	line-height:50px;
	cursor:pointer;
}

.navbar-toggle-acount-prop{
	float:left;
	margin-left:15px;
}

.acount-prop-cnt-container table th{
	background-color:#e8e3e3;
}
	
.rental-log-title{
	color: #455c6a;
    font-size: 22px;
    font-weight: bold;
  
}	

#landlord_properties .subtext_info{
	text-transform: uppercase;
    font-size: 20px;
    color: #455c6a;
}

.notice_reponses_wrapper{
	background:#F2f2f2;
	padding:5px;
}
.thread_details {
    background-color: #f4f4f4 !important;
}
.property-account-details .account_message_block{
	padding-left: 0px;
}

.property-account-details .offer_response_holder{
	display:block;
}
.reply_message{
	background-color: #fff !important;
}
.property-account-details .reply_message{
	/*overflow:hidden;*/
	word-wrap: break-word;
	color:#000;
}

.property-account-details .column_subhead{
	background-color: var(--main-color);
}

.property-account-details .account_message_block span{
	margin-bottom:10px
}

.property-account-details .enquiry-wpr{
	padding: 20px 15px;
}

.property-account-details .message_thread, .property-account-details .estate_mess_box_head{
	height:auto;
}

.property-account-details .tenant_replay_content{
	color:#333;
}

	
@media(max-width:768px)	{
	#landlord_properties .navbar .left-menu{
		width:20%;
	}
	#landlord_properties .navbar .right-menu{
		width:80%;
		padding-right:15px;
	}
}

/* landlord property page style end */
/* Inventory detail - start*/

#landlord_properties .no-padding-inventory{
	padding:0px !important;
}

#landlord_properties .property_list{
	width:100%;
	margin-bottom:20px;
	margin-top: 40px;
	cursor:pointer;
}

#landlord_properties  .property_advanced_search_btn{
	display: block;
	margin-top: 10px;
	color: #60694d;
}

#landlord_properties  .properties_list_filter_btn{
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	width: auto;
	border: 0px;
	font-size: 12px;
	cursor: pointer;
	color:#60694d;
	background:#eaeaea;
	text-transform:uppercase;
	margin-left:15px;
	margin-bottom:10px;
}

#landlord_properties  .properties_list_filter_btn.active{
	color:#FFF;
	background:#60694d;
}

#landlord_properties  .property_list_link{
	color:inherit;
}

#landlord_properties  .properties_list_sort_btn{
	color:#60694d;
	padding:5px 10px;
}

#landlord_properties  .properties_list_sort_holder.active .properties_list_sort_btn{
	background:#eaeaea;
}

#landlord_properties  .properties_list_sort_holder.active ul{
	display:block;
}



#landlord_properties  .properties_list_sort_holder{
	position:relative;
	margin-top:10px;
}

#landlord_properties  .properties_list_sort_holder ul{
	position: absolute;
	display: none;
	top: 20px;
	left: 50px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 150px;
	background: #EAEAEA;
	z-index: 1;
}

#landlord_properties  .properties_list_sort_holder.letting_sort ul{
	width: 185px;
}
#landlord_properties  .properties_list_sort_holder ul li{
	width:100%;
	border-top:1px solid #CCC;
}

#landlord_properties  .properties_list_sort_holder ul li:first-child{
	border-top:0px;
}

#landlord_properties  .properties_list_sort_holder ul li a{
	display:inline-block;
	padding:5px 10px;
	color:#60694d;
	width:100%;
}

#landlord_properties  .inventory_property{
	width:calc(20% - 20px);
	min-width:300px;
	float:left;
	margin:0px 50px 20px 0px;
}

#landlord_properties  .card {
	position: relative;
	background-color: #fff;
	/*-webkit-transition: -webkit-box-shadow .25s;
	transition: -webkit-box-shadow .25s;
	transition: box-shadow .25s;
	transition: box-shadow .25s, -webkit-box-shadow .25s;*/
	border-radius: 2px;
}

#landlord_properties  .card {
	/*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);*/
}

#landlord_properties  .card .card-image {
	position: relative;
	border: 1px solid #f1f1f1;
	border-bottom:none;
}

#landlord_properties  .card .card-image img {
	display: block;
	border-radius: 2px 2px 0 0;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}

#landlord_properties  .card-round-button{
	position: absolute;
	right: 24px;
	bottom: -22px;
	height: 50px;
	display: inline-block;
	width: 50px;
	line-height: 50px;
	border-radius: 25px;
	color: #FFF;
	text-align: center;
	background: #60694d;
	font-size: 20px;
}

#landlord_properties  .card-round-button i{
	line-height:50px;
}

#landlord_properties  .card .card-content {
	padding: 10px;
	border: 1px solid #f1f1f1;
	/*border-radius: 0 0 2px 2px;*/
}

#landlord_properties  .card .card-content .card-title {
	display: block;
	line-height: 24px;
	margin-bottom: 0px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#landlord_properties  .card .card-title {
	font-size: 18px;
	font-weight: 300;
	color:#616850;
}

#landlord_properties  .card-image-box{
	width:100%;
	height:180px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

#landlord_properties  span.inventory_property_category {
	padding: 5px 6px;
	line-height: 22px;
	height: 22px;
	font-weight: 300;
	font-size: 12px;
	color: #60694d;
	background-color: #eaeaea;
	border-radius: 2px;
}

#landlord_properties  .search_inventory{
	width:40%;
	text-align:left;
}

#landlord_properties  .search_inventory input{
	padding:6px;
	width: calc(100% - 70px);
}

#landlord_properties  .search_inventory button{
	padding:6px;
}

#landlord_properties  .inventory_properties{
	margin:30px 0px;
}

#landlord_properties  #inventory_property_tbl tbody tr td i{
	font-size:15px;
	padding:0px 5px;
	font-size:18px;
	color:#818181;
}

#landlord_properties  #inventory_property_tbl td,#landlord_properties  #inventory_property_tbl th{
	padding:8px !important;
	vertical-align: middle;
}

#landlord_properties  #inventory_property_tbl th{
	background-color:#EDEDED;
}


#landlord_properties  .inspection_detail{
	color:#616850;
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
	vertical-align:top;
}

#landlord_properties  .inspection_detail p{
	font-size:14px;
	color:#999;
}

.web_inventory_next_load  .room_image_details{
	width: 100%;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.web_inventory_next_load .inventory_title_pop{
	margin: 0px;
}

.web_inventory_next_load  .inventory_detail_container{
	padding: 0px;
	margin: 0px;
}

.web_inventory_next_load  .modal-dialog.inventory_detail{
	width:650px;
}

.web_inventory_next_load  .room_info_detail{
	overflow-y:auto;
}

.web_inventory_next_load  .inv_room_spec{
	background-color:#F4F4F4;
	padding:10px;
	border-bottom: 1px solid #ccc;
	cursor:pointer;
}

.web_inventory_next_load .photo_title{
	text-align:left;
}

.web_inventory_next_load .photo_desc{
	text-align:right;
	float:right;
}

.web_inventory_next_load .inv_room_spec span{
	width:calc(50% - 20px);
	display: inline-block;
}

.web_inventory_next_load .inventory_btn{
	text-align:right;
	font-size:18px;
}

.web_inventory_next_load .inventory_holder.comm_btn_sub{
	margin-top:0px;
}

.web_inventory_next_load .inv_room_spec p{
	margin:0px !important;
	color: #9B9A9A;
	text-align:justify;
	padding: 5px 0px;
}

.web_inventory_next_load .inventory_btn i{
	float:unset;
}

.web_inventory_next_load .inventory-card-image{
	position:relative;
}

.web_inventory_next_load .inventory-card-image span{
	background-color:#000;
	color:#fff;
	padding:10px;
	right:0px;
	bottom:0px;
	position:absolute;
	width:auto;
	font-weight:bold;
}

.web_inventory_next_load .left_arrow{
	position: absolute;
	top: 45%;
	padding: 10px;
	background-color: #000;
	left: 0px;
	color: #fff;
	z-index: 11;
}

.web_inventory_next_load .right_arrow{
	position: absolute;
	top: 45%;
	padding: 10px;
	background-color: #000;
	right: 0px;
	color: #fff;
	z-index: 11;
}

.web_inventory_next_load .gnb_lp_button{
	border-radius:0px ! important;
}

/* Inventory detail - end*/


