/* GLOBAL */
.top-buffer { 
	margin-top:20px; 
}
	
.no-gutter{
	padding-right: 0;
	padding-left: 0;	
}

.ratio{
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom: 50% ; /* % of width, defines aspect ratio*/
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}
	
	
/* HEADER */

#community{
/*    margin-left: 1.1vw;*/
    line-height: 1.8vw;
    margin-top: 15px;
}
	#community .mtitle{
		font-family: 'Raleway','Open Sans', Arial, sans-serif;
		font-size:40px;
		font-weight:300;
		color:#4c90fe;
		padding:8px 0;
		line-height:1;
	}
	#community .mtitle span{
		font-family: 'Raleway','Open Sans', Arial, sans-serif;
		font-size:20px;
		color:#a2a2a2;		
	}
		


/* One Column*/
#community_header{
	width:auto;
	max-width:1280px;
	margin:0 auto;
	padding:20px 0;
}

#community_header article{
	float:left;
	width:auto;
}


#community_header p{
	margin-top:22px;
	width:auto;
	position:absolute;
	left:50%;
	margin-left:-450px;
}

#search2017{
	
}

	#search2017 .top-buffer { 
		margin-top:20px; 
	}

	#search2017 input{
    width: 100% !important;
    height: 40px;
	}
	
	#search2017 select{
		width:100%;
	}	
	
	#search2017 .chzn-search{
		display:none;
	}		

	#search2017 .chzn-container .chzn-drop{
		width:100% !important;
	}
	
	#search2017 .button_blue{
    width: 100%;
    height: 40px;
    padding-top: 10px;
	}
	
	#search2017 .button_gray_blue{
    width: 100%;
    height: 40px;
	}	

#search_results{
	position: relative;
	top: -80px;
}

#search_results2017{
	position: relative;
	clear:both;
  margin-top: 20px;
}

/* WELCOME BOX */
#welcome{
	width:100%;
	max-width:1280px;
	margin:0 auto;
    padding: 30px 0px;
    clear: both;
	text-align:center;
}

	#welcome article h2{
		color: #4c90fe;
		font-weight: 600;
		font-size: 22px;
		border-bottom: 1px solid #D6D0C1;
		padding: 20px 0;
		margin-bottom: 20px;
	}
	
	#welcome article h3{
		color: #666;
		font-weight: 300;
		font-size: 34px;
		padding: 20px 0;
		text-align:center;
	}	
	
	#welcome span {
		margin:10px auto;
		color: #4c90fe;
		font-weight: 400;
		font-size: 18px;
		font-style:italic;
		text-align:center;
	}	
	
/* 2 COLUMNS offset right */
#com_columns{
	width:auto;
	max-width:1280px;
	margin:0 auto;
	padding: 0;
	font-size:16px;
	color: #888;	
	line-height:1.4;
	margin-bottom: 3%;
}

#com_columns article{
	font-size:16px;
	color: #888;
  padding-bottom: 2%;
		
}

#com_columns .left{
	float:left;
	width:55%;
}

#com_columns .right{
	width:45%;
	vertical-align: bottom;
	display: table-cell;
	height:340px;
}

#com_columns .right img{
	float:right;
	vertical-align: bottom;
  width: 80%;
}

#com_columns > article:nth-child(2){
	margin-right:0px;
}	

#statistics h5{
	line-height: 1em;
	color: #888;
	font-size: 22px;
	margin-left: 15px;
	font-weight: 300;
}

#statistics h5 span{
	font-weight: 600;
}

#qlinks a, #description{
	font-size:22px;
}	

#amenities > div > ol > li{
	list-style:circle;
	line-height: 1.8em;
	color: #888;
	font-size: 16px;
	margin-left:20px;	
}
	
/* 2 COLUMNS */
#dos_columns{
	width:auto;
	max-width:1280px;
	margin:0 auto;
	padding: 0;
}

#dos_columns article{
	float:left;
	width:45%;
	margin-right:5%;
	font-size:14px;
    padding-bottom: 2%;
}

#dos_columns > article:nth-child(2){
	margin-right:0px;
}

#dos_columns article h3{
	color:#7f0000;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:600;
    padding: 20px 0;
}

#dos_columns article h4{
	color:#4c90fe;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:500;
	margin-bottom:10px;
	margin-top:25px;
}

#dos_columns article img{
	float:left;
    width: 80%;
}

#dos_columns article p{
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-style:normal;
	
}

#dos_columns article .description{
	padding:0;
	margin:0 auto;
}

#dos_columns article .description ul{
	margin-left:20px;
	list-style-type: circle;
	line-height:20px;
}

#dos_columns article .description li{
	font-size:14px;
	font-style:normal;
	
}

#dos_columns article .description img{
	height:100%;
	width:100%;
}

#dos_columns article .angies{
	margin-top:20px;

}

#dos_columns article .angies img{
	background:#ffffff;
	padding:8px 75px;	
}

#dos_columns article .tully img{
	width: 100%; 
	height: auto; 
	margin:19px; 
	border: 1px solid #eee;
}


#dos_columns article .blogtitle{
	color:#4c90fe;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:500;
	margin-top:15px;
}

#dos_columns article .blogdate{
	color:#888;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:500;
	margin-bottom:15px;
}

#dos_columns article .newswrapper{
	color:#ffffff;
	background:#4c90fe;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:500;
	padding:30px;
	margin-bottom:15px;
    margin-top: 60px;
}


/* 3 COLUMNS */
#boxcontent{
	width:auto;
	max-width:1280px;
	margin:0 auto;
    padding: 30px 0px 0px 0px;
    background: #f7f7f7;
	    padding: 20px;
}

	#boxcontent article{
		float:left;
		width: 30%;
		margin-right:45px;
		font-size:14px;
	}
	
	#boxcontent article:nth-child(3){
		margin-right:0px;
	}

		#boxcontent article h3{
			color:#4c90fe;
			font-family: 'Open Sans', sans-serif;
			font-size:22px;
			font-weight:600;
			border-bottom: 1px solid #D6D0C1;
			padding: 20px 0;
			margin-bottom: 20px;	
		}
		
		#boxcontent article h4{
			color:#4c90fe;
			font-family: 'Open Sans', sans-serif;
			font-size:20px;
			font-weight:500;
			position:relative;
			position: relative;
 			top: 12px;;
		}

		#boxcontent article img{
			float:left;
			width:100%;
		}

		#boxcontent article p{
			line-height:25px;
			font-family: 'Open Sans', sans-serif;
		}

		#boxcontent article .photo_crop {
				width: 375px;
				height: 281px;
				overflow: hidden;
			}
	
			#boxcontent article .photo_crop img{
				width: 375px;
				height: 100%;
			}

		#boxcontent article .blogtitle{
			color:#4c90fe;
			font-family: 'Open Sans', sans-serif;
			font-size:20px;
			font-weight:500;
			margin-top:15px;
		}
		
		#boxcontent article .blogdate{
			color:#888;
			font-family: 'Open Sans', sans-serif;
			font-size:14px;
			font-weight:500;
			margin-bottom:15px;
		}

		#boxcontent article .newswrapper{
			color:#ffffff;
			background:#273c7b;
			font-family: 'Open Sans', sans-serif;
			font-size:14px;
			font-weight:500;
			padding:30px;
			margin-bottom:15px;
		}

		#boxcontent article .newswrapper input{
			width:92%;
			padding:7px 12px;
		}
		
		#boxcontent article .newswrapper h2{
			color:#ffff99;
			font-family: 'Open Sans', sans-serif;
			font-size:20px;
		}
		
		#boxcontent article .newswrapper p{
			color:#fff;
			font-family: 'Open Sans', sans-serif;
			font-size:14px;
			line-height: normal;
		}

		#boxcontent article .news_button {
			width: auto;
			padding: 5px 18px;
			line-height: 25px;
			text-shadow: none;
			cursor: pointer;
			box-shadow: none;
			background: #ffff99;
			color: #666;
		}
		
	#boxcontent .price {
		color:#7f0000;
		font-family:'Open Sans';
		font-size:22px;
		font-weight:600;
	}	
	
	#boxcontent .type{
		 padding:10px;
		 margin-top:-20px;
		 color:#333;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:16px;
	}		
	#boxcontent .subdivision {
		color:#9ea7b0;
		font-family: 'Open Sans';
		font-size:16px;
		font-weight:600;		
	}	
	
	#boxcontent .bedbath {
		color:#444444;
		font-family: 'Open Sans';
		font-size:16px;
		font-weight:600;
	}					

	#boxcontent .divider {
		padding:0 10px;
		color:#666;
	}
	

	#boxcontent .view_details {
		color:#275ba7;
		font-family: 'Open Sans';
		font-size:16px;
		font-weight:600;
	}
	


/* FEATURED PROPERTIES */
/* FOUR COLUMNS */
#quatro_columns
{
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	width:auto;
	max-width:1280px;
	margin:0 auto;
}

	#quatro_columns article {
		float:left;
		width:23%;
		margin-right:25px;
	}
	
		#quatro_columns > article:nth-child(2){
			
		}
		
		#quatro_columns > article:nth-child(5){
			margin-right:25px;
		}
		
		#quatro_columns > article:nth-child(6){
			margin-right:0;
		}

	#quatro_columns h2 {
		color: #273c7b;
		font-weight: 300;
		font-size: 22px;
		border-bottom: 1px solid #D6D0C1;
		padding: 0;
		padding-bottom: 5px;
	}

	#quatro_columns h3{
		font-size:16px;	
	}
	
	#quatro_columns img{
		width:100%;
		border: 1px solid #ededed;
	}
	
	#quatro_columns .img-item{
		float:left;
		margin-right:25px;
	}
	
		#quatro_columns .img-item a{
			position:relative;
			display:block;
		}
	
		
	#quatro_columns .photo_crop {
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
	
			#quatro_columns .photo_crop img{
				width: 100%;
				height: 100%;
			}
	
	#quatro_columns .pic {
		  float: left;
		  height: 219px;
		  width: 290px;
		  overflow: hidden;
	}
	
	#quatro_columns .nopic {
		display:none;			
	}
	
	/*GROW*/
	#quatro_columns .grow img {
	  height: 110%;
	  width: 110%;
	 
	  -webkit-transition: all .5s ease;
		 -moz-transition: all .5s ease;
		   -o-transition: all .5s ease;
		  -ms-transition: all .5s ease;
			  transition: all .5s ease;
	}
	 
		#quatro_columns .grow img:hover {
		  height: 100%;
		  width: 100%;
		}								
		
	#quatro_columns .price {
		color:#7f0000;
		font-family:'Open Sans';
		font-size:22px;
		font-weight:600;
	}
	
		#quatro_columns .container:hover .price {
			color:#fff;
			background-color:#fec54c;
		}
	
		#quatro_columns .price .green{
			color:#339a00;
		}
	
	#quatro_columns .type{
		 padding:10px;
		 margin-top:-20px;
		 color:#333;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:16px;
	}

	
		#quatro_columns .container:hover .type {
		/*	color:#000;*/
		}

			#quatro_columns .container:hover .type {
				color:#4c90fe;
			}

	#quatro_columns .subdivision {
		color:#9ea7b0;
		font-family: 'Open Sans';
		font-size:16px;
		font-weight:600;		
	}	
	
	#quatro_columns .bedbath {
		color:#444444;
		font-family: 'Open Sans';
		font-size:16px;
		font-weight:600;
	}					

	#quatro_columns .divider {
		padding:0 10px;
		color:#666;
	}
	

	#quatro_columns .view_details {
		color:#275ba7;
		font-family: 'Open Sans';
		font-size:16px;
		font-weight:600;
	}
		
/* END FEATURED */

/* FIVE COLUMNS */
#five_columns{
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	clear:both;
	width:auto;
	max-width:1280px;
	margin:0 auto;
	margin-bottom:30px;
}

#five_columns h2{
	color:#4c90fe;
	font-weight:600;
	font-size:22px;
	border-bottom: 1px solid #D6D0C1;
	padding: 20px 0;
	margin-bottom: 20px;
}

#five_columns figure {
	width:225px;
	margin-right:20px;
}

#five_columns img{
	width:225px;
    border: 1px solid #ededed;
}

#five_columns .img-item{
	float:left;
	margin-right:25px;
}

#five_columns .img-item a{
	position:relative;
	display:block;
}

#five_columns .rm-box-outer{
	margin:0 auto;
	float:left;
}

#five_columns .rm-box-outer:nth-child(5){
	margin-right:0px;
}	

#five_columns .rm-box-outer:hover{	
	/*border: 2px solid #d9d9d9;*/
}


	#five_columns .container {
		margin: 0 auto;
		width:270px;
		height:203px;
		background:#fff;
		border: none;
		margin-bottom:20px;
		padding:0;
		}	

	#five_columns .container:hover {
		filter:  none; /* for IE */
		background: none; /* for webkit browsers */
		background: -moz-linear-gradient(top,  #dad9d9,  #fff); /* for firefox 3.6+ */
		cursor:pointer;
		box-shadow: none;

	}

		#five_columns .goOverlay {
		}
		
		#five_columns .container:hover .goOverlay {
			opacity:1;
		}		
		
	#five_columns .price {
		color:#7f0000;
		font-family:'Open Sans';
		font-size:22px;
		font-weight:600;
	}
	
		#five_columns .container:hover .price {
			color:#fff;
			background-color:#fec54c;
		}
	
		#five_columns .price .green{
			color:#339a00;
		}
	
	#five_columns .type{
		 padding:10px;
		 margin-top:-20px;
		 color:#333;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:16px;
	}

	
		#five_columns .container:hover .type {
		/*	color:#000;*/
		}

			#five_columns .container:hover .type {
				color:#4c90fe;
			}

	#five_columns .subdivision {
		color:#9ea7b0;
		font-family: 'Open Sans';
		font-size:16px;
		font-weight:600;		
	}	
	
	#five_columns .bedbath {
		color:#444444;
		font-family: 'Open Sans';
		font-size:16px;
		font-weight:600;
	}					

	#five_columns .divider {
		padding:0 10px;
		color:#666;
	}
	

	#five_columns .view_details {
		color:#275ba7;
		font-family: 'Open Sans';
		font-size:16px;
		font-weight:600;
	}
	
/* WELCOME BOX */
#feedback{
	width:90%;
	max-width:1280px;
	margin:0 auto;
    padding: 30px 0px 0px 0px;
    clear: both;
	text-align:center;
}

	#feedback article h2{
		color: #4c90fe;
		font-weight: 600;
		font-size: 22px;
		border-bottom: 1px solid #D6D0C1;
		padding: 20px 0;
		margin-bottom: 20px;
	}
	
	#feedback article h3{
		color: #666;
		font-weight: 300;
		font-size: 34px;
		padding: 20px 0;
		text-align:center;
	    margin-left: 200px;
	}
	
	#feedback article .survey {	
		float:right;
		position:relative;
		top: 10px;
		left: -100px;
	}
	
	#feedback article .survey img {	
		border: 0px;
		vertical-align:middle; 
		max-width:48px;	
	}	

	
	#feedback article .survey a{
		float:right;
		line-height: 1.2em;
		margin: 5px 0 0 5px; 
		text-align:left; 
		color: #999;
		font-size: 16px;
		font-weight: 400;
	}
	
	#feedback article .survey span {
 		float:right;
		line-height: 1.2em;
		margin: 5px 0 0 5px; 
		text-align:left;
	}	
	
	
.thumb-screen{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:113px;
	background: #000 url('../img/zoom.png') center center no-repeat;
	z-index:99;
	opacity: 0;
	transition: opacity .5s ease;
}

.thumb-screen:hover{
	opacity:0.5;
}

/* TWO COLUMNS */
#text_columns article.column1, #text_columns .column2{
	margin: 70px 0;
	font-size:14px;
	float:left;
	width:auto;
	max-width: 450px;
}

#text_columns .column2{
	margin: 120px 0;
}

/*.row{
	position:relative;
	margin: 40px 0 0 50px;
	float:right;
	width:350px;
}

.row img{
	float:left;
}

.row p{
	margin-left: 100px;
}
*/
.rocket, .clock{
	top:0;
	left:0;
	position:absolute;
	height: 80px;
}

.rocket:hover{
	opacity:0;
	transition: opacity 0.4s ease 0.2s;
	animation-name: stylie-transform-keyframes;
	animation-duration: 700ms;
	animation-delay: 0ms;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	transform-origin: 0 0;
}

.clock:hover{
	animation-name: stylie-transform2-keyframes;
	animation-duration: 100ms;
	animation-delay: 0ms;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	transform-origin: 0 0;
}


/* BUTTONS */
.button{
    padding:7px 14px;
	border: 1px solid #ffff99;
	background-image: linear-gradient(bottom, #ffff99 0%, #ffff99 100%);
	background-image: linear-gradient(to bottom, #ffff99 0%, #ffff99 100%);
	background-color: #eb653c;
	color: #eb653c;
	text-shadow: 1px 1px 0px #ff8155;
	text-decoration:none;
	border-radius:5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover{
	background:none #a1c5fe;
	border-color: #a1c5fe;
	text-shadow:none;
	color: #eb653c;
}

#property_mls_disclaimer{
    text-align: left;
    height: auto;
    min-height: 250px;	
}

/* Button Tabs (id tabs) */
ul.button_tabs li a {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none !important;
	line-height:normal;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #F5F5F5), color-stop(1, #F1F1F1) );
	background:-moz-linear-gradient( center top , #F5F5F5, #F1F1F1 );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F1F1F1');
	background-color:#F4F4F4;
	border: 1px solid #ddd;
	color:#565656 !important;

	padding:7px;
	font-size:12px; 
	
}
ul.button_tabs li a:hover, ul.button_tabs li a.selected {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);

	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #4D90FE), color-stop(1, #4787ED) );
	background:-moz-linear-gradient( center top , #4D90FE, #4787ED );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#4787ED');
	background-color:#4d91fe;
	border: 1px solid #3079ED;
	color:#ffffff !important;
	text-shadow:1px 1px 0px #3d6082;


	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #4D90FE), color-stop(1, #357AE8) );
	background:-moz-linear-gradient(center top , #4D90FE, #357AE8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#357AE8');
	background-color:#357AE8;
	border: 1px solid #2F5BB7;
	
}
ul.button_tabs li a.selected {
	padding:7px !important;
	font-size:12px !important;
}
ul.button_tabs li a:active {
	position:relative;
	top:1px;
}

.button_base {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	text-align:center;
}.button_base:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}.button_base:active {
	position:relative;
	top:1px;
}

@media (max-width: 1280px)
{
	
	#slider_content1, #slider_content2, #slider_content3{
		width:auto;
		margin-right:50px;
	}
	#slider_content1 h2, #slider_content2 h2, #slider_content3 h2{
		font-size:18px;
	}
	#slider_content1 p, #slider_content2 p, #slider_content3 p{
		font-size:14px;
	}
	#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button{
		display:inline;
	}
	.filter_wrapper {
		left: 11%;
		width: 75%;
		margin-left:0;
			
	}	
		form.filter_form input.search_field {
			background: #fff;
			width: 60%;
		}
		.chzn-container {
			width: 20%;
			margin-right: 10px;
		}
	.container .button{
		display:none;
	}
	
	#five_columns figure {
		width:200px;
		margin-right:15px;
	}
	
		#five_columns img{
			width:200px;
		}	
		
	#feedback article h3 {
		margin-left: 0;
	}				
		
	#property_box article {
		margin-right: 15px;
	}
	

	#property_box article.gallery_box {
		float: left;
		width: 600px;
	}
	
	#property_box article.specification_box {
		width: 230px;
	}		
	
	#agent_box{
		width:222px;
	}


}

@media (max-width: 1280px)
{

	#quatro_columns .pic{
		display:none;
	}
	#quatro_columns .nopic{
		display:block;
	}

}

@media (max-width: 1200px)
{

		
	#five_columns figure {
		width:180px;
		margin-right:10px;
	}
	
		#five_columns img{
			width:180px;
		}
		
}



@media (max-width: 1125px)
{
		
}

@media (max-width: 1040px)
{

	#quatro_columns article{
		width:45%;
	}
	
		#quatro_columns > article:nth-child(1){
			margin-left:auto;
		}
	
		#quatro_columns article:nth-child(3){
			margin-right:0;
		}			
			
		#quatro_columns article:nth-child(4){
			display:none;
		}			

	#map {
		width: auto;
		margin: 0 auto;
		position:inherit;
		top: 0px;
/*		min-height: 1250px;*/
	}	
	

	
		#five_columns{
		width: 770px;
	}	
	
			#five_columns figure {
				width:227px;
				margin-right:25px;
		}
			#five_columns img{
				width:227px;
		}
		
	#feedback article .survey {	
		float: inherit;
		position: initial;
		display: inline-block;
	}
	
	#feedback article h3 {
		margin-left: 0;
	}			
		
	#text_columns article.column1, #text_columns .column2{
		float:none;
		max-width: 500px;
		margin: 50px 30px 0 30px;
	}
	
	#com_columns .left{
		float:left;
		width:100%;
	}
	
	#com_columns .right img{
		width:80%;
		margin:0 auto;
    display: none;
    height: auto;		
	}	
	
	
}

@media (max-width: 765px)
{
	
	#community{
		text-align="center;
	}
		#community .mtitle{
			font-size:30px;
		}
		#community .mtitle span{
			font-size:20px;
		
		}		
	#dos_columns article{
		float:left;
		width:100%;
		margin-right:0;
		font-size:2vw;
		padding-bottom: 2%;
	}
	
	#dos_columns article img {
		float: left;
		width: 100%;
	}	
	
	#quatro_columns > article:nth-child(5) {
		display:none;
	}	
	

}

@media (max-width:640px)
{
	.content .title {
		display:none;
	}
	#quatro_columns article{
		width:100%;
	}
	
	.search_community .mrgleft {
		margin-left: 0;
		text-align: left;
	}
	
	.search_community .mrgright {
		margin-right: 0;
		text-align: right;
	}	

	#map {
    	/* min-height: 1750px;		 */
	}	
	
	#search{
		display:none;
	}
	
	#mapbutton{
		display:none;
	}
	
	#search_results{
		position: relative;
		top: -40px;
	}	

	.search_community .toolright:hover, .search_community .toolleft:hover {
		display:none;
	}
	
	#quatro_columns > article:nth-child(2){
		margin-left:0;
	}
	
	
}

@media (max-width: 540px)
{

	
}

@media (max-width: 500px)
{
	

	
	#map {
		width:100%;
	}
	


	#quatro_columns article{
		width:100%;
		margin:0 auto;
	}
	
	
}

/* KEYFRAMES */
@keyframes stylie-transform-keyframes
{
	0%
	{
		transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);
		animation-timing-function: cubic-bezier(.25,.25,.75,.75);
	}
		100%
	{
	transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);
	}
}

@keyframes stylie-transform2-keyframes
{
	0%
	{
		transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);
		animation-timing-function: cubic-bezier(.25,.25,.75,.75);
	}
	100%
	{
		transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);
	}
}
