html, body, div, span, applet, object, iframe, caption, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
:focus {
	outline: 0;
}
body {
	background: white;
	color: #;
}
ol, ul {
  list-style: inside none disc;
  margin: 10px 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clr {
	font-size : 1px;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}

a {
	outline: none;
	cursor: pointer;
}
img {
	border: none;
	text-decoration: none;
	display:block;
	width:100%;
}
a:link, a:visited, a:active {
  font-weight: bold;
  text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: none;
}

html {
	height: 100%;
	margin-bottom: 1px;

}
body {
  background: #1d2a21 url("../img/tailor-background.jpg") no-repeat center 0 fixed;
  background-size:cover;
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: normal 14px/1.6 'Lato', sans-serif;
  text-align: center;
}

#wrapper {
  margin: 0 auto;
}
#more {
	display:none;
	margin-top:14px;
}
.pageWidth {
	margin: 0 auto;
	width:100%
}
.section, .section2 {
    color: #fff;
}
.player {
  background: #1d2a21 url("../img/tailor-singer.jpg") no-repeat center 0 fixed;
}
.player {
  background: rgba(24,38,29,0.7);
}
.player .box {
  max-width: 1100px;
  margin: 0 auto;
}

.section .custom {
    padding: 50px;
}
.section img {
  width: 100%;
}
h1, h4, h5, h6 {
	color: #333;
	font: 300 32px/40px 'Oswald', sans-serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
h2, h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 0;
  padding: 6px 8px;
}

h6 {
	margin-bottom:10px;
}
p {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
p + p, p +dl {
	margin-top:14px
}
.bold {
	font-weight:700;
}
.youtube {
	background:#000;
}
.youtube > img {
  padding: 16px 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.youtube > img:hover {
	filter:grayscale(0%);	
	 -webkit-filter: grayscale(0%);
	 cursor:pointer;
}
span#top-info {
  border-left: 1px solid #bfdde6;
  color: #fff;
  float: right;
  font-size: 22px;
  line-height: 30px;
  margin-left: 20px;
  padding-left: 20px;
}
ul#testimonials {
  list-style: outside none none;
  margin: 15px 0 0;
}
ul#testimonials li {
  background: #f1f1f1;
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 10px;
}
ul.list {
	list-style: disc inside none;
	margin: 10px 2px;
}
ul.list li {
	margin:2px 0;
}
.box, .box-2, .set {
  padding: 60px 20px;
  position: relative;
}
#footer {
  background: rgba(22,32,25,.9);
  color: #666;
  margin: 0 auto;
  min-height: 20px;
  padding: 20px;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
#footer .box {
	background:rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	margin: 0;
}
#footer h5 {
  color: #ebe3ce;
}
#footer p {
	margin-bottom:0;
	color:#fff;
}
#footer a {
	color:#fff;
}
.bfhlogo {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
  margin: 20px 0 0;
  text-align: center;
}
.bfhlogo img {
  display: inline;
  margin-left: 20px;
  vertical-align: middle;
  width: 140px;
}
#top {
	background: rgba(24,38,29,0.7);
	padding: 10px 0 0;
	position: relative;
	height: 270px;
	box-sizing: border-box;
}
#banner {
  position:relative;
}
#banner img {
	width:100%;
}
#slogan {
  background: rgba(200,200,200, 0.8) none repeat scroll 0 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.3;
  position: absolute;
  text-align: center;
  top: 74%;
  width: 100%;
}
#page {
  background: rgba(218,216,183,0.95);
  animation: itemin 2s;
}

.icons {
  display: none;
}

.home #slogan {
  animation: slogan 3s;
}

@keyframes slogan {
    0%   {top: 50%;opacity: 0}
    25%   {top: 60%;opacity: 0}
    100%  {top: 74%;opacity:100%;}
}
@keyframes itemin {
    0%   {opacity: 0}
    100%  {opacity:100%;}
}
#rest {
	min-height:400px;
}
#logo {
  display: block;
  transition: all 1s ease 0s;
  width: 270px;
  margin: 0 auto;
}
a#logo:hover {
	-moz-transition:opacity 0.5s ease 0s;
	-webkit-transition:opacity 0.5s ease 0s;
	opacity:0.7;
}
#logo > img {
		width:100%;
	}
.custom_quotes {
  display: block;
  float: right;
  position: absolute;
  right: 25px;
  top: 36px;
}
.custom_quotes p {
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
.custom_quotes p span {
	color:#dfdbce
}
	
.fb_edge_comment_widget {
	margin-left: -300px;
}
.fb_edge_widget_with_comment {
	top: 2px;
}
p.credits {
	margin-top:15px;
}
iframe {
    width: 100%;
    border:none;
}

.video-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}

/* Menu CSS */

ul.menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 500;
  background: rgba(24,38,29,0.7);
  width: 100%;
  bottom: 0;
}

ul.menu li {
  margin: 0 30px;
  padding: 8px 0;
  z-index: 501;
  display: inline-block;
}

ul.menu li a {
  color: #f6f4d3;
  display: inline-block;
  font: 300 20px 'Oswald', sans-serif;
  line-height: 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 501;
  transition: all 500ms ease 0s;
  letter-spacing: 5px;
}

ul.menu li a:hover, ul.menu li.current a {
  color: #fff;
  text-decoration: none;
  transition: all 500ms ease 0s;
}

ul.menu ul {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  left: 0;
  margin-top: 7px;
  position: absolute;
  top: 100%;
  transition: all 1s ease 0s;
  width: 220px;
  z-index: 598;
  opacity:0;
  visibility:hidden;
}
ul.menu ul li {
	background: none repeat scroll 0 0 transparent;
	display: block;
	float: none;
	padding: 0;
	margin: 0 5px;
}
ul.menu ul li:last-child {
	border-bottom:none;
}
ul.menu ul li a {
  color: #666;
  display: block;
  font-size: 11px;
  font-weight: normal;
  padding: 5px;
  text-transform: none;
}
ul.menu ul li a:hover {
	background: #f9f6e2;
	color: #666;
	text-decoration: none;
}
ul.menu ul ul {
	left: 99%;
	top: 1px;
}
ul.menu li:hover > ul {
	visibility: visible;
	-moz-transition:opacity 500ms ease 0s;
	-webkit-transition:opacity 500ms ease 0s;
	opacity:1;
}
ul.menu li.social {
  position: absolute;
  right: 20px;
  top: 6px;
}
ul.menu li:last-child {
  margin-right: 0;
}

/* End Menu */

.leftcolumn {
    float: left;
    margin: 0;
    width: 48.5%;
}
.rightcolumn {
    float: right;
    margin: 0;
    width: 48.5%;
}
.space {
  height: 550px;
}
.divide {
  color: #fff;
  background: #1d2a21;
}
.divide > div {
  text-transform: uppercase;
  }

  .item-page {
  max-width: 1100px;
  margin: 0 auto;
}
.c25 {
  border-right: 1px solid #2b3a2f;
  border-bottom: 1px solid #2b3a2f;
  box-sizing: border-box;
  float: left;
  padding: 34px 10px 32px;
  width: 25%;
}
.c25:last-child {
  border-right:none;
  }

.c33 {
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  margin-bottom: 40px;
}
.member {
  border: 1px solid #ffffff;
  margin: 0 auto;
}
.member + span {
  display: inline-block;
  font-size: 24px;
  line-height: 2;
  padding-left: 16px;
  position: relative;
}
#line-up {
  background: rgba(200, 200, 200, 0.1) none repeat scroll 0 0;
  border: 2px solid #fff;
  box-sizing: border-box;
  font-size: 20px;
  height: 235px;
  margin: 0 auto;
  padding: 46px 24px 0;
  text-transform: uppercase;
  width: 235px;
}
.section h4, .section2 h4 {
  color: #444;
  font-size: 28px;
  font-weight: 700;
  padding: 20px 0 20px;
}
.sub1 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}
.sub2 {
  color: #d0cc98;
  font-size: 20px;
  line-height: 1;
  margin-top: 5px;
}
.divider-space {
  border-top: 1px solid #2b3a2f;
  padding: 34px 20px;
}
.button-wrap {
  margin: 30px 0 0;
}
.border-button, #contact button {
  border: 2px solid #1f2f24;
  color: #1f2f24;
  display: inline-block;
  font-size: 18px;
  padding: 14px 27px;
}
.border-button:hover, #contact button:hover {
  background: #fff;
  color:#1f2f24;
  transition: all 500ms ease 0s;
}
#contact button {
  background:none;
  margin-top: 20px;
}
.sub2 .border-button {
  background: #1f2f24 none repeat scroll 0 0;
  border-color: #fff;
  color: #fff;
  margin: 0 0 0 100px;
}
.sub2 .border-button {
  background: #d0cc98 none repeat scroll 0 0;
  border: none;
  color: #fff;
  margin: 0 0 0 100px;
}
a.button2 {
  background: #1f2f24 none repeat scroll 0 0;
  border: 2px solid #1f2f24;
  color: #fff;
  margin-left: 10px;
}
.set {
	margin-bottom:25px;
	position:relative;
}
#testimonials, .video, #photo {
	margin:0 0 25px;
	z-index: 1;
}
.leftcolumn .box, .rightcolumn .box {
  background: #f1f1f1 none repeat scroll 0 0;
  margin-bottom: 30px;
  padding: 8px 20px 20px;
}
.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
#watch {
  border: 1px solid #444;
  width: 100%;
}

.video-container embed, .video-container iframe, .video-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pic {
  float: left;
  margin: 0 10px 0 0;
}
.gallery .pic {
  margin: 0 0 8px 9px;
  width: 47%;
}
.pic > img {
    width: 100%;
}
.pic:hover {
   opacity:0.7
}
ul.sitemap {
  background: #fff none repeat scroll 0 0;
  line-height: 190%;
  list-style: outside none none;
  margin-bottom: 10px;
  padding: 20px;
}
ul.sitemap li {
  border-bottom: 1px solid #ccc;
}
ul.sitemap li a {
  color: #666;
}
iframe .thm-dark, iframe .thm-dark .timeline-header, iframe .thm-dark .tweet, iframe .thm-dark .cards-base {
    background: none repeat scroll 0 0 rgba(34, 34, 34, 0.3) !important;
    border: medium none !important;
}
ul#set {
  list-style: outside none none;
}
ul#set li {
  font-size: 14px;
  line-height: 2;
  padding: 5px 10px;
}
ul#set li:nth-child(2n+1) {
  background: rgba(162,159,125,0.2);
  margin: 0;
}
ul.gear-list li {
    list-style: inside disc;
}
a.viewall {
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 13px;
  position: absolute;
  right: 21px;
  text-transform: uppercase;
  top: 14px;
}
a.viewall:hover, #contact button:hover {
	background:#555;
	color: #fff;
}
#contact .form-error {
  border: 1px solid red;
}
select#mobile-menu {
    display: none;
}
.full dl {
  -moz-columns: 2 auto;
  -webkit-columns: 2 auto;
  -moz-column-gap:24px;
  -webkit-column-gap:24px;
}
dt {
  font-weight: bold;
  margin-bottom: 14px;
  font-size: 17px;
  border-bottom: #333 1px solid;
  padding-bottom: 10px;
}
dd {
    margin-bottom: 30px;
    overflow: hidden;
	column-break-inside:avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
p.large-text {
  font-size: 21px;
}
#menu-toggle {
	display:none;	
}
@media all and (max-width:1220px) {
  ul.menu {
    clear: both;
    margin-top: 10px;
  }
}
@media all and (max-width:1100px) {
 
.sub2 .border-button {
  clear: both;
  display: block;
  margin: 20px 0 0;
}

@media all and (max-width:750px) {
	body {
		background-attachment: scroll
	}
	#top {
		height: auto;
	}

	#logo {
		margin-bottom: 26px;
	}
	.space {
		height: 400px;
	}
	.leftcolumn, .rightcolumn, #footer {
	  float: left;
	  margin: 0;
	  width: 100%;
	  box-sizing: border-box;
	}
	.c25, .c33 {
	  width:50%;
	}
	#availability {
	    box-sizing: border-box;
	    margin: 20px 0 0;
	    position: relative;
	    right: 0;
	    top: 0;
	    width: 100%;
	}
	.youtube img {
	    height: auto;
	    width: 100%;
	}
	#mcs_container {
		height:auto;
	}
	#mcs_container .customScrollBox .container {
	    box-sizing: border-box;
	    width: 90%;
	}
	.set li, .set li:nth-child(2n+1) {
	    box-sizing: border-box;
	    width: 100%;
	}
	ul.menu {
		display:none;
		 position: relative;
	}
	#footer p {
		padding:10px	
	}
	select#mobile-menu {
	  background: #fff none repeat scroll 0 0;
	  border: 1px solid #fff;
	  border-radius: 3px;
	  display: block;
	  margin: 10px 0 10px 10px;
	  padding: 8px;
	}
	li.social {
	display:block;
	}
	a.viewall {
	  display: block;
	  left: 0;
	  margin: 10px 0 0;
	  position: relative;
	  text-align: center;
	  top: 0;
	}
	#menu-toggle {
		background: rgba(24,38,29,0.9);
		clear: none;
		color: #fff;
		display: inline;
		float: right;
		font-size: 22px;
		font-weight: normal;
		line-height: 1.4;
		padding: 0 10px;
		position: absolute;
		top:20px;
		right: 20px;
	}

	ul.menu {
	  display: none;
	  float: left;
	  list-style: outside none none;
	  margin: 0;
	  text-align: left;
	}
	ul.menu li {
		display:block;
	}
	ul.menu li a {
	  color: #fff;
	  font-weight: normal;
	}
	span#top-info {
	  border-right: 1px solid #bfdde6;
	  border-left:none;
	  margin: 0 20px 0 0;
	  padding: 0 20px 0 0;
	}
	.box, .box-2 {
	  padding-top: 40px;
	}
	
}
@media all and (max-width:600px) {
	#logo {
  display: block;
  left: 0;
  width: 150px;
}
.full dl {
  -moz-columns: 1 auto;
  -webkit-columns: 1 auto;
  columns: 1;
}
span#top-info {
  border-right: 0 none;
  display: block;
  float: left;
  font-size: 18px;
  margin-top: 3px;
}
#slogan {
  font-size: 22px;
}
}
@media all and (max-width:500px) {
.c25, .c33 {
  width:100%;
}
a.border-button, .sub2 .border-button {
  display: block;
  margin: 10px 0 0;
}
}

@media all and (max-width:400px) {
#slogan {
  font-size: 18px;
}
.c25 {
  width:100%;
}
}

