/* MISC --------------------------------
------------------------------------------ */
body
{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #4f4c46;
}
.relative
{
	position: relative;
}
h1,h2,h3,h4
{
	font-family: "trajan-pro-3",sans-serif;
	font-style: normal;
	font-weight: 400;
}
ul
{
	padding-left: 16px;
}
p
{
	line-height: 1.5;
	margin-bottom: 15px;
}
.btn
{
	background: #b0a388;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	border-radius: 2px;
	padding: 14px 30px 11px;
	line-height: 1;
	box-shadow: 0 3px 0 #847a65;
	margin-top: 16px;
	border-bottom: 0;
	transition: 150ms ease;
}
.btn:hover
{
	background: #ccbc9a;
	color: #fff;
}
.btn.red
{
	background: #ca5e4f;
	box-shadow: 0 3px 0 #a74638;
	transition: 150ms ease;
}
.btn.red:hover
{
	background: #e66957;
}
.btn.bg
{
	background: url(../img/gold-btn-bg.jpg) no-repeat center bottom;
	border-radius: 3px;
	transition: none;
}
.btn.bg:hover
{
	background: #bdaf93;
	background-image: none;
}

/* HEADER --------------------------------
------------------------------------------ */

a.brand
{
	background: url(../img/brand.png) no-repeat;
	width: 593px;
	height: 63px;
	display: block;
	margin: 40px auto;
}
.navbar
{
	background: #a2a2a2;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	min-height: 55px;
}
.navbar ul li a
{
	color: #eee;
	font-family: "trajan-pro-3",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 15px;
	text-shadow: none;
	transition: all 120ms ease;
}
.navbar ul li a:hover
{
	color: #fff;
}
.navbar-nav li
{
	border-right: 1px solid #d1d1d1;
	margin-top: 18px;
}
.navbar-nav > li:first-child a
{
	padding-left: 0;
}
.navbar-nav > li:last-child a
{
	padding-right: 0;
}
.navbar-nav li:last-child
{
	border-right: 0;
	border-bottom: 0 !important;
}
.navbar-nav ul li
{
	border-right: 0;
}
.navbar ul li a:hover,
.navbar ul li a:focus,
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus
{
	background: none !important;
}

.dropdown-menu
{
	background: #929292;
}
.dropdown-menu > li > a
{
	color: #444;
	padding: 10px 20px;
}
.dropdown-menu > li > a:hover
{

}
.dropdown-menu > li
{
	margin-bottom: 18px;
}
.navbar-toggle {
	padding: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #a4967a;
	border: 0;
	border-radius: 0px;
	border-left: 1px solid #dacdb2;
}
.navbar-toggle .icon-bar
{
	background: #fff;
}
.navbar .navbar-collapse.in
{
	border: 0;
	box-shadow: none !important;
}
.navbar .navbar-collapse .navbar-nav
{
	/*background: #929292;*/
	margin: 0 -15px;
}



/* SLIDESHOW --------------------------------
------------------------------------------ */

.hero-wrap
{
	background: #ddd;
	height: 400px;
}
.hero-wrap .col-left
{
	background: url(../img/hero-left.jpg) no-repeat right top;
	background-size: cover;
	width: 40%;
	height: 400px;
	float: left;
}
.hero-wrap .col-right
{
	width: 60%;
	height: 400px;
	float: left;
}
.slideshow-caption
{
	position: absolute;
	top: 40px;
	color: #fff;
}
.slideshow-caption h1
{
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 20px
}
.slideshow-caption p
{
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: 0.6px;
}
.slideshow-caption ul
{
	padding-left: 0;
}
.slideshow-caption li
{
	font-size: 19px;
	list-style: none;
	background: url(../img/bullet-diamond.png) left center no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	letter-spacing: 0.6px;
}


/* HOME CONTENT -----------------------------
------------------------------------------ */

.content-home-bg
{
	background: url(../img/content-home-bg.png) no-repeat right top;
	background-size: cover;
	width: 40%;
	min-height: 506px;
	position: absolute;
	display: block;
}
.page-content
{
	min-height: 506px;
}
.page-content .col-left
{
	float: left;
	color: #877c64;
	font-size: 16px;
	padding-top: 50px
}
.page-content .col-right
{
	width: 60%;
	float: right;
	padding-top: 30px;
	margin-bottom: 60px;
}
.page-content .col-right .col-1,
.page-content .col-right .col-2
{
	width: 45%;
	float: left;
}
.page-content .col-right .col-1
{
	width: 100% !important; /* TEMPORARILY REMOVED COL 2 SO COL 1 STRETCHES 100% */
}
.page-content .col-left .contact-info
{
	width: 260px;
	font-size: 14px;
}
/*.page-content .col-left .contact-info li:last-child
{
	border-bottom: 0;
}*/
.page-content .col-left .contact-info .btn
{
	margin-top: 10px;
}
.page-content .col-left ul
{
	padding-left: 0;
}
.page-content .col-left li,
.contact-mobile li
{
	list-style: none;
	padding-bottom: 14px;
	border-bottom: 1px solid #cecece;
	margin-bottom: 14px;
	padding-left: 30px;
}
.page-content .col-left li.phone,
.contact-mobile li.phone
{
	background: url(../img/icon-phone.png) no-repeat left 4px;
}
.page-content .col-left li.email,
.contact-mobile li.email
{
	background: url(../img/icon-mail.png) no-repeat left 6px;
}
.page-content .col-left li.location,
.contact-mobile li.location
{
	background: url(../img/icon-location.png) no-repeat left 4px;
}
.page-content .col-right h2,
.contact-mobile h2
{
	color: #4e4b45;
	font-size: 17px;
	border-bottom: 1px solid #cecece;
	text-transform: none;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.col-right .col-1
{
	margin-right: 45px;	
}
.col-right .col-1 p
{
	line-height: 1.75;	
}
.col-right .col-2 ul
{
	padding-left: 2px;
	margin-top: 22px;
}
.col-right .col-2 li
{
	color: #887c62;
	font-size: 14px;
	font-weight: 600;
	list-style: none;
	background: url(../img/bullet-gold.png) no-repeat left 7px;	
	padding-bottom: 10px;
	border-bottom: 1px solid #e3ddcd;
	margin-bottom: 12px;
	padding-left: 20px;
}
.col-right .col-2 li:last-child
{
	border-bottom: 0;
}
.col-right .col-2 .btn
{
	margin-top: 10px;
}
.contact-mobile
{
	background: #f2f1ee;
	margin: 0 -25px;
	padding: 15px 25px 35px;
}
.contact-mobile ul
{
	padding-left: 2px;
}


/* INTERNAL PAGES ---------------------------
------------------------------------------ */

.internal .title-block
{
	background: url(../img/internal-title-bg.jpg) no-repeat;
	background-size: cover;
	height: 130px;
	width: 100%;
}
.title-block h1
{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.3;
	padding-top: 53px;
}
.title-block .subheading h1
{
	padding-top: 40px;
}
.internal h2
{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: #4e4b45;
	margin-bottom: 20px;
	margin-top: 35px;
}
.internal .main-content h2:first-child
{
	margin-top: 0;
}
.internal h3
{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: #4e4b45;
	margin-bottom: 15px;
	margin-top: 35px;
}
.internal h4
{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}
.internal h4:first-child
{
	margin-top: 0;
}
.subheading h4
{
	font-family: "proxima-nova",sans-serif ;
	color: #e8e4dc;
	margin-top: 4px;
}
.internal .main-content
{
	padding-top: 60px;
}
.internal .right-col
{
	padding-top: 60px;
}
.right-col .contact-block
{
	background: #f5f1e8;
	color: #877c64;
	padding: 12px 24px 0;
	border-radius: 4px;
	display: inline-block;
}
.contact-template .right-col .contact-block
{
	padding: 20px 25px 5px;
}
.right-col h2
{
	margin-top: 0;
}
.right-col h3
{
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.right-col .contact-block ul {
	padding-left: 0;
	margin-bottom: 18px;
	margin-top: -12px;
}
.right-col hr
{
	border-top: 1px dotted #d3cdc1;
	margin: 15px 0;
}
.right-col .page-img
{
	margin-bottom: 30px;
}
.contact-block ul
{
	padding-left: 0;
	margin-bottom: 18px;
}
.contact-block li
{
	padding: 5px 0 3px 0px;
	margin-left: 15px;
	font-size: 13px;
}
.contact-block li:last-child
{
	border-bottom: 0;
	padding-bottom: 0;
}
.contact-block li.phone
{
	background: url(../img/icon-phone.png) no-repeat left center;	
}
.contact-block li.mail
{
	background: url(../img/icon-mail.png) no-repeat left center;	
}
.contact-block li.location
{
	background: url(../img/icon-location.png) no-repeat left center;
}
.subnav .btn
{
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.page-links .main-content ul {
	background: #e4e4e4;
	padding-left: 0;
}
.page-links .main-content ul li
{
	display: block;
	padding: 10px 0;
	padding-left: 20px;
	margin-top: -12px;
}
.page-links .main-content ul li:nth-child(4)
{
	padding-bottom: 0;
}
.page-links .main-content ul li ul
{
	background: #f4f4f4;
	padding-left: 0;
	margin-top: 5px;
}
.page-links .main-content ul li ul li
{
	background: #f4f4f4;
	margin-left: -20px;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 0;
	padding-left: 35px;
	padding-bottom: 10px;
}
.page-links .main-content ul h3
{
	margin-top: 3px;
	margin-bottom: 11px;
}

/* SUBNAV -----------------------------------
------------------------------------------ */

.subnav
{
	margin-top: 60px;
	padding-right: 32px;
	border-right: 1px solid #e0e0e0;
}
.subnav ul li
{
	border-bottom: 1px solid #eee8d9;
	font-size: 15px;
}
.subnav ul li:last-child
{
	border-bottom: 0;
}
.subnav ul li a
{
	color: #a1957b;
	padding: 14px 0;
}
.subnav ul li a:hover,
.subnav ul li a:focus
{
	background: #fff;
	color: #ca5e4f;
}
.subnav ul li a.current
{
	font-weight: 600;
}
.subnav ul li:first-child a
{
	padding-top: 0;
}


/* FOOTER -----------------------------------
------------------------------------------ */

footer
{
	background: #b2b2b2;
	padding: 30px 0;
	color: #fff;
}
.internal footer
{
	margin-top: 60px;
}
footer a
{
	color: #fff;
}
footer a:hover,
footer a:focus
{
	color: #fff;
	text-decoration: underline;
}
footer .credit
{
	text-align: right;
}

/* MEDIA QUERIES ----------------------------
------------------------------------------ */

@media only screen and (max-width: 767px) {
	.container {
		padding-right: 25px;
		padding-left: 25px;
	}
	.hero-wrap {
		height: auto;
	}
	.hero-wrap .col-left,
	.hero-wrap .col-right,
	.page-content .col-left,
	.page-content .col-right,
	.page-content .col-right .col-1, 
	.page-content .col-right .col-2
	{
		width: 100%;
	}
	.page-content .col-right .col-1
	{
		margin-bottom: 20px;
	}
	.page-content .col-right
	{
		float: none;
		padding-top: 10px;
		margin-bottom: 40px;
	}
	a.brand
	{
		width: 360px;
		height: 37px;
		background-size: 100% auto;
		margin: 25px auto;
	}
	footer .credit,
	footer .copyright
	{
		text-align: center;
	}
	.navbar
	{
		min-height: 50px;
		background: #9f9f9f;
	}
	.navbar-collapse
	{
		border-top: 0;
		box-shadow: none;
		margin-right: -25px !important;
		margin-left: -25px !important;
	}
	.navbar .navbar-collapse ul li
	{
		border-bottom: 1px dotted #d1d1d1;
	}
	.navbar ul li a:hover
	{
		background: #b9ac93;
	}
	.navbar .navbar-collapse ul li li
	{
		background: #acacac;
	}
	.navbar .navbar-collapse ul li li:last-child
	{
		border-bottom: 0;
	}
	.navbar .navbar-collapse ul li li a
	{
		padding-left: 35px !important;
	}
	.navbar .navbar-collapse b.caret
	{
		float: right;
		margin-top: 9px;
	}
	.navbar-nav .open .dropdown-menu
	{
		padding: 0;
		border-top: 1px dotted #d1d1d1;
		font-size: 13px;
	}
	.container > .navbar-header
	{
		margin: 0 -25px;
	}
	.navbar-nav li
	{
		margin: 0;
		border: 0;
	}
	.navbar ul li a
	{
		padding: 14px 25px !important;
		text-shadow: none;
	}
	.container > .navbar-header
	{
		border-bottom: 1px solid #d2c8b4;
		background: #b9ac93;
	}
	.title-block h1
	{
		font-size: 21px;
		line-height: 1.25;
	}
	.title-block h1
	{
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding-top: 5px !important;
	}
	.title-block .subheading h1
	{
		position: static;
		top: auto;
		padding-top: inherit;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.internal .title-block
	{
		height: auto;
		display: block;
	}
	.title-block .col-xs-12
	{
		display: block;
		height: 100px;
	}
	.title-block h1
	{
		padding-top: 39px;
	}
	.title-block .subheading h1
	{
		padding-top: 26px !important;
	}

	.internal .main-content
	{
		padding-top: 40px;
	}
	.internal .right-col
	{
		padding-top: 0;
	}
	.right-col .contact-block
	{
		margin-top: 30px;
	}
}

@media only screen and (max-width: 565px)
{
	.page-ali-rinaldi .title-block .subheading h1
	{
		padding-top: 13px !important;
	}
}

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) { 
	.slideshow-caption
	{
		width: 240px;
	}
	.slideshow-caption h1
	{
		font-size: 29px;
	}
	.slideshow-caption h2
	{
		font-size: 24px;
		line-height: 1.4;
	}
	a.brand
	{
		margin: 25px auto;
	}
	.navbar ul li a
	{
		padding: 0 14px;
	}
	
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
	
		.page-content .col-left .contact-info {
			width: 230px;
		}
		.col-right .col-1 {
			margin-right: 35px;
		}
		.page-content .col-right {
			width: 56%;
		}
		.right-col .contact-block
		{
			padding: 15px;
		}
		.contact-block li
		{
			padding-left: 25px;
		}
		
} 

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
	.navbar ul li a
	{
		padding: 0 36px;
	}
	.slideshow-caption
	{
		width: 262px;
	}
	.hero-wrap .col-left
	{
		width: 37%;
	}
	.hero-wrap .col-right
	{
		width: 63%;
	}
	.content-home-bg
	{
		width: 37%;
	}
	a.brand
	{
		margin: 25px auto;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	.container {
		width: 970px;
	}
	.hero-wrap .col-left
	{
		width: 38%;
	}
	.hero-wrap .col-right
	{
		width: 62%;
	}
	.content-home-bg
	{
		width: 38%;
	}
	a.brand
	{
		margin: 40px auto;
	}
}

@media only screen and (min-width: 1400px) {
	.hero-wrap .col-left
	{
		width: 40%;
	}
	.hero-wrap .col-right
	{
		width: 60%;
	}
	.content-home-bg
	{
		width: 40%;
	}
}

@media only screen and (min-width: 1600px) {
	.hero-wrap .col-left
	{
		width: 41%;
	}
	.hero-wrap .col-right
	{
		width: 59%;
	}
	.content-home-bg
	{
		width: 41%;
	}
}
	
@media only screen and (min-width: 1800px) {
	.hero-wrap .col-left,
	.content-home-bg
	{
		width: 42%;
	}	
	.hero-wrap .col-right
	{
		width: 58%;
	}
}
@media only screen and (min-width: 2000px) {
	
	.page-content .col-right {
			width: 63%;
	}

}

/* ------------ */
/* CONTACT PAGE */
/* ------------ */
.google-map {
  height: 390px;
}
.google-map img {
  max-width: inherit;
}
.google-map.map-small {
  height: 354px;
}

.map-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
}
.map-overlay .container {
  position: relative;
}

.contact-details {
  position: absolute;
  width: 40%;
  right: 0;
  max-width: 400px;
}

.map-marker-label {
  display: none;
  background-color: white;
  color: #444;
  width: 250px;
  margin-left: 6px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: lighter;
  /*min-width: 280px;*/
  padding: 16px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.map-marker-label:before, .map-marker-label:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

.map-marker-label:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
  margin-bottom: -1px;
  margin-left: -9px;
}

.map-marker-label:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

@media (max-width: 767px) {
  #map {
    height: 200px;
  }

  .map-overlay {
    position: inherit;
    top: 0;
    padding-bottom: 8%;
  }
  .map-overlay .container {
    padding: 0;
  }

  .contact-details {
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    position: inherit;
  }
}