/*css docs*/
/* @import url('fonts.css'); */
@import url('font-sofia-pro.css');
html,body {
    background: #fff none repeat scroll 0 0;
    color: #666666;
    font-family: "SofiaPro";
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
    transition-duration: 0.5s;
    height:100%;

}
body.normal-page{
	height:auto;
}
.fw-700{
	font-family: 'SofiaPro';
    font-weight: 900;
}
.fw-500{
	font-family: 'SofiaPro';
    font-weight: 600;
}
.fw-400{
	font-family: 'SofiaPro';
    font-weight: 300;
}
.fw-300{
	font-family: 'SofiaPro';
    font-weight: normal;
}

*:hover,a, a:hover ,a:active, a:focus{
    text-decoration: none;
    transition-duration: 0.5s;
}
p, ul > li {
	font-family: "SofiaPro";
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
    margin: 0;
    /*padding: 10px 0; */
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 15px 0;
}
.spacer {
    padding-top: 30px;
}
.bg-saffron{
	background: #faaf3b;
}
.bg-cyan{
	background: #00a89c;
}
.bg-dkblue{
	background:#192745;
}
.bg-orange{
	background:#f18948;
}
.text-dkblue{
	color:#192745;
}
.text-white{ color: #EEE; }
.text-black{ color: #333;  }
.margin-top-20{ margin-top: 20px; }
.margin-top-40{ margin-top: 40px; }
.margin-top-60{ margin-top: 60px; }
.form-group input,.form-group select,.form-group textarea{
	border-radius:0;
	border:1px solid #aaa;
	box-shadow: none
}
.form-group input:active,.form-group input:focus,.form-group select:active,.form-group select:focus,.form-group textarea:active,.form-group textarea:focus{
	border:1px solid #192745;
	box-shadow: none;
}
.my-submit{
	background: #192745;
	border-radius: 0;
	border:2px solid transparent;
	color:#fff;
	font-size:18px;
	padding: 10px 30px;
}
.my-submit:hover,.my-submit:active,.my-submit:focus{
	background:#fff;
	border:2px solid #192745;
	color:#192745;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}
/*header style*/
header {
    padding: 10px 0;
    position: fixed;
    z-index: 99999;
    background: rgba(0,0,0,0.7); 
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.8);
}
.my-navbar{
	border:none;
	background:none;
	margin-bottom: 0;
}
.logo{
	padding: 0;
}
.logo img{
	margin:0 auto;
}
.myMenu ul li{
	position:relative;
}
.myMenu ul li:after,.myMenu ul li:last-child:after{
	position: absolute;
	content: '';
	background: #666666;
	width:1px;
	height:15px;
	top:40%;
	right:0;
}
.myMenu ul li:last-child:after{
	background: transparent;
}
.myMenu ul li a.active{
	color:#f27221;
}
.dropdown-menu {
	background: #9d005d;
	border: none;
	border-radius: 0;
	top: 60px;
	min-width: 480px;
	padding: 15px 10px;
}
.dropdown-menu:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(157, 0, 93, 0);
	border-bottom-color: #9d005d;
	border-width: 15px;
	margin-left: -215px;
}
.dropdown-menu-sm {
	background: #9d005d;
	border: none;
	border-radius: 0;
	top: 60px;
	min-width: 180px;
	padding: 15px 10px;
}
.dropdown-menu-sm:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(157, 0, 93, 0);
	border-bottom-color: #9d005d;
	border-width: 15px;
	margin-left: -76px;
}
.dropdown-menu li:after,.dropdown-menu li:last-child:after{
	background:none !important;
	width:0;
	height:0;
}
.dropmenu-left{
	float:left;
	width:220px;
	padding-right:15px;
	border-right:1px dotted #000;
}
.dropmenu-left ul,.dropmenu-right ul{
	padding:0;
	list-style:none;
}
.dropmenu-left ul li{
	position:relative;
	float:left;
	width:50%;
}
.dropmenu-right ul li{
	position:relative;
	display: block
}
.dropmenu-left ul li a,.dropmenu-right ul li a{
	display: block;
	color:#fff;
	font-size:14px;
	padding: 5px;
	cursor:default;
}
.dropmenu-left ul li a span,.dropmenu-right ul li a span{
	display: block;
	font-size:10px;
}
.dropmenu-left ul li a:hover,.dropmenu-right ul li a:hover{
	color:#fff;
}
.dropmenu-right{
	float:left;
	width:230px;
	padding-left: 15px;
}
.dropmenu-left,.dropmenu-right{
	color:#fff;
	margin-bottom:10px;
}
.explore{
	padding:5px;
}
.explore a{
	/*display: block;*/
	color:#fff;
}
.explore a i{
	font-size: 10px;
}
.explore a:hover{
	color:#f27221;
}
.explore a:hover >i{
	color:#f27221;
	padding-left:5px;
}
/*header style*/

/*homepage*/
/*banner*/
.sildeshow{
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.owl-caption {
    position: absolute;
    width: 500px;
    color: #EEE;
    height: auto;
	background: rgba(0,0,0,0.7);
    padding: 10px 20px 25px 20px;
}
.caption-right{
	top: 250px;
	right: 100px;
}
.caption-left{
	top: 250px;
	left: 100px;
}
.owl-caption h2{
	padding-bottom:5px;
	font-size: 25px;
}
.owl-caption h3{
	padding-top:0;
}
.owl-caption p{
	font-size: 12px;
}
/*eof banner*/
section{ height: 100% }
.caption{
	display:table;
	width:100%;
	height:100%;
	padding-top: 8%;
}
.caption-text{
	color:#fff;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	padding: 20px 30px;
}
.caption-text p{
	padding: 5px;
}

.caption-text h1{
	font-size:48px;
}
.caption-text img{
	margin: 20px;
	-webkit-perspective: 1000;
  	-moz-perspective: 1000;
  	-o-perspective: 1000;
  	perspective: 1000;
  	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.caption-text img.swirl:hover{
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	
}
.caption-text a{
	display: block;
	color:#333;
	font-size:20px;
	width: 50%;
	margin: 5px auto;
}
.caption-text a:hover{
	opacity:0.6;
}
.video-section{
	background: #000 url('../img/video.jpg') no-repeat scroll center center / cover;
	height:100%;
}
.video-block{
	background: #000;
	height:100%;
}
.video-caption{
	display:table;
	width:100%;
	height:100%;
}
.video-caption-text{
	color:#fff;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
}
.video-caption-text img{
	width:200px;
	height:auto;
	position: relative;
	z-index: 9999;
}

.caption-text p span{
	color:#fab443;
}
/*eof lab*/


/*yard*/
.yard-section{
	background: #f1a83f url('../img/yard.jpg') no-repeat scroll center center / cover;
	height:100%;
}
.yard-block{
	float:right;
	background: rgba(241,168,63,0.6);
	height:100%;
}
.yard-caption{
	display:table;
	width:100%;
	height:100%;
}
.yard-caption-text{
	color:#333;
	display:table-cell;
	text-align:center;
	vertical-align: middle
}
.yard-caption-text h1{
	font-size:48px;
}
.yard-caption-text p{
	padding: 0px 45px;
	text-align:left;
}
/*eof yard*/

/*career*/
.career-section{
	background: #f1a83f url('../img/careers.jpg') no-repeat scroll center center / cover;
	height:100%;
	position: relative;
}
.career-block{
	position: absolute;
	width: 50%;
	height: auto;
	left: 25%;
	bottom: 0;
	display: table;
}
.career-options{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	height: 150px;
	cursor:pointer;
}
.career-options a{
	font-size: 30px;
	display: block;
	text-align: center;
	color: white;
}
.career-options a:hover{
	color:#000;
	opacity:0.5;
}
/*eof career*/
/*contact*/
.contact-section{
	background: #fff;
	height:100%;
	position: relative;
	padding: 120px 0 0 0;
}
.contact-form{
	padding: 0px;
}
.contact-form small {
    font-size: 10px;
    display: block;
}
.address{
	padding:30px 0;
}
.address address{
	font-size: 14px;
	color:#192745;
}
.address address a{
	color:#192745;
}
.address address a:hover{
	color:#000;
	opacity:0.5;
}
footer{
	/* margin-top: 50px; */
	padding:20px 0;
	position: relative;
	width:100%;
	left:0;
	bottom:0px;
}
footer p a i {
    font-size: 13px !important;
    padding: 5px;
    margin-right: 5px;
    border: 1px solid #EEE;
    border-radius: 5px;
    width: 27px;
    text-align: center;
    color:#fff;
}
footer p a:hover i{
	color:#fff;
}
footer p {
  font-size: 16px;
  margin: 0px 10px 0 0;
  color:#FFF;
  font-weight: normal;
  display: block;
}
footer img {
  width: 80px;
}
footer ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
footer ul li{
	display: inline-block;
}
footer ul li a{
	display: block;
	color: #fff;
	padding: 10px 15px 0 0;
}
footer ul li a:hover,footer ul li a:active,footer ul li a:focus{
	text-decoration: none;
}
/*eof contact*/
/*homepage*/
.mobile-menu{
	/*height:100%;*/
	background:transparent; 
	padding:0;
	display: none;
	box-shadow: none;
}
.mobile-menu .mobile-logo{
	display: none;
	padding:10px;
	width: 222px;
}
.mobile-menu.active{
	height:100%;
}
.mobile-menu.active .mobile-logo,.mobile-menu.active .mobile-menu-list{
	display:block;
}
.mobile-menu.active{
	background:#fff;
	display: block;
}
.mobile-menu-list{
	padding:10px 0 0 0;
	list-style: none;
	display: table;
	width: 100%;
	height: 100%;
	display: none;
}
.mobile-menu-list li{
	position:relative;
	display: block;
	vertical-align: middle;
	text-align: center;
}
.mobile-menu-list li a{
	display: block;
	padding: 10px;
	color:#000;
	font-size:20px;
	text-align: center
}
.mobile-menu-list li a:hover{
	color:#d3531a;
}
#nav-icon1{
  	width: 34px;
	height: auto;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
  	float: right;
  	margin: 5px 5px 5px 5px;
}

#nav-icon1 span{
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #EA722B;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.mobile-menu.active #nav-icon1 span{
	background: #EA722B !important;
}
.mobile-menu.active #nav-icon1{
	margin-top:10px;
}
#nav-icon1 span:nth-child(1) {
  top: 6px;
}

#nav-icon1 span:nth-child(2) {
  top: 16px;
}

#nav-icon1 span:nth-child(3) {
  top: 27px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*innerpages*/
/*about*/
.about-section{
	background: #303d86 url('../img/about/about-banner.jpg') no-repeat scroll center center / cover;
	height:100%;
}
.about-block{
	/*background: rgba(90, 25, 70, 0.8);*/
	height:100%;
}
.about-caption{
	display:table;
	width:100%;
	height:100%;
}
.about-caption-text{
	color:#fff;
	display:table-cell;
	text-align:center;
	vertical-align: middle
}
.cover{
	padding:50px;
}
.modal{
	z-index: 999999;
}
.modal-backdrop{
	z-index: 99999;
}
.my-modal{
	margin-top:140px;
}
.my-modal .modal-content{
	border-radius: 0;
	background: #491e3b;
}
.my-modal-content{
	min-height: 250px;
	padding:0;
}
.my-modal-content .person-profile{
	background: #f6921e;
	min-height: 250px;
	padding:30px 15px;
	color:#fff;
}
.person-profile {
	position: relative;
	background: #f6921e;
	border: 1px solid #f6921e;
}
.person-profile h4{
	padding:5px;
	font-size: 24px;
}
.person-profile p{
	font-size: 14px;
}
.person-profile img{
	width:250px;
	display:block;
	margin:20px auto;
}

.person-profile:after, .person-profile:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.person-profile:after {
	border-color: rgba(246, 146, 30, 0);
	border-left-color: #f6921e;
	border-width: 20px;
	margin-top: -20px;
}
.person-profile:before {
	border-color: rgba(246, 146, 30, 0);
	border-left-color: #f6921e;
	border-width: 21px;
	margin-top: -21px;
}
.person-desc{
	position:relative;
	padding:20px 15px 0;
	
}
.teams p.profile, .teams img.profile{ display: none; }

.profile p{
	padding:5px 20px;
	color:#fff;
	text-align: justify;
	font-size: 12px;
	/*! overflow-y: scroll; */
	line-height: 16px;
}
.person-desc .close{
	display: block;
	width:50px;
	height:50px;
	color:#f6921e;
	text-align:center;
	opacity:1;
}
.person-desc .close span{
	font-size: 20px;
}
div.member{ cursor: pointer; }
/*orgin*/
.orgin-section{
	background: #303d86 url('../img/about/orgin-banner.jpg') no-repeat scroll center center / cover;
	height:100%;
}
.orgin-block{
	background: rgba(90, 25, 70, 0.8);
	height:100%;
	float:right;
}
.orgin-caption{
	display:table;
	width:100%;
	height:100%;
}
.orgin-caption-text{
	color:#fff;
	display:table-cell;
	text-align:center;
	vertical-align: middle
}
/*expertise*/
.expertise-section{
	background: #303d86 url('../img/about/expertise-banner.jpg') no-repeat scroll center center / cover;
	height:100%;
}
.expertise-block{
	background: rgba(38, 58, 89, 0.8);
	height:100%;
	float:left;
}
.expertise-caption{
	display:table;
	width:100%;
	height:100%;
}
.expertise-caption-text{
	color:#fff;
	display:table-cell;
	text-align:center;
	vertical-align: middle
}
/*awards section*/
.awards-section{
	padding:70px 0;
}
.awards-img img{
	margin:15px auto;
}
.award-img-section{
	height:370px;
	overflow:auto;
	position: relative;
	width:100% !important;
}
/*.award-img-section:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1) 90%);
    width: 100%;
    height: 4em;
}
.award-img-section:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0) 90%);
    width: 100%;
    height: 2em;
}*/
/*eof awards*/

/*management*/
.management-section{
	padding-top: 70px;
	height:100%;
}
.management-block{
	height:100%;
	float:left;
}
.management-caption{
	display:table;
	width:100%;
	height:100%;
}
.management-caption-text{
	color:#fff;
	display:block;
	text-align:center;
	vertical-align: middle;
	width:100%;
}
.teams{
	display:table;
	width:100%;
	height:100%;
	color:#fff;
}
.teams img{
	display:block;
	text-align:center;
	vertical-align: middle;
	width:200px;
	height:auto;
	position: relative;
	z-index: 9999;
	margin: 70px auto 10px auto;
}
.teams div{
	display:table-cell;
	min-height: 400px;
}
.teams p{
	display:block;
	text-align:center;
	vertical-align: middle;
	margin-bottom: 0;
}
/*management*/
/*news section*/
.news-section{
	padding-top:70px;
	color:#fff;
}
.news-block{
	background: #303d86 url('../img/about/news-section.jpg') no-repeat scroll center center / cover;
	height:100%;
	padding: 0;
}
.events-block{
	padding: 0;
}
.block-heading{
	background: rgba(90, 25, 70, 0.8);
}
.block-heading h1{
	font-size: 50px;
}
.block-heading h4 {
    font-size: 15px;
    padding: 26px 110px;
}
.event-tab{
	padding-top: 50px;
}
.event-list{
	width: 18%;
	float: left;
	padding: 20px;
}
.event-list ul{
	position: relative;
	list-style: none;
	padding: 0;
}
.event-list ul li{
	display: block;
}
.event-list ul li a{
	display: block;
	padding: 10px 5px;
	color: #aaa;
	cursor:pointer;
}
.event-list ul li a.active{
	display: block;
	padding: 10px 5px;
	color: #000;
}
.event-list ul li a:hover{
	color: #000;
}
.event-content{
	width: 65%;
	float: left;
	padding: 10px;
}
.event-tabcontent{
	height: 450px;
	width:100% !important;
}
.news-list{
	color:#000;
	min-height: 100px
}
.news-list img{
	float:left;
	width:20%;
	/*! height:auto; */
}
.news-content{
	float:left;
	width: 80%;
	padding: 5px;
}
.news-content-full{
	width:100%;
}
.news-content h4,.news-content-full h4{
	padding: 0 0 5px 0;
	font-size: 14px;
}
.news-content p,.news-content-full p{
	margin-bottom: 0;
	font-size: 12px;
}
/*eof news section*/
/*eofabout*/

/*career*/
.career-banner{
	padding-top:70px;
	position: relative;
}
.big-tab{
	padding:40px 0;
	color:#fff;
}
.big-tab.harley{
	color:#000;
}
.career-footer{
	position:relative;
}
/*eof career*/
/*gallery*/
.gallery-banner{
	padding-top:70px;
	position: relative;
}
.gallery-banner .overlay{
	background: rgba(9, 146, 123, 0.71);
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index: 999;
	color:#fff;
}
.gallery-banner .overlay .overlay-content{
	width:60%;
	margin:10% auto;
	text-align:center;
}
.gallery-heading{
	padding:80px 0 10px 0;
	color:#F17120;
	margin-top: 72px;
}
.gallery-images{
	line-height: 0;
	-webkit-column-count: 2;
	-webkit-column-gap: 0px;
	-moz-column-count: 2;
	-moz-column-gap: 0px;
	column-count: 2;
	column-gap: 0px;
}
.gallery-block{
	position: relative;
	width: 60%;
	height: auto;
	display: table;
	margin: 0 auto;
}
.gallery-options{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	height: 150px;
	cursor:pointer;
}
.gallery-options a{
	font-size: 30px;
	display: block;
	text-align: center;
	color: white;
}
.gallery-options a:hover{
	color:#000;
	opacity:0.5;
}
.imgs{
	position: relative;
	overflow:hidden;
}
.imgs img {
    width: 100% !important;
    height: auto !important;
    padding: 5px;
}
/*eof gallery*/

/*gourmet*/
.gourmentBanner-section{
	background: #f1a83f url('../img/gourmet/banner.jpg') no-repeat scroll center center / cover;
	height:100%;
}
.gourmentBanner-block{
	background: rgba(18, 22, 95, 0.4);
	height:100%;
}
.gourmentBanner-caption{
	display:table;
	width:100%;
	height:100%;
}
.gourmentBanner-caption-text{
	color:#fff;
	display:table-cell;
	text-align:center;
	vertical-align: middle
}
.gourmentBanner-caption-text h1{
	font-size:54px;
}
/*eof gourmet*/
/*pureCoffee*/
.pureCoffee-section{
	background: #f37221;
	height:100%;
}
.pureCoffee-block{
	background: #f37221;
	height:100%;
}
.pureCoffee-caption{
	display:table;
	width:100%;
	height:100%;
}
.pureCoffee-caption-text{
	color:#fff;
	display:table-cell;
	text-align:center;
	vertical-align: middle
}
.pureCoffee-caption-text h1{
	font-size:48px;
}
.pureCoffee-caption-text p{
	padding-top:120px;
}
.pureCoffee-section .caption-text ul{
	margin: 20px;

}
.pureCoffee-section ul > li {
    background: rgba(0,0,0,0.6);
    display: block;
    margin-bottom: 3px;
    padding: 2px 5px;
    list-style-type: initial;
    list-style: outside;
    border-left: #D1AC91 1px solid;
    border-bottom: #C09576 1px solid;
    width: 95%;
 }
/*eof pureCoffee*/
/*aerpress*/

section.brew-it-right{
	/*background: #f1a83f url('../img/gourmet/generic.jpg') no-repeat scroll center 70px / 100%;*/
	height:100%;
	color:#fff;	
}
section.brew-it-right .caption{
	display:table;
	width:100%;
	height:100%;
}
section.brew-it-right .caption-text{
	color:#fff;
	display:table-cell;
	text-align:left;
	vertical-align: middle;
}
section.brew-it-right .caption-text h1{
	font-size:48px;
	padding: 15px 60px;
}
section.brew-it-right .caption-text p{
	padding:30px 40px;
	text-align: justify;
}
section.brew-it-right .caption-text .text-bg{
	background: rgba(0,0,0,0.4);
	padding: 20px 10px 20px 20px; /* 20px 40px 40px 40px; */
}
.suited{ 
	color: #CCC; 
	text-align: center !important;
	float:right;
	font-size:14px;
	position: absolute;
    bottom: 75px;
}
section.brew-it-right .caption-text .suited.align-right{ right: 20px; }
section.brew-it-right .caption-text .suited.align-left{ left: 20px; }
.suited a{ color: #CCC; }
.suited a:hover{ color: #F17120; }
.suited img {
    width: 57px;
    margin: 5px;
}
/*aeropress*/
/*frenchpress*/
.frenchPress-section{
	background: #f1a83f url('../img/gourmet/frenchpress.jpg') no-repeat scroll 0px center / cover;
	height:100%;
	color:#333;
}
.frenchPress-block{
	float:right;
	height: 100%;
}
.frenchPress-caption{
	display:table;
	width:100%;
	height:100%;
}
.frenchPress-caption-text{
	color:#333;
	display:table-cell;
	text-align:left;
	vertical-align: middle;
	padding: 0 120px
}
.frenchPress-caption-text h1{
	font-size:48px;
}
.frenchPress-caption-text p{
	padding-top:60px;
}
.frenchPress-caption-text .suited{
	float:right;
	color:#333;
	font-size:12px;
}
.frenchPress-caption-text .suited img {
    width: 30px;
    margin: 5px;
}
.frenchPress-caption-text .align-right{
	float: right;
}
/*frenchpress*/
/*chemax*/
.chemax-section{
	background: #f1a83f url('../img/gourmet/chemax.jpg') no-repeat scroll 0px center / cover;
	height:100%;
	color:#333;
}
.chemax-block{
	float:left;
	height: 100%;
}
.chemax-caption{
	display:table;
	width:100%;
	height:100%;
}
.chemax-caption-text{
	color:#333;
	display:table-cell;
	text-align:left;
	vertical-align: middle;
	padding: 0 120px
}
.chemax-caption-text h1{
	font-size:48px;
}
.chemax-caption-text p{
	padding-top:60px;
}

/*chemax*/
/*mokapot*/
.mokapot-section{
	background: #f1a83f url('../img/gourmet/mokapot.jpg') no-repeat scroll 0px center / cover;
	height:100%;
	color:#333;
}
.mokapot-block{
	float:right;
	height: 100%;
}
.mokapot-caption{
	display:table;
	width:100%;
	height:100%;
}
.mokapot-caption-text{
	color:#333;
	display:table-cell;
	text-align:left;
	vertical-align: middle;
	padding: 0 120px
}
.mokapot-caption-text h1{
	font-size:48px;
}
.mokapot-caption-text p{
	padding-top:60px;
}
.mokapot-caption-text .suited{
	float:right;
	color:#000;
	font-size:12px;
}
.mokapot-caption-text .suited img {
    width: 30px;
    margin: 5px;
}
.mokapot-caption-text .align-right{
	float: right;
}
/*mokapot*/
/*indian*/
.indian-section{
	background: #f1a83f url('../img/gourmet/indian.jpg') no-repeat scroll 0px center / cover;
	height:100%;
	color:#333;
}
.indian-block{
	float:right;
	height: 100%;
}
.indian-caption{
	display:table;
	width:100%;
	height:100%;
}
.indian-caption-text{
	color:#333;
	display:table-cell;
	text-align:left;
	vertical-align: middle;
	padding: 0 120px
}
.indian-caption-text h1{
	font-size:48px;
}
.indian-caption-text p{
	padding-top:60px;
}
.indian-caption-text .suited{
	float:right;
	color:#000;
	font-size:12px;
}
.indian-caption-text .suited img {
    width: 30px;
    margin: 5px;
}
.indian-caption-text .align-right{
	float: right;
}
/*indian*/

/*tasting*/
.tasting-banner{
	padding-top:70px;
	position: relative;
}
.tasting-banner .overlay{
	background: rgba(73,39,59,0.3);
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index: 999;
	color:#fff;
}
.tasting-banner .overlay .overlay-content{
	width:30%;
	margin:20% 10% 10%;
	text-align:left;
}
.overlay-content h1{
	font-size:32px;
	padding-bottom:0;
}
.overlay-content p{
	font-size:26px;
	padding-bottom:0;
}
.tasting-heading{
	padding:20px 0;
	margin-bottom: 50px;
	color:#fff;
}
.tasting-images{
	line-height: 0;
	-webkit-column-count: 2;
	-webkit-column-gap: 0px;
	-moz-column-count: 2;
	-moz-column-gap: 0px;
	column-count: 2;
	column-gap: 0px;
}
.imgs{
	position: relative;
	overflow:hidden;
}
.imgs img {
    width: 100% !important;
    height: auto !important;
    padding: 5px;
}
.tasting-section{
	background:url('../img/tasting/tasting-section.jpg') no-repeat scroll center center;
	height:100%;
	color:#fff;
}
.tasting-section-overlay{
	background: rgba(5, 14, 81, 0.73);
	/*!  */
}
.tasting-section-content{
	padding:15% 60px;
}
.upcoming-events{
	padding:30px 0;
}
.tasting-section ul.process-items{
	list-style: none;
	margin:-85px 0 0 0;
	padding:0;
}
.tasting-section ul.process-items li{
	float: left;
	display: table;
	width:12.444444%;
	min-height: 85px;
	/*! height: 100%; */
	padding: 25px 13px;
}
.tasting-section ul.process-items li:nth-child(1){
	background: #102649;
}
.tasting-section ul.process-items li:nth-child(2){
	background: #491e3b;
}
.tasting-section ul.process-items li:nth-child(3){
	background: #514152;
}
.tasting-section ul.process-items li:nth-child(4){
	background: #c6b198;
}
.tasting-section ul.process-items li:nth-child(5){
	background: #f27221;
}
.tasting-section ul.process-items li:nth-child(6){
	background: #40bca8;
}
.tasting-section ul.process-items li:nth-child(7){
	background: #59624e;
}
.tasting-section ul.process-items li:nth-child(8){
	background: #383f2f;
}
.tasting-section ul.process-items li p{
	text-align: center;
	color:#fff;
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	cursor:pointer;
}
.upcoming-events h1{
	padding-top: 80px;
	color:#491e3b;
}
.upcoming-list{
	background: #aaa;
	min-height:150px;
	margin-bottom:30px;
}
/*eof tasting*/
/*eof innerpages*/
/*blend*/
.blend-banner{
	position: relative;
	padding:50px 0 0;
	background: #5a324d;
}
.blend-tab{
	padding: 20px;
	margin: 80px 0 40px;
	background: #C6B198;
}
.blend-tab-content{
	display: table;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	margin: 0 auto;
	/*! font-weight: normal; */
}
.blend-tab-img{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
.blend-tab-link{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 100%;
	padding-left: 30px;
	/*! font-size: 25px; */
}
.blend-tab.active{
	background: #351728;
}
.blend-tab-content img{
	width: 80px; 
	float: left;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}
.blend-tab a{
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight:600;
	line-height: 24px;
}
h3.blend-range-head {
    font-weight: 600;
}
.coffee-range{
	display: table;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	margin: 0 auto;
}
.coffee-range-img{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
.coffee-range-img img{
	width: 118px;
	margin:10px;
}
.coffee-filters {
	position: absolute;
    width: 100%;
    display: block;
    margin: 0 auto;
    bottom: 0;
}
.coffee-filters ul{
	background: #272a4b;
	list-style: none;
	padding:20px;
	margin:0 auto;
	display: block;
}
.coffee-filters ul li{
	position: relative;
	float: left;
	width:20%;
}
.coffee-filters ul li div{
	display: block;
	min-height: 70px
}
.coffee-filters ul li img{
	display: block;
	margin:5px auto;
}
.coffee-filters ul li p{
	display: block;
	color:#fff;
	font-size:10px;
	text-align:center;
	margin:10px 0;
}
.classic-pride{
	background: #545d48; /* #59624e; */
	padding:80px 0 0;
	position:relative;
}
.pride-full{
	display: table;
	width:100%;
	height:100%;
}
.pride-block{
	display: table-cell;
	height:100%;
	vertical-align: middle;
	margin:0 auto;
	width:100%;
}
.content-block{
	margin-top: 10px;
	display:block;
	padding:0 40px;
}
.content-block p{
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
}
a.tasting-notes{ font-size: 10px; color: white; display: block;text-align: center;padding: 7px 0 5px;background: #354E86;border-radius: 50px;}
a.tasting-notes:hover{ font-size: 13px; }
.img-block{
	display: block;
	margin-top: 5%;
}
.icon-block{
	display:block;
}

.icon-block .content{
	margin: 20px 12%;
}

.icon-block .img {
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
.icon-block p {
	margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.classic-mountain{
	background: #DBB7B7;
	padding:80px 0 0;
	position:relative;
}
.mountain-full{
	display: table;
	width:100%;
	height:100%;
}
.mountain-block{
	display: table-cell;
	height:100%;
	vertical-align: middle;
	margin:0 auto;
	width:100%;
}

.img > img {
    width: 40px;
}
.full-icon{ margin-top: 20px; }
.full-icon img {
    width: 100%;
}


.blaze{
	background: #23355c;
	padding:80px 0 0;
	position:relative;
}
.blaze-full{
	display: table;
	width:100%;
	height:100%;
}
.blaze-block{
	display: table-cell;
	height:100%;
	vertical-align: middle;
	margin:0 auto;
	width:100%;
}
.blaze-icon-block{
	display:block;
}
.blaze-content-block{
	display:block;
	padding:0 100px;
}
.blaze-img-block.{
	display: block;
}
.blaze-icon-block .img {
    display: block;
    float: left;
    margin-right: 10px;
}
.blaze-icon-block p {
	margin-top: 4px;
    font-size: 13px;
}
.blaze-img-block img{
	width:100%;
}
.blaze-icon-block .full-icon img {
    width: 175px;
    display: block;
    margin:10px auto;
}
/*comman filter*/
.perfect-filter{
    border: 1px solid #fff;
    margin: 25px 0;
    padding: 10px;
    position: relative;
    text-align: center;
}
.perfect-filter p{
	margin-bottom: 0;
	font-size: 12px;
}
.filter-img {
    margin-top: -35px;
}
.filter-img > img {
    background: #23355C none repeat scroll 0 0;
    max-width: 60px;
}
.best{
	font-size: 12px;
}
.perfect-region{
	border:1px solid #fff;
	text-align:center;
	margin:10px 0;
}
.region-inner{
 	padding:10px;
}
.region-bottom{
	background: #fff;
	padding:5px;
	border: 1px solid #fff;
	position: relative;
}
.region-bottom p,.region-inner p{
	font-size:12px;
}
.region-bottom:after, .region-bottom:before {
	bottom: 100%;
	left: 63%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.region-bottom:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 16px;
	margin-left: -16px;
}
.region-bottom:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 16px;
	margin-left: -16px;
}
.available{
	margin:20px 0;
	position:relative;
	padding:10px;
	border:1px solid #fff;
	color:#fff;
}
.available p{
	font-size:12px;
	text-align:center;
	margin-bottom: 0;
}
/*comman filters*/
/*eof blend*/




/*responsive*/
@media screen and (min-width:768px){
    .navbar-brand-centered {
        position: absolute;
        left: 47%;
        display: block;
        width: 250px;
        height:auto;
        text-align: center;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}
.navbar-default .navbar-nav > li > a{ color: #FFF;font-size: 14px; }
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{ color: hsl(20, 83%, 57%); }
#YouTubeModalContent{
	margin-top: 80px;
}
.video-mask{ opacity: 0 !important; position: absolute; opacity: 0; position: absolute; width: 5% !important; right: 0; }
.full-mask{ height: 100%; }
.box-mask{height: 50%; padding: 40px 20px;}
.black-mask-light{background: rgba(0, 0, 0, 0.7);}
.purple-mask-dark{background: rgba(90, 25, 70, 0.8);}
.purple-mask-light{	background: rgba(90, 25, 70, 0.3);}
.lightblue-mask-dark{background: rgba(37, 76, 128, 0.8); }
.blue-mask-dark{background: rgba(38, 58, 89, 0.8);}
.blue-mask-light{background: rgba(38, 58, 89, 0.3);}
.orange-mask-light{	background: rgba(222,100,26,0.4);}
.text-white{ color: #FFF; }
.full-caption-text{
	display: table-cell;
    vertical-align: middle;
    padding: 0 120px;
}
.form-group {
    margin-bottom: 11px;
}
.award-img {
    max-width: 90%;
}
a.fact-sheets {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 40px;
    color: #FFF;
    background: rgba(0,0,0,0.5);
    padding: 5px 20px;
    font-size: 12px;
}
a.fact-sheets:hover{ background: rgba(0,0,0,0.9); }