   @import url("editor.css");
	html {
  		position: relative;
  		min-height: 100%;
			}
	body {
		margin-top: 10px;
		background: url(../img/bg.jpg);
  		/* Margin bottom by footer height */
  		margin-bottom: 60px;
			}
	.footer {
  		position: absolute;
  		padding: 10px;
  		bottom: 0;
  		width: 100%;
  		/* Set the fixed height of the footer here */
  		height: 60px;
  		background-color: #f5f5f5;
			}
	.container .text-muted {
  		margin: 20px 0;
		}
  	a {
	color: #1A33C7;
	  }
	 div#content img {
		margin: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	 .navbar {
  		background-color: #FFFFFF;
		}
		
.navbar .my_brand {		
		background-image: url(../ico/apple-touch-icon-72-precomposed.png);
		background-repeat: no-repeat;
  		display: block!important;
		padding: 20px 90px 10px!important;
  		margin-left: 10px!important;
		margin-top: 0px !important;
  		font-size: 24px!important;
		font-weight:normal!important;
  		color: #8A6711;
		min-height:80px;
		}
				@media (max-width: 1025px) {
	 .navbar .my_brand {		
		background-image: url(../ico/apple-touch-icon-57-precomposed.png);
		background-repeat: no-repeat;
  		display: block!important;
  		padding: 21px 60px 10px!important;
  		margin-left: 20px!important;
  		margin-top: 10px!important;
  		font-size: 18px!important;
		font-weight:normal!important;
  		color: #8A6711;
	}
				}
	  .navbar .my_brand:hover,
	  .navbar .my_brand:focus {
		 text-decoration: none;
	}

	  div#bk {
		padding: 5px;
		background-color: #FFF;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	div#bk li {
			font-size: 15px;
		}
	@media (max-width: 979px) {
		div#bk {
		padding: 5px;
		background-color: #FFF;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	}
	@media (max-width: 767px) {
		div#bk {
		padding: 5px;
		background-color: #FFF;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	}
	
		div#footer h5 {
		color: #333;
		font-size:14px;
	}
	 	div#content img {
		margin: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.clearer {
	clear:both;	
	}
	/* responsive video css*/
	.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}
.well {
	background: #9A6601;
	padding-top: 0px;
}
.quarterblock {

min-height:260px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.quarterblock p{
	padding: 5px;
	color: white;
}
.quarterblock h2{
	color: #062887;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	line-height: 18px;
	padding:1px 1px 1px 1px;
	display:block;
}
.quarterblock h2 a{
	color: #FFF;
}
.quarterblock img {
	margin:5px;
}

@media (max-width: 1024px) {
	.quarterblock {
	min-height: 320px;
	}
}
@media (max-width: 979px) {
	.quarterblock {
	min-height: 180px;
	}
}
@media (max-width: 736px) {
	.quarterblock {
	min-height: 170px;
	max-width: 98%;
	}
}

.modal-large { width: 900px; margin-left: -450px; }
@media print {
  a[href]:after {
    content: none;
  }
}

		label {
    font-weight: 400;
		}
		   img {
          display: block;
          height: auto;
          max-width: 100%;
		  padding: 5px;
   }
   	.carousel-caption h3 {
		font-size: 16px;
     	color:#FFFFFF;
	}
		.carousel-caption p {
		font-size: 12px;
     	color:#FFFFFF;
	}
	.carousel-caption {
    background: rgba(0, 0, 0, 0.30);
	}