body {
  width: 100%;
  height: 100%;
  font-family: 'franklin-gothic-urw', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #000;
  font-weight: 400;
  font-size: 18px;
}
html {
  width: 100%;
  height: 100%;
}

section {
	padding-top: 10em;
	padding-bottom: 10em;
}

/* Typography MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-1-d", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;

}
h2 {
  font-size: 40px;
}
h3{
	  font-size: 30px
  }

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 767px) and (orientation : landscape) {
	.navbar {
		display: none;
	}
}

@media (min-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'alternate-gothic-no-1-d', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
  }
}
a {
  color: #0E687D;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #444444;
}

#awards h3 {
	margin: 0;
	margin-top: 1em;
}
#awards li {
	margin-left: -1.4em;
}
#awards i {
	font-size: .5em;
	margin-top: .65em;
}
/* Misc MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */

.spacer-bottom {margin-bottom: 5em;}
.gap {padding: 15px 0;}

/* MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */ 
.logo {
  width: 140px;
  height: 90px!important;
  padding: 0px;
  margin-left: 0px;
  margin-top: -55px;
  display: block;
  z-index: 3600;
  background: url("../images/gcb_logo.svg") no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 767px) {
  .logo {
    width: 140px;
    height: 52px;
    top: -15px;
    margin: 0;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 767px) and (max-width:990px) {
  .logo {
    width: 140px;
    height: 52px;
    top: -15px;
    margin: 0px auto;
    position: relative;
    text-align: center;
    z-index: 1;
  }
  .logo:hover{
	  opacity: .6;
  }
  .container>.navbar-header{
	  width: 100%;
	  margin-bottom: 20px;
  }

}
@media (min-width: 1400px) {
  .logo {
    width: 140px;
    height: 52px;
    top: -10px;
    margin: 0;
    position: relative;
    z-index: 1;
  }
}
.blue {
  background: url("../images/gcb_logo.svg") no-repeat;
}
/*=================================================================================================
		          MENU
===================================================================================================*/
.navbar {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-1-d", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #000;
  padding-bottom: 0px;
  padding-top:0px;
  font-size: 20px;
  background: url("../images/subscribe/sub_back.png");
}
.navbar-brand {
  display: block;
  text-indent: -9999px;
  top:0px;  
  width: 100%;
  height: 0px;
  margin-top: -5px;
}
.navbar-brand:focus {
  outline: 0;
}
.navbar-custom a {
  color: #fff;
}
.navbar-custom .nav li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*Controls the ScrollSpy JS on hover and As you Scroll*/
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
  outline: 0;
  background: transparent;
  color: #CA4C2C!important;
  border-bottom: 1px solid #F7B63B;
/*     padding-top: 0px; */
}
.navbar-toggle {
  padding: 2px 6px;
  font-size: 28px;
  color: #F7B63B;
  top:13px;
/*   border: 1px solid #F7B63B; */
}
.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
  background: #C6492D;
}

@media (min-width: 767px) {
  .navbar {
    padding: 10px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    background: url("../images/subscribe/sub_back.png");
  }
	.navbar-brand {
	  display: block;
	  text-indent: -9999px;
	  width: 40%;
	  height: 56px;
  }
  .top-nav-collapse { /* appearance after scroll */
    box-shadow:0px 0px 12px 5px rgba(0,0,0,.5);
  }
  .logo { /* positioning of logo on desktop */
    height: 52px;
    top: -11px;
    margin: 0;
    position: relative;
    z-index: 1;
  }
	.logo:hover{
	  opacity: .6;
  }
}
@media (max-width: 990px) {
	.navbar {}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!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;
    }
    .collapse.in{
  			display:block !important;
		}
}

@media (min-width: 767px) and (max-width:990px) {
  .logo {
    width: 140px;
    height: 52px;
    top: -15px;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
    z-index: 1;
  }
  .logo:hover{
	  opacity: .6;
  }
  .container>.navbar-header{
	  width: 100%;
	  margin-bottom: 20px;
  }
  .navbar-brand {
  	padding-top: 35px;
  }

}


@media (min-width:991px) {
	.logo {
		width: 140px;
		height: 90px!important;
		padding: 0px;
		margin-left: 0px;
/* 		margin-top: -55px; */
		display: block;
		z-index: 3600;
		background: url("../images/gcb_logo.svg") no-repeat;
/*
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
*/
	}
	button.yellow{
		padding-left: 20px;
		margin-top: 1px!important;
	}
}

@media (min-width: 1400px) {
  .logo {
    width: 140px;
    height: 52px;
    top: -10px;
    margin: 0;
    position: relative;
    z-index: 1;
  }
}

.border-none{border: none!important}
/* =================================================================================================
   ***************************    CAROUSEL       ***************************
================================================================================================= */

.carousel,
.item,
.active {
  height: 100%;
}

/* ======================================= MEDIA PHONE */
@media (max-width: 480px){
	.carousel{
	}

	.carousel-indicators li, carousel-indicators li.active {
		width: 5px!important;
		height: 5px!important;
		padding: 0;
		margin-bottom: -15px!important;
	}

	a.carousel-control{
		}
	
	span.icon-prev {
		margin-bottom: 15px;
		position: absolute;
	}

}
/* =======================================  MEDIA TABLET */
@media (min-width: 767px) {
	.carousel-indicators li {
	  	width: 50px;
	  	height: 6px;
	  	background: RGBA(247, 179, 59, .5);
		}
		
	a.carousel-control span{
		font-size: 50px!important;
		}
	
	.carousel-indicators li.active {
		width: 50px;
		height: 7px;
		background: RGBA(247, 179, 59, 1);
	    border: none!important;
		padding: 0px;
		}
	}
/* =======================================  MEDIA END */

.item.active{
	height: 100%;
	}
.active{
	height: 100%;
	margin-top: 0px;
	}
.carousel-inner {
	height: 100%;
	}

.carousel-indicators li {
	width: 30px;
	height: 6px;
	background: RGBA(247, 179, 59, .5);
	border-radius: 0px!important;
	border: none!important;
	}

a.carousel-control span{
	font-size: 50px!important;
	}
	
.carousel-indicators li.active {
	width: 30px;
	height: 7px;
	background: RGBA(247, 179, 59, 1);
	padding: 0px;
    border: none!important;
	}

.fill {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0px;
}

.intro {
  display: table;
  width: 100%;
  height: 90vh;
  text-align: center;
  color: #ffffff;
}
.intro-body {
  display: table-cell;
  vertical-align: middle;
  padding: 160px 0;

}

/* =======================================  MEDIA */
@media (min-width: 767px) {

	.carousel-inner {
	  	height: 100%;
	  	z-index: -1;
		}
		
	.carousel,
	.item,
	.active {
	  	height: 100%;
		}
		
/*
	.fill {
	  	width: 100%;
	  	height: 100%;
	  	background-position: center center;
	  	background-size: cover;
		}
*/

	.content-section2 {
		padding-bottom: 80px;
		padding-top: 80px;
		}

	.content-section {
		padding-bottom: 200px;
		padding-top: 250px;
		}

	.download-section {
		padding: 100px 0;
		}
	}
	.navbar-nav>li>a {
		padding-bottom: 2px;
	}
/* =======================================  MEDIA END */

.content-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.btn {
  text-transform: uppercase;
  font-family: "alternate-gothic-no-1-d", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-default {
  border: 1px solid #999999;
  color: #444444;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #999999;
  outline: 0;
  color: #ffffff;
  background-color: #999999;
}
.btn-huge {
  padding: 25px;
  font-size: 26px;
}
.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons > li:last-child {
    margin-bottom: 0;
  }
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: 0 0;
}
img::-moz-selection {
  background: 0 0;
}
body {
  webkit-tap-highlight-color: RGBA(202, 76, 44, .5);
}
/* .container{overflow: hidden;} */

.img-centered {
	display: block;
    margin: 0 auto;
}
span.space{margin-left: -8px;}
/*======================= BACKGROUNDS STYLES  ========================*/

.beer_background{
	background: url("../images/beers/bg.png") repeat fixed;
}
.sub_back{
	background: url("../images/subscribe/sub_back.png") repeat;
}
.call_background{
	background: url("../images/contact/map.jpg") no-repeat center center fixed ;
	background-size: cover;
}
.contact-bg{
	background: RGBA(247, 182, 59, .2);
}
.brewery_background{
	background: #F9F3DB;
}
.team_background{
	background: url("../images/staff/team_bg.jpg");
}
.events_background{
	background: url("../images/staff/team_bg.jpg");
}
@media (max-width:480px){
	.call_background{
		background: RGBA(249, 243, 219, 1)!important;
	}
}
/*======================= SlIDES  STYLES  ========================*/
.fill.one{
	background: url("../images/slides/TaproomHours-d.jpg")!important;
}
.fill.two{
	background: url("../images/slides/HandS-GCB-d.jpg")!important;
}
.item .fill {  background-position: center center!important;
  background-size: cover!important;
}

/*======================= MOBILE SlIDES STYLES  ========================*/
@media (max-width: 480px){
	.fill.one{
		background: url("../images/slides/TaproomHours-m.jpg")!important;
	}
	.fill.two{
		background: url("../images/slides/HandS-GCB-m.jpg")!important;
	}
	.fill.one, .fill.two, .fill.three, .fill.four, .fill.five, .fill.six, .fill.seven{  background-position: top center!important;
	  background-size: cover!important;
	}

}
@media /* Retina Mobile Not Desktop */
	(max-width : 600px), and (-webkit-min-device-pixel-ratio : 1.5), and 
    only screen and (min-device-pixel-ratio : 1.5) {
	
		.fill.one{
			background: url("../images/slides/TaproomHours-m_2x.jpg")!important;
		}
		.fill.two{
			background: url("../images/slides/HandS-GCB-m_2x.jpg")!important;
		}
		.fill.one, .fill.two, .fill.three, .fill.four, .fill.five, .fill.six, .fill.seven{ background-position: center center!important;
		  background-size: cover!important;
		}
	}

/*=====================================================================*/
.dark{
	color: #333!important
}
.red{
	color: #CA4C2C!important;
}
.yellow{
	color: #F7B63B!important
}
.navy{
	color: #0E687D!important;
}
.light{
	color: #FAF4DC!important;
}
.btn-red{
	margin-top: 20px;
	background: #C6492D!important;
	font-size: 26px;
	padding: 10px 20px;
}

.quote{text-indent: -10px;}
.border-bottom{
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #FAF4DC;
}

.beerfind{
	z-index: 100;
/* 	margin-right: -30px; */
}
h3.beer-btn{margin-top: 20px;}
h3.beer-btn a:hover{
	color: #CA4C2C!important
}
.columns{
		-webkit-column-count: 0; /* Chrome, Safari, Opera */
	    -moz-column-count: 0; /* Firefox */
	    column-count: 0;

}
@media (min-width: 767px) {
	.columns{
		column-gap:40px;
		-moz-column-gap:40px; /* Firefox */
		-webkit-column-gap:40px; /* Safari and Chrome */
		
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;
	}
}

#portfolio.beer-container {margin-top:-100px;}
.portfolio-background,
.footer_background {background: #444444;padding-bottom: 200px;color: #fff;}



.information {margin-bottom: 80px;}
.thumbnail {
  background: rgba(0,0,0,.4);
  color: #999999;
  padding: 4px;
  overflow: hidden;
  border-radius: 0px;
  border: none!important;
  min-height: 460px;
  max-height: 460px;
}
.thumbnail .caption {color: #fff;padding: 0px;}
.thumbnail .caption p {padding: 14px;}

.thumbnail-header {
  background-size:cover!important;
  color: #fff;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  padding: 10px!important;
}

.thumbnail .caption img {
	margin: 0 auto .7em;
}
/*======================= Team Member photos  ========================*/

.thumbnail-header.member-one{
		background: url('../images/staff/gary.jpg') no-repeat center center;
		  padding: 10px!important;

}
.thumbnail-header.member-two{
		background: url('../images/staff/caton.jpg') no-repeat top center;
		padding: 10px!important;

}
.thumbnail-header.member-rocky{
		background: url('../images/staff/Rocky-Presley.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-four{
		background: url('../images/staff/Kim-Taber.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-elle{
		background: url('../images/staff/Elle-Grunwald.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-jess{
		background: url('../images/staff/Jess-Durkin.jpg') no-repeat center center;
		padding: 10px!important;
}

.thumbnail-header.member-five{
		background: url('../images/staff/Paul-Sirmon.jpg') no-repeat top center;
		padding: 10px!important;
}
.thumbnail-header.member-six{
		background: url('../images/staff/Erik-Jensen.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-seven{
		background: url('../images/staff/Wes-Amick.jpg') no-repeat top center;
		padding: 10px!important;
}
.thumbnail-header.member-eight{
		background: url('../images/staff/Clayton-Luyanda.jpg') no-repeat top center;
		padding: 10px!important;
}
.thumbnail-header.member-nine{
		background: url('../images/staff/johnny.jpg') no-repeat top center;
		padding: 10px!important;
}
.thumbnail-header.member-ten{
		background: url('../images/staff/brian-burton.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-eleven{
		background: url('../images/staff/Tyler-Cullender.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-twelve{
		background: url('../images/staff/Heather-Larson.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-thirteen{
		background: url('../images/staff/Lane-Joseph.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-14{
		background: url('../images/staff/Cass-Clements.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-15{
		background: url('../images/staff/Jonny-Daylett.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-16{
		background: url('../images/staff/Chris-Padron.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-17{
		background: url('../images/staff/Tim-Gwartney.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-18{
		background: url('../images/staff/Shawn-Kidwell.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-19{
		background: url('../images/staff/Josslyn-Mann.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-20{
		background: url('../images/staff/Randall-Crews.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-21{
		background: url('../images/staff/Jon-Pels.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-mike{
		background: url('../images/staff/Mike-Smith.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-ben{
		background: url('../images/staff/Ben-Wood.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-matt{
		background: url('../images/staff/Matt-Bowles.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-katie{
		background: url('../images/staff/Katie-Caylor.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-male{
		background: url('../images/staff/male.jpg') no-repeat center center;
		padding: 10px!important;
}
.thumbnail-header.member-female{
		background: url('../images/staff/female.jpg') no-repeat center center;
		padding: 10px!important;
}

h1.team-member-name{
	margin-top: 15px;
	font-size: 45px;
	margin-bottom: -20px;
	letter-spacing: 0;
}
p.title{
	font-style: italic;
	color: #F7B63B!important;
	margin: .5em auto 0;
	line-height: 100%;
}
p.team-desc{
	margin-top: -10px;
	line-height: 1.3em;
	font-size: 18px!important;
}
.hide{display: none;}

/*======================= Subscription Form  ========================*/
form.subscribe {
	padding-top: 14px;
	color: #CA4C2C;
}
.field-group{
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
}
.field-group.medium-field input{
	width: 100%;
}
button.yellow{
	padding-left: 22px;
	margin-top: 1px!important;
}

@media (max-width: 767px) {
	img.subscribe{
		display: block;
		width: 75%;
		margin: 0 auto;
		left: -40px;
	}
	img.ali{
		display: block;
		width: 90%;
		left: -40px;
	}
	.medium-field{
		width: 100%!important
	}
	section{
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
}
.medium-field.margin-left{
	margin-left: 0px!important;
	float: left;
}
.field-group input{
	background: RGBA(250, 244, 221, 1);
	border: none;
	padding: 5px 10px;
}

.large-field {
	width: 80%;
}
.large-field input{
	width: 108%;	
}
@media (min-width: 767px) {
	.field-group{
		float: left;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	
	.field-group.medium-field{
		width: 47%;
	}
	.medium-field.margin-left{
	margin-left: 10px!important;
	float: left;
	}
	
	.large-field {
	width: 80%;
	}
	.large-field input{
		width: 108%;	
	}
	button.yellow{
		padding-left: 70px;
		margin-top: 1px!important;
	}
}

@media (min-width: 1200px) {
	button.yellow{
		padding-left: 30px;
		margin-top: 1px!important;
	}
}
::-webkit-input-placeholder { color:#333; }
::-moz-placeholder { color:#333; } /* firefox 19+ */
:-ms-input-placeholder { color:#333; } /* ie */
input:-moz-placeholder { color:#333; }


/*======================= Beer ITEMS  ========================*/
#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  top: 38%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff; /*Change COLOR OF + Sign in Portfolio*/

}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

/* MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */
#menu p {color: rgba(255,250,229,1) /* cream */; text-align: center;line-height: 1.2em;}

/*================= Beer MODAL ================*/
 .modal-content.textured {
	 background:url("../images/texture4.png") repeat;
}

.portfolio-modal .modal-content {
  padding: 50px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background:url("../images/texture2.png") fixed, rgba(0,0,0,.7);
  color: #fff;
}

.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
  margin-bottom: 0px;
  font-weight: 300;
}
.portfolio-modal .modal-content p {
  font-weight: 300;
}
.portfolio-modal .modal-content strong {
	color: #F7B33B!important
}

.portfolio-modal .modal-content img.can {
	margin-top: 50px;
	-moz-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
}

.portfolio-modal .modal-content img.can:hover {
	margin-top: 20px;
}

.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
  font-size: 18px;
}

.supporters {padding: .5em;}
.supporters h2 { border-bottom: 1px solid #fdb71a; /* gold */}
.supporters p{
	font-size: 16px!important;
	line-height: 23px!important;
	margin-bottom: 3px!important;
}

@media (min-width: 767px) {
	.portfolio-modal .modal-content {
	  padding: 10% 0;
	  min-height: 100%;
	  border: 0;
	  border-radius: 0;
	  text-align: center;
	  background-clip: border-box;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  background:url("../images/texture2.png") fixed, rgba(0,0,0,.7);
	  color: #fff;
	  }

}


.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
  z-index: 11000;

}
.portfolio-modal .close-modal:hover {
	background-color: #CA4C2C;
}
.portfolio-modal .close-modal .lr {
  z-index: 1051;
    z-index: 2000;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: RGBA(247, 182, 59, 1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
    z-index: 2000;
  height: 75px;
  background-color: RGBA(247, 182, 59, 1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: fixed;
}

.btn-close {
	background: transparent;
	color: #F9F3DB;
	font-size: 16px;
	border: 1px solid #F9f3db;
}
.btn-close:hover{
	border: 1px solid #C6492D;
	color: #C6492D;
}

/*================= CONTACT FORM LABELS ================*/
section.contact1 {padding-bottom: 3em;}
section.contact2 {padding-top: 3em;}

.btn-outline {
  margin-top: 15px;
  border: solid 2px #fff;
  font-size: 20px;
  color: #fff;
  background: 0 0;
  transition: all 0.3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  border: solid 2px #fff;
  background: #fff;
}

.form-group .btn {background: transparent;color: #999999;margin-top: 30px;float: right;padding: 0px;padding-right: 5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.form-group .btn:hover {padding-right: 0px!important;}

.border{
	border: 1px solid red;
}

ul.form-list li{
	display: inline-block;
	width: 50%;	
}
.floating-label-form-group {
  position: relative;
  margin-bottom: -15px;
  padding-bottom: .5em;
  margin-top: 35px;
  margin-left: 20px;
  background: #FAF4DD;
}
.floating-label-form-group input,
.floating-label-form-group submit,
.floating-label-form-group textarea {
  z-index: 12;
  padding-right: 0;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.5em;
  background: 0 0;
  box-shadow: none!important;
  resize: none;
  color: #CA4C2C;
  width: 100%;
  height: 100%;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: .85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top .3s ease,opacity .3s ease;
  -moz-transition: top .3s ease,opacity .3s ease;
  -ms-transition: top .3s ease,opacity .3s ease;
  transition: top .3s ease,opacity .3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
  text-align: left;
}
.floating-label-form-group-with-focus label {
  color: RGBA(247, 179, 59, 1);
  text-align: left;
}
span.success{
	font-size: 1em;
	font-family: "alternate-gothic-no-1-d";
	color: #0E687D!important;
}
form .row:first-child .floating-label-form-group {
  /*    border-top: 1px solid #eee;
*/
}
@media (max-width:480px){
	.mobile-full{
		width: 100%!important;
		margin-left: -15px!important;
	}
}



.error{
	position: relative;
	vertical-align: bottom;
	color: red;
	bottom:-20px!important;
}
.social-media{
	margin-top: -20px;
}
a.btn-social {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  z-index: 1000;
}
a.btn-social:hover {
	opacity: .4;
}

.list-inline li a i{
	display: block;
	width: 100%;
	height: 50px;
}
.list-inline li a.untapped img{
	vertical-align: top!important;
	padding-top: 3px;
}
.scroll-top {
  z-index: 1049;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  background: transparent;
}
.scroll-top .btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
}
.scroll-top .btn:focus {
  outline: 0;
}

h3.address{
	margin-bottom: 5px;
}

.texture_checkage{
	height: 100vh;
	background: url("../images/texture3.png") repeat;
}
body.checkage form {
	width: 340px;
	position: relative;
	margin: 0 auto;
}
body.checkage form input{
	border: none!important;
}
legend{display: none;
	border:none;
}
fieldset{border: none;}
@media {min-width: 768px }{
	input.question{
		color: #C6492D!important;
		background: transparent;
		width: 20%;
		display: inline-block;
		font-size: 2em;
		text-align: right;
		font-family: "alternate-gothic-no-1-d";
		cursor: pointer!important;
	}
}

input.question{
	color: #C6492D!important;
	background: transparent;
	width: 10%;
	display: inline-block;
	font-size: 1.2em;
	text-align: right;
	font-family: "alternate-gothic-no-1-d";
	cursor: pointer!important;
	border: none!important;
}
input.question:hover{
	color: #F7B33B!important;
}
img.old{
	padding-top: 10%;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* Yep! */
  width: 48%;
  height: 59%;
}

.g-recaptcha {
	margin-left: 40px;
	margin-top: 40px;
	
}

/* Work Hard Section MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */
.quote_background {overflow: hidden;background: url('../images/van.jpg') no-repeat center center fixed!important;}
.quote_background h2 { text-transform: uppercase; }

/* Footer MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */
.footer {background: url("../images/contact/map.jpg") center center no-repeat fixed; background-size:cover;padding-top: 5em; padding-bottom: 5em;}
.footer p, .footer h3, .footer a {color:rgba(0,102,125,1); /* blue */ padding-left: 2em;padding-right: 2em; margin: 0;}
.footer ul li a {color: rgba(0,102,125,1); /* blue */}
.footer p a:hover {background:rgba(253,183,26,1) /* gold */;}

/* Custom CSS 08.07.2018 */

.hiddenDiv {
	display: none;
}

.visibleDiv {
	display: block;
}

@-webkit-keyframes fadeIn { from { opacity:1; } to { opacity:0; } }
@-moz-keyframes fadeIn { from { opacity:1; } to { opacity:0; } }
@keyframes fadeIn { from { opacity:1; } to { opacity:0; } }

.alertBox{
  opacity:1;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
  
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-delay: 5s;
}

.mobilize {
	margin-top: 72px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}