/*
Theme Name: Your Cheap Land
Theme URI: http://inksplashdesigns.net
Description: Custom Theme
Version: 1.0
Author: Jennifer Lyker
Author URI: http://inksplashdesigns.net
*/

/*
COLOR CODES
dark blue: #27536b
med blue: #5787a1
light blue: #6f9ab1
dark gray: #383838
	darker gray for submenus: #2e2e2e / light gray for submenu border: #383838
lighter gray: #5d5d5d
light gray: #e3e3e3
lightest gray: #f0f0f0
dark green: #1a4c0c
light green: #236e12
*/

/* general styles */
/*/////////////////////////////////////////*/

html,body {
	text-align:center;
	margin:0;
	padding:0;
	font-size:100%;
	color:#000;
	background:#fff;
	font-weight:bold;
	font-family:'Noto Sans', sans-serif;
	}
	
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
	margin:0;
	font-weight:bold;
	font-family:'Montserrat', sans-serif;
	}
	
a:link {
	color:#236e12;
	text-decoration:underline;
	}
	
a:active {
	color:#236e12;
	text-decoration:underline;
	}
	
a:visited {
	color:#0072b0;
	text-decoration:underline;
	}
	
a:hover {
	color:#000;
	text-decoration:underline;
	}
	
/******************************
 FORM STYLES
******************************/
	
input,textarea,select {
	font-size:1em;
	font-family:'Noto Sans', sans-serif;
	color:#000;
	padding:8px;
	}
	
.form-group label {
	margin-top:2em;
	}

	
.opt-in {
	padding-top:4em;
	margin-bottom:0;
	}
	
.opt-in label {
	display:block;
	}
	
.error, .error-payment {
	color:red;
	display:none;
	clear:both;
	}
	
/*
label {
	float:left;
	clear:left;
	width:10em;
	text-align:right;
	margin-right:1em;
	font-weight:normal;
	}
	
label.dropdown {
	float:left;
	clear:left;
	width:18em;
	text-align:left;
	margin-right:0;
	}
	
label.normal {
	float:none;
	clear:left;
	width:auto;
	text-align:left;
	margin-right:0;
	}
	
label.radio {
	float:none;
	clear:none;
	width:auto;
	text-align:left;
	margin-right:2em;	
	position: relative;
	display: inline !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	}*/
	
	
fieldset {
	border:1px solid #f2f2f2;
	padding:0 20px 20px 20px;
	margin-top:30px;
	}
	
legend {
	color:#5d5d5d;
	font-size:1.8em;
	border-bottom:0;
	font-family:'Patua One',serif;
	width:auto;
	}
	
form#payment-form {
	padding-bottom:100px;
	}
	
button strong {
	display:none;
	}
	
.btn, .btn-primary {
	border:0;
	text-shadow:0;
	background:#1a4c0c;
	border:3px solid #236e12;
	color:#fff;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	padding:0.5em 1em 0.5em 1em;
	font-weight:bold;
	font-size:1.5em;
	}
	
.btn:hover {
	color:#fff;
	}
	
.giveaway-button .btn {
	font-size:1.2em;
	margin-bottom:2em;
	}
	
.payment .btn {
	font-size:1.2em;
	margin-top:3em;
	}
	
.wpcf7-response-output {
	clear:both;
	}
	
.widget .btn {
	font-size:1.2em;
	padding:0.25em 0.5em 0.25em 0.5em;
	}
	
.mc4wp-success {
	color:#0072b0;
	}
	
.btn.sold, .btn.sold:hover {
	background:#e1b43d;
	background-color:#e1b43d;
	border:3px solid #e9c86f;
	cursor:default;
	}
	
a.btn.sold:hover {
	cursor:pointer;
	}
	
span.sold {
	background:#e1b43d;
	border:3px solid #e9c86f;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	padding:0.25em 0.5em 0.25em 0.5em;
	font-weight:bold;
	font-size:0.7em;
	color:#fff;
	border-radius:4px;
	display:inline-block;
	margin-left:1em;
	}
	
a.btn, a.btn-primary, a.btn:visited, a.btn-primary:visited, a.btn:hover, a.btn-primary:hover, .btn.sold:hover {
	color:#fff;
	text-decoration:none;
	}

.btn:hover {
	background-color: #236e12;
	}
	
.form-control:-webkit-input-placeholder { color: #ccc; }
.form-control:-moz-placeholder { color: #ccc; }
.form-control:-moz-placeholder { color: #ccc; }
.form-control:-ms-input-placeholder { color: #ccc; }
	
/******************************
 MISC UNIVERSAL STYLES
******************************/

#print-logo {
	display:none;
	}
	
.break {
	clear:both;
	height:1px;
	}

img {
	border:0;
	display: block;
	max-width: 100%;
	height: auto;
	}
		
hr {
	border:0;
	height:1px;
	border-top:1px solid #e3e3e3;
	clear:both;
	}
	
.small {
	font-size:0.9em;
	}

.no-gutter {
	padding-left:0;
	padding-right:0;
	}
	
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	margin-bottom:20px;
	}
	 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	}
	
p#breadcrumbs {
	
	}
	
/******************************
 THEME-SPECIFIC STYLES
******************************/
	
h1 {
	font-size:2.4em;
	color:#27536b;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:0.25em;
	}
	
h1.page-title {
	margin-bottom:1em;
	}
	
h1 a, h1 a:visited {
	color:#27536b;
	text-decoration:none !important;
	}
	
h1 span.state {
	font-size:0.5em;
	color:#383838;
	font-weight:normal;
	font-family:'Noto Sans',sans-serif;
	}
	
h1 span.subdiv-details {
	font-size:0.4em;
	color:#e1b43d;
	font-weight:normal;
	font-family:'Noto Sans',sans-serif;
	}
	
h1 span.subdiv-details a {
	color:#e1b43d;
	}
	
h2 span.acres {
	font-size:0.7em;
	color:#383838;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:1em;
	}
	
h2 {
	font-size:1.8em;
	color:#383838;
	}
	
h2.sub-head, .contact h2 {
	margin-bottom:1em;
	}
	
h2.search-result {
	margin-top:1em;
	font-size:1.4em;
	margin-bottom:0;
	}
	
#three h2 {
	display:none;
	}
	
h3 {
	font-size:1.8em;
	color:#27536b;
	}
	
h4 {
	font-size:1.6em;
	color:#1a4c0c;
	}
	
h5 {
	font-size:1.6em;
	color:#383838;
	}
	
h6 {
	font-size:1.4em;
	color:#24536b;
	}

.top {
	background:#27536b;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	padding:1em 0 1em 0;
	font-family:'Noto Sans',sans-serif;
	}
	
.top-right {
	display:block;
	}
	
.top .glyphicon {
	margin:0 0.25em 0 1em;
	}
	
.top p {
	margin:0 0 0.5em 0;
	padding:0;
	clear:both;
	}
	
.top a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}
	
.top a:hover {
	color:#6f9ab1;
	}
		
.header {
	background:#383838;
	}
		
.logo {
	font-family:"Montserrat",sans-serif;
	font-size:1.8em;
	color:#fff;
	line-height:100px;
	font-weight:normal;
	}
	
.logo a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	}
	
.nav {
	margin-bottom:1.5em;
	text-align:center;
	font-family:'Noto Sans',sans-serif;
	display:none;
	font-size:0.9em;
	}

.nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
.nav ul li {
	display:block;
	padding:0 0.5em 0 0.5em;
	text-transform:uppercase;
	white-space:nowrap;
	font-size:0.9em;
	}
	
.nav ul li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}

#nav ul {
	display:none;
	}
	
.main {
	text-align:left;
	font-size:0.9em;
	padding:30px 0 30px 0;
	line-height:1.5em;
	}
	
#subpage-photo {
	height:165px;
	overflow:hidden;
	}
	
#subpage-photo img {
	margin:0 auto 0 auto;
	}
	
.home-content {
	border-bottom:3px solid #e3e3e3;
	padding-bottom:20px;
	}
	
.home-content .btn {
	display:block;
	margin:1em auto 0 auto;
	font-size:1em;
	}
	
.home-content .giveaway-description {
	display:none;
	}
	
.giveaway-widget {
	background:#f3f273;
	padding:10px 20px 10px 20px;
	margin-top:1em;
	}
	
.home-content .giveaway-widget .btn {
	display:inline-block;
	margin:10px 0 0 0;
	font-size:1.2em;
	background:#5787a1;
   color:#fff;
   border:3px solid #6f9ab1;
	}
	
.home-content .giveaway-widget .btn:hover {
	background:#6f9ab1;
	}
	
.giveaway-widget h2 {
	margin-bottom: 0.5em;
   margin-top: 5px;
   font-size:1.4em;
   font-weight:bold;
   
	}
	
.giveaway-widget input.email-field {
	width:50%;
	}
	
.featured {
	text-align:left;
	font-size:0.9em;
	padding:0 0 30px 0;
	line-height:1.5em;
	}
	
.featured h3 {
	margin-bottom:0;
	}
	
.featured img, .state-row img {
	width:100%;
	margin:0 0 1em 0;
	}
	
.featured p.location {
	color:#777777;
	}
	
.featured .btn, .state-row .btn {
	font-size:1em;
	margin:0 0 2em 0;	
	}
	
.featured-block {
	margin-bottom:2em;
	}
	
.featured-block h3 a {
	color:#27536b;
	text-decoration:none;
	}
	
.state-row {
	border-bottom:3px solid #e3e3e3;
	margin-bottom:30px;
	}	
	
#prop-grid-extra {
	display:none;
	}
	
table.prop-grid {
	margin:0 auto 0 auto;
	width:100%;
	}
	
table.prop-grid.utilities {
	width:50%;
	margin:0;
	}
	
table.prop-grid .btn {
	padding:0.25em 0.5em 0.25em 0.5em;
	font-size:1em;
	}
	
table.prop-grid td {
	padding:10px;
	}
	
table.prop-grid td strong {
	text-transform:uppercase;
	font-family:'Montserrat',sans-serif;
	font-size:1.2em;
	}
	
table.prop-grid td.gray {
	background:#f0f0f0;
	}
		
.sidebar h2 {
	font-size:1.8em;
	color:#27536b;
	margin-bottom:1em;
	text-transform:uppercase;
	font-weight:bold;
	}
	
.sidebar h3 {
	font-size:1.6em;
	color:#1a4c0c;
	margin-bottom:0;
	text-transform:uppercase;
	font-weight:bold;
	}
	
h1.lot-page-title {
	margin-bottom:0.5em;
	}
	
p#back-link {
	text-transform:uppercase;
	}
	
p#back-link a {
	text-decoration:none;
	}
	
h2.lot-name {
	font-size:1.6em;
	color:#383838;
	font-family:'Noto Sans',sans-serif;
	margin-bottom:1em;
	font-weight:bold;
	}
	
p.discount {
	font-weight:bold;
	font-size:1.1em;
	text-transform:uppercase;
	margin-top:0.5em;
	}
	
.foreclosure {
	background:#236e12;
	padding:1em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-size:0.9em;
	color:#fff;
	}
	
.foreclosure-heading {
	text-transform:uppercase;
	font-size:1.2em;
	}
	
.purchase-details {
	background:#e3e3e3;
	padding:10px;
	text-transform:uppercase;
	margin-bottom:30px;
	}
	
.purchase-details .btn {
	padding:0.5em 1em 0.5em 1em;
	font-size:1em;
	float:right;
	}
	
.purchase-details table td {
	padding:5px;
	}
	
tr.purchase-total {
	border-top:1px solid #cfcfcf;
	}
	
.price {
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
.finance-interest {
	font-size:0.8em;
	}
	
.blue {
	color:#27536b;
	}
	
p.per-month {
	font-size:0.8em;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}
	
p.purchase-price {
	padding:10px 0 0 15px;
	text-transform:uppercase;
	}
	
p.finance-title {
	font-size:1.1em;
	font-weight:bold;
	}
	
p.truth-link {
	font-size:0.8em;
	}
	
p.truth-link a {
	text-decoration:none;
	display:block;
	padding-left:20px;
	background:url(images/icon-pdf.png) 0 0 no-repeat;
	}
	
.bottom {
	background:#383838;
	color:#fff;
	text-align:center;
	padding:30px 0 30px 0;
	font-size:0.85em;
	}
	
.bottom .btn {
	background:#5787a1;
	border:3px solid #6f9ab1;
	font-size:1.2em;
	display:block;
	padding:0.25em 0.5em;
	}
	
.bottom a {
	text-decoration:none;
	color:#fff;
	}
	
.bottom .btn:hover {
	background:#6f9ab1;
	color:#fff;
	}
	
.bottom hr {
	border-top:3px solid #545454;
	}
	
.bottom .glyphicon {
	margin:0 0.25em 0 0;
	}
	
.address-break {
	padding-left:5px;
	}
	
.fa-facebook-square {
	font-size:2em;
	}
	
.bottom h2 {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.6em;
	}
	
.giveaway {
	background:#27536b;
	padding:20px;
	}
	
.giveaway img {
	margin:0 auto 1em auto;
	display:block
	}
	
.contact {
	/*padding:20px;*/
	font-size:0.9em;
	}
	
.contact-right {
	padding-top:20px;
	font-size:0.85em;
	}
	
.contact a {
	color:#fff;
	}
	
.contact input {
	width:50%;
	}
	
.bottom .contact .btn {
	display:inline;
	}

	
.footer {
	padding:30px 0 30px 0;
	font-size:0.9em;
	}
	
.footer ul {
	display:none;
	font-family:'Noto Sans',sans-serif;
	}
	
p.copyright {
	font-size:0.8em;
	margin-top:2em;
	}
	
p.copyright a {
	text-decoration:none;
	}
	/*
ul#slideshow {
	margin:0 auto 0 auto;
	padding:0;
	list-style-type:none;
	width:850px;
	border:1px solid red;
	}
	
ul#slideshow li {
	list-style-type:none;
	padding:0;
	margin:0;
	position:relative;
	}
	
ul#slideshow img {
	margin:0 auto 0 auto;
	}
	
*/

	
/* GALLERIES STYLES */
.galleries {
	float:left;
	margin:20px 20px 20px 0;
	width:360px;
	text-align:center;
	height:300px;
	}
	
.subpage-content .galleries h2 {
	color:#5d5d5d;
	font-size:1.2em;
	margin-bottom:0;
	margin:10px;
	}
	
.gallery-icon {
	margin-bottom:20px;
	}
	
.round-thumb {
	border-radius: 100px;
	-moz-border-radius:100px;
	border:5px solid #f0f0f0;
	}
/* END GALLERIES */
	

	
/* COLLAPSEOMATIC PLUGIN */	
.subpage-content h3.collapseomatic {
	border:3px double #f0f0f0;
	padding:5px;
	}
	
.subpage-content h3.collapseomatic::first-letter {
	color:#5d5d5d;
	}
	
.subpage-content h3.colomat-close {
	border:0;
	padding:8px;
	}
	
.subpage-content h3.colomat-hover {
	text-decoration:none;
	}

.show-block-color {
	background:#f0f0f0;
	margin:0 0 1em 0;
	padding:1em;
	}	
/* END COLLAPSEOMATIC PLUGIN */
	
	
	
/* TESTIMONIAL PLUGIN */	
.testimonial-block .testimonial_rotator_slide_title {
	display:none;
	}
	
.testimonial-block .testimonial_rotator_description {
	padding:0 40px 0 40px;
	}
	
.testimonial-block .testimonial_rotator_wrap {
	padding:0 0 40px 0;
	margin:0;
	}	
/* END TESTIMONIAL PLUGIN */
	
	
.lotpage .rslides {
	width:100%;
	}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 80%;
  padding: 0;
  margin: 0 auto 30px auto;
  }
  
 .slides {
 	width: 80%;
 	margin: 0 auto 30px auto;
 	}
 	
 .slides.lotpage {
 	width:100%;
 	}
 	
 .slides img {
 	width:100%;
 	}
 	
 .slides ul li {
 	position:relative;
 	}
 	
 .slideshow-title {
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(0,0,0,.6);
	width:100%;
	padding:10px;
	text-align:left;
	}
	
.slideshow-title h3 {
	color:#fff;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:0.8em;
	}
 
/*
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }  
  
.guide {
	border:1px solid red;
	}
	*/

  	
.responsive-tabs.tabs>nav ul li a.btn, .responsive-tabs.tabs>nav ul li.active a.btn {
	color: #fff;
	background: #1a4c0c;
	display: block;
	width:18em;
	text-decoration: none;
	margin:1em auto 0 auto;
	border:0;
	text-shadow:0;
	border:3px solid #236e12;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	padding:0.5em 1em 0.5em 1em;
	font-weight:bold;
	font-size:1.5em;
	}
 	
.responsive-tabs.tabs>nav#properties-button ul li {
	float: none;
	text-transform: uppercase;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	margin: 0;
	}
 	
.responsive-tabs.tabs>nav#properties-button ul li.active {
	/*display:none;*/
	background: #1a4c0c;
	display:inline;
	}
	
.responsive-tabs.tabs>nav ul li.active a.btn {
	margin-bottom:2em;
	}
 	
.responsive-tabs.tabs>nav#properties-button {
	border-bottom: 0;
	}


/******************************
 WORDPRESS STYLES
 ******************************/

.search-excerpt {
	font-style:italic;
	padding-left:30px;
	color:#999;
	font-size:0.9em;
	}
	
p.entry-details  {
	font-size:0.8em;
	text-transform:uppercase;
	color:#999;
	padding:0 0 3px 0;
	margin:0;
	}
	
.entry-body {
	margin:0 0 3em 0;
	clear:left;
	}
	
.subpage-content h2.entry-title {
	margin-top:0;
	margin-bottom:10px;
	font-size:1.8em;
	}
	
.subpage-content h2.entry-title a {
	color:#5d5d5d;
	}
	
a.more-link {
	display:block;
	width:225px;
	padding:20px;
	text-transform:uppercase;
	float:right;
	margin:20px 0 0 0;
	}
	
a.more-link {
	color:#a30046;
	}
	
/******************************
 COMMENT LIST 
 *****************************/

ol.commentlist {
	margin:1em 0 0 0;
	padding:0;
	list-style-type:none;
	}

ol.commentlist li {
	margin:0 0 2em 0;
	padding:1em;
	background:#f0f0f0;
	border-bottom:1px solid #ccc;
	}
	
ol.commentlist ul {
	margin:1em 1em 0 1em;
	padding:0;
	list-style-type:none;
	}
	
ol.commentlist ul li, ol.commentlist ul li ul li ul li {
	background:#fff;
	}
	
ol.commentlist ul li ul li, ol.commentlist ul li ul li ul li ul li {
	background:#f0f0f0;
	}
	
.avatar {
	float:left;
	margin:0 1em 0 0;
	}
	
.comment h3 a {
	color:#333;
	}
	
.comment-details {
	font-size:0.75em;
	font-style:italic;
	}
	
.comment-body {
	clear:both;
	padding-top:10px;
	}
	
.comment-body p {
	margin-top:0;
	padding-top:0;
	}
	
.reply {
	margin:2em 0 0 0;
	text-align:right;
	}
	
.reply a {
	padding:3px;
	font-size:0.9em;
	text-transform:uppercase;
	background:#333;
	color:#fff;
	}
	
.reply a:hover {
	color:#000;
	}
	
/*******************************
 COMMENT FORM
 ******************************/
	
h3#reply-title {
	color:#333;
	font-size:2em;
	margin:1em 0 1em 0;
	text-transform:lowercase;
	}
	
#cancel-comment-reply-link {
	float:right;
	padding:3px;
	font-size:0.6em;
	text-transform:uppercase;
	background:#333;
	color:#fff;
	}
	
#cancel-comment-reply-link:hover {
	background:#000;
	}
	
#commentform #submit {
	padding:5px;
	background:#333;
	color:#fff;
	font-size:1.2em;
	text-transform:uppercase;
	border:1px solid #000;
	}
	
#commentform #submit:hover {
	background:#333;
	}
	
/******************************
 WIDGET STYLING
 ******************************/

.widget {
	margin-bottom:3em;
	padding:0 0 0.5em 0;
	}

.highlighted-widget {
	background:#e3e3e3;
	padding:10px 20px;
	}
	
.widget input.email-field {
	width:50%;
	}
	
.sidebar .widget h2 {
	font-size: 1.6em;
	color: #1a4c0c;
	text-transform: uppercase;
	font-weight: bold;
	}
		
.widget p {
	margin-top:0;
	padding-top:0;
	}

	
/******************************
 GENERAL WORDPRESS STYLES
 ******************************/
	
p.nav-previous {
	float:left;
	width:45%;
	margin:1em 0 2em 0;
	}
	
p.nav-next {
	float:right;
	text-align:right;
	width:45%;
	margin:1em 0 2em 0;
	}
	
.alignright {
	display:inline;
	float:right;
	margin:1em 0 1em 1em;
	}
	
.alignleft {
	display:inline;
	float:left;
	margin:0 1em 1em 0;
	}
	
.aligncenter {
	display:block;
	margin:1em auto 1em auto;
	}

.wp-caption {
	text-align:center;
	margin-bottom:1.5em;
	}

.wp-caption img {
	border:0;
	margin:0;
	padding:0;
	}

.wp-caption p.wp-caption-text {
	margin:1em 0 0 0;
	background:#f0f0f0;
	padding:3px;
	font-size:0.8em;
	font-style:italic;
	}

.wp-smiley { 
	max-height:1em;
	margin:0 !important;
	}

.gallery dl {
	margin:0;
	}

.gallery-caption {
	margin:-1.5em 0 0 0;
	}

blockquote.left {
	float:left;
	margin-left:0;
	margin-right:20px;
	text-align:right;
	width:33%;
	}

blockquote.right {
	float:right;
	margin-left:20px;
	margin-right:0;
	text-align:left;
	width:33%;
	}
	
.recentcomments {
	color:#333;
	}
	
.post-password-form label {
	float:left;
	clear:left;
	width:auto;
	text-align:right;
	margin-right:1em;
	}
	
/******************************
 JETPACK PLUGIN - SHARING
 ******************************/

.sharedaddy {
	clear:right;
	float:right;
	border:0 !important;
	}
	/*
.sd-sharing {
	border-top:0 !important;
	padding:0 !important;
	background:#f0f0f0;
	border:0 !important;
	}*/
	
.sharedaddy h3.sd-title {
	font-size:0.7em !important;
	text-transform:uppercase;
	width: auto !important;
	font-weight:normal !important;
	margin-bottom:0 !important;
	margin-top:0 !important;
	margin:0 !important;
	display:inline !important;
	/*font-family:'Lato', sans-serif !important;*/
	height:35px;
	line-height: 35px !important;
	float:left;
	color:#999 !important;
	}
	
div.sharedaddy h3.sd-title:before {
	border-top:0 !important;
	margin-bottom:0 !important;
	}
	

.sharedaddy .sd-content {
	width: auto !important;
	padding-left:5px;
	float:left;
	}
	
	
#email-wide {
	display:none;
	}
	
	
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	  
	 .home-content .btn {
		font-size:1.4em;
	 }	
	 
	 #email-small {
	 	display:none;
	 	}
	 
    #email-wide {
    	display:inline;
    	}
    
    .top-right {
    	margin-top:1em;
    	}	
    	
    
    	
    
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.top {
		text-align:left;
		}
		
	.top p {
		margin:0;
		float:left;
		clear:none;
		font-size:0.9em;
		}
		
	.top .top-right p {
		float:right;
		clear:right;
		}
		
	.top-right {
		text-align:right;
		display:inline;
		margin-top:0;
		}
		
	.nav {
		display:block;
		}
		
	.nav ul li {
		display:inline;
		}
		
	.logo {
		font-size:2.5em;
		}
			
	.giveaway {
		text-align:left;
		}
			
	.giveaway img {
		float:right;
		}
		
	.bottom .btn {
		font-size:1.4em;
		display:inline;
		float:right;
		}
		
	.bottom .contact .btn {
		float:none;
		}
		
	.sidebar {
		border-left:3px solid #e3e3e3;
		}
		
	.slideshow-title {
		padding:10px 10px 10px 20px;
		}
	
	.slideshow-title h3 {
		font-size:1.4em;
		}
		
	.featured-block img {
		height:165px;
		}
		
	.featured-block {
		min-height:600px;
		}
		
}

@media only screen and (max-width: 786px)  { /* accordian breakpoint for hidden table columns */

	table.prop-grid td.hide-column {
		display:none;
		}
		
	

}

@media only screen and (max-width: 430px)  { /* accordian breakpoint for hidden table columns */

	table.prop-grid {
		font-size:0.8em;
		}
		
	table.prop-grid td.hide-column-small {
		display:none;
		}
		
	table.prop-grid td {
		padding:5px;
		}

}

@media only screen and (min-width : 786px) { /* accordian breakpoint */
	#three h2 {
		display:block;
		}
		
	table.prop-grid {
		margin:0 auto 0 auto;
		width:80%;
		}
		
	#prop-grid-extra {
		display:block;
		}
		
	
	
		
	
}

 /* Medium Devices, Desktops */
 @media only screen and (min-width : 992px) {
 	.header {
 		height:100px;
 	}
 	
 	.top p {
		font-size:1em;
		}
		
	.top .top-right p {
			float:right;
			clear:none;
			display:inline;
			}
	
 
	.nav {
		padding-top:40px;
		}
		
	#nav {
		float:right;
		}
		
	#nav, #nav ul {
		margin:0;
		padding:0;
		list-style-type:none;
		list-style-position:outside;
		position:relative;
		line-height:1.5em;
		}
 
	#nav a:link, #nav a:active, #nav a:visited {
		display:block;
		color:#fff;
		text-decoration:none;	
		}

	#nav ul a:hover{
		background:#424242;
		}

	#nav li {
		float:left;
		position:relative;
		text-align:left;
		}
	
	#nav ul li { /* 1st drop down */
		padding:0;
		border-bottom:1px solid #383838;
		}

	#nav ul {
		position:absolute;
		width:16em;
		top:1.5em;
		display:none;
		z-index:1000;
		background-color:#2e2e2e;
		}

	#nav li ul a{
		width:16em;
		float:left;
		font-weight:normal;
		padding:10px 10px 10px 20px;
		}

	#nav ul ul{
		top:10px;
		}

	#nav li ul ul {
    	left:16em;
    	margin:0;
    	}

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    	display:none;
    	}
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    	display:block;
    	}		
		
	.home-content .btn {
		margin:0;
		font-size:1.3em;
		}
		
	.featured .btn, .state-row .btn {
		font-size:1.2em;
		margin:0;	
		}
		
	.featured-block img {
		height:220px;
		}
		
	.bottom {
		text-align:left;
		}
		
	
		
	.giveaway img {
		float:right;
		}
		
	.bottom .contact .btn {
		font-size:1.2em;
		}
		
	.bottom .giveaway .btn {
		font-size:1em;
		}
		
	.contact-right {
		font-size:1em;
		}
	
	.footer ul {
		display:block;
		list-style-type:none;
		margin:0;
		padding:0;
		}
	
	.footer ul li {
		margin:0 0 1em 0;
		display:inline-block;
		padding:0 1em 0 1em;
		text-transform:uppercase;
		}
	
	.footer ul li a {
		color:#000;
		text-decoration:none;
		}	
	
	.giveaway-widget {
			margin-top:0;
			}	
		
 }

 /* Large Devices, Wide Screens */
 @media only screen and (min-width : 1200px) {
 	
 		.logo {
			font-size:3em;
			}
			
		.home-content .btn {
			font-size:1.5em;
			}
		
		.featured .btn, .state-row .btn{
			float:right;
			}
			
		.featured-block img {
		height:270px;
		}
		
			
		.bottom .giveaway .btn {
			font-size:1.2em;
			}
			
		.nav ul li {
			padding:0 1em 0 1em;
			}
			
		.nav ul li {
			font-size:1em;
			}
			
		.address-break {
			display:block;
			clear:left;
			padding-left:0;
			}
			
		
 }

	
/****** BROWSER UPGRADE POPUPnPLUGIN ***********/
	
.adv_browser_check {
	width:50% !important;
	left:50% !important;
	margin-left: -25% !important;
	}
	
ul.adv_browser_check_icons {
	margin:0 auto 0 auto !important;
	width:400px;
	}
	
.litetooltip-hotspot-container .hotspot {
    opacity: 0.5 !important;
    -moz-opacity: 0.5 !important;
}


	
.main .slideshow-window {
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
    padding-top: 0;
}

.main .slideshow-controls {
display:none;
}

.ug-gallery-wrapper .ug-textpanel-title {
    font-family:'Montserrat',sans serif;
    text-transform:uppercase;
    font-size:1.8em !important;
    font-weight:normal !important;
}

.hit-counter-max img {
    display: inline !important;	
	}