/************************
*** Medium Screens
**************************/
@media screen and (min-width: 768px) {
	
	/***************
	** Header
	*****************/
	header .social-icons
	{
		text-align:right;
	}
	header .social-icons a img
	{
		width:auto;
	}
	

	
	
	.has-dropdown:hover ul 
	{
		display:block;
	}
	
	
	
	.btn-feature 
	{
		font-size:1.3rem;
	}
	
	
	.tagline .btn-feature 
	{
		border-right:none;
		margin-bottom:0;
		display:inline-block;
	}
	
	.hero .inner .title 
	{
		padding:2em;
		margin:auto 1em;
	}
	
	.hero .inner .title .btn-feature:last-child 
	{
		margin-left:0em !important;
		margin-top:0;
	}
		
	
	
	
	
	
	
	/***************
	** Content
	*****************/
	#page-content h1
	{
		font-size:2.6rem;
		margin-bottom:0.4em;
	}
	p.xl 
	{
		font-size:1.4rem;
	}
	
	
	.list-thumbnail .thumbnail-footer
	{
		position:absolute;
	}
	.list-thumbnail .property-price
	{
		float:right !important;
		margin-top:0px;
	}
	
	.call-to-action-button.mobile-fix 
	{
		/*margin:0;*/
		background-color:#c22b1c;
	}
	
	.tagline 
	{
		background: #144295;
		background: -moz-linear-gradient(left, #144295 50%, #c22b1c 50%);
		background: -webkit-linear-gradient(left, #144295 50%,#c22b1c 50%);
		background: linear-gradient(to right, #144295 50%,#c22b1c 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144295', endColorstr='#c22b1c',GradientType=1 );
	}
	
	
	.main-property-arrows
	{
		font-size:2em;
	}
	section.view-property .property-price small 
	{
		text-align:center;
	}
	
	.row > .col-md-6:first-child > .call-to-action-button
	{
		text-align:right;
		padding-right:2em;
	}
	.row > .col-md-6:first-child > .call-to-action-button
	{
		text-align:left;
		padding-left:2em;
	}
	
	

	
}