@import "/assets/css/effects.css" screen, projection;

/* don't display */
@media only screen {
.print {
	display: none !important;
}
}
body {
	background: #f7f4ed;
}
body, p, ul, ol, dl, table, li, dd, blockquote, .one-page .one-default p, .one-page .one-grey p {
	color: #111;
}
a:link, a:visited, a:focus, a:hover, a:active {
	color: #687819; /* green */
}
.color-green {
	color: #687819; /* green */
}
a.read-more:hover {
	color: #687819; /* green */
}
.linked:hover {
	color: #687819; /* green */
}
/* img */

img.pull-right {
	padding-left: 20px;
}
img.pull-left {
	padding-right: 20px;
}
/* header 
.top, .header, .navbar, .navbar-inner,.navbar  a.dropdown-toggle {
	background: #fff !important;
}
*/


div.top {
	border-bottom: 1px solid #201d17;
	padding-bottom: 9px;
}
/* headings */

.headline {
	margin: 10px 0;
}
h1 {
	color: #687819; /* green */
	font-size: 30px;
	font-family: "Bodoni", Georgia, "Times New Roman", Times, serif
}
h2, h3, h4, h5 {
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 22px;
	line-height: 120%;
	color: #687819; /* green */
}
h3 {
	font-size: 20px;
	line-height: 120%;
	color: #222;
}
h4 {
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 0;
	color: #222;
}
h4 a {
	color: #687819;
}
h5 {
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 0;
	font-weight: bold;
	color: #444;
	color: #687819; /* green */
	margin-bottom: 5px;
}
h5 a {
	color: #687819;
}
.headline h5 {
	font-size: 16px;
}
p {
	margin-bottom: 15px;
}
.lead {
	font-size: 26px;
	font-weight: 400;
	color: #555 !important;
}
/* main photo area */

.headerphoto {
	background-color: #687819; /* green */
	padding-bottom: -20px;
	margin-bottom: 20px;
}
img.mainphoto {
	margin-bottom: 20px;
	border-bottom: 6px solid #d0d0d0;
}
.quote {
	padding: 40px 40px 20px 20px;
	font-size: 24px;
	color: #fff;
}
.pullquote {
	float: right;
	background: #767676;
	padding: 20px 30px;
	max-width: 220px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.pullquote p {
	font-size: 20px;
	color: #fff;
}
.pullquote i {
	font-size: 12px;
}
.pullquote2 {
	background: #767676;
	padding: 20px;
	margin: 20px 0;
}
.pullquote2 p {
	font-size: 16px;
	color: #fff;
}
.pullquote2 i {
	font-size: 12px;
}
/* lists */
ul.list-style {
	margin-left: 0;
	margin-top: 10px;
}
ul.list-style li {
	list-style: none;
	background: url(/images/list-style.png) no-repeat 0 4px;
	margin-bottom: 6px;
	padding-left: 14px;
}
.sidebar ul.list-style li {
	list-style: none;
	background: url(/images/list-style.png) no-repeat 0 12px;
	padding-left: 14px;
}
.sidebar ul.list-style li li {
	background: none;
	padding: 5px 0 0 0;
	font-size: 12px;
}
/* press releases */


.border-bottom {
	border-bottom: 1px solid #dfdfdf;
}
/*sidebar */
.sidebar {
	border: 1px solid #dfdfdf;
	background: #fefefe;
	padding: 20px;
	border-top: 3px solid #687819 !important;
}
.sidebar .pullquote {
	float: none;
	background-color: transparent;
	padding: 10px 0 0 0;
	margin: 20px 0 40px 0;
	text-align: left;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.sidebar .pullquote p {
	font-size: 16px;
	color: #555;
}
/* Widget */

.widget {
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
}
.widget h3 {
	color: #444;
	font-family: "Bodoni", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.01em;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 130%;
	border-bottom: 1px solid #E6E5E5;
}
.widget h4 {
	color: #444;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.01em;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 130%;
}
.widget h3 a:link, .widget h3 a:visited, .widget h4 a:link, .widget h4 a:visited {
	color: #687819; /* green */
	text-decoration: none;
}
.widget h3 a:hover, .widget h4 a:hover {
	text-decoration: underline;
}
.widget h5 {
	font-size: 16px;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.widget p {
	font-size: 13px;
	line-height: 140%;
}
.widget ul {
	margin: 0 0 20px 0;
	padding: 0;
}
.widget li {
	color: #444;
	border-bottom: 1px dotted #ddd;
	padding: 7px 3px;
	font-size: 13px;
}
.widget a:link, .widget a:visited {
	color: #687819; /* green */
}
.widget li i, .widget li:hover i, .widget li a {
	color: #444 !important;
}
.widget ul li a:hover {
	color: #687819 !important;  /* green */
	text-decoration: underline;
}
.widget li ul {
	margin: 0 10px;
	padding: 5px 0;
}
.widget li li {
	list-style: none;
	font-size: 13px;
	border-bottom: none;
}
/* section */
section {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #dedede;
}
/* subfeature */

.subfeature {
	margin-top: 12px;
	padding: 0 10px;
}
.subfeature h3 {
	color: #444;
	font-family: "Bodoni", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	line-height: 130%;
	margin: 10px 0 20px 0;
	padding: 0;
	border-bottom: 1px dotted #dedede;
}
.subfeature h3 a:link, .subfeature h3 a:visited {
	color: #687819; /* green */
	line-height: 120%;
}
.subfeature img {
	border: 1px solid #ccc;
}
.subfeature h4 {
	color: #444;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 18px;
	margin: 10px 0 5px 0;
	padding: 0;
	line-height: 120%;
}
.subfeature h4 a:link, .subfeature h4 a:visited {
	color: #687819; /* green */
	line-height: 120%;
}
.subfeature p {
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.subfeature h4 a:link, .subfeature h4 a:visited {
	color: #687819; /* green */
}
.subfeature a:hover {
	color: #718e4d; /* bright green */
	text-decoration: underline;
}
.subfeature img a {
	padding: 5px;
	background: #dedede;
	margin-right: 10px;
}
.subfeature img a:hover {
	background: #718e4d;
}
img.feature-thumb {
	float: left;
	margin: 0 10px 10px 0;
	max-width: 80px;
	max-height: 80px;
	;
	border: 1px solid #ccc;
	padding: 0;
}
img.noborder {
	border: none;
}
/* box */
.box {
	border-top: 1px solid #ddd;
	border-bottom: solid 1px #ddd;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.calloutbox {
	border: solid 1px #ddd;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.larger {
	font-size: 120%;
}
/* tables */

table.table th {
	background: #687819 !important;
	color: #fff;
	border-right: none;
}
/* press releases */
table.press-releases {
	max-width: 95%;
}
table.press-releases td {
	padding: 15px 10px;
}
.press-releases h5, .press-releases h5 a {
	margin: 0;
}
/* onepage */
.one-page .one-grey {
	background: #dedede;
}
.btn-u-green {
	background: #687819 !important;
}
.btn-u-green:hover {
	background: #4e5b0e !important;
}
/*misc */

.alert, .error {
	color: #c00;
}
.ok {
	color: #687819; /* green */
}
.nobr {
	white-space: nowrap;
}
.hr {
	clear: both;
	border-bottom: 1px solid #E6E5E5;
	margin: 20px 0;
}
/*Slider
------------------------------------*/
.da-slide h2 i {
	background: url(../../plugins/parallax-slider/img/bg-heading.png) repeat;
}
/*drop shadow
------------------------------------*/

.drop-shadow {
	position: relative;
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before, .drop-shadow:after {
	content: "";
	position: absolute;
	z-index: -2;
}
/* video container */

.video-container {
	max-height: 600px;
	overflow: hidden;
	height: 100%;
	margin: 20px 0;
}
.video-container #the-video, .video-container #the-video img {
	width: 100% !important;
	height: auto;
}
.video-container #the-video.extplayer {
	height: 600px;
}
.video-container .captions {
	position: absolute;
	bottom: 20%;
	z-index: 1;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}
.video-container .captions .line {
	margin-top: 1px;
	display: inline-block;
	padding: 5px 10px;
	background: rgba(0,0,0,0.3);
	font-size: 36px;
	color: #fff;
	line-height: 1.4;
}
.video-container #the-video.medplayer {
	height: 520px;
}
.video-container #the-video.smallplayer {
	height: 280px;
}
 @media (max-width: 480px) {
.video-container #the-video.medplayer {
	height: 210px;
}
}
/*Buttons
------------------------------------*/
.btn-u {
	background: #687819; /* green */
}
.btn-u:hover {
	background: #f47e28; /*orange */
}
/* photos */

div.photowcaption {
	background: #fff;
	padding: 10px;
}
div.photowcaption p {
	font-style: italic;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 0;
}
/*Vintners */


.vintner {
	float: right;
	margin-left: 20px;
	background: #fff;
	width: 360px;
	margin-bottom: 7px;
	padding-bottom: 10px;
}
.vintner p {
	margin: 0;
	padding: 1px 15px 3px;
	color: #687819;
	color: #201D17;
	font-size: 13px;
}
.vintner h4 {
	margin: 0;
	padding: 10px 15px 5px;
	color: #687819;
	font-size: 18px;
}
ul.unstyled.thumbs li {
	border: none;
	clear: both;
	padding-bottom: 15px;
	border-bottom: 1px dotted #eee;
}
ul.unstyled.thumbs li a:link, ul.unstyled.thumbs li a:visited {
	color: #687819 !important;
	font-weight: bold;
}
p.question {
	font-weight: bold;
	color: #333;
	font-size: 14px;
	margin-bottom: 5px;
}
.leading {
	font-size: 16px;
	color: #555;
}
p.vintnerquote {
	margin: 10px;
	padding: 5px 0;
	font-size: 18px;
	color: #687819;
	font-style: italic;
}
.vintnerquote .icon-quote-left {
	color: #687819;
	color: rgba(104,120,25,0.6)
}
.icon-green {
	color: #687819;
}
/*Service
------------------------------------*/
.service i {
	color: #687819; /* green */
}
/*Welcome Block*/
.servive-block .span4 h4 a:hover {
	color: #687819; /* green */
}
.servive-block .span4:hover h4, .servive-block .span4:hover i {
	color: #687819; /* green */
}
.servive-block-in .span4 i {
	color: #687819; /* green */
}
/*Service Blocks*/
.service-alternative .service:hover {
	background: #687819; /* green */
}
/* booking */
.booking-blocks h5 {
	color: #333;
}
.booking-blocks a:link, .booking-blocks a:visited {
	color: #687819;
}
/*Thumbnail (Recent Work)
------------------------------------*/
.thumbnail-style h3 a:hover {
	color: #687819; /* green */
}
.thumbnail-style a.btn-more {
	background: #687819; /* green */
}
.thumbnail-style a.btn-more:hover {
	box-shadow: 0 0 0 2px #377500;
}
/*Carousel (Recent Work)*/
.recent-work a:hover span {
	border-bottom: solid 2px #687819; /* green */
}
.bx-wrapper .bx-prev {
	background-image: url(../../plugins/bxslider/images/controls.png);
}
.bx-wrapper .bx-next {
	background-image: url(../../plugins/bxslider/images/controls.png);
}
/*Typography
------------------------------------*/
/*Heading*/
.headline h3, .headline h4 {
	border-bottom: 2px solid #687819; /* green */
}
/*Blockquote*/
blockquote:hover {
	border-left-color: #687819; /* green */
}
.hero {
	border-left-color: #687819; /* green */
}
/*Carousel
------------------------------------*/
.carousel-arrow a.carousel-control:hover {
	color: #687819; /* green */
}
/*Footer
-------------------------*/

.footer {
	background: #201d17;
}
.footer h4 {
	font-family: "Bodoni", Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}
.footer ul.list-style li {
	background: url(/images/list-style.png) no-repeat 0 7px;
	margin-bottom: 5px;
}
.footer a {
	color: #fff;
}
.footer a:hover, .copyright a:hover {
	color: #687819;
}
ul.sites {
	margin-left: 0;
	list-style: none;
	margin-top: 10px;
}
ul.sites li {
	margin-left: 0;
	padding-bottom: 10px;
	list-style: none;
}
#nvv {
	background: url(/images/sites_nvv_logo.png) no-repeat 0 0;
	display: block;
	width: 140px;
	height: 30px;
	text-indent: -9999px;
}
li.anv {
	list-style: none;
	background: url(/images/sites_anv.png) no-repeat 0 0;
	padding-left: 30px;
	margin-bottom: 4px;
}
li.pnv {
	list-style: none;
	background: url(/images/sites_pnv.png) no-repeat 0 0;
	padding-left: 30px;
	margin-bottom: 4px;
}
li.green {
	list-style: none;
	background: url(/images/sites_green.png) no-repeat 0 0;
	padding-left: 30px;
	margin-bottom: 4px;
}
li.vnv {
	list-style: none;
	background: url(/images/sites_vnv.png) no-repeat 0 5px;
	padding-left: 30px;
	margin-bottom: 4px;
}
/*Footer Blog*/
.footer .dl-horizontal a:hover {
	color: #fff !important;
}
.footer .glyphicons, .glyphicons i:before {
	color: #efefef;
	padding: 0 35px 10px 0;
}
img#logo-footer {
	float: right;
	margin-right: 40px;
	margin-bottom: 10px;
}
/*Copyright*/
.copyright {
	color: #888;
    background-color: #201d17;
    border-color: #444;
}
.copyright p {
	color: #888;
}
.copyright a {
	color: inherit;
}
.copyright a:hover {
	color: inherit;
	text-decoration:underline;
}

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal:hover {
	border-right: solid 2px #687819; /* green */
}
.posts .dl-horizontal a:hover {
	color: #687819; /* green */
}
.posts .dl-horizontal:hover dt img, .posts .dl-horizontal:hover dd a {
	color: #687819; /* green */
	border-color: #687819 !important;
}
/*Tabs
------------------------------------*/
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	background: #687819; /* green */
}
.nav-tabs > li > a:hover {
	background: #687819; /* green */
}
.tab-content {
	border-top: solid 2px #687819; /* green */
}
/*Accordion
------------------------------------*/
.accordion-group, .accordion-inner, .acc-style .collapse.in {
	border: none;
}
.accordion-group {
	border-bottom: 1px solid #dedede;
}
.accordion-heading {
	font-size: 18px;
}
.acc-style a.link, .acc-style a.active {
	color: #687819; /* green */
}
.acc-style a.accordion-toggle {
	color: #666;
	text-decoration: none;
}
.acc-style a.accordion-toggle:hover {
	color: #687819; /* green */
	text-decoration: underline;
}
/*Testimonials
------------------------------------*/
.testimonal-arrow a {
	color: #687819; /* green */
}
.testimonal-arrow a:hover {
	background: #687819 !important;
}
/*Breadcrumb
------------------------------------*/
.breadcrumbs {
	box-shadow: none;
	background: none;
}
.breadcrumbs h1 {
	color: #687819; /* green */
	font-size: 30px;
	text-shadow: 0 1px 0 #f1efef;
}
.breadcrumb li.active, .breadcrumb li a:hover {
	color: #687819; /* green */
}
/*About Page
------------------------------------*/
.team .thumbnail-style:hover h3 a {
	color: #687819 !important;
}
/*Social Icons*/
.team ul li i:hover {
	background: #687819; /* green */
}
/* slider caption */

.tp-caption.big_white {
	border-left: none;
	background: transparent !important;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	color: #fff !important;
	background: #000 !important;
	background: rgba(0, 0, 0, 0.65) !important;
	text-shadow: #333;
	border-top: none; /*1px solid #595c4b !important;*/
	border-bottom: none; /*1px solid #595c4b !important;*/
	padding: 5px 10px !important;
	line-height: 120%;
	text-transform: none !important;
}
h3.caption1 {
	font-family: Bodoni, Georgia, 'Times New Roman', Times, serif;
	font-size: 36px !important;
	letter-spacing: 0.02em !important;
	color: #fff;
	padding: 0 20px;
	margin: 20px 0 0 0;
}
p.caption2 {
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	color: #fff;
	padding: 0 20px;
	letter-spacing: 0.03em !important;
	margin: 0 0 20px 0;
}
/*Fancybox for gallery page*/
.fancybox-overlay.fancybox-overlay-fixed {
	z-index: 1700;
}

/* Professional Development Schedule
------------------------------------*/

ul.schedule-list {
	border-top: 1px solid #ccc;
	list-style: none;
	margin: -0.5em 0 0 0;
	padding: 1em 0;
}
ul.schedule-list li {
	margin-top: 0.5em;
}
ul.schedule-list li span.schedule-date:before {
	display: inline;
	margin-right: 0.5em;
	margin-left: 0.2em;
	content: "\f133";
	font-family: FontAwesome;
	font-weight: normal;
	color: #687819;
}
ul.schedule-list li span.schedule-date {
	font-family: ProximaNova, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* responsive */


/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

 
/* Landscape phones and down */
@media (max-width: 766px) {
.fullwidthbanner-container {
	margin: 0 -20px;
	width: auto;
}
.caption {
	display: none;
}
h1 {
	margin-top: 10px;
}
.breadcrumbs h1 {
	margin-left: -13px;
}
img.mainphoto {
	border-bottom: none;
}
p.lead {
	font-size: 18px;
	line-height: 130%;
}
.sidebar {
	margin-top: 20px;
}
.footer {
	margin: 0 -20px;
	padding: 20px 40px;
}
}
 @media print {
body, p, strong, b, em, i, h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote, li, table, td {
	font-family: Arial, Helvetica, sans-serif !important;
}
.sidebar {
	display: none !important;
}
}

.three-col-text {
	overflow:hidden;
}
.three-col-text img.img-responsive {
    max-width: 40%;
    float: left;
    margin: 5px 10px 5px 0;
}
.three-col-text p.text-right img.img-responsive {
	max-width: 40%;
    float: right;
    margin: 5px 0 5px 10px;
}

@media (min-width: 767px) {
.two-col-text {
	display:block;
	column-count:2;
}
.three-col-text {
	display:block;
	column-count:3;
}
.three-col-text img.img-responsive {
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
}
