@charset "utf-8";

/* Customise Bootstrap */
/*
@brand-primary		: #399;
@brand-info			: #6CC;
@link-color			: @brand-primary;
@link-hover-color	: darken(@link-color, 15%);
*/

body{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px 0px 0px;
	background-color: #dbd2c3;
	background-image: url(/images/bg-persie-croft-bb-auchterarder.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-align: left;	
}

/* Standard Styles Starts */
h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	/*color:#252a2f;*/
	color:#399;
}
h1{
	font-size:36px;
	line-height: 40px;
	margin: 0 0 18px 0;
}
h2{
	font-size:24px;
	line-height: 32px;
	margin: 6px 0 14px 0;
}
h3{
	font-size:20px;
	line-height: 28px;
	margin: 6px 0 12px 0;
}
h4{
	font-size:18px;
	line-height: 26px;
	margin: 6px 0 10px 0;
}
h5{
	font-size:16px;
	line-height: 24px;
	margin: 6px 0 10px 0;
}
h6{
	font-size:14px;
	line-height: 22px;
	margin: 3px 0 3px 0;
}

p {margin: 0 0 18px;}

/* font size */
.text-xs						{font-size : 12px; line-height: 18px;}
.text-sm 						{font-size : 14px; line-height: 20px;}
.text-md 						{font-size : 16px; line-height: 26px;}
.text-lg 						{font-size : 20px; line-height: 28px;}
.text-xlg 						{font-size : 24px; line-height: 32px;}

.text-white						{color:white;}

.image {
	margin						: 2px;
	padding						: 5px;
	clear						: both;
	background-color			: #eee;
	border						: 1px solid #ddd;
	 -moz-box-shadow			: 2px 2px 5px rgba(0,0,0,0.5);
	 -webkit-box-shadow			: 2px 2px 5px rgba(0,0,0,0.5);
	 box-shadow					: 2px 2px 5px rgba(0,0,0,0.5);	
}

.image_left {
	float						: left;
	margin						: 2px 15px 5px 0px;
	clear						: both;		
}
.image_right {
	float						: right;
	margin						: 2px 0px 5px 15px;
	clear						: both;	
}

.page-box {
	clear: both;
	margin-bottom: 20px;
}

.page-header {
	margin: 0 0 20px 0;
	padding: 0;
	color:#173f42;
	background-color: #9bd0d4; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:none;
}
.page-header h1 {
	margin: 15px;
	color:white;
}
.page-header h2 {
	margin: 0px;
	color:silver;
}
.page-header img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.lead {
	margin: 5px 15px 15px 15px;
	font-size: 18px;
	font-weight: normal;
}
.intro {
	margin: 5px 15px 15px 15px;
	font-weight: 300;
}
.error {
	color: #cc0000;
}
.legend {
	color: #666;
}
.fotorama {margin-bottom: 15px;}
.page-image {
	margin						: 2px 0 10px 15px;
	min-width					: 120px;
	width						: 40%;
	max-width					: 360px;
	float						: right;
}


/* Main Layout */
.main-header {
	margin: 10px 0px;
	/*background-color:#066;*/
	/*color: white;*/
	
}
.main-header a {
	text-decoration: none;
	/*color: white;*/
}
.main-header .header_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #173f42;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
}
.main-header .header_subtitle {
	color: gray;
	font-size: 13px;
	font-style:italic;
}
.header_phone {
	font-size: 16px;
	margin: 10px;
	/*color: white;*/
}


.navbar {
	margin: 10px 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	font-variant:small-caps;
	text-transform:uppercase;
	background: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.navbar a {
	text-decoration: none;
	color: #173f42;
}
.navbar a:hover {
	text-decoration: none;
	color: #000;
}

.sidebar {
	font-size: 16px;
	line-height: 24px;
}

#main-container {
	padding: 25px 20px;
	background-color: white;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.main-footer {
	margin-top:10px;
	background-color:#210f05;
	color: #aa7f67;
	padding: 10px 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.footer-copyright {
	padding: 10px;
	font-size: 14px;
}


/* Bootstrap Overrides and Add-ons */
.list-group {
	margin-bottom: 0px;
}
.list-group-item.active {
	background-color: #eee;
	color:black;
}
.dl-horizontal dt {
	width: 240px;
}
.jumbotron h1 {
	font-size: 60px;
	line-height: 70px;
}
.jumbotron p {
	font-size: 22px;
	line-height: 30px;
}
.jumbotron-default {
	background-color: white;
	border: 1px solid silver;
	color: #333;
}
.jumbotron-primary {
	background-color: #428bca;
	border: 1px solid #428bca;
	color: white;
}
.jumbotron-info {
	background-color: #5bc0de;
	border: 1px solid #5bc0de;
	color: white;
}
.jumbotron-warning {
	background-color: #f0ad4e;
	border: 1px solid #f0ad4e;
	color: white;
}
.jumbotron-danger {
	background-color: #d9534f;
	border: 1px solid #d9534f;
	color: white;
}

.panel-heading {
	text-transform:uppercase;
}
.panel-default .panel-heading {
	background-color: #eee;
	border: 1px solid #eee;
	color: #333;
}
.panel-primary .panel-heading {
	background-color: #428bca;
	border: 1px solid #428bca;
	color: white;
}
.panel-info .panel-heading{
	background-color: #5bc0de;
	border: 1px solid #5bc0de;	
	color: white;
}
.panel-warning .panel-heading{
	background-color: #f0ad4e;
	border: 1px solid #f0ad4e;
	color: white;
}
.panel-danger .panel-heading{
	background-color: #d9534f;
	border: 1px solid #d9534f;
	color: white;
}

.well {border-radius: 0;}
.well-default {
	background-color: white;
	border: 1px solid silver;
	color: #333;
}
.well-primary {
	background-color: #428bca;
	border: 1px solid #428bca;
	color: white;
}
.well-info {
	background-color: #5bc0de;
	border: 1px solid #5bc0de;	
	color: white;
}
.well-warning {
	background-color: #f0ad4e;
	border: 1px solid #f0ad4e;
	color: white;
}
.well-danger {
	background-color: #d9534f;
	border: 1px solid #d9534f;
	color: white;
}



/* XS */
@media (max-width: 767px) {
  #main-container {
	padding: 10px;	
  }
  
  .navbar {min-height: auto}
}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  #main-container {
	padding: 15px;	
  }
 
  .navbar {min-height: auto}
   
 .navbar-header 					{
	  float: none;
	}
	.navbar-left,.navbar-right {
	  float: none !important;
	}
	.navbar-toggle {
	  display: block;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 420px;
	}
	.navbar .navbar-collapse {
		padding: 0;
	}
	.navbar-collapse {
	  border-top: none;
	  -webkit-box-shadow : none;
		box-shadow: none;
	}
	.navbar-fixed-top {
	  top: 0;
	  border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
	  display: none!important;
	  overflow-x:auto!important;
	}
	.navbar-nav {
	  float: none!important;
	  margin-top: 7.5px;
	}
	.navbar-nav>li {
	  float: none;
	}
	.navbar-nav>li>a {
	  padding-top: 10px;
	  padding-bottom: 10px;
		border-left: none;
	}
	.collapse.in{
	  display:block !important;
	}		
 
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
 .navbar-collapse {padding: 0;}
 .nav > li > a {
	 padding: 10px 9px;
 }

}



