@media screen and (max-width: 1800px){	
	#shortInfoAddress { font-size: 25px; }
}

@media screen and (max-width: 1600px){
	h2 { font-size: 30px; }
}

@media screen and (max-width: 1400px){}

@media screen and (max-width: 1200px){
	#shortInfoAddress { font-size: 20px; }

	#details h2 { margin: 0 0 30px; }
	#detailsLeft { width: 46%; }
	#detailsRight { width: 46%; }
	.propertyDetails_containerLeft, .propertyDetails_containerRight { float: none; width: auto; }
}

@media screen and (max-width: 1000px){
	#header { box-shadow: 0 0 5px rgba(0,0,0,.15); padding: 15px 0; }

	#shortInfo { float: none; width: auto; margin: 0 0 15px; }
	#sidemenu { float: none; width: auto; }
	#sidemenu ul { text-align: left; margin-left: -10px; }

	#disclosuresLeft, #disclosuresRight { float: none; width: auto; }	

	#_signInView .modal-dialog { width: 96%; }
}

@media screen and (max-width: 800px){
	#header, #header.fixed { position: relative; left: auto; top: auto; padding: 45px 0 15px; }

	.jcarousel-control-prev, .jcarousel-control-next { font-size: 30px; width: 50px; height: 40px; line-height: 40px; margin: -20px 0 0; }

	#detailsLeft, #detailsRight { float: none; width: auto; }
	 
	section.content { padding-top: 50px !important; }
	section#home.content { padding-top: 0 !important; }
	
	.table {display:block}
	.table thead {float:left}
	.table tbody {overflow:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;-moz-overflow-scrolling:touch}
	.table th, .table td {line-height:25px !important}
	.table tbody tr:nth-child(2n+1) {background:transparent !important}
	.table tbody tr {display:inline-block;border-right:1px solid #637588}
	.table tbody tr.hide {display:none}
	.table thead, .table tbody, .table thead tr, .table thead th, .table tbody td {display:block}
	.table .schoolRating {padding:0}
	.table label {margin:0}	

	#authorization_container { display: block; }
	#login_container, #register_container { float: none; width: auto; padding: 0; }

	#contactsFormLeft, #contactsFormRight { float: none; width: auto; }
}

@media screen and (max-width: 700px){
	#_servicesBilling .credit .inner > h2, #_servicesThankYou h2 { font-size: 16px !important; }
}

@media screen and (max-width: 640px){
	#details dl:before { display: none; }
	#details dt { float: none; clear: none; width: auto; white-space: normal; padding: 5px 10px; border: none; }
	#details dd { padding: 5px 10px; margin: 0; border: none; }
}

@media screen and (max-width: 480px){
	h2 { font-size: 28px; }

	#header, #header.fixed { padding: 40px 0 10px; }	

	#authorization_container { padding: 10px; }
	#register_container > form { padding: 40px 10px; }
	#_facebook, #_signInView .modal-header { padding: 15px; }

	.modal-header { padding: 50px 15px 0; }
	#_servicesModal .modal-header { padding: 15px 15px 0; }
	.modal-body { padding: 15px; }
	.modal_thanksContent { padding: 15px; }

	.serviceOrder .credit input { padding: 10px !important; }

	.f_tools { background: #fff; box-shadow: rgba(0,0,0,.15) 0 0 5px; }
	.f_tools:before { content: ""; display: block; position: absolute; left: 50%; top: 4px; bottom: 4px; width: 1px; background: #e6e6e6; }
	#scrollto { position: relative; bottom: auto; left: auto; border-radius: 0; width: 50%; box-shadow: none; border: none; line-height: 40px; font-size: 16px; padding: 0; }
	#scrollto .fa { font-size: 20px; }
	.a2a_kit.a2a_floating_style { box-shadow: none; padding: 4px 0; right: 25%; transform: translateX(50%); }
}