#top ul li a,
#focus a.focus-box span,
#focus a.focus-box {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

a,
#focus a.focus-box span {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.constrain {
  margin: 0 auto;
  display: block;
  width: 1000px;
  position: relative;
}

body {
  background: #981d20;
}

#firsthalf {
  background: #e9d3b3 url(../images/g-wood-bg.jpg) top left;
  display: block;
}

#beans {
  background: transparent url(../images/g-coffeebeans.png) top center repeat-x;
  height: 79px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

#top {
  min-height: 200px;
}

#top .logo {
  position: absolute;
  top: 102px;
  left: 390px;
  z-index: 1000;
}
  
#top ul.menu-left {
  top: 155px;
  position: absolute;
  left: 10px;
}

#top ul.menu-right {
  top: 155px;
  position: absolute;
  left: 650px;
}

#top ul li {
  float: left;
  margin-right: 18px;
}

#top ul li.smalltest a {
  font-size: 14px;
}


#top ul li a {
  font-size: 22px;
  font-family: "claire_handregular";
  color: #3a2511;
  line-height: 24px;
  padding: 4px 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#top ul li a:hover {
  background: #981d20;
  color: #fff;
  opacity: 0.5;
}

#header {
  
}

#header.innerheader {
  padding-bottom: 60px;
}

#header.innerheader .headerimage {
  -webkit-box-shadow: 0px 6px 3px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 6px 3px 0px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 6px 3px 0px rgba(50, 50, 50, 0.2);
  width: 1000px;
  height: 369px;
}

#focus {
  padding-bottom: 60px;
}

#focus a.focus-box {
  width: 324px;
  display: block;
  position: relative;
  height: 270px;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}

#focus a.focus-box.last {
  margin-right: 0px;
}

#focus a.focus-box:hover {
  
}

#focus a.focus-box span {
  position: absolute;
  background: #981d20;
  top: 197px;
  height: 49px;
  display: block;
  width: 245px;
  color: #fff;
  z-index: 30;
  left: 25px;
  opacity: 0.8;
  font-family: "claire_handregular";
  font-size: 20px;
  text-align: center;
  line-height: 49px;
}

#focus a.focus-box:hover span {
  background: #F1BB53;
  color: #222;
}

#focus a.focus-box div.focus-image {
  position: absolute;
  width: 265px;
  height: 256px;
  top: 0px;
  left: 15px;
  z-index: 20;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.8);
  -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.8);
  box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.8);
}

#focus a.focus-box img.focus-bg {
  position: absolute;
  top: 197px;
  left: 0px;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);
}

#focus a.focus-box img.focus-bean {
  position: absolute;
  bottom: -15px;
  right: 0px;
  z-index: 15;
}

#content {
  font-size: 13px;
  font-family: "open_sanslight";
  line-height: 22px;
  color: #fff;
  padding-top: 66px;
  padding-bottom: 46px;
}

#content h1 {
  color: #f0ba52;
  font-size: 24px;
  border-bottom: 1px solid #b3575a;
  padding-bottom: 30px;
  font-family: "claire_handregular";
  width: 500px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

#content h2 {
  color: #f0ba52;
  font-size: 20px;
  font-family: "claire_handregular";
  margin: 10px 0px;
}

#content p {
  font-size: 13px;
  line-height: 22px;
}

#content h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
}

#content a {
  color: #F18284;
  font-family: 'open_sansbold';
  text-decoration: underline;
}

#content a:hover {
  color: #ccc;
}

#content ul, #content ol {
  margin: 0px;
  padding: 0px;
}

#content ul, #content ul li {
  list-style: disc !important;
}

#content ul li, #content ol li {
  margin: 0px 0px 0px 30px;
  padding: 0px;
}

#content dl dt {
  width: 100px;
  float: left;
  margin-bottom: 5px;
}

#content dl dd {
  margin-left: 100px;
  margin-bottom: 5px;
}

#content .content-left {
  width: 768px;
  float: left;
  margin-right: 30px;
}

#content .content-right {
  width: 200px;
  float: left;
  padding-top: 50px;
}

#content .content-right img {
  border: 8px solid #db8549;
}

#content .content-right .TA_excellent {
  width: 184px;
}

#CDSWIDEXC {
  width: 100% !important;
  margin: auto !important;
}

#content .content-right .TA_excellent img {
  border: 0px;
}

#content input, #content textarea {
  width: 100%;
  font-size: 13px;
}

#content textarea {
  height: 150px;
}

#content input.wpcf7-submit {
  width: auto;	
}

span.wpcf7-not-valid-tip {
  width: 100%;
  background: #C0393C;
  color: #fff !important;
  padding: 2px;
}

div.wpcf7-validation-errors {
  background: #f7e700;
  color: #000;
  margin: 0px !important;
  padding: 2px !important;
}

div.wpcf7-mail-sent-ok {
  background: #398f14 !important;
  border: 0px !important;
  margin: 0px !important;
  padding: 2px !important;
}


#map {
  background: #894515;
  height: 254px;
  background: #ccc;
  border-top: 4px solid #da9463;
  border-bottom: 4px solid #da9463;
}

#footer {
  background: #894515;
}

#footer .constrain {
  width: 590px;
  margin: 0 auto;
  padding-top: 40px;
}

#footer ul {
  width: 500px;
  margin: 0 auto;
}

#footer ul li {
  
}

#footer ul li a {
  color: #ffba79;
  font-size: 16px;
  font-family: 'open_sansbolditalic';
  margin: 0px 13px;
  float: left;
}

#footer ul li a:hover {
  color: #ccc;
}

#footer p.address {
  font-size: 11px;
  line-height: 22px;
  color: #fff;
  font-family: 'open_sansbold';
  text-align: center;
  border-bottom: 1px solid #ac6e2f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#footer p.author {
  font-size: 11px;
  line-height: 22px;
  color: #fff;
  font-family: 'open_sansbold';
  text-align: center;
}

#footer p.author a {
  color: #ccc;
}

#footer p.author a:hover {
  color: #981D20;
}

/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position: absolute;
	top:-50px;
	right:0px;
	background:#3D3D3B url(../images/nav.svg) no-repeat center center;
	background-size:18px;
	height:50px;
    z-index: 99999;
	width:50px;
}

.nav-rotate {
  background: #3D3D3B url(../images/nav-close.svg) no-repeat center center;
	background-size:18px;
}

.nav-mobile:hover {
  background-color: #838381;
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0px;
	display:none;
	border-left:1px solid #8B2870;
	height:49px;
	width:50px;
	cursor:pointer;
	z-index: 99999;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../images/drop.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
	background-color:#6E1656;
}

@media only screen and (max-width: 1020px) {
  .constrain {
    width: 100%;
  }
  
  #focus {
    padding-bottom: 0px;
  }
  
  #header.innerheader .headerimage {
    width: 100%;
	height: 350px;
  }
  
  #header.innerheader .headerimage,
  #focus a.focus-box div.focus-image,
  #focus a.focus-box img.focus-bg {
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
  }

  #top .logo {
    position: relative;
	top: auto;
	left: auto;
	margin: 0px auto 20px auto;
	display: block;
    z-index: 1;
  }
  
  .menu-wrap {
    width: 670px;
	margin: 0 auto;
  }
  
  #header.innerheader {
    padding-bottom: 0px;
  }
  
  #top {
    padding-top: 50px;
  }
  
  #top ul.menu-left, #top ul.menu-right {
    position: relative;
	top: auto;
	left: auto;
	margin: 20px 0px;
	float: left;
  }
  
  #focus a.focus-box {
    margin-bottom: 20px;
	height: 256px;
  }
  
  #focus a.focus-box img.focus-bg,
  #focus a.focus-box img.focus-bean {
    display: none;
  }
  
  #focus a.focus-box {
    width: 33%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  }
  
  #focus a.focus-box.last {
    width: 34%;
  }
  
  #focus a.focus-box img, #focus a.focus-box img.focus-image {
    width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
  }
  
  #focus a.focus-box span {
    bottom: 0px;
	top: auto;
	width: 100%;
	left: 0px;
  }
  
  #content .content-left {
    width: 70%;
	padding: 0px 20px;
	margin: 0px;
  }
  
  #content .content-full {
    width: 100%;
	padding: 0px 20px;
	margin: 0px;
  }
  
  #content .content-right {
    width: 30%;
	padding: 0px 20px;
	margin: 0px;
  }
  
  #focus a.focus-box div.focus-image {
    width: 100%;
  }
  
  #focus a.focus-box div.focus-image {
    left: 0;
  }
  
  
  #content h1 {
    width: 100%;
  }
  
  #content .content-right img {
    width: 100%;
	height: auto;
  }
  
  #content .content-right .TA_excellent {
    width: 100%;
  }
  
  #CDSWIDEXC.widEXC img#CDSWIDEXCLOGO.widEXCIMG {
    width: auto;
  }
  
}


@media only screen and (max-width: 940px) {
   
}

@media only screen and (max-width: 890px) {
  
}

@media only screen and (max-width: 790px) {
  
}

@media only screen and (max-width: 750px) {
  #footer ul,
  #footer .constrain {
    width: 100%;
  }
  
  #footer ul li, #footer ul li a {
    float: none;
	text-align: center;
  }  
}


#menu-facebook{
    position: absolute;
    right: 10px;
    top: 145px;

}

@media only screen and (max-width: 710px) {


#menu-facebook{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;

}


  .nav-mobile {
    display:block;
  }
  
  .menu-wrap {
    display:none;
  }
  
  #top ul li,
  #top ul li a {
    float: none;
	margin: 0px;
	width: 100%;
	display: block;
  }
  
  #top ul li a {
    background: #981d20;
    color: #fff;
    opacity: 0.5;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
  }
  
  #top ul li a:hover {
    background: #000;
    color: #fff;
    opacity: 0.5;
  }
  
  #top ul.menu-left, #top ul.menu-right {
    float: none;
	margin: 0px;
  }
}


@media only screen and (max-width: 640px) {
  #content .content-left,
  #content .content-right {
    width: 100%;
  }
  
  #content .content-right img {
    width: 60%;
	margin: 0 auto;
	display: block;
  }
}

@media only screen and (max-width: 590px) {
  #focus a.focus-box,
  #focus a.focus-box.last {
    width: 100%;
  }
}

@media only screen and (min-device-width : 320px) and (max-width : 568px), (min-device-width : 320px) and (max-width : 480px)  { 

  #footer .constrain {
    padding: 20px 20px;
  }

  #header.innerheader .headerimage {
    height: 180px;
	display: none;
  }
  
  #focus a.focus-box, #focus a.focus-box div.focus-image {
    height: 180px;
  }

  #content .content-right img {
    width: 100%;
  }
}



.gallery-wrapper{

    float: left;
    margin-bottom: 15px;


}
.gallery-wrapper img{
    width: 19%;
    margin: 0.5%;
    float: left;
}


