@import url(//fonts.googleapis.com/css?family=Open+Sans|Montserrat);

@font-face {
	font-family: 'bebas_neueregular';
	src: url('/fonts/BebasNeue-webfont.eot');
	src: url('/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/BebasNeue-webfont.woff') format('woff'),
		url('/fonts/BebasNeue-webfont.ttf') format('truetype'),
		url('/fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}



.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.hide {
	display: none;
}


/* body					{ 
	padding-bottom:0; 
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size:16px; 
	line-height:1.2em; 
	background:#31332f url(/media/xcrnnwur/new-bkg-recland.jpg) no-repeat center top; 

} */



body {
	padding-bottom: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	/* background: #31332f url(/media/xcrnnwur/new-bkg-recland.jpg); */
	background: #31332f url(/img/bg/new-wood-bkg-recland.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tmp-newspage,
.tmp-news {
	background: #31332f url(/media/sirjjktk/new-bkg-recland-talks.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.body-content {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255);
	padding: 25px;
}

blockquote {
	line-height: 1.4em;
	font-size: 15px;
	font-style: italic;
	color: #999;
	font-family: 'Montserrat', sans-serif;
}

p {
	color: #333;
	line-height: 1.4em;
}

li {
	list-style-position: inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 22px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
}

.body-content h2:first-child {
	margin-top: 0;
}

h1 {
	background-color: rgb(51, 51, 51);
	background-color: rgba(25, 26, 24, 0.8);
	border-left: 15px solid #68a005;
	color: #fff;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: bold;
	height: auto;
	line-height: 64px;
	padding: 5px 10px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 0
}

.tmp-newspage h1,
.tmp-news h1 {
	background: rgba(2, 6, 30, 0.6);
}

h3.underline {
	text-transform: none;
	font-size: 28px;
	color: #68a005;
	padding-bottom: 10px;
	border-bottom: 1px solid #68a005;
	margin-top: 30px;
	line-height: 1em;
	background: rgba(25, 26, 24, 0.8);
	padding: 15px;
}

.sitecontent {
	min-height: 600px;
}

a {
	color: #68a005;
	color: #68a005;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #68a005;
}

a:active {
	outline: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #0C893F;
	text-decoration: none;
}

/* Header */
.page-header {
	margin-bottom: 30px
}

.page-header .lead {
	margin-bottom: 10px
}

/* Non-responsive overrides */


/* .container .navbar-header, .container .navbar-collapse 
						{ margin-right:0; margin-left:0; padding-left:0; padding-right:0; }
.container .navbar-header{ margin-left:10px; } */


/* Always float the navbar header */
.navbar-header {
	float: left
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	margin-left: -10px;
}

.navbar-nav.navbar-right:last-child {
	margin-right: -10px;
}

/* Undo the collapsing navbar */
.navbar-collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}

.navbar-collapse {
	border-top: 0
}

.navbar-brand {
	margin-left: -15px
}

/* Always apply the floated nav */
.navbar-nav {
	float: right;
	margin: 0;
}

.navbar-nav>li {
	float: left
}

.navbar-nav>li>a {
	padding: 12px 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
	float: right
}

.navbar-collapse.navbar-right>ul {
	float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
	position: absolute;
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-width: 0 1px 1px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #333
}

.navbar .navbar-nav .open .dropdown-menu>.disabled>a,
.navbar .navbar-nav .open .dropdown-menu>.disabled>a:hover,
.navbar .navbar-nav .open .dropdown-menu>.disabled>a:focus {
	background-color: transparent !important;
}

.btn {
	border-radius: 0;
	padding: 10px 20px;
}

/* Button Stuff */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn:active,
.btn.active {
	background-image: none
}

.btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}

.btn-primary {
	color: #fff;
	text-transform: none;
	background-color: #68a005;
	border-color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #68a005;
	background-image: none;
	border-color: #fff;
}

.btn-primary:active,
.btn-primary.active {
	background-color: #68a005;
	background-image: none;
	border-color: #fff;
}

.btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e;
}

.btn-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9;
}

.btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13;
}

.btn-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
	background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus {
	background-color: #c12e2a;
	background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
	background-color: #c12e2a;
	border-color: #b92c28;
}

.thumbnail,
.img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background-color: #e8e8e8;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background-color: #357ebd;
	background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
	background-repeat: repeat-x;
}

.navbar-default {
	background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.navbar-default .navbar-nav>.active>a {
	background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
	background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.navbar-brand,
.navbar-nav>li>a {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .25)
}

.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
	background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
}

.navbar-inverse .navbar-nav>.active>a {
	background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
	background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
	border-radius: 0
}

.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}

.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	background-repeat: repeat-x;
	border-color: #b2dba1;
}

.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #9acfea;
}

.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #f5e79e;
}

.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7;
}

.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
}

.progress-bar {
	background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
	background-repeat: repeat-x;
}

.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
	background-repeat: repeat-x;
}

.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
	background-repeat: repeat-x;
}

.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
	background-repeat: repeat-x;
}

.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
	background-repeat: repeat-x;
}

.list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	text-shadow: 0 -1px 0 #3071a9;
	background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #3278b3;
}

.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-default>.panel-heading {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
}

.panel-primary>.panel-heading {
	background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
	background-repeat: repeat-x;
}

.panel-success>.panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
	background-repeat: repeat-x;
}

.panel-info>.panel-heading {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
	background-repeat: repeat-x;
}

.panel-warning>.panel-heading {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
	background-repeat: repeat-x;
}

.panel-danger>.panel-heading {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
	background-repeat: repeat-x;
}

.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

/* ******************** Core Styles ******************** */

/* General Form stuff */
.form-control:focus {
	border-color: #0099ff;
	box-shadow: 0 0 4px #0099ff;
}

::-webkit-input-placeholder {
	color: #ccc;
}

:placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

.item {
	margin-bottom: 15px;
}

.control-group {
	margin-bottom: 12px;
}

.btn {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


form label {
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

#request-info form label {
	color: #fff;
}

form .multiplechoice .umbraco-forms-field-wrapper label,
form .consentforstoringsubmitteddata .umbraco-forms-field-wrapper label {
	text-transform: none;
	font-weight: normal;
	font-size: 15px;
}

.sitecontent input[type=text],
.sitecontent input[type=password],
.sitecontent select {
	height: 45px;
	font-size: 15px;
}

.form fieldset>div {
	margin-bottom: 10px;
}

.form input[type=text] {
	height: 50px;
}

.form input[type=text],
.form textarea {
	color: #7f7f7f;
	background: #f2f2f2;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 6px 6px 6px 13px;
	font-weight: 100;
	font-size: 14px;
	text-transform: uppercase;
}

.form input[type=text]:hover,
.form input[type=text]:focus .form textarea:hover,
.form textarea:focus {
	border-color: #333;
	background: #f5f5f5;
	box-shadow: 0 0 4px #0099ff;
}

.form-control:focus {
	box-shadow: 0 0 4px #0099ff
}

.form .btn-default {
	border-color: #000;
	background: #000;
	color: #fff;
	text-shadow: none;
}

.form .btn-default:hover,
.form .btn-default:active {
	color: #999;
	border-collor: #999;
	text-shadow: none;
	color: #fff;
}

.field-validation-error {
	display: block;
	color: #ac2e2e;
	font-size: 14px;
}

.umbraco-forms-field {
	margin-bottom: 15px;
}

.umbraco-forms-container {
	margin: 1em 0;
	padding: 0;
}

.umbraco-forms-navigation {
	margin-top: -30px;
	margin-left: -15px;
	margin-bottom: 30px;
}

#head {
	height: 57px;
	background: #191a18;
}

#head .container {
	position: relative;
}

/* Logo */
#logo,
#recland-logo {
	width: 220px;
	display: block;
	margin: 0;
	text-align: center;
	color: #fff;
	top: 45px;
}

#logo,
#rt-logo {
	width: 220px;
	display: block;
	margin: 0;
	text-align: center;
	color: #fff;
	top: 35px;
}

#logo img {
	width: 100%;
}

#logo {
	position: absolute;
	left: 0;
	z-index: 10;
}

a.brand {
	height: 49px;
	width: auto;
	display: none;
	font-size: 22px;
	line-height: 49px;
	text-decoration: none;
	color: #fff !important;
	font-weight: 'Open Sans', sans-serif;
}

.navbar-fixed-top .brand {
	display: block;
}

.navbar {
	margin-bottom: 0;
}

/* Top Bar */
#utility-bar {
	float: right;
	margin: 20px 10px 0 10px;
	padding: 0;
}

#utility-bar .navbar-collapse {
	margin-right: 10px;
}

#utility-bar>li {
	margin-left: 10px;
}

#utility-bar .navbar-nav>li:last-child>a {
	padding-right: 0;
	background-repeat: no-repeat;
}

#utility-bar .navbar-nav>li>a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
}

.homepage #utility-bar .navbar-nav>li.home-menu-item>a,
#utility-bar .navbar-nav>li.active>a,
#utility-bar .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
	background-repeat: no-repeat;
}

#utility-bar .navbar-nav>li.facebook>a {
	background-image: url(img/icons/facebook.png);
	background-position: 0 2px;
	padding-left: 12px
}

#utility-bar .navbar-nav>li.twitter>a {
	background-image: url(img/icons/twitter.png);
	background-position: 0 4px;
}

#utility-bar .navbar-nav>li.mail>a {
	background-image: url(img/icons/mail.png);
	background-position: 0 4px;
}

#utility-bar .navbar-nav>li.facebook.active>a,
#utility-bar .navbar-nav>li.facebook>a:hover {
	background-image: url(img/icons/facebook.png);
	background-position: 0 -25px;
	padding-left: 12px
}

#utility-bar .navbar-nav>li.twitter.active>a,
#utility-bar .navbar-nav>li.twitter>a:hover {
	background-image: url(img/icons/twitter.png);
	background-position: 0 -25px;
}

#utility-bar .navbar-nav>li.mail.active>a,
#utility-bar .navbar-nav>li.mail>a:hover {
	background-image: url(img/icons/mail.png);
	background-position: 0 -25px;
}

#utility-bar .navbar-nav>li {
	margin-left: 20px;
}

.sitecontent {
	margin-bottom: 80px;
}

/* Main Bar */
#menu-bar {
	height: 64px;
	background: #68a005;
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
	border-bottom: 6px solid #006633;
	margin-bottom: 50px;
}

#menu-bar .navbar-collapse{
	padding-right:0;
}

#menu-bar .navbar-nav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	height: auto;
	min-width: 100%;
	line-height: 100%;
	z-index: 100;
	padding: 1.2em 0;
	background-color: #ff8100;
}

#menu-bar .navbar-nav li ul li:first-child{
	position: relative;
}

#menu-bar .navbar-nav li ul li:first-child::before{
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 13px solid #ff8100;
	border-top: 0;
	position: absolute;
	top: -32px;
	left: 10px;
}

#menu-bar .navbar-nav>li {
	position: relative;
	margin-left: 22px;
}

#menu-bar>.container>ul>li>a {
	line-height: 54px;
	padding: 0.8em;
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-shadow: none;
	margin-top: 2px;
}

#menu-bar .navbar-nav li ul li {
	display: block;
}

/* #menu-bar .navbar-nav li ul,
#menu-bar .navbar-nav li ul li {
	list-style: none;
	margin: 0;
	padding: 0;
} */

#menu-bar .navbar-nav li ul li a {
	display: block;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 500;
	padding: 11px;
	white-space: nowrap;
	border-bottom: 1px solid transparent;
}

#menu-bar .navbar-nav li ul li a:hover{
	border-bottom-color: transparent;
	background-color: #da7004;
}

#menu-bar .navbar-nav>li:hover ul {
	display: block;
}

#menu-bar .navbar-nav>li>a {
	line-height: 55px;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-shadow: none;
}

#menu-bar .navbar-nav>li.active>a,
#menu-bar .navbar-nav>li>a:hover {
	color: #006633;
	background: none;
}

/* Duck Commander Logo - 19/02/2015 */

#menu-bar .navbar-nav>li>a:active,
#menu-bar .navbar-nav>li>a:focus {
	background: none;
	outline: none;
}

#menu-bar .navbar-nav>#duck-commander-logo>a {
	background: url('/images/Logos/duck-commander-logo.png') no-repeat;
	width: 150px;
	text-indent: -9999px;
	margin-top: 3px;
}

#menu-bar .navbar-nav>#duck-commander-logo>a:hover {
	border: none;
}

/* Menu Controller */
.navbar {
	border-radius: 0;
}

.navbar-collapse>ul li:hover {
	background: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: none;
}

.navbar .navbar-nav .open .dropdown-menu {
	background: #212121;
	border-radius: 0;
	border: 0 none;
	padding-bottom: 10px;
}

.dropdown-menu>li>a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.dropdown-menu>li:hover {
	background: none;
}

.navbar .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar .navbar-nav .open .dropdown-menu>.active>a,
.navbar .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
	background: none !important;
	color: #0099ff !important;
	border-bottom-color: #0099ff;
}

/* Homepage Banners */
#banner {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

#banner img {
	width: 100%;
}

#cnext,
#cprev {
	width: 43px;
	height: 43px;
	display: block;
	margin-top: -21px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	z-index: 120;
	cursor: pointer;
}

#cprev {
	left: 10px;
	background-image: url(img/left.png);
}

#cnext {
	right: 10px;
	background-image: url(img/right.png);
}

#cnext:hover,
#cprev:hover {
	opacity: 0.7;
}

/* Feature Header */
#feature-header {
	margin-bottom: 40px;
}

#feature-header .col-md-8 {
	width: 66.6684%;
	margin-right: 0;
	padding-right: 0;
}

#feature-header .col-md-4 {
	margin-left: 0;
	padding-left: 0;
}

#site-intro {
	height: 250px;
	background-color: rgb(55, 55, 55);
	background-color: rgba(25, 26, 24, 0.9);
	padding-left: 50px;
	padding-right: 50px;
}

.states-covered {
	text-transform: uppercase;
	text-align: center;
	font-size: 35px;
	color: #fff;
	text-shadow: 1px 1px 5px rgb(35, 31, 32);
	border-bottom: 1px solid #000;
	padding: 20px 0;
}

.the-message {
	border-top: 1px solid #777;
	padding-top: 10px;
}

.the-message p {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 24px;
	color: #fff;
	font-style: italic;
	line-height: 1.305;
	text-shadow: 1px 1px 5px rgb(35, 31, 32);
	padding: 15px 0 10px 0;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

.the-message h1 {
	margin: 0;
	font-size: 2em;
	color: #fff;
	text-shadow: 1px 1.732px 5px rgb(35, 31, 32);
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 1.3em;
	padding: 0;
	border: 0 none;
	background-color: transparent;
}

a.view-properties {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	background-color: #68a005;
	color: #fff;
	text-decoration: none;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 15px;
	position: relative;
}

a.view-properties span.arrow {
	height: 60px;
	padding: 0 10px;
	font-size: 22px;
	line-height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid #000000;
}

a.view-properties span.pin {
	width: 20px;
	height: 60px;
	background: transparent url(img/icons/pin.png) no-repeat 0 16px;
	position: absolute;
	left: 10px;
	top: 0;
}

a.view-properties:hover {
	background: #0C893F;
}


a.view-sold-properties {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	background-color: #000000;
	color: #fff;
	text-decoration: none;
	font-size: 23px;
	text-transform: uppercase;
	padding-left: 50px;
	position: relative;
	float: left;
}

a.view-sold-properties span.arrow {
	height: 60px;
	padding: 0 10px;
	font-size: 22px;
	line-height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid #000000;
}

a.view-sold-properties span.pin {
	width: 20px;
	height: 60px;
	background: transparent url(img/icons/pin.png) no-repeat 0 16px;
	position: absolute;
	left: 10px;
	top: 0;
}

a.view-sold-properties:hover {
	background: #000000;
}



/* Newest Properties */
#newest-properties {
	margin-top: 2em;
}

#newest-properties .pagination.webapp {
	display: none;
}

.property {
	height: 390px;
	margin-bottom: 25px;
	background: #fff;
	list-style: none;
}

.p-image {
	width: 100%;
	height: 240px;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.p-image img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	z-index: 2;
}

.p-image span {
	width: 81px;
	height: 83px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 3;
	background: url(img/bg/prod-top-tab.png) no-repeat 0 0;
}

.property:hover span {
	background-position: right bottom;
}

.prop-info {
	padding: 0px 30px;
	color: #666;
}

.property h4 {
	text-transform: capitalize;
	font-size: 16px;
	color: #666;
	margin-top: 0;
}

.view-proplink {
	margin: 10px 30px 0 15px;
	display: block;
	text-decoration: none;
}

#pprev,
#pnext {
	width: 30px;
	height: 30px;
	line-height: 20px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	color: #fff;
	margin-top: -10px;
	font-size: 30px;
	z-index: 101;
	display: block;
	cursor: pointer;
}

#pprev:hover,
#pnext:hover {
	color: #68a005;
}

#pprev {
	left: -40px;
}

#pnext {
	right: -40px;
}



/* Inner Banners */

#inner-banner {
	height: 250px;
	width: 100%;
	background: #000;
	margin-bottom: 30px;
	overflow: hidden;
}

#inner-banner>div {
	background-position: 0 0;
	background-origin: content-box;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: auto;
}

.utility>div {
	margin: auto;
	width: 100%;
}

/* Map */
#map {
	width: 100%;
	height: 100%;
	position: relative;
}

#map>iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}


/* Blog */

/* -- Homepage list */
.blog-post {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.blog-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.post-title {
	line-height: 1.3em;
	text-transform: none;
	font-size: 18px;
}

.post-title a,
.post-title a {
	color: #fff;
	text-decoration: none;
}

.post-title a:hover {
	text-decoration: none;
	color: #fff;
}

.post-body {
	color: #ccc;
	line-height: 1.35em;
}

.post-body p {
	color: #ccc;
}

.post-date {
	font-style: italic;
	color: #fff;
	font-size: 15px;
}

.post-date strong {
	font-size: 19px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 40px;
}


.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.default-body-content {
	background: rgba(255, 255, 255, 0.8);

}

/* Blog Adds */

.mobile-add {
	display: none;
}

.side-ad img {
	width: 100%;
	height: auto;
}

.top-ad img {
	width: 100%;
	height: auto;
}


@media(max-width:767px) {
	div.side-ad:nth-child(3) {
		display: none;
	}

	.mobile-add {
		display: block;

	}

	.mobile-add img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
}



/* Default Page */

.terms-and-conditions {
	color: rgb(126, 126, 126);
	margin-top: 50px;
	font-size: 14px;
}

/* BreadCrumbs */

.breadCrumbs {
	background-color: rgba(25, 26, 24, 0.8);
	border-left: 15px solid #68a005;
	color: #fff;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	height: auto;
	line-height: 15px;
	padding: 0px 10px 12px 10px;
	width: 100%;
	margin-bottom: 40px;
	text-transform: capitalize;
}

.breadCrumbs a {
	color: #fff;
}

.tmp-newspage .breadCrumbs,
.tmp-news .breadCrumbs {
	background: rgba(2, 6, 30, 0.6);
}

.side-ad {
	margin-bottom: 20px;
}

.banner-ad {
	margin-bottom: 20px;
}


/* Pagination */




/* Contact */
#contact-form .btn {
	float: right;
}


/* Properties */

#property-data-container .table {
	background: #f5f5f5;
}

#prop-table_wrapper {
	background: #f5f5f5;
	position: relative;
	padding-bottom: 40px;
}

#prop-table {
	width: 98%;
	margin: 5px 1%;
}

#table-foot {
	width: 100%;
	position: relative;
	margin: 0 auto;
	border-bottom: 4px solid #68a005;
}

.table>thead>tr>th {
	background: transparent url(/img/sort_both.png) no-repeat scroll right center;
	cursor: pointer;
	padding: 8px 20px 8px 8px;
}

.white-intro {
	color: #fff;
	margin-bottom: 20px;
}

#prop-table_info {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 12px;
	color: #999;
	text-align: left;
}

#prop-table_paginate {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#prop-table_next,
#prop-table_previous {
	color: #999;
	cursor: pointer;
}

#prop-table_next:hover,
#prop-table_previous:hover {
	color: #68a005;
}

.paginate_button {
	font-size: 13px;
	margin: 0 0 0 4px;
}

#prop-table_paginate span .paginate_button {
	padding: 2px 5px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	background-image: -moz-linear-gradient(90deg, rgb(221, 221, 221) 0%, rgb(245, 245, 245) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(221, 221, 221) 0%, rgb(245, 245, 245) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(221, 221, 221) 0%, rgb(245, 245, 245) 100%);
}

#prop-table_paginate span .paginate_button:hover,
#prop-table_paginate span .paginate_button.current {
	border-color: #68a005;
	background-color: #68a005;
	color: #fff;
	background-image: -moz-linear-gradient(90deg, rgb(255, 153, 51) 0%, rgb(252, 176, 100) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(255, 153, 51) 0%, rgb(252, 176, 100) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(255, 153, 51) 0%, rgb(252, 176, 100) 100%);
}

#prop-table_length {
	position: absolute;
	left: 0;
	top: -45px;
}

#prop-table_filter {
	position: absolute;
	right: 10px;
	top: -45px;
}

#prop-table_filter label,
#prop-table_length label {
	color: #68a005;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
}

#prop-table_filter input {
	border: 0 none;
	background-color: #f5f5f5;
}

#prop-table_filter input,
#prop-table_length select {
	height: 26px;
	color: #333;
}

.filter-title {
	display: block;
	color: #68a005;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	margin-bottom: 5px;
}

#filter-options {
	height: 60px;
	color: #68a005;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	line-height: 1.4em;
	background-color: rgba(25, 26, 24, 0.8)
}

#filter-options select {
	width: 70%;
	color: #333;
}

.table tbody tr.a-property:hover {
	background: #f9dbbd;
	cursor: pointer;
}

.table thead tr th:hover {
	background: #cbeddc;
}

/* Property Detail View */
#property h3 {
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.0062em;
}

#property h1 {
	height: auto;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	border: 0 none;
	background: none;
	text-indent: 0;
	line-height: 1.5em;
	text-decoration: none;
}

#breakdown {
	overflow: hidden;
	background-color: rgb(0, 0, 0);
	background-color: rgba(25, 26, 24, 0.8);
	padding: 20px;
	border-bottom: 20px solid #68a005;
	margin-bottom: 20px;
	color: #fff;
}

#breakdown p {
	line-height: 1.4em;
	color: #ccc;
	padding: 0;
	margin: 0 0 6px 0;
}

#breakdown ul {
	margin: 0;
	padding: 0;
}

#breakdown li {
	list-style: none;
	line-height: 1.4em;
	margin-bottom: 5px;
}

#maps {
	margin: 0;
	padding: 0;
}

#maps li {
	width: 135px;
	height: 135px;
	float: left;
	list-style: none;
	margin: 0 0 30px 0;
}

#maps a {
	width: 135px;
	height: 135px;
	display: block;
	overflow: hidden;
	background: #000;
	text-align: center;
	color: #fff;
	border: 1px solid transparent;
}

#maps a:hover {
	border: 1px solid #68a005;
}

#maps li.m1,
#maps li.m3 {
	margin-right: 29px;
}


.iarrow {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	z-index: 150;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
}

.iarrow:hover {
	color: #68a005;
}

#iprev {
	left: 0;
}

#inext {
	right: 0;
}


#printable-info,
#get-directions {
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #999;
	text-transform: uppercase;
	display: block;
	background: #fff url(/img/right-link.jpg) right center no-repeat;
	position: relative;
	text-indent: 50px;
	border-bottom: 1px solid #000;
}

#printable-info {
	margin-bottom: 10px;
}

#printable-info span {
	display: block;
	height: 36px;
	width: 26px;
	background: url(/img/icons/print.png) no-repeat center center;
	position: absolute;
	left: 5px;
	top: 0;
}

#printable-info:hover {
	background-color: #f5f5f5;
}

#map-overlay {
	border-bottom: 1px solid #000;
}


#get-directions span {
	display: block;
	height: 36px;
	width: 26px;
	background: url(/img/icons/orange-pin.png) no-repeat center center;
	position: absolute;
	left: 5px;
	top: 0;
}

#get-directions {
	margin-bottom: 20px;
}

#get-directions:hover {
	background: #f5f5f5 url(/img/down-link.jpg) right center no-repeat;
}

#get-directions.active {
	background: #fff url(/img/down-link.jpg) right center no-repeat;
	margin-bottom: -1px;
}

#direction-info {
	display: none;
	background: #fff;
	padding: 10px;
	color: #666;
	font-size: 14px;
	line-height: 1.35em;
	margin-bottom: 20px;
}

#request-info {
	background: rgba(25, 26, 24, 0.8);
	padding: 15px;
	border-bottom-width: 30px;
	border-bottom-style: solid;
}

#request-info h3 {
	line-height: 1.2em;
	color: #ccc;
	margin-top: 0;
	font-size: 20px;
}

#collateral {
	background: #333;
	padding: 15px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	margin-top: 10px;
}

#collateral h3 {
	line-height: 1.2em;
	color: #ccc;
	margin-top: 0;
	font-size: 20px;
}

#collateral ul {
	padding: 0
}

#collateral li {
	list-style-position: outside;
	margin: 6px
}


#catwebformbutton.btn.btn-primary {
	width: 130px;
	border: 1px solid #68a005;
	position: relative;
	top: -7px;
}

#property-slideshow {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	padding: 20px;
	background: rgba(25, 26, 24, 0.8);
}

#cycle-1 div {
	width: 100%;
}

#cycle-2 .cycle-slide {
	border: 3px solid transparent;
}

#cycle-2 .cycle-slide-active {
	border: 1px solid #004;
}



#allthumbs {
	display: none;
}

#slideshow-1 {
	height: 100%;
	max-height: 535px;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

#slideshow-1>img {
	display: none;
}

#slideshow-1>img:first {
	display: block;
}

#slideshow-2 {
	width: 100%;
	height: 60px;
	margin: 10px 10px 0 5px;
}

#cycle-2 {
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
}

#cycle-2 img {
	display: none;
}

#cycle-2 img:first {
	display: block;
}

.cycle-slide {
	height: 400px;
	overflow: hidden;
}

.cycle-slideshow img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#cycle-2 img {
	width: 77.5px;
	height: 58px;
	cursor: pointer;
	border: 1px solid transparent;
}

#cycle-2 img:hover,
#cycle-2 img.cycle-slide-active {
	border: 1px solid #68a005;
}

#property-slideshow .cycle-prev,
#property-slideshow .cycle-next {
	display: block;
	height: 30px;
	position: absolute;
	bottom: 54%;
	z-index: 199;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
}

#property-slideshow .cycle-prev {
	left: 0;
}

#property-slideshow .cycle-next {
	right: 0;
}

#property-slideshow .cycle-prev:hover,
#property-slideshow .cycle-next:hover {
	color: #68a005;
}

#map-overlay {
	width: 100%;
	height: 320px;
	overflow: hidden;
}

#property-description {
	margin-top: 30px;
	padding: 20px;
	color: #999;
	background-color: rgba(25, 26, 24, 0.8);
}

#property-description h3 {
	color: #68a005;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
}

#property-description p {
	color: #999;
	line-height: 1.4em;
}

.agent-cont {
	display: block;
	margin: 10px 0;
}

.agent-cont span {
	font-size: 18px;
}

#map-files {
	display: none;
}

.property-print-logo {
	display: none;
}

.umbraco-forms-field-wrapper {
	padding-bottom: 1em;
}

div.umbraco-forms-field:nth-child(4)>div:nth-child(1) {
	padding-bottom: 0;
}



/* The News section (Blog) */

#catblogoutput {
	background: rgba(2, 6, 30, 0.6);
	padding: 25px;
}


#recent-postslist {
	background-color: rgb(0, 0, 0);
	background: rgba(25, 26, 24, 0.8);
	border-bottom: 2px solid #68a005;
	color: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.tmp-newspage #recent-postslist,
.tmp-news #recent-postslist {
	background: rgba(2, 6, 30, 0.6);
}

#recent-postslist h5 {
	color: #f5f5f5;
}

.BlogRecentPost ul {
	margin: 0;
	padding: 0;
}

.BlogRecentPost ul li {
	list-style: none;
	margin-bottom: 5px;
}

.BlogRecentPost ul li a {
	color: #ccc;
}

#archive {
	background-color: rgb(0, 0, 0);
	background: rgba(25, 26, 24, 0.8);
	border-bottom: 2px solid #68a005;
	color: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

#archive h5 {
	color: #f5f5f5;
}


.BlogPostArchive ul {
	margin: 0;
	padding: 0;
}

.BlogPostArchive ul li {
	list-style: none;
	margin-bottom: 5px;
}

.BlogPostArchive ul li a {
	color: #ccc;
}

#blog-catagories {
	background-color: rgb(0, 0, 0);
	background: rgba(25, 26, 24, 0.8);
	border-bottom: 2px solid #68a005;
	color: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

#blog-catagories h5 {
	color: #f5f5f5;
}


.blogpostcategories ul {
	margin: 0;
	padding: 0;
}

.blogpostcategories ul li {
	list-style: none;
	margin-bottom: 5px;
}

.blogpostcategories ul li a {
	color: #ccc;
}

#blog-sidebar a:hover {
	color: #68a005;
}

h2.post-title {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 0;
}

.blog-post.blog-post-list-item,
.blog-post.blog-post-list-item p {
	color: #f5f5f5;
	line-height: 1.4em;
}

.postDate {
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

h1.post-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	margin: 0;
	font-weight: bold;
}

.post-Info {
	margin: 5px 0 15px 0;
}

/* pagination */

.pagination ul {
	display: inline-block;
	list-style-type: none;
}

.pagination ul li {
	display: inline;
	padding: 5px;
	text-decoration: underline;
}

/* Latest News Sidebar */

.latest-news {
	background: rgba(25, 26, 24, 0.8);
	padding: 15px;
}


/* Sidebar sections */
.sidebar-element {
	background: rgba(25, 26, 24, 0.8);
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.sb-image {
	width: 100%;
	height: 220px;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.sb-image img {
	position: relative;
	z-index: 2;
	width: 100%;
}

.sb-image span {
	width: 81px;
	height: 83px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 3;
	background: url(/img/bg/prod-top-tab.png) no-repeat 0 0;
}

.sb-image:hover span {
	background-position: right bottom;
}

.sidebar-element .prop-info {
	padding: 0px 15px;
	color: #666;
}

.sidebar-element .prop-info h4 {
	text-transform: capitalize;
	color: #fff;
	font-size: 24px;
	line-height: 1.4em;
	margin-top: 0;
}

.sidebar-element .sb-desc {
	margin: 10px 0;
}

.sidebar-element .sb-desc p {
	color: #b9b9b9;
}


#main-contact-form {
	margin: 35px 0;
}

#main-contact-form h2 {
	color: #f5f5f5;
}

/* Contact sidebar */
.side-contact {
	margin-bottom: 30px;
}

#head-office-contact {
	background: rgba(25, 26, 24, 0.8);
	padding: 20px 15px;
}

#head-office-contact h3.underline {
	font-size: 20px;
}

.contat-breakdown {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000;
}

.contat-breakdown a {
	color: #f5f5f5;
	text-decoration: none;
}

.contat-breakdown li {
	height: 32px;
	line-height: 32px;
	list-style: none;
	color: #f5f5f5;
	padding: 0 0 0 32px;
	margin: 0;
}

.contat-breakdown li.phone-number {
	background: transparent url(/img/icons/orange-phone.png) no-repeat left center;
}

.contat-breakdown li.email {
	background: transparent url(/img/icons/orange-mail.png) no-repeat left center;
}

.contat-breakdown li.address {
	background: transparent url(/img/icons/orange-pin-small.png) no-repeat left center;
}

.contact-note {
	border-top: 1px solid #777;
	color: #777;
	padding-top: 12px;
}

.contact-note p {
	color: #ccc;
	font-size: 10px;
	color: #b9b9b9;
	line-height: 1.9em;
}

/* featuer properties */
.feature-property-grp {
	margin-top: 20px;
}


/* Youtube Video */
.video-play {
	overflow: hidden;
	margin: 0;
}

.video-content {
	background: #fff;
	padding: 20px;
}

.video-content h4 {
	color: #999;
	font-size: 30px;
	margin-top: 0;
}

.video-content p {
	font-size: 16px;
	color: #999;
	line-height: 1.8em;
}

/* contact-details */
#contact-details {
	margin-bottom: 50px;
}

#contact-details a {
	color: #333;
}

.opening-hours,
.locadd {
	font-size: 13px;
	line-height: 1.65em;
}

.opening-hours span {
	color: #333;
}

/* Footer  */
#footer {
	padding: 35px 0;
	margin-top: 50px;
	border-top: 5px solid #68a005;
	background: #191a18;
	color: #fff;
}

.copyright {
	text-align: left;
	color: #7e7e7e;
	margin: 30px 0;
	border-top: 1px solid #7e7e7e;
	padding-top: 30px;
}

.copyright a:hover {
	color: #fff;
}

.pl {
	color: #7e7e7e;
	text-decoration: none;
}

.copyright .pl:hover {
	color: #848383;
	text-decoration: none;
}

.contact-details {
	padding-left: 10px;
}

.contact-details,
.contact-details p {
	color: #7e7e7e;
	font-size: 17px;
	line-height: 1.7em;
}

#fsf {
	border: 1px solid #fff;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	padding: 0;
	margin: 0;
}

#fsf input[type=text] {
	width: 100%;
	background: #ebebeb;
	border-radius: 0;
	border: 0;
	margin: 0;
}

#fsf .form-group {
	width: 79%;
}

#fsf .btn {
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 34px;
	border-radius: 0px 5px 5px 0px;
	margin: 0;
	border-right: 0 none;
	border-bottom: 0 none;
}


.footer-text p {
	font-size: 14px;
	line-height: 1.5em;
	color: #ccc;
}

.subscription-note {
	font-size: 17px;
	color: #ccc;
	line-height: 1.4em;
	padding-bottom: 6px;
}

#footer h5 {
	text-transform: uppercase;
	color: #0099ff;
	font-weight: normal;
	margin-bottom: 10px;
}

#footer-menu ul {
	margin: 0;
	padding: 0;
}

#footer-menu {
	margin: 30px 0 50px 0;
	padding: 0;
}

#footer-menu ul li {
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	margin-right: 11px;
	padding-right: 15px;
	list-style: none;
	float: left;
	list-style: none;
}

#footer-menu ul li a {
	display: block;
	color: #ccc;
	font-size: 12px;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
}

#footer-menu li.selected a,
#footer-menu li a:hover {
	border-bottom: 2px solid #68a005;
}

#utility-footer-menu {
	padding-left: 20px;
	float: left;
	width: 100%;
}

#utility-footer-menu ul {
	margin: 0;
	padding: 0;
}

#utility-footer-menu ul li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	list-style: none;
}


#utility-footer-menu li>a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	text-shadow: none;
	padding-top: 2px;
	padding-bottom: 0;
	background-repeat: no-repeat;
}

#utility-footer-menu li.active>a,
#utility-footer-menu li>a:hover {
	color: #fff;
	background-color: transparent;
	background-repeat: no-repeat;
}

#utility-footer-menu li.facebook>a {
	background-image: url(img/icons/facebook.png);
	background-position: 0 2px;
}

#utility-footer-menu li.twitter>a {
	background-image: url(img/icons/twitter.png);
	background-position: 0 4px;
}

#utility-footer-menu li.mail>a {
	background-image: url(img/icons/mail.png);
	background-position: 0 4px;
}

#utility-footer-menu li.facebook.active>a,
#utility-footer-menu li.facebook>a:hover {
	background-image: url(img/icons/facebook.png);
	background-position: 0 -25px;
}

#utility-footer-menu li.twitter.active>a,
#utility-footer-menu li.twitter>a:hover {
	background-image: url(img/icons/twitter.png);
	background-position: 0 -25px;
}

#utility-footer-menu li.mail.active>a,
#utility-footer-menu li.mail>a:hover {
	background-image: url(img/icons/mail.png);
	background-position: 0 -25px;
}

#stay-up-to-date {
	border: 2px solid #5c5552;
	padding: 15px;
	margin-bottom: 30px;
}

#stay-up-to-date p {
	font-size: 12px;
	color: #5c5552;
	font-style: italic;
}

#stay-up-to-date .form-control {
	min-height: 22px;
	padding: 9px 6px 6px 10px;
	color: #0099ff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: rgb(92, 85, 82);
	background: rgba(92, 85, 82, 0.6);
	border: 1px solid #5c5552;
}

#stay-up-to-date .form-control:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(195, 179, 151, 0.6);
}

#stay-up-to-date .btn {
	min-height: 22px;
	padding: 9px 6px 6px 10px;
	margin: 0;
	width: 100%;
	display: block;
	text-align: center;
	background: #5c5552;
	color: #0099ff;
	text-transform: uppercase;
	border: 0 none;
	border-radius: 0;
	text-shadow: none;
}

.store-hours {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.store-hours ul {
	margin: 0;
	padding: 0;
}

.store-hours li {
	list-style: none;
	color: #5c5552;
	line-height: 1.5em;
}

.get-social-with-us {}

.get-social-with-us>a {
	height: 43px;
	width: 43px;
	overflow: hidden;
	text-indent: -9999px;
	display: inline-block;
	margin-right: 10px;
}

.get-social-with-us .facebook {
	background: transparent url(img/facebook.png) no-repeat top left;
}

.get-social-with-us .facebook:hover {
	background-position: bottom right;
}

.get-social-with-us .pinterest {
	background: transparent url(img/pinterest.png) no-repeat top left;
}

.get-social-with-us .pinterest:hover {
	background-position: bottom right;
}

.contact-info,
.contact-info a {
	color: #5c5552;
}

.contact-info ul {
	margin: 0;
	padding: 0;
}

.contact-info li {
	line-height: 1.5em;
	list-style: none;
	margin: 0 0 5px 0;
	font-size: 15px;
}

.contact-info li.emaile {
	font-size: 14px;
}

.contact-info .glyphicon {
	font-size: 18px;
}

.full-header {
	width: 100%;
	padding: 5px 10px;
	line-height: 1.3em;
	display: block;
	background-color: #333;
	background-color: rgba(25, 26, 24, 0.8);
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	border-left: 15px solid #68a005;
	;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.modal-dialog {
	width: 670px;
	height: auto;
	overflow: hidden;
}

.modal-content {
	border-radius: 0;
	border: 1px solid #68a005;
}

.modal-body {
	margin: 0 auto;
}

#file-download {
	width: 200px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #68a005;
	display: block;
	margin: 10px 0;
}

#file-download:hover {
	background: #000;
}

#print-modal {
	background: #fff;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -400px;
	padding: 0 68px;
	width: 795px;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 10px #000;
}

#print-modal-content {
	margin: 68px 0;
	border: none;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

#print-modal-controls {
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	top: 15px;
	left: 50%;
	margin: 0 0 0 -81px;
	position: fixed;
	padding: 5px 0;
	background: rgb(250, 250, 250);
	background: rgba(250, 250, 250, 0.75);
}

#print-modal-controls a {
	color: #fff;
	display: block;
	float: left;
	height: 32px;
	text-decoration: none;
	text-indent: -999em;
	width: 80px;
}

#print-modal-controls a:hover {
	opacity: 0.75;
}

#print-modal-controls a.print {
	background: url(img/icon-print.png) no-repeat 50% 50%
}

#print-modal-controls a.close {
	background: url(img/icon-close.png) no-repeat 50% 50%;
}

#thefilestodownload {
	margin: 0;
	clear: both;
	line-height: 1.4em;
	text-align: center;
	padding: 15px 0 10px 0;
}

#print-modal-controls #thefilestodownload a {
	width: 100%;
	height: 20px;
	opacity: 1;
	color: #0099ff;
	display: block;
	float: none;
	text-indent: 0;
}

#print-modal-controls #thefilestodownload a:hover {
	opacity: 1;
	color: #000;
}

.g-recaptcha {
	transform: scale(0.77);
	transform-origin: 0 0;
}

.fitted-container {
	width: 100%
}




/*  */

@media(max-width: 990px) {
	#site-intro {
		height: 290px;
	}

	.the-message h1 {
		font-size: 1.7em;
	}

	#filter-options {
		height: 160px;
	}

	#prop-table_filter {
		left: 15px;
		top: -50px;
	}
}


@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	/*.container { width:980px; }*/
	#print-modal {
		width: 100%;
		left: 0;
		margin: 0;
		padding: 10px;
		max-height: none;
	}

	#print-modal img {
		max-width: 100%;
	}

	#print-modal iframe {
		max-height: none;
	}

	#menu-bar,
	.navbar-fixed-top {
		height: 100%;
		margin: 0;
		background: #191a18;
		box-shadow: none;
		border-left: none;
		right: 0;
		bottom: 0;
		top: 0;
		left: auto;
		width: 300px;
		position: fixed;
		overflow: hidden;
		margin-top: 0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		z-index: 200;
	}

	#menu-bar .navbar-nav > li{
		float: none;
		display: block;
	}

	#menu-bar.in {
		top: 50px;
		bottom: 0;
		top: 0;
		right: -300px;
		float: none;
	}

	#menu-bar ul {
		height: auto;
		margin-right: 0;
		float: none;
	}

	#nav-expander {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		padding: 6px;
		border: 5px solid #68a005;
		cursor: pointer;
		background: #68a005;
		z-index: 11;
	}

	.navbar-toggle {
		position: fixed;
		margin-top: 8px;
		margin-right: 8px;
		margin-bottom: 8px;
		border-radius: 4px;
		top: 0px;
		right: 5px;
	}

	.navbar-toggle .icon-bar {
		height: 3px;
		background: #fff;
	}

	#nav-expander.out {
		margin-right: 310px;
	}

	#menu-bar .navbar-nav > li{
		margin-left: 12px;
		margin-bottom: 7px;
	}

	#menu-bar .navbar-nav li ul {
		position: relative;
		top: 100%;
		left: 0;
		display: none;
		height: auto;
		min-width: none;
		line-height: 1em;
		z-index: 100;
		padding: 5px 0 15px 10px;
		background: none;
	}

	#menu-bar .navbar-nav li ul li:first-child{
		margin-top: 10px;
	}

	#menu-bar .navbar-nav li ul li:first-child::before{
		display: none;
	}

	#menu-bar .navbar-nav li ul > li{

	}

	#menu-bar .navbar-nav li ul > li > a:hover{
		text-decoration: none;
		color: #ff8100;
		border-bottom-color: transparent;
	}

	#banner li img {
		max-width: 100%;
	}

	#cycle-event {
		overflow: hidden;
	}

	#cycle-event img {
		width: 100%;
		height: auto
	}

	.cycle-slide {
		height: auto;
		width: 100%;
	}

	#feature-header .col-md-8 {
		width: 100%;
		padding-right: 15px;
	}

	#feature-header .col-md-4 {
		padding-left: 15px;
	}

	#logo img,
	img {
		max-width: 100%;
		height: auto;
	}

	iframe {
		max-height: 423px;
		max-width: 100%;
	}
	iframe.subscribe-iframe{
	    max-height: 800px;
	}

	#utility-bar {
		margin: 0;
		position: absolute;
		top: 16px;
		left: 0;
		right: 60px;
	}

	#utility-bar .navbar-collapse {
		border: 0;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}

	#head {
		height: 55px;
		margin-bottom: 50px;
	}

	#logo {
		z-index: 10;
	}

	#utility-bar .navbar-nav>li {
		margin-left: 6px;
	}

	.video-content h4 {
		font-size: 25px;
	}

	#video {
		margin-bottom: 10px;
	}

	#footer-menu ul li {
		border: 0;
	}

	#logo,
	#logo a {
		max-width: 285px;
		height: auto;
		margin: 0;
		top: 0;
	}

	#property-slideshow img {
		max-width: 100%
	}

	/*#prop-table_wrapper{margin-top:120px;}*/
	#prop-table_filter {
		left: 0;
		top: -41px;
		height: 41px;
		display: block;
		width: 100%;
		padding-top: 7px;
		padding-left: 16px;
		background-color: rgba(25, 26, 24, 0.8);
	}

	#filter-options {
		height: 110px;
	}

	#prop-table_wrapper {
		margin-top: 40px;
	}

	#property-cycle-event,
	#newest-properties {
		width: 100% !important;
		height: auto;
	}

	.p-image img {
		width: 100%;
	}

	.post-body img {
		display: block;
	}

	#prop-table_filter input,
	#filter-options select {
		width: 70%;
	}

	#prop-table tr :last-child {
		display: none;
	}

	.container h1 {
		line-height: 36px;
	}

	.home-h1 {
		line-height: 22px;
	}

	.states-covered span {
		font-size: 25px;
	}

	.table-responsive {
		border: none;
	}



}

.states-covered span {
	font-weight: normal;
	font-size: 35px;
	color: #6a9f1e;
}

@media (max-width: 500px) {
	.states-covered span {
		font-size: 23px;
	}

	.the-message h1 {
		font-size: 1.2em;
		line-height: 22px;
	}





}


@media (min-width: 320px) and (max-width: 480px) {
	#prop-table td {
		display: block;
	}

	#filter-options {
		height: 120px;
	}

	#prop-table thead th {
		display: block;
		border-bottom: solid 1px #ccc;
		width: 100% !important;
	}

	#prop-table tbody tr {
		border-bottom: 2px solid #ff9933;
		border-top: 2px solid #ff9933;
	}

	#prop-table_wrapper {

		margin-top: 41px;

	}

}
