-webkit-user-select: none;
-webkit-touch-callout: none;
* { margin:0px; padding:0px; }
h1,h2,h3,h4 { margin-top:0px; }
ul li { list-style:none; }
html { width:100%; height:100%; }
body {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#464646;
	width:100%; 
	height:100%; 
}
h1 { font-family: 'Roboto', sans-serif; }
h3 {
	font-family: 'Roboto', sans-serif;
	color:#275829;
	font-size:19px;
	padding-bottom:7px;
	border-bottom:7px solid #275829;
	display:inline-block;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}
a { 
	color:#81be32;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
a:hover { color:#9dd356; text-decoration:none; }
.divider {
	background-color:#d7d7d7;
	max-width:100%;
	height:2px;
	margin-top:-14px;
	margin-bottom:30px;
}
.divider.thin {
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
}
.genericSection { padding:70px 0px 70px 0px; }
.buttonGrey {
	font-family: 'Roboto', sans-serif;
	font-size:11.4px;
	letter-spacing:0.2px;
	padding:6px 27px 6px 27px !important;
	color:#868686;
	border-radius:5px;
	border:1px solid #cfcfcf;
	background-color:#f6f6f6;
	background: -webkit-linear-gradient(#f8f8f8, #f2f2f2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f8f8f8, #f2f2f2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f8f8f8, #f2f2f2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffffff, #f2f2f2); /* Standard syntax */
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.buttonGrey:hover {
	text-decoration:none;
	color:#393939;
	background: linear-gradient(#f2f2f2, #ffffff); /* Standard syntax */
}
.buttonGrey.large {
	text-align: center;
	font-size:14px;
	padding:10px 30px 10px 12px !important;
	color:#868686;
}
.buttonGrey.large:hover { 
	color:#393939;
	background: linear-gradient(#f2f2f2, #ffffff); /* Standard syntax */
}
.round-button {
    display:block;
    width:70px;
    height:70px;
    line-height:70px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
    background-image: linear-gradient(to right, #DA0081, #0C154C);
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
	position: fixed;
	bottom: 20px;
    right: 20px; 
}
.round-button:hover {
    background: #0C154C;
}
input[type="file"] {
	background:white;
	border:none;
	padding:5px 0px 5px 0px;
}
select {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none; 
    text-indent: 0.01px;
 	text-overflow: "";
 	background: url('../images/dropdown-button.png') no-repeat;
 	background-position: right -1px;
 	background-color:white;
 	cursor:pointer;
}
select::-ms-expand {
display: none;
}
.formDropdown, input {
	width:100%;
	padding:8px;
	margin-bottom:17px;
	border-radius:3px;
	border:none;
	border:1px solid #c9c9c9;
	box-shadow: 0 1px 1px white;
}
label {
	font-family: 'Roboto', sans-serif;
	color:#787878;
	font-size:13px;
}
textarea { height:130px; }
.icon {
	float:left;
	margin-right:10px;
	padding-top:0px;
}
.navbar.navbar-default.navbar-fixed-top { 
 	background-color:white;
	border:none; 
	box-shadow: 0px 0px 3px #9c9c9c;
	z-index:1000;
}
.navbar-toggle { margin-top:17px; }
.navbar-brand { margin-top:0px; font-size:21px; width: 100%; }
.navbar-brand span { font-family: 'Roboto', sans-serif; color:#81be32; }
.navbar-brand img { margin-right:0px; padding-bottom:0px; }
.nav.navbar-nav { float:right; }
.nav.navbar-nav li a {
	font-family: 'Roboto', sans-serif;
	color:#686868;
	font-size:12.5px;
	letter-spacing:0.4px;
	padding-top:40px;
	padding-bottom:40px;
	margin-right:0px;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.nav.navbar-nav li a:hover {
	background-color:transparent;
	color:#81be32;
}
.nav.navbar-nav .current { box-shadow: inset 0 -4px 0px #81be32; }
.nav.navbar-nav .current-sub { background-color:#f4f4f4; color:#868686; }
.nav.navbar-nav .dropdown .dropdown-menu {
	box-shadow: 0px 2px 3px #9c9c9c;
	background-color:white;
	border:none;
	border-radius:0px;
	padding:0px;
	margin-top:0px;
}
.nav.navbar-nav .dropdown .dropdown-menu li a {
	font-family: 'Roboto', sans-serif;
	margin:0px 0px 0px 0px;
	padding:10px;
	color:#868686;
	font-size:12px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#efefef;
}
.nav.navbar-nav .dropdown .dropdown-menu li a:hover { background-color:#f4f4f4; color:#868686; }
.subHeader.home { margin-top:137px; }
.subHeader.home.bxslider .container { padding:90px 0px 150px 0px; }
.subHeader.home.headerMinimal {
	margin-top:71px;
}
.subHeader.home h1 {
	display:inline;
	font-family: 'Roboto', sans-serif;
	font-size:59px;
	background:rgba(225, 225, 225, 0.8);
	padding:5px 10px 0px 10px;
	line-height:80px;
}
.subHeader.home h1 span { font-family: 'Roboto', sans-serif; }
.subHeader.home .sliderPrice { 
	font-size:50px;
	float:right; 
	line-height:55px;
	margin-top:190px;
}
.or { 
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	padding:10px 30px 10px 30px;
	margin:0px 10px 0px 10px;
	background-image: url('../images/arrow.png');
	background-repeat:no-repeat;
	background-size:75px;
}
.subHeader.page {
	margin-top:92px;
	padding:0px 0px 0px 0px;
	background-color:#275829;
	background-repeat:no-repeat;
	background-size:cover;
}
.subHeader.page h1 {
	float:left;
	font-family: 'Roboto', sans-serif;
	background:rgba(225, 225, 225, 0.7);
	padding:0px 10px 0px 10px;
	line-height:75px;
	display:inline;
}
.searchForm input {
	margin-top:18px;
	padding-right:30px;
	width:100%;
	float:right;
	border:none;
	box-shadow:none;
	background:rgba(225, 225, 225, 0.8);
	background-image: url('../images/icon-search.png');
	background-repeat:no-repeat;
	background-position: right 10px center;
}
.properties {
	padding:15px 0px 15px 0px;
	background-color:#f5f5f5;
	box-shadow: inset 0 1px 1px white;
}
.propertyItem {
	background-color:white;
	box-shadow: 0px 1px 3px #d4d4d4;
	margin-bottom:30px;
}
.propertyContent { padding:9px; }
.propertyContent a { color:#2a2a2a; }
.propertyContent a:hover { color:#275829; }

.propertyImg {
	max-width:100%;
	margin-bottom:15px;
}
.propertyImgLink {
	-webkit-transition: opacity 0.3s linear;
    -moz-transition: copacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.propertyImgLink:hover { opacity:0.8; }
.price {
	font-family: 'Roboto', sans-serif;
	float:right;
	color:#275829;
	font-size:25px;
	font-weight: bold;
}
.pageList { text-align:center; margin-top:20px; }
.pageList li { display:inline; }
.pageList li .current { background-color:#275829; color:white; font-family: 'Roboto', sans-serif; }
.pageList li a {
	color:#a1a1a1;
	padding:4px 10px 4px 10px;
	border-radius:3px;
	background-color:#dcdcdc;
}
.pageList li a:hover { 
	background-color:#275829; 
	color:white; 
	-webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.rowText { padding-top:17px; padding-right:33px; }
.rowText h4 { float:left; font-size:19px; margin-bottom:0px; }
.rowText .price { float:right; }
.rowText .forSale { float:right; margin-right:20px; }
.propertyImgRow { width:100%; }
.myProperties { width:100%; }
.myProperties td.myPropertyImg { width:15%; }
.myPropertyAddress { width:20%; }
.myPropertyType { width:15%; }
.myPropertyStatus { width:11%; }
.myPropertyDate { width:15%; }
.myPropertyActions { width:24%; }
.myPropertyActions .icon { margin-right:5px; }
.myProperties .smallThumb { width:50%; }
.myProperties tr { border-bottom:1px solid #d8d8d8; }
.myProperties td { padding:10px 0px 10px 0px; }
.myProperties span { 
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	margin-right:27px; 
	float:left; 
}
.agentDetails { 
	background-color:#f8f8f8;
	margin-top:0px; 
	border:1px solid #cacaca;
	width:100%;
}
.agentDetails td {
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	width:50%;
	height:50px;
	border:none;
	color:#ababab;
	text-align:right;
	padding:9px;
}
.agentDetails .buttonGrey {
	float:left;
	padding:6px 14px 6px 14px !important;
}
.rowText.agentRow .buttonGrey { float:right; }
.rowText.agentRow .socialIcons { float:left; }
.rowText.agentRow .socialIcons li { border:none; }
.blogPost {
	background-color:white;
	box-shadow: 0px 1px 3px #d4d4d4;
	margin-bottom:30px;
}
.blogPost .rowText { padding:30px; }
.blogPost h4 { font-family: 'Roboto', sans-serif; font-size:19px;}
.blogPost h5 { 
	font-family: 'Roboto', sans-serif;
	font-size:16px; 
	margin-top:25px;
}
.blogPost span {
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	color:#939393;
	line-height:33px;
	display:inline-block;
	margin-bottom:20px;
}
.blogPost span a { color:#275829; }
.alertBox {
	border-style:solid;
	border-radius:3px;
	padding:10px 10px 10px 10px;
	margin-bottom:15px;
}
.alertBox img { float:left; margin-right:10px; margin-top:-3px; }
.warning {
	background-color:#ebe8bc;
	border-color:#aca530;
	color:#aca530;
}
.warning h4 { color:#aca530; }
@keyframes slideUpPrice {
  from {
    margin-top: -20px;
  }

  to {
    margin-top: -25px;
  }
}
.bottomBar {
	font-family: 'Roboto', sans-serif;
	padding-top:15px;
	padding-bottom:7px;
	font-size:11px;
	color:#ffffff;
	background-color:#275829;
}
.bottomBar p { float:left; margin-top:6px; }
.bottomBar .socialIcons { margin-top:5px; }
.bottomBar .socialIcons li { border-color:#5b597c; }