/*******************************************
********************************************
RESPONSIVE STYLES */

@media screen and (max-width: 1100px) {
	
	#choose.table > .cell, #faq.table  > .cell, #form.table > .cell {
		padding-left: 20px;
		padding-right: 20px;
	}
	#faq .cell.faq-box {
		margin-left: 0;
	}
	
}
@media screen and (max-width:1000px) { /* Target Screen Width */
	
	.main-nav > ul > li + li {
		margin-left:22px
	}
	
	.alert-box .contain {
		padding-right: 125px;
	}
	
	.menu-bar {
		height: auto;
		padding-top: 0;
	}
	.logo-gray,
	.logo-gray-hreg {
		width: 150px;
		height: 50px;
		background-size: contain;
	}
	.footer-top .logo-bottom {
		display: block;
		height: 70px;
		margin-left: 25px;
		margin-top: 25px
	}
	.footer-loc {
		display: block;
		margin-left: 25px;
	}
}	

@media screen and (max-width:900px) {
	.logo,
	.logo2 {
		width: 75px;
	}
	#nav-btn,
	#nav-close-btn {
		display: inline-block;
		vertical-align: middle;
		font-size: 44px;
		transition: all 0.3s ease 0s;
	}
	
	#nav-btn {
        display: inline-block;
        vertical-align: middle;
        color: #223d5c
    }
    #nav-btn:hover {
        color: #007cc3;
    }
    #nav-close-btn {
        position: absolute;
        top: 12px;
        right: 30px;
        display: block;
        color: #fff;
        z-index: 5;
    }
	
	.main-nav {
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		height: 100%;
		width: 100%;
		max-width: 600px;
		background-color: #007cc3;
		color: #fff;
		text-align: left !important;
		
		transition: all 0.25s ease 0s;
	}
	.show-nav .main-nav {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	.main-nav .nav-menu {
		padding-top: 70px;
		padding-left: 15px;
		padding-right: 75px;
		color: #fff;
		overflow: scroll;
		max-height: 100%;
	}
	
	.main-nav li {
		display: block;
	}
	.main-nav .nav-menu > li + li {
		border-top: 1px solid #223d5c;
		margin-left: 0;
	}
	.fixed-header .home-menu .main-nav .nav-menu > li > a,
	.main-nav .nav-menu > li > a {
		display: block;
		padding: 20px 10px !important;
		font-size: 20px;
		font-family: 'Montserrat-Bold', sans-serif;
		color: #fff !important;
	}
	.main-nav .sb-menu {
		position: relative;
		top: auto;
		left: auto;
		padding: 0 15px 15px;
		margin-top: 0 !important;
		opacity: 1;
		visibility: visible;
		z-index: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background-color: transparent;
	}
	.main-nav .sb-menu:before {
		content: none;
	}
	
	.main-nav .nav-menu .sb-menu li + li a {
		border-top: none
	}
	.main-nav .nav-menu .sb-menu li a {
		padding: 15px;
		font-size: 16px;
		font-family: 'Montserrat-SemiBold', sans-serif;
		text-align: left;
		color: #fff;
		background-color: transparent !important;
	}
	.inner {
		padding-top: 128px;
	}
	.inner #header, 
	.fixed-header .home #header {
		height: 128px;
	}
	


	.main-nav li a {
		font-size: 15px;
	}
	.main-nav > ul > li + li {
		margin-left: 14px;
	}
	.scrolling .arrow-top {
		background-color: #433a38;
		height: 35px;
		background-position: top center;
		width: 50px;
		right: 0;
	}
	.nav-bg {
		background: #433a38;
		right: 50px;
		position: absolute;
	}
	.nav-btm {
		padding-left: 50px;
	}
	
	.main-nav ul {
		padding-right: 20px;
	}
	.main-wrapper{
		padding-left: 0;
	}
	section.table{
		height: auto;
	}
	#header.table{
		height: 100%;
	}
	#faq.table{
		height: 100%;
		min-height: 500px;
		max-height: 500px;
	}
	#faq .cell.faq-box{
		position: relative;
		max-width: 100%;
		top: 0;
		bottom: 0;
	}
	#choose .table:last-child .cell:first-child{
		display: none;
	}
	#choose .table:last-child .cell{
		padding-left: 0;
		padding-right: 20px;
	}
	.arrow-down{
		display: none;
	}
	.unslider-nav{
		bottom: 10px;
	}
	#contact .inner-wraper,
	.inner-wraper{
		max-width: 100%;	
	}
	
	#connect .table.page,
	#connect .table.page > .cell {
		display: block;
	}
	
	#connect.table .page:first-child > .cell:after {
		content: none;
	}
	
	#connect.table .page:first-child > .cell {
		padding: 15px 15px 10px;
	}
	#connect.table .page:first-child > .cell:last-child {
		width: 100%;
		text-align: center;
	}
	#soc-facebook-btm {
		margin-top: 10px;	
	}
	
	.soc-cont-box > a {
		width: 50%;
		height: 250px;
	}
	
	#estates .property-item,
	#estates .property-item:nth-child(3n-1) {
		width: 47%;
		max-width: 480px;
		margin-left: 0;
		margin-right: 0;
		
	}
	#estates .property-item:nth-child(2n) {
		margin-left: 4.5%;
	}
	
/*
	.details-wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
*/
	#property-listings .pagination {
		display: block;
	}
	#property-listings .pagination > .cell {
		display: inline-block;
		width: 48%;
	}
	#property-listings .pagination > .cell:nth-child(2n-1) {
		text-align: right !important;
	}
	#property-listings .pagination > .cell:nth-child(2n) {
		margin-left: 2.5%;
		text-align: left !important;
	}
	#property-listings .pagination > .cell:first-child {
		width: 140px;
	}
	#property-listings .pagination > .cell:last-child {
		width: 110px;
	}
	
	.details-feature > .table:not(.details-descr),
	.details-feature > .table:not(.details-descr) > .cell {
		display: block;
		width: 100%;
	}
	
	.details-feature .table:not(.details-descr) > .cell:first-child {
		padding-right: 0;
	}
	.details-feature .table:not(.details-descr) > .cell:last-child {
		padding-left: 0;
	}
	
	.details-feature .table:not(.details-descr) .table .row .cell.ttl {
		white-space: normal;
	}
}

@media screen and (max-width:850px) {
	
	#details .col.one,
	#details .col.two {
		display: block;
		width: 100%;
		margin-left: auto !important;
	}
	
	.non-nic .details-thumb > .table {
		display: block;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.non-nic .details-thumb > .table > .cell {
		display: inline-block;
		width: 30%;
		margin: 6px !important;
	}
	
	.non-nic .pagination {
		position: relative !important;
		display: block !important;
		padding-bottom: 100px !important;
		text-align: right;
	}
	.non-nic .pagination > .cell {
		display: inline-block !important;
	}
	
	.non-nic .pagination > .cell:first-child {
		float: left !important;
	}
	
	.non-nic .details-links {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.non-nic .details-links .table {
		display: block;
	}
	.non-nic .details-links .cell {
		display: inline-block;
		height: auto;
	}
	
	#estates .property-item {
		padding: 15px 0;
	}
	
	.staff-list > li,
	.staff-list > li:nth-child(3n-1) {
		width: 40.5%;
		display: inline-block;
		margin: 10px 0;
	}
	
	.staff-list > li:nth-child(2n) {
		margin-left: 15%;
	}
}

@media screen and (max-width:770px) { /* Tablet View */

	/* iOS Clicking Fix */
	body {
		cursor: pointer;
	}
	
	.pagination {
		margin-top: 30px;
	}

	.slider .slick-dots {
		bottom: 25px;
	}
	
	.about-page.table .cell:not(:first-child) .img-box {
		margin-top: 25px;
	}

	.sub-banner.top-banner {
		height: 170px;
	}
	
	.sub-banner + .page-info {
		margin-top: 25px;
	}
	
	.page-content {
		padding-bottom: 35px;
	}
	
	.table.page {
		padding: 0 20px;
	}
	
	.alert-box {
		padding: 12px 20px;
	}
	
	#main .table.page,
	#main .table.page > .cell,
	.col-right,
	.col-left,
	#nic_estate_info,
	.staff-details .col-left,
	.staff-details .col-left {
		display: block;
		width: 100%;
	}
	
	.about-page.table > .cell + .cell {
		margin-top: 30px;
	}
	
	.col-right {
		padding-left: 0;
		margin-left: auto !important;
	}
	
	#footer .table.page {
		display: table;
	}
	/*#footer .table.page > .cell {
		display: table-cell;
	}*/
	
	.jb-logo {
		width: 100px;
	}
	a#powered {
		float:right;
	}
	
	.about-page.table h1,
	.about-page.table h2,
	.callout.table h2 {
		padding: 35px 0 20px;
	}
	
	.about-page.table .info-box,
	.banners-right .info-box,
	.callout .info-box {
		display: block;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		
		height: 80%;
		width: 80%;
		right: 10%;
		left: 10%;
		top: 10%;
		bottom: 10%;
	}
	.about-page.table .info-box > *,
	.banners-right .info-box > *,
	.callout .info-box > * {
		max-width: 100%;
	}
	
	.callout-msg {
		text-align: center;
		padding-left: 0 !important;
	}
	
	.callout-btn {
		margin: 10px auto 0;
	}
	
	.staff-details .col-right {
		margin-top: 20px;
	}
/*
	.main-wrapper > section:not(#callout):not(#signup),
	#callout.table > .cell,
	#signup.table > .cell,
	.footer-top, .footer-bottom {
		padding-left:2%;
		padding-right:2%;
	}
*/
	
	#nic_estate_info.table .page .cell:first-child {
		width: 100%;
		padding-right: 0;
	}
	#nic_estate_info.table .page .cell:nth-child(2) {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	
	#nic_estate_info.table > .cell {
		padding-bottom: 50px;
	}
	
	.details-thumb {
		height: auto;
	}
	.details-thumb .table {
		display: block;
		text-align: center;
	}
	.details-thumb .cell {
		display: inline-block;
		width: 32%;
	}
	.details-thumb .cell > .relative {
		display: block;
	}
	.details-thumb .cell:nth-child(n+4) {
		margin-top: 15px;
	}
	
	.details-desc,
	.details-descr > .cell {
		display: block;
		width: 100%;
	}
	.details-descr > .cell:first-child {
		padding-right: 0;
		margin-bottom: 15px;
	}
	
	#nic_estate_info .staff-photo {
		width: 175px;
		padding-bottom: 175px;
		display: inline-block;
		vertical-align: top;
	}
	#nic_estate_info .staff-photo + p {
		display: inline-block;
		vertical-align: top;
		padding-top: 15px;
		padding-left: 20px;
		width: calc(100% - 190px);
	}
	#nic_estate_info.table .page .cell {
		padding-top: 25px;
	}
	#nic_estate_info.table .page .cell:last-child {
		padding-left: 0;
		border-top: 2px solid #282828;
		margin-top: 15px;
	}
	.non-nic #nic_estate_info.table .page .cell:last-child {
		border-top: none;
	}
	
	#properties.table > .cell {
		padding-bottom: 40px;
	}
	
	.events-box li .ev-date {
		padding-left: 38px;
		width: 95px;
	}
	.events-box li .ev-name {
		padding: 0 12px;
	}
	.events-box .ev-photos-small {
		width: 130px;
	}
	
	.events-box .ev-share {
		width: 38px;
	}
	.events-box .ev-head .ev-ctrl {
		width: 52px;
	}
	
	.tab-labels .tab {
		font-size: 13px;
		padding: 10px 6px;
	}
	.tab-labels .tab + .tab {
		margin-left: 5px;
	}
}

@media screen and (max-width:670px) { /* Phone View */

/*
	.inner #header,
	.fixed-header .home #header {
		height: ;
	}
*/

	.nav-btm{
		display: none !important;
	}
	.nav{
		 width: 100%;
	}
	
	h1,
	.top-banner .large-heading {
		font-size: 36px;
	}
	h2 {
		font-size: 38px;
		line-height: 1.5 !important;
	}
	#faq .table h2 {
		line-height: 24px;
		padding-top: 30px;
	}
	#faq  ul {
		padding-top: 0;
	}
	#about.table h2, 
	#choose.table h2,
	#gallery.table h2,
	#contact.table h2 {
		padding-bottom: 20px;
	}
	#choose.table h2,
	#faq.table h2,
	#gallery.table h2 {
		text-align: center;
	}
	#about.table > .cell,
	#choose.table > .cell,
	#gallery.table > .cell > .table:first-child .cell,
	#contact.table > .cell,#form.table
	{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#choose .table:last-child .cell{
		display: block;
	}
	#choose .page p {
		line-height: 20px;
		margin-bottom: 10px;
	}
	.gallery-box .row > .cell{
		display: block;
		padding: 20px;
	}
	#faq .cell.faq-box{
		padding: 0 15px 30px;
		overflow: hidden;
		height: 100%;
	}
	  
	#faq ul li {
		padding: 10px 0;
	}
	#faq ul li:after {
		content: none;
	}
	#contact .table.info,
	#contact .table.info .cell{
		display: block;
		white-space: normal;
	}
	#contact i{
		width: 100%;
		display: block;
		margin: 5px 0;
	}
	
	.soc-cont-box > a {
		display: block;
		width: 100%;
		height: 220px;
	}
	.soc-cont-post {
		height: 92%;
		width: 90%;
		top: 4%;
		left: 5%;
	}
	
	#address {
		padding-bottom: 0;
	}
	#form .row .cell.space {
		display: none;
	}
	#form .row .cell{
		display: block;
	}
	#footer.table{
		height: auto;
	}
	#footer.table .cell{
		display: block;
		text-align: center;
	}
	#footer p{
		text-align: center;
		left: 0;
		padding: 20px 10px;
	}
	#footer #powered{
		right: inherit;
	}
	#footer.table .cell:last-child{
		width: auto;
		padding-bottom: 10px;
	}
	.prop-sort-select {
		width: 180px;
	}
	.ttl-line {
		margin-top: 10px;
	}
	
	.search-box-large .table:nth-child(2),
	.search-box-large .table:nth-child(2) .cell {
		display: block;
		width: 100%;
	}
	
	.search-box-large .table:nth-child(3) {
		display: block;
	}
	.search-box-large .table:nth-child(3) .cell {
		display: inline-block;
		width: 48%;
	}
	.search-box-large .table:nth-child(3) .cell:nth-child(2n) {
		margin-left: 2.5%;
	}
	
	#estates .property-item,
	#estates .property-item:nth-child(3n-1),
	#estates .property-item:nth-child(2n) {
		width: 100%;
		max-width: 600px;
		margin: 10px auto;
	}
	
	.search-box-large .table:last-child .cell:first-child {
		margin: 0 auto;
		width: auto;
	}
	
	.search-box-large .table:last-child,
	.search-box-large .table:last-child .cell {
		display: block;
		width: 100%;
		text-align: center !important;
	}
	.search-box-large .table:last-child .cell {
		padding-top: 15px;
	}
	
	.search-adv-link {
		display: inline-block;
	}
	
	.details-info,
	.details-links {
		display: block;
		width: 100%;
	}
	
	.details-top .cell {
		padding-bottom: 15px;
	}
	
	#property-listings .pagination > .cell:first-child {
		width: 120px;
	}
	
	.tab-labels .tab {
		font-size: 12px;
		padding: 10px 4px;
	}
		.footer-loc {
		margin-left: 0px;
	}
	.footer-top .logo-bottom {
		margin-left: 0px;
	}
	
}

@media screen and (max-width: 540px) {
	.logo-bottom {
		margin-left: 0px;
	}
	.events-box .ev-head {
		display: block;
		height: auto;
	}
	.events-box li > .ev-head {
		font-size: 0;
	}
	.events-box li > .ev-head > * {
		font-size: 16px;
		display: inline-block;
		vertical-align: top;
	}
	.events-box li > .ev-head > *:nth-child(n+3) {
		vertical-align: middle;
	}
	.events-box li .ev-name {
		width: calc(100% - 95px);
		margin-bottom: 35px;
	}
	.events-box .ev-head .ev-photos-small {
		width: 130px;
	}
	.events-box .ev-photos {
		display: inline-block;
		text-align: left;
	}
	.events-box .ev-head .ev-ctrl {
		width: calc(100% - 38px);
	}
	.events-box .ev-photos-small + .ev-ctrl {
		width: calc(100% - 168px);
		padding: 10px;
	}
	
	.events-box .ev-content .cell {
		display: block;
		padding-left: 9px;
		padding-right: 9px;
	}
	
	.events-box .ev-content {
		text-align: center;
	}
	
	.events-box .img-box {
		display: block;
		overflow: hidden;
		max-width: 230px;
		max-height: 220px;
		margin: 0 auto;
	}
	
	.events-box .ev-content .view-btn {
		display: block;
		margin: 25px auto 0;
	}
	
	.prop-status {
		min-width: 0;
	}
	
	.details-img .prop-status {
		width: auto;
	}
	
	.details-wrapper .highslide:not(.no-hov):after {
		margin-top: 10px;
	}
	
	.details-img,
	.details-img .cell,
	#map-canvas {
		display: block;
		width: 100% !important;
	}
	
	.details-img .cell,
	#map-canvas {
		height: 250px !important;
	}
}

@media screen and (max-width:480px) {
	
	.property-item .count-bedrooms {
		padding-left: 31px;
	}
	.property-item .count-bath-rooms {
		padding-left: 50px;
	}
	.property-item .count-photos {
		padding-left: 42px;
	}
	.property-item .attribute-list {
		padding: 15px 6px;
	}
	
	.inner #header,
	.fixed-header .home #header {
		height: 116px;
	}
	.inner {
		padding-top: 116px;
	}
	
	
	.staff-list > li,
	.staff-list > li:nth-child(3n-1),
	.staff-list > li:nth-child(2n) {
		width: 100%;
		margin: 15px auto !important;
	}
	
	.nav {
		min-width: 287px;
	}
	
	#callout {
		text-align: center;
	}
	
	#callout .table.page,
	#callout .cell {
		display: block;
		width: 100%;
		padding: 0 20px;
	}
	
	#callout .contact-btn {
		margin-top: 15px;
	}
	#callout .callout-btn {
		margin-left: auto;
		margin-right: auto;
	}
	
	.tab-section {
		margin: 10px auto;
		border-bottom: none;
	}
	.tab-labels {
		display: block;
		text-align: center;
		margin-left: 0;
	}
	
	.tab-labels .tab,
	.tab-labels .tab + .tab {
		font-size: 14px;
		width: 48%;
		margin-left: 0;
		text-align: center;
		border-bottom: 1px solid #282828;
	}
	.tab-labels .tab:nth-child(2n) {
		margin-left: 2.5%;
	}
	.tab-labels .tab:nth-child(n+3) {
		margin-top: 10px;
	}
	
	.checkbox.align-right {
		text-align: center !important;
	}

	#connect.table h2 {
		font-size: 28px
	}
	
	.non-nic .details-thumb > .table > .cell,
	.non-nic .details-thumb > .table > .cell:nth-child(n+4) {
		width: 45%;
	}
	
	.details-thumb .view-overlay a:after,
	.details-wrapper .details-thumb .view-overlay a:after {
		max-width: 90%;
	}
	
	#footer .table.page {
		display: block;
		padding: 15px;
	}
	
	#footer .table.page > .cell {
		display: inline-block;
		width: 45%;
		height: auto;
		padding-right: 12px;
	}
	.footer-top .table.page > .cell:nth-child(2) {
		margin-left: 2.5%;
	}
	#footer .table.page > .cell:last-child {
		width: 100%;
		text-align: center !important;
		margin-top: 15px !important;
	}
	
	#footer .footer-bottom .table.page .cell {
		display: block;
		width: 100%;
	}
	a#powered {
		float: none;
		text-align: center;
		margin: 5px auto 0;
	}
}

@media screen and (max-width: 420px) {

	#nic_estate_info .staff-photo {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	#nic_estate_info.table .page .cell:last-child {
		text-align: center;
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
	#nic_estate_info .staff-photo + p {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
	
	.non-nic .details-descr > .table,
	.non-nic .details-descr > .table .row,
	.non-nic .details-descr > .table .cell  {
		display: block !important;
		width: 100% !important;
	}
	.non-nic .details-descr > .table .cell {
		padding: 6px 0;
	}
	.non-nic .details-descr .table .row:nth-child(2) .cell:first-child:after {
		content: "";
		display: block;
		position: absolute;
		width: 80%;
		height: 1px;
		background: #5c7087;
		bottom: -1px;
		left: 50%;
		margin-left: -40%;
	}
	
	.non-nic .pagination {
		text-align: center;
	}
	
	.non-nic .pagination > .cell:first-child {
		display: block !important;
		float: none !important;
		margin-bottom: 20px;
	}
	
	.footer-bottom {
		height: auto;
		text-align: center;
	}
	.footer-bottom .table,
	.footer-bottom .table .cell {
		display: block;
		width: 100%;
	}
	#connect.table .hashtag {
		font-size: 17px;
		padding-top: 10px;
	}
	.soc-cont-post p {
		font-size: 15px;
	}
	
	#footer .table.page > .cell:nth-child(2) {
		width: 47%;
		padding-right: 0;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width: 380px) {
	
	.logo-gray {
		width: 100%;
		height: 73px;
		background-size: contain;
	}
	
	.search-box-large .cell {
		padding: 4px;
	}
	.search-box-large .table:nth-child(3) .cell {
		display: block;
		width: 100%;
		margin-left: auto !important;
	}
	
	.main-nav ul li a {
		font-size: 16px;
	}
	#contact.table > .cell {
		font-size: 14px;
	}
	
	.details-img,
	.details-img .cell,
	#map-canvas {
		height: auto !important;
		min-height: 200px;
	}
	
	.details-thumb .cell > .relative {
		height: 85px;
	}
	
	.details-thumb > .table > .cell,
	.details-thumb > .table > .cell:nth-child(n+4) {
		width: 48%;
		height: 85px;
		margin: 5px auto;
	}
	
	.non-nic .details-thumb > .table > .cell {
		height: 115px;
	}
	
	.details-wrapper h2 {
		font-size: 28px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 360px) {
	
	#property-listings .pagination > .cell:nth-child(-n+2) {
		width: 100% !important;
		display: block !important;
		text-align: center !important;
		margin-left: 0 !important;
	}
	#property-listings .pagination > .cell:nth-last-child(2) {
		width: calc(100% - 120px) !important;
		display: inline-block !important;
	}
	#property-listings .pagination > .cell:last-child {
		margin-left: 0 !important;
		text-align: left !important;
	}
	
	
	.pagination .next-list,
	.pagination .prev-list {
		margin-top: 2px;
	}
	
	.details-img .prop-status,
	.prop-status {
		top: 0;
		bottom: auto;
	}
	
	.details-descr > .cell:nth-child(2) > .table,
	.details-descr > .cell:nth-child(2) > .table > .row,
	.details-descr > .cell:nth-child(2) > .table > .row > .cell {
		display: block;
		width: 100%;
	}
	
	.details-descr .table {
		height: auto;
	}
	
	.details-descr .table .cell {
		padding: 6px 16px;
	}
	
	.details-descr .table .row .cell:first-child:after,
	.details-descr .table .row .cell:last-child:after {
	    content: "";
	    display: block;
	    position: absolute;
	    width: 80%;
	    height: 1px;
	    background: #5c7087;
	    bottom: -1px;
	    left: 50%;
	    margin-left: -40%;
    }
    .details-descr .table .row:last-child .cell:last-child:after {
		content: none;    
    }
	
}