/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

body {
	margin:0px;
	font-family:Gotham, Arial, sans-serif, "Helvetica Neue", Helvetica;
	background: #000000;
}
h1.header {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 10px;
}
#blackcenter {
	background: #000000;
	min-height: 500px;
}
#blackcenter iframe {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 70%;
	max-width: 700px;
	min-height: 400px;
}
#fafafacenter {
	background: #fafafa;
	min-height: 500px;
}
#paddingbox {
	padding: 40px;
}
#buildbox {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 300;
}
.build {
	background:	#B00306;
	padding: 10px;
	color: #fafafa;
	text-decoration: none;
	text-align: center;
    display:inline-block;
    margin:0 auto;
	font-size: 11pt
	border-radius: 5px;
}
.build:hover {
	background:	#026197;
	padding: 10px;
	color: #fafafa;
	text-decoration: none;
	text-align: center;
    display:inline-block;
    margin:0 auto;
	font-size: 11pt;
	border-radius: 5px;
}
.build-text-black, .build-text-black:hover, .build-text:hover, .build-text, .build-text-norm, .build-text, .build-text-norm-black, .build-text-norm-black:hover {	
	background-repeat: no-repeat;
	background-size: 100%;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	text-align: center;
    display: inline-block;
    margin: 0 auto;
	font-size: 10pt;
	min-width: 140px;
	border-radius: 5px;
}
.build-text {
	background-image: url("/images/design/buttonE7C985.png");
	background-color: #E7C985;
	padding-left: 25px;
	border-radius: 5px;
	color: #fafafa;
}
.build-text:hover {
	background-image: url("/images/design/buttonfafafa.png");
	background-color: #fafafa;
	padding-left: 10px;
	border-radius: 5px;
	color: #000000;
}
.build-text-black {
	background-image: url("/images/design/button000000.png");
	background-color: #000000;
	padding-left: 26px;
	border-radius: 5px;
	color: #fafafa;
}
.build-text-black:hover {
	background-image: url("/images/design/buttonfafafa.png");
	background-color: #fafafa;
	padding-left: 10px;
	border-radius: 5px;
	color: #000000;
}
.build-text-norm {
	background-image: url("/images/design/buttonE7C985.png");
	background-color: #E7C985;
	padding-left: 10px;
	border-radius: 5px;
	color: #fafafa;
}
.build-text-norm:hover {
	background-image: url("/images/design/buttonfafafa.png");
	background-color: #fafafa;
	padding-left: 10px;
	border-radius: 5px;
	color: #000000;
}
.build-text-norm-black {
	background-image: url("/images/design/button000000.png");
	background-color: #000000;
	padding-left: 10px;
	border-radius: 5px;
	color: #fafafa;
}
.build-text-norm-black:hover {
	background-image: url("/images/design/buttonfafafa.png");
	background-color: #fafafa;
	padding-left: 10px;
	border-radius: 5px;
	color: #000000;
}

#floorplanbox p {
	font-size: 15pt;
	font-weight: 200;	
	text-align: center;
}
#footerbox h3 {
	text-transform: uppercase;
}
#footerbox a {
	text-decoration: none;
	text-transform: uppercase;
}
.footerlink {
	color: #000000;
}
.footerlink:hover {
	color: #00cccc;
}
.mhfooter {
	margin-top: -40px;
    padding-top: 20px;
}
.social {
	opacity: 0.8;
    filter: alpha(opacity=40);
}
.social:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
#ztop {
	z-index: 200;
	position: relative;
}
#zbottom {
	z-index: 0;
	position: relative;
}
#modelholder {
	position: relative;
}
#models1 {
	float: left;
	z-index: 200;
	position: absolute;
}
#models2 {
	float: left;
	z-index: 220;
	position: absolute;
	margin-left: 30px;
	margin-top: 140px;
}
#models3 {
	float: left;
	z-index: 220;
	position: absolute;
	margin-left: 60px;
	margin-top: 280px;
}
#models1, #models2, #models3 img {
	width: 100%;
}
#secondary {
	display: none;
}
/*************************
Media Queries
*************************/
@media only screen and (min-width: 300px) and (max-width: 842px) {
#wrapper {
	margin: 0 auto;
	width: 100%;
}	
.dealertext {
	display: none;	
	}	
.dealerheader {
	padding-bottom: 100px;
	}
.mhfooter {
	background-image: url("/wp-content/uploads/footer1500.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
	height: auto;
	min-height: 500px;
}
#footerbox {
	width: 44%;
	min-height: 140px;
	max-width: 400px;
	float: left;
	margin-right: 5px;
	margin-left: 15px;
	height: auto;
}
}

@media only screen and (min-width: 842px),
       only screen and (min-width: 700px) and (orientation: landscape) {	
#wrapper {
	margin: 0 auto;
	width: 100%;
}
.mhfooter {
	background-image: url("/wp-content/uploads/footer1500.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
	height: auto;
	min-height: 300px;
}
#footerbox {
	/*width: 25%;
	max-width: 230px;*/
	min-height: 140px;
	float: left;
	margin-right: 5px;
	margin-left: 15px;
	height: auto;
}		   
}

@media only screen and (min-width: 1250px) {
#wrapper {
	margin: 0 auto;
	padding-left: 2%;
	padding-right: 2%;
	width: 80%;
	max-width: 1500px;
}
#box222222 {
    float: left;
    width: 48%;
    margin-left: 0px;
    margin-top: 0px;
    padding: 5px;
	color: #fafafa;
	min-height: 500px;
}
#boxfafafa {
    float: left;
    width: 48%;
    margin-left: 0px;
    margin-top: 0px;
    padding: 5px;
    background: #fafafa;
	color: #333333;
	min-height: 500px;
}
#box {
    float: left;
    width: 48%;
    margin-left: 0px;
    margin-top: 0px;
    padding: 5px;
	min-height: 500px;
}
#box img {
	width: 100%;
	overflow: hidden;
}
.mhfooter {
	background-image: url("/wp-content/uploads/footer1500.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
	height: auto;
	min-height: 300px;
	width: 100%;
}
#footerwrapper {
	margin: 0 auto;
	padding-left: 2%;
	padding-right: 2%;
	width: 80%;
	max-width: 1500px;
	padding-top: 20px;
}
}