@charset "utf-8";

/* PAGE TOP */
#pageTop img.topLogo {
	width:400px;
	height:auto;
}
#pageTop h1 {
	margin-bottom:50px;
}
#pageTop h2 {
	font-weight:300;
	margin:0;
	padding:0 20px;
	line-height:1.2;
	font-size:2.5em;
	text-transform:none;
	color:#000;
	letter-spacing:-2px;
	text-align:center;
}
#pageTop ul {
	margin:25px 20px 25px 120px;
	padding:0;
}
#pageTop ul li {
	padding:0 0 15px;
	font-size:1.5em;
	line-height:1.2;
	color:#FF8C08;
	font-weight:300;
}
#pageTop ul li span {
	color:#00A2DC;
}
#pageTop img.price {
	width:220px;
	height:auto;
}

/* SMEGIE SECTIONS */
.smegieSections {
	width:100%;
	background:#F8F7F6;
	padding:5% 0;
}
.smegieSections .wrap {
	background:#fff;
	padding:0 40px;
}
.smegieSections hr {
    border-width:0px;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#ddd;
	margin:25px 0;
}
.smegieSections h2 {
    font-size: 1.8em;
    text-transform: none;
    font-weight: 300;
    margin: 0 0 15px;
    padding: 0;
    line-height: 1.2;
    color: #000;
    text-align: left;
}
.smegieSections p {
    font-size: 1.2em;
    text-align: left;
    margin: 0 0 15px;
    font-weight: 300;
    padding:0;
}

/* LISTING INFORMATION */
#listingInfo h2 {
	font-size:2.5em;
	font-weight:300;
	margin:0;
	padding:0 20px;
	line-height:1.2;
	text-transform:none;
	color:#F68B1F;
	letter-spacing:-2px;
	text-align:center;
}
#listingInfo h3 {
	font-size:1.2em;
	font-weight:600;
	margin:0 0 25px;
	padding:1rem;
	line-height:1.0;
	color:#fff;
	background:#00A2DC;
	text-transform:uppercase;
}
#listingInfo h3 span {
	font-weight:300;
	text-transform:none;
}
#listingInfo div.floatLeft {
	float:left;
}
#listingInfo div.floatRight {
	float:right;
}
#listingInfo img.smegieLogo {
	width:450px;
	height:auto;
}
#listingInfo ul {
	margin:25px 0 25px 0;
	padding:0;
	list-style:none;
}
#listingInfo ul li {
	padding:0 0 15px;
	font-size:1.2em;
	line-height:1.0;
	font-weight:400;
}
#listingInfo ul li.bold {
	font-weight:600;
}
#listingInfo ul li.large {
	font-size:1.5em;
}
#listingInfo ul li small {
    font-size: 0.5em;
    font-weight: 700;
    text-transform: uppercase;
}
#listingInfo ul li span {
	color:#00A2DC;
}
#listingInfo img.btnIcons {
    height:136px;
    width:auto;
    float:left;
	margin-right:20px;
}

/* IMAGES */
#images .thumbs img {
    width: 25%;
    height: auto;
    margin: 0;
    float: left;
    padding: 0 15px 15px 0;
}

/* LOCATION */
#location img {
	width:100%;
	height:auto;
}

/* VIDEO */
#video video {
    width: 100%;
    height: auto;
}

/* BROCHURES/FLYERS */
#brochuresFlyers ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#brochuresFlyers ul li {
	display:inline-block;
	width:23%;
	margin:0 2% 2% 0;
	padding:0;
}
#brochuresFlyers ul li > a:after {
    content: '';
}
#brochuresFlyers ul li:last-of-type {
	margin:0 0 2% 0;
}
#brochuresFlyers ul li img {
	width:100%;
	height:auto;
}

/* TESTIMONIALS */
#testimonials blockquote {
    position: relative;
    background: #f9f9f9;
    border-radius: 4px;
    border-left: 10px solid #ccc;
    margin: 4em 1em;
    padding: 20px 40px;
    quotes: "\201C""\201D""\2018""\2019";
}
#testimonials blockquote p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-style: italic;
    line-height: 170%;
}
#testimonials blockquote p:first-child:before {
    color: #CCCCCC;
    content: open-quote;
    font-size: 6em;
    position: absolute;
    left: 8px;
    top: 10px;
}
#testimonials blockquote p:last-child:after {
    color: #CCCCCC;
    content: close-quote;
    font-size: 6em;
    position: absolute;
    right: 8px;
    top: 10px;
}

/* DESCRIPTION */
#description p {
	font-size:1.0em;
    text-align: justify;
    margin: 0 0 15px;
    padding:0;
}

/* REVIEW */
#review div.left,
#review div.right {
	width:50%;
	float:left;
}
#review div.field {
	width:100%;
    margin: 0em 0em 1.85em;
    padding-right: 1em;
}
#review div.field label {
    display: block;
    margin: 0em 0em 1rem 0em;
    color: #2F353F;
    font-size: 0.750em;
    text-transform: uppercase;
}
#review div.field input {
    margin: 0em;
    outline: none;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 1.250em;
    padding: 1.25em 1em;
    font-size: 1em;
    background: #fff;
    border: 1px solid #E0E0E0;
    box-shadow: none;
    color: #A3A3A3;
    border-radius: 0.188rem;
    -webkit-transition: background-color .3s ease-out, box-shadow 0 .2s ease, border-color .2s ease;
    transition: background-color .3s ease-out, box-shadow .2s ease, border-color .2s ease;
    width: 100%;
    vertical-align: top;
}
#review div.field textarea {
	width:100%;
    height: 12em;
    min-height: 8em;
    max-height: 24em;
    vertical-align: top;
    margin: 0em;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255, 255, 255, 0);
    padding: 1.25em 1em;
    background: #fff;
    border: 1px solid #E0E0E0;
    outline: none;
    color: #A3A3A3;
    border-radius: 0.188rem;
    box-shadow: none;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease;
    font-size: 1em;
    line-height: 1.2857;
    resize: vertical;
}
#review div.field button {
    background-color: #4DAAF2;
    color: #fff;
    border-radius: 2.5rem;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: none;
    border: none;
    vertical-align: baseline;
    margin: 0em 0.25em 0em 0em;
    padding: 0.78571429em 1.5em 0.78571429em;
    text-transform: none;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
}
#review div.field p.allFieldsReq {
	color:#E91E63;
	text-align:right;
	font-size:0.8em;
}


/*---------------------------------------------------------------------------------------*\
                                      RESPONSIVE
\*---------------------------------------------------------------------------------------*/
@media only screen and (min-width: 2500px) and (max-width: 3840px) {
}

@media only screen and (max-width: 1600px) {
#pageTop img.topLogo {width:360px}
#pageTop h2 {font-size:2.4em}
#pageTop ul li {font-size:1.0em}
#pageTop img.price {width:180px}
}
@media only screen and (max-width: 1440px) {
#listingInfo h2 {font-size:2.2em}
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1024px) {
#pageTop img.topLogo {width:320px}
#pageTop h2 {font-size:1.8em}
#pageTop ul li {font-size:0.8em}
#pageTop img.price {width:150px}
#listingInfo h2 {font-size:1.9em}
}

@media only screen and (max-width: 800px) {
#pageTop img.topLogo {width:320px}
#pageTop h2 {font-size:1.9em}
#pageTop ul {margin:25px 20px 25px 55px}
#pageTop ul li {font-size:1.3em}
#pageTop img.price {width:170px}
#listingInfo h2 {font-size:1.8em}
#listingInfo div.floatLeft {float:none}
#listingInfo ul li {font-size:1.7em}
#listingInfo ul li.large {font-size:2.0em}
#listingInfo div.floatRight {float:none}
#listingInfo img.smegieLogo {width:80%; margin:10%}
#listingInfo img.btnIcons {width:50%; height:auto; float:none; margin:5% 25%}
#images .thumbs img {width:90%; height:auto; margin:5%; float:none}
#brochuresFlyers ul li {display:block; width:90%; margin:5%; padding:0}
#brochuresFlyers ul li:last-of-type {margin:5%}
#description p {font-size:1.2em}
#review div.left, #review div.right {width:100%; float:none}
.smegieSections .wrap {padding:0 10px}
#review div.field {padding-right:0}
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 480px) {
#listingInfo img.smegieLogo {width:90%; margin:5%}
#listingInfo img.btnIcons {width:70%; height:auto; float:none; margin:5% 15%}
}

@media only screen and (max-width: 340px) {
}