/* ==========================================================================
   General
/* ========================================================================== */

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

}

  
a {
	color:#5a471b;
	text-decoration:none;
}

a:hover {
	color:#9c6169;
}

h2 {
	font-size:24px;
}

p {
	margin:0 0 15px;
	padding:0;
}

a.btn {
	text-decoration:none;
}

.alignleft {
	float:left;
	margin:0 20px 10px 0;
}

.alignright {
	float:right;
	margin:0 0 10px 20px;
}

img {
	max-width:100%;
}

.one-half {
	float:left;
	width:50%;
}


/* ==========================================================================
   Layout
/* ========================================================================== */

html, body {
	height:100%;
}

body {
	color:#333;
	padding:0;
	margin:0;
	font-weight:400;
	font-family:'Open Sans', sans-serif;
}

.wrapper {
	position:relative;
	width:1060px;
	margin:0 auto;
}

/* ==========================================================================
   Header
/* ========================================================================== */

.top-wrapper {
	border-top:8px solid #9c6169;
}

.top-container {
	padding:10px 0;
}

.logo {
	float:left;
	height:120px;
}

.logo img {
	height:85%;
}

/* ==========================================================================
   Navigation
/* ========================================================================== */

.nav-container {
	float:right;
	margin-top:40px;
}

.nav {
	margin:0;
	padding:0;
	list-style:none;
	font-size:0;
}

.nav > li {
	position:relative;
	float:left;
	border-left:1px solid #9c6169;
}

.nav > li > a {
	display:block;
	min-width:140px;
	height:37px;
	padding:0 10px;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:2px;
}

.nav > li > a:focus,
.nav > li > a:hover {
	background-color:transparent;
}

.nav > li:hover > a {
	color:#9c6169;
}

.nav li ul {
	display:none;
	position:absolute;
	left:-1px;
	margin:0;
	padding:10px 0;
	min-width:100%;
	background:#fff;
	border-left:1px solid #9c6169;
	border-bottom:3px solid #9c6169;
	list-style:none;
	z-index:999;
}

.nav li ul li a {
	display:block;
	padding:0 10px;
	font-size:12px;
	line-height:30px;
	white-space:nowrap;
}

.nav-mobile {
	display:none;
}

/* ==========================================================================
   Home
/* ========================================================================== */

.slides {
	position:relative;
	height:550px;
	overflow:hidden;
}

.slide {
	width:100%;
	height:550px;
	background-size:cover;
	background-position:center;
}

#excellence {
	position:absolute;
	right:0;
	bottom:50px;
	padding:15px 30px;
	background:rgba(255,255,255,0.80);
	z-index:999;
}

#slide-overlay-cut {
	position:absolute;
	left:0;
	top:0;
	width:330px;
	height:550px;
	color:#fff;
	background:url(../img/wanda-cut.png) top 40px center no-repeat;
	z-index:998;
}

#slide-overlay-content {
	position:absolute;
	left:80px;
	bottom:80px;
	font-size:16px;
	z-index:999;
}

#slide-overlay-cut a {
	color:#fff;
	text-decoration:none;
}

#slide-overlay-cut svg {
	position:relative;
	height:15px;
	bottom:-3px;
	fill:white;
}

.tagline {
	margin:30px 0;
	font-family:'harabarahanditalic';
	text-align:center;
	font-size:22px;
	color:#747E84;
}

/* QUICK SEARCH */

.qs { padding:0 0 20px 0; }
.qs h4 { color:#9c6169; }
.qs input[type=text] {
	display:inline-block;
	width:92%;
}
.qs input[type=submit] {
}

.qs label {
	display: none;
}

.rose {
	color:#fff;
	padding:40px 0;
	background:#9c6169;
}

.blue {
	padding:40px 0;
	background:#c2d2d5;
}


/* Featured */

#featured h2 {
	text-align:center;
}

.featured {
  position:relative;
  overflow:hidden;
  width:100%;
  height:135px;
}

.featured .items {
  width:20000em;
  position:absolute;
}

.items div {
  float:left;
}

.items img {
	width:160px;
	height:125px;
	padding:2px;
	margin:0 5px;
	border:1px solid #A77178;
}

.prev,
.next {
	position:absolute;
	bottom:62px;
	margin-top:-10px;
}

.prev {
	left:-25px;
}

.next {
	right:-25px;
}


/* What News */


.new h2 {
	text-align:center;
	margin:0 0 40px;
}

.new h3 {
	text-align:center;
	margin:0 0 30px;
}

.new .one-half-first {
	border-right:1px solid #fff;
}

.new-entry {
	width:60%;
	margin:auto;
}

.new-photo {
	padding-top:70%;
	margin-bottom:20px;
	background-position:center;
	background-size:cover;
}

/* Greenville */

.greenville {
	padding:40px 0;
	text-align:center;
}

.greenville .one-half {
	padding:0 5%;
}

.greenville .one-half-first {
	padding-top:40px;
}

.gallery-home img {
	width:32%;
}

/* Designations */

.des {
	padding:120px 0 0 50px;
	height:300px;
	background:url(../img/liberty-bridge.jpg) center/cover no-repeat;
}

.des img {
	height:60px;
	margin:0 20px 20px;
}


/* ==========================================================================
   Content / Backend
/* ========================================================================== */

.page-header {
	padding:20px 0 30px 0;
	border-bottom:0;
	margin:0;
}

.page-header h1 {
	line-height:normal;
	text-transform:uppercase;
}

.content {
	padding:40px 0;
	min-height:400px;
}

/* GALLERIES */

.gallery {
	float:left;
	width:32%;
	margin:0 0 20px 2%;
}

.gallery:nth-of-type(3n+1) {
	margin-left:0;
}

.gallery h2 {
	font-size:20px;
	margin:0 0 10px;
}

.gallery-photo {
	height:200px;
	background-position:center;
	background-size:cover;
}

.gallery-photo a {
	display:block;
	height:100%;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.gallery-details img {
	margin-bottom:10px;
}


/* ==========================================================================
   Forms
/* ========================================================================== */

.form-container {
	width:400px;
}

.form-container label {
	display: none;
}

.error {
	color:#c00;
}
.success {
	color:#090;
}


/* ==========================================================================
   Footer
/* ========================================================================== */

.footer-wrapper {
	padding:20px 0;
	background:#757575;
}

.footer { 
	padding:20px 0;
}

.footer a {
	color:#fff;
	text-decoration:none;
}

.base {
	color:#fff;
	font-size:12px;
	border-top:1px solid #fff;
}

.base a span {
	display: none;
}

.footer-nav {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

.footer-nav li {
	display:inline-block;
	padding-right:20px;
}

.footer-nav li a {
	font-size:11px;
}

.social {
	float:right;
	font-size:18px;
}

.social a {
	color:#fff;
	margin-left:15px;
	text-decoration:none;
}

.footer-left {
	float:left;
	width:50%;
}

.footer-left img {
	float:left;
	height:45px;
	margin:0 20px 20px 0;
}

.footer-left h5 {
	margin:0 0 2px;
}

.footer-right {
	float:right;
	text-align:right;
}

.footer-center {
	float:none;
	text-align:center;
}

.disclaimer {
	clear:both;
	padding:20px 0;
	font-size:12px;
	color:#999;
	text-align:center;
}

/* ==========================================================================
   Helpers
/* ========================================================================== */


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

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.placeholder {
  color: #aaa;
}

/* ==========================================================================
   Responsive
/* ========================================================================== */

@media (max-width: 1020px) {
	.wrapper { width:100%; padding-left:20px; padding-right:20px; }
	.nav > li > a { min-width:0; }
	.prev { left:0; }
	.next { right:0; }
}

@media (max-width: 768px) {
	#excellence img { height:60px; }
	.des { padding-top:80px; }
	.footer-left img { display:block; float:none; margin:0 0 10px 0; height:25px; }
	.footer-right { padding-top:30px; }
}

@media (max-width: 680px) {
	.nav > li > a { font-size:11px; }
	.slides, .slide { height:300px; }
	#slide-overlay-cut { height:300px; width:220px; background-size:contain; }
	#slide-overlay-content { left:40px; bottom:40px; font-size:12px; }
	.footer-nav li { padding-right:10px; }
}

@media (max-width: 650px) {
	.nav-container { display:none; }
	.sidr a br { display:none; }
	.nav-mobile { display:block; }
	.nav-mobile a { display:block; margin-top:50px; text-align:right; background:url(../img/menu-icon.png) right center no-repeat; padding-right:30px; text-transform:uppercase; text-decoration:none; }
}

@media (max-width: 568px) {
	.des { padding:40px 0 0; text-align:center; }
	.one-half { float:none; width:100%; margin:0 0 20px; }
	.footer-nav, .social { float:none; text-align:center; }
	.social { margin-top:10px; }
	.footer-left, .footer-right { float:none; width:100%; text-align:center; }
	.footer-left img { margin:0 auto 10px auto; }
	.footer-right { padding:10px 0 0; }
	.greenville .one-half-first { padding-top:0; }
	.gallery { width:48%; margin:0 1% 20px; }
	.gallery:nth-of-type(3n+1) { margin:0 1% 20px; }
	.gallery h2 { font-size:16px; }
}

@media (max-width: 480px) {
	#excellence { padding:10px 15px; }
	#excellence img { height:50px; }
	.form-container { width:100%; }
	.alignright, .alignleft { float:none; margin:0 0 20px; width:auto; }
}

@media (max-width: 414px) {
	#excellence { display:none; }
	.gallery { width:100%; margin:0 0 20px; }
	.gallery:nth-of-type(3n+1) { margin:0 0 20px; }
}