/*
    Base 7 Designed by InterPow
*/

@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');

/* =======================================
1. Basic & general
======================================== */

::-moz-selection {
  color: #fff;
  text-shadow: none;
}
::selection {
  color: #fff;
  text-shadow: none;
}

body {
  margin: 0;
  padding:0;
  /* font-family: Arial, Tahoma, Verdana, Sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  color: #646963;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.8em;
	color: #3a3a3a;
	font-weight:300;
	margin-bottom:10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

/* === Buttons === */

a.button {
	display: block;
	background-color: #8d774c;
	border-color: #8d774c;
	border-style: solid;
	border-width: 1px;
	color: #f7f7f6;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 40px 10%;
	padding: 20px 20px;
	text-align: center;
	  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
a.button:focus, a.button:hover {
	border-color: #445b6e;
	background-color: #445b6e;
	color: #ffffff;
	text-decoration: none;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.button-clear {
	display: block;
	background-color: #ffffff;
	border-color: #8d774c;
	border-style: solid;
	border-width: 1px;
	color: #8d774c;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 40px 10%;
	padding: 20px 20px;
	text-align: center;
	  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
a.button-clear:focus, a.button-clear:hover {
	border-color: #445b6e;
	background-color: #445b6e;
	color: #ffffff;
	text-decoration: none;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.button-red {
	display: block;
	background-color: #a92519;
	border-color: #a92519;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 40px 10%;
	padding: 20px 20px;
	text-align: center;
	  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
a.button-red:focus, a.button-red:hover {
	border-color: #a92519;
	background-color: #ffffff;
	color: #a92519;
	text-decoration: none;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.button-clear-orange {
	display: block;
	background-color: #ffffff;
	border-color: #e15d43;
	border-style: solid;
	border-width: 1px;
	color: #e15d43;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 40px 10%;
	padding: 20px 20px;
	text-align: center;
	  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}

a.button-orange {
	display: block;
	background-color: #e15d43;
	border-color: #e15d43;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 40px 10%;
	padding: 20px 20px;
	text-align: center;
	  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
a.button-orange:focus, a.button-orange:hover {
	border-color: #e15d43;
	background-color: #ffffff;
	color: #e15d43;
	text-decoration: none;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#services a.button {
	display: block;
	background: none;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	color: #f7f7f6;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 40px 10%;
	padding: 20px 20px;
	text-align: center;
	  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
#services a.button:focus, #services a.button:hover {
	border-color: #cccccc;
	background-color: #000000;
	color: #cccccc;
	text-decoration: none;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#artist1, #artist3, #artist5, #artist7, #artist9, #artist11, #artist13, #artist15 {
	background-color: #eff0ef;
}

#works a.button, #artist1 a.button, #artist2 a.button, #artist3 a.button, #artist4 a.button, #artist5 a.button, #artist6 a.button, #artist7 a.button, #artist8 a.button, #artist9 a.button, #artist10 a.button, #artist11 a.button, #artist12 a.button, #artist13 a.button, #artist14 a.button, #artist15 a.button, #artist16 a.button {
	display: block;
	background: none;
	border-color: #f1592a;
	border-style: solid;
	border-width: 1px;
	color: #f1592a;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 40px 0 0 0;
	padding: 20px 20px;
	text-align: center;
	  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
#works a.button:focus, #works a.button:hover, #artist1 a.button:focus, #artist1 a.button:hover, #artist2 a.button:focus, #artist2 a.button:hover, #artist3 a.button:focus, #artist3 a.button:hover, #artist4 a.button:focus, #artist4 a.button:hover, #artist5 a.button:focus, #artist5 a.button:hover, #artist6 a.button:focus, #artist6 a.button:hover, #artist7 a.button:focus, #artist7 a.button:hover, #artist8 a.button:focus, #artist8 a.button:hover, #artist9 a.button:focus, #artist9 a.button:hover, #artist10 a.button:focus, #artist10 a.button:hover, #artist11 a.button:focus, #artist11 a.button:hover, #artist12 a.button:focus, #artist12 a.button:hover, #artist13 a.button:focus, #artist13 a.button:hover, #artist14 a.button:focus, #artist14 a.button:hover, #artist15 a.button:focus, #artist15 a.button:hover, #artist16 a.button:focus, #artist16 a.button:hover {
	border-color: #cccccc;
	background-color: #000000;
	color: #cccccc;
	text-decoration: none;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* === End of Buttons === */


.fade{
    position: relative;
	opacity:1;
}
section {
	padding:90px 0 30px 0;
}
.section-minor {
	padding:0;
}

@media (min-width: 1024px) {
	section {
	    padding:90px 0 30px 0;
    }
    .section-minor {
	    padding:40px 0 15px 0;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
	section {
	    padding:70px 0 30px 0;
    }
    .section-minor {
	    padding:35px 0 15px 0;
    }
}

@media (max-width: 767px) {
	section {
	    padding:60px 0 30px 0;
    }
    .section-minor {
	    padding:30px 0 15px 0;
    }
}


@media (max-width: 480px) {
	section {
	    padding:50px 0 30px 0;
    }
    .section-minor {
	    padding:25px 0 15px 0;
    }
}



iframe, embed, object {
	border:none;
}

.video-container,.embed-container 	{ position:relative; margin:0 0 15px 0;	padding-bottom:300px; padding-top:10px; height:0; overflow:hidden; border:1px solid #ccc; }
.video-container iframe,
.embed-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.embed-container object,
.embed-container embed,
.video-container object,
.video-container embed 					{ position:absolute; top:0; left:0; width:100%; height: 350px; }

#google-map {
  height: 300px;
  margin-bottom: 20px;
}

blockquote {
  display: inline-block;
  padding-left: 18px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 27px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-left: 10px solid #000;
}

.container{
	padding: 0 20px 0 20px;
}

.row{
	margin-bottom:40px;
}

.row .row, .row-fluid .row{
	margin-bottom:0;
}

.clear { clear:both; }

/* ==== heading ==== */

.heading {
	text-align:center;
	width:100%;
}

.heading h3 {
	text-transform:uppercase;
	padding:0;
	margin:0px 0 35px 0;
	/* color: #455563; */
	color: #e15d43;
	font-size:36px;
	letter-spacing: 2px;
	line-height: 36px;
	font-weight:700;
	text-align:center;
	/* text-shadow: 0 1px 0 #ffffff; */
	/* border-bottom:3px double #333; */
	border-bottom: none;
	width:auto;
	display:block;
}

section.dark .heading h3 {
	color: #e15d43;
	padding:0;
	margin:0px 0 35px 0;
	/* text-shadow: 0 1px 0 #3a3a3a; */
	/* border-bottom:3px double #eee; */
	border-bottom: none;
	width:auto;
	display:block;
}

.heading h4 {
	text-transform:uppercase;
	padding:0;
	margin:0px 0 35px 0;
	/* color: #455563; */
	/* color: #e15d43; */
	font-size:32px;
	letter-spacing: 2px;
	line-height: 36px;
	font-weight:700;
	text-align:center;
	/* text-shadow: 0 1px 0 #ffffff; */
	/* border-bottom:3px double #333; */
	border-bottom: none;
	width:auto;
	display:block;
}

section.dark .heading h4 {
	/* color: #e15d43; /*
	padding:0;
	margin:0px 0 35px 0;
	/* text-shadow: 0 1px 0 #3a3a3a; */
	/* border-bottom:3px double #eee; */
	border-bottom: none;
	width:auto;
	display:block;
}

/* sub heading */

.sub-heading {
	text-align:left;
	margin:20px 0 20px 0;
}

.sub-heading p, .sub-heading li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height:1.6em;
	color: #3a3a3a;
	font-weight:200;
}
.sub-heading ul {
	margin-left: 40px;
}

section.dark .sub-heading p {
	color: #e9e9e9;
}

section.dark .sub-heading strong {
	color: #e9e9e9;
}

/* =======================================
1. Header
======================================== */
header{
	position:relative;
}

header .logo {
	float:left;
	margin:36px 0 0;
}

header .logo .title a:hover {
	color: #fff;
	text-transform: uppercase;
}

/* --- logo --- */

#topnav .navbar-inner .container .logo {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

#topnav .navbar-inner .container .logo a {
    color: #f7f7f6;
}

/* --- menu --- */

.navigation {
	margin:30px 0 0;
}

.navbar {
	padding:0 0 12px;
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 3px;
}

.navbar .nav {
  margin: 0 0 0 0;
  font-size: 14px;

}

.navbar .nav > li > a {
  float: none;
  color: #fff;
	line-height:1em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow:none;
   z-index:100;
	outline:0;
	font-weight: 200;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  text-decoration: none;
  color:#d7d7d6;
  background-color: transparent;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navbar .nav > .current {
  color:#fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.navbar .nav > .current a:focus, .navbar .nav > .current a:hover  {
  color:#d7d7d6;
}

.navbar .nav li.dropdown > a:hover .caret {
  text-shadow: none;
}

.navbar .nav li.dropdown a {
	text-transform: uppercase;
	margin-top:-2px;
}

.navbar .nav li.dropdown.current a {
	padding-right:5px;
}



.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-shadow:none;
  text-decoration: none;
}

ul.nav li ul.dropdown-menu {
	margin-top:20px;
}

.default {
	background:#1d2c29;
	/* border-bottom:1px solid #1d2c29; */
}

.fixed {
	position: fixed;
	background:#1d2c29;
	border:none;
	top:0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 40px #1d2c29;
	-webkit-box-shadow: 0 0 40px #1d2c29;
	-moz-box-shadow: 0 0 40px #1d2c29;
}

nav select {
	display:none;
}

/* ==== general main content style ==== */
#maincontent.section {
	padding:30px 0 40px 0;
}



/* =======================================
2. Section: Intro
======================================== */



section#intro {
	/* background: #000 url(../img/bg/bg-iona-island.jpg) 50% 0 no-repeat; */
	background: #000 url(../img/bg/bg-hudson-river-mountains.jpg) 50% 0 no-repeat;
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:135px 0 75px;
}

@media (min-width: 1024px) {
	section#intro {
		background-attachment: fixed;
	}
}

section#intro.inner {
	padding:140px 0 30px;
}

section#intro.inner h2 strong  {
	color:#fff;
}
section#intro.inner h2  {
	font-size:32px;
}


section#intro  {
	text-align:center;
}

section#intro i  {
	margin-left:0;
	text-align:center;
}

section#intro h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro h2  {
	color:#ddd;
	font-size:24px;
}

/* === slogan === */
.slogan i {
	color:#fff;
}


section#intro .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Intro Spring 2020
======================================== */



section#introcornellmine {
	/* background: #000 url(../img/bg/bg-iona-island.jpg) 50% 0 no-repeat; */
	background: #000 url(../img/bg/bg-cornell-mine-trail.jpg) center -300px no-repeat fixed;
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:135px 0 75px;
}

@media (min-width: 1024px) {
	section#introcornellmine {
		background-attachment: fixed;
	}
}

section#introcornellmine.inner {
	padding:140px 0 30px;
}

section#introcornellmine.inner h2 strong  {
	color:#fff;
}
section#introcornellmine.inner h2  {
	font-size:32px;
}


section#introcornellmine  {
	text-align:center;
}

section#introcornellmine i  {
	margin-left:0;
	text-align:center;
}

section#introcornellmine h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#introcornellmine h2  {
	color:#ddd;
	font-size:24px;
}

/* === slogan === */
.slogan i {
	color:#fff;
}


section#introcornellmine .inner-heading h2 {
	margin-bottom:-20px;
}

section#introcornellmine h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#introcornellmine p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#introcornellmine img {
	margin: 10px 0 20px 0;
}


/* =======================================
2. Section: Intro 2020
======================================== */



section#introwinterfog {
	/* background: #000 url(../img/bg/bg-iona-island.jpg) 50% 0 no-repeat; */
	background: #000 url(../img/bg/bg-hudson-river-winter-fog.jpg) 50% 0 no-repeat;
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:135px 0 75px;
}

@media (min-width: 1024px) {
	section#introwinterfog {
		background-attachment: fixed;
	}
}

section#introwinterfog.inner {
	padding:140px 0 30px;
}

section#introwinterfog.inner h2 strong  {
	color:#fff;
}
section#introwinterfog.inner h2  {
	font-size:32px;
}


section#introwinterfog  {
	text-align:center;
}

section#introwinterfog i  {
	margin-left:0;
	text-align:center;
}

section#introwinterfog h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#introwinterfog h2  {
	color:#ddd;
	font-size:24px;
}

/* === slogan === */
.slogan i {
	color:#fff;
}


section#introwinterfog .inner-heading h2 {
	margin-bottom:-20px;
}

section#introwinterfog h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#introwinterfog p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#introwinterfog img {
	margin: 10px 0 20px 0;
}



/* =======================================
2. Section: Intro 2
======================================== */



section#intro2 {
	background: #000 url(../img/bg/bg-throwing-pottery.jpg) 50% 0 no-repeat;
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:115px 0 55px;
}

@media (min-width: 1024px) {
	section#intro2 {
		background-attachment: fixed;
	}
}

section#intro2.inner {
	padding:140px 0 30px;
}

section#intro2.inner h2 strong  {
	color:#fff;
}
section#intro2.inner h2  {
	font-size:32px;
}


section#intro2  {
	text-align:center;
}

section#intro2 i  {
	margin-left:0;
	text-align:center;
}

section#intro2 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro2 h2  {
	color:#ddd;
	font-size:24px;
}

/* === slogan === */
.slogan i {
	color:#fff;
}


section#intro2 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro2 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro2 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro2 img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Intro 3
======================================== */



section#intro3 {
	background: #000 url(../img/bg/bg-upcoming-shows.jpg) 50% 0 no-repeat;
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:115px 0 55px;
}

@media (min-width: 1024px) {
	section#intro3 {
		background-attachment: fixed;
	}
}

section#intro3.inner {
	padding:140px 0 30px;
}

section#intro3.inner h2 strong  {
	color:#fff;
}
section#intro3.inner h2  {
	font-size:32px;
}


section#intro3  {
	text-align:center;
}

section#intro3 i  {
	margin-left:0;
	text-align:center;
}

section#intro3 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro3 h2  {
	color:#ddd;
	font-size:24px;
}

/* === slogan === */
.slogan i {
	color:#fff;
}


section#intro3 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro3 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro3 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro3 img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Intro 4
======================================== */



section#intro4 {
	background: #000 url(../img/bg/bg-workshops.jpg) 50% 0 no-repeat;
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:115px 0 55px;
}

@media (min-width: 1024px) {
	section#intro4 {
		background-attachment: fixed;
	}
}

section#intro4.inner {
	padding:140px 0 30px;
}

section#intro4.inner h2 strong  {
	color:#fff;
}
section#intro4.inner h2  {
	font-size:32px;
}


section#intro4  {
	text-align:center;
}

section#intro4 i  {
	margin-left:0;
	text-align:center;
}

section#intro4 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro4 h2  {
	color:#ddd;
	font-size:24px;
}

/* === slogan === */
.slogan i {
	color:#fff;
}


section#intro4 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro4 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro4 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro4 img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Intro 5 Meetings
======================================== */



section#intro5 {
	background: #000 url(../img/bg/bg-meetings.jpg) 50% 0 no-repeat;
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:115px 0 55px;
}

@media (min-width: 1024px) {
	section#intro5 {
		background-attachment: fixed;
	}
}

section#intro5.inner {
	padding:140px 0 30px;
}

section#intro5.inner h2 strong  {
	color:#fff;
}
section#intro5.inner h2  {
	font-size:32px;
}


section#intro5  {
	text-align:center;
}

section#intro5 i  {
	margin-left:0;
	text-align:center;
}

section#intro5 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro5 h2  {
	color:#ddd;
	font-size:24px;
}

/* === slogan === */
.slogan i {
	color:#fff;
}


section#intro5 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro5 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro5 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro5 img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Intro 6 Join
======================================== */



section#intro6 {
	background: #000 url(../img/bg/bg-join.jpg) 50% 0 no-repeat;
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:115px 0 55px;
}

@media (min-width: 1024px) {
	section#intro6 {
		background-attachment: fixed;
	}
}

section#intro6.inner {
	padding:140px 0 30px;
}

section#intro6.inner h2 strong  {
	color:#fff;
}
section#intro6.inner h2  {
	font-size:32px;
}


section#intro6  {
	text-align:center;
}

section#intro6 i  {
	margin-left:0;
	text-align:center;
}

section#intro6 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro6 h2  {
	color:#ddd;
	font-size:24px;
}

/* === slogan === */
.slogan i {
	color:#fff;
}


section#intro6 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro6 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro6 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro6 img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Intro 7 Contact
======================================== */



section#intro7 {
	background: #000 url(../img/bg/bg-contact.jpg) 50% 0 no-repeat;
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:115px 0 55px;
}

@media (min-width: 1024px) {
	section#intro7 {
		background-attachment: fixed;
	}
}

section#intro7.inner {
	padding:140px 0 30px;
}

section#intro7.inner h2 strong  {
	color:#fff;
}
section#intro7.inner h2  {
	font-size:32px;
}


section#intro7  {
	text-align:center;
}

section#intro7 i  {
	margin-left:0;
	text-align:center;
}

section#intro7 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro7 h2  {
	color:#ddd;
	font-size:24px;
}

/* === slogan === */
.slogan i {
	color:#fff;
}


section#intro7 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro7 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro7 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro7 img {
	margin: 10px 0 20px 0;
}






/* =======================================
2. Section: Intro 8 HRP Fall Pop Up
======================================== */



section#intro-pop-up {
	background: #eff0ef url(../img/bg/bg-hrp-fall-pop-up.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}

@media (min-width: 1024px) {
	section#intro-pop-up {
		background-attachment: fixed;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-pop-up {
        height: 200px;
	}

}

@media (max-width: 767px) {
    section#intro-pop-up {
        height: 155px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-pop-up {
        background-size: 150%;
        background-position: 50% 120px;
        height: 150px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-pop-up.inner {
	padding:140px 0 30px;
}

section#intro-pop-up.inner h2 strong  {
	color:#fff;
}
section#intro-pop-up.inner h2  {
	font-size:32px;
}


section#intro-pop-up  {
	text-align:center;
}

section#intro-pop-up i  {
	margin-left:0;
	text-align:center;
}

section#intro-pop-up h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-pop-up h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-pop-up .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-pop-up h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-pop-up p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-pop-up img {
	margin: 10px 0 20px 0;
}



/* =======================================
2. Section: Annual Holiday Show
======================================== */



section#intro-annual-holiday-show {
	background: #ffffff url(../img/bg/bg-annual-holiday-show.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}


@media (min-width: 1153px) {
	section#intro-annual-holiday-show {
		background-attachment: fixed;
		height: 550px;
	}
}

@media (min-width: 1041px) and (max-width: 1152px) {
	section#intro-annual-holiday-show {
		background-attachment: fixed;
		height: 500px;
	}
}

@media (min-width: 980px) and (max-width: 1040px) {
	section#intro-annual-holiday-show {
		background-attachment: fixed;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-annual-holiday-show {
        height: 300px;
	}

}

@media (max-width: 767px) {
    section#intro-annual-holiday-show {
        height: 240px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-annual-holiday-show {
        background-size: 150%;
        background-position: 50% 120px;
        height: 200px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-annual-holiday-show.inner {
	padding:140px 0 30px;
}

section#intro-annual-holiday-show.inner h2 strong  {
	color:#fff;
}
section#intro-annual-holiday-show.inner h2  {
	font-size:32px;
}


section#intro-annual-holiday-show  {
	text-align:center;
}

section#intro-annual-holiday-show i  {
	margin-left:0;
	text-align:center;
}

section#intro-annual-holiday-show h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-annual-holiday-show h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-annual-holiday-show .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-annual-holiday-show h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-annual-holiday-show p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-annual-holiday-show img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Eastchester Holiday Show 2021
======================================== */



section#intro-eastchester-holiday-show {
	background: #ffffff url(../img/bg/bg-eastchester-holiday-show.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}


@media (min-width: 1153px) {
	section#intro-eastchester-holiday-show {
		background-attachment: fixed;
		height: 550px;
	}
}

@media (min-width: 1041px) and (max-width: 1152px) {
	section#intro-eastchester-holiday-show {
		background-attachment: fixed;
		height: 500px;
	}
}

@media (min-width: 980px) and (max-width: 1040px) {
	section#intro-eastchester-holiday-show {
		background-attachment: fixed;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-eastchester-holiday-show {
        height: 300px;
	}

}

@media (max-width: 767px) {
    section#intro-eastchester-holiday-show {
        height: 240px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-eastchester-holiday-show {
        background-size: 150%;
        background-position: 50% 120px;
        height: 200px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-eastchester-holiday-show.inner {
	padding:140px 0 30px;
}

section#intro-eastchester-holiday-show.inner h2 strong  {
	color:#fff;
}
section#intro-eastchester-holiday-show.inner h2  {
	font-size:32px;
}


section#intro-eastchester-holiday-show  {
	text-align:center;
}

section#intro-eastchester-holiday-show i  {
	margin-left:0;
	text-align:center;
}

section#intro-eastchester-holiday-show h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-eastchester-holiday-show h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-eastchester-holiday-show .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-eastchester-holiday-show h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-eastchester-holiday-show p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-eastchester-holiday-show img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Eastchester Holiday Show 2022
======================================== */



section#intro-eastchester-holiday-show-2022 {
	background: #ffffff url(../img/bg/bg-eastchester-holiday-show-2022.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}


@media (min-width: 1153px) {
	section#intro-eastchester-holiday-show-2022 {
		background-attachment: fixed;
		height: 550px;
	}
}

@media (min-width: 1041px) and (max-width: 1152px) {
	section#intro-eastchester-holiday-show-2022 {
		background-attachment: fixed;
		height: 500px;
	}
}

@media (min-width: 980px) and (max-width: 1040px) {
	section#intro-eastchester-holiday-show-2022 {
		background-attachment: fixed;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-eastchester-holiday-show-2022 {
        height: 300px;
	}

}

@media (max-width: 767px) {
    section#intro-eastchester-holiday-show-2022 {
        height: 240px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-eastchester-holiday-show-2022 {
        background-size: 150%;
        background-position: 50% 120px;
        height: 200px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-eastchester-holiday-show-2022.inner {
	padding:140px 0 30px;
}

section#intro-eastchester-holiday-show-2022.inner h2 strong  {
	color:#fff;
}
section#intro-eastchester-holiday-show-2022.inner h2  {
	font-size:32px;
}


section#intro-eastchester-holiday-show-2022  {
	text-align:center;
}

section#intro-eastchester-holiday-show-2022 i  {
	margin-left:0;
	text-align:center;
}

section#intro-eastchester-holiday-show-2022 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-eastchester-holiday-show-2022 h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-eastchester-holiday-show-2022 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-eastchester-holiday-show-2022 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-eastchester-holiday-show-2022 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-eastchester-holiday-show-2022 img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Fall Show & Sale 2023
======================================== */



section#intro-fall-show-2023 {
	background: #ffffff url(../img/bg/bg-fall-show-2023.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}


@media (min-width: 1153px) {
	section#intro-fall-show-2023 {
		background-attachment: fixed;
		height: 550px;
	}
}

@media (min-width: 1041px) and (max-width: 1152px) {
	section#intro-fall-show-2023 {
		background-attachment: fixed;
		height: 500px;
	}
}

@media (min-width: 980px) and (max-width: 1040px) {
	section#intro-fall-show-2023 {
		background-attachment: fixed;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-fall-show-2023 {
        height: 300px;
	}

}

@media (max-width: 767px) {
    section#intro-fall-show-2023 {
        height: 240px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-fall-show-2023 {
        background-size: 150%;
        background-position: 50% 120px;
        height: 200px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-fall-show-2023.inner {
	padding:140px 0 30px;
}

section#intro-fall-show-2023.inner h2 strong  {
	color:#fff;
}
section#intro-fall-show-2023.inner h2  {
	font-size:32px;
}


section#intro-fall-show-2023  {
	text-align:center;
}

section#intro-fall-show-2023 i  {
	margin-left:0;
	text-align:center;
}

section#intro-fall-show-2023 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-fall-show-2023 h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-fall-show-2023 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-fall-show-2023 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-fall-show-2023 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-fall-show-2023 img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Spring Show & Sale 2024
======================================== */



section#intro-spring-show-2024 {
	background: #ffffff url(../img/bg/bg-spring-show-2024.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}


@media (min-width: 1153px) {
	section#intro-spring-show-2024 {
		background-attachment: fixed;
		height: 550px;
	}
}

@media (min-width: 1041px) and (max-width: 1152px) {
	section#intro-spring-show-2024 {
		background-attachment: fixed;
		height: 500px;
	}
}

@media (min-width: 980px) and (max-width: 1040px) {
	section#intro-spring-show-2024 {
		background-attachment: fixed;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-spring-show-2024 {
        height: 300px;
	}

}

@media (max-width: 767px) {
    section#intro-spring-show-2024 {
        height: 240px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-spring-show-2024 {
        background-size: 150%;
        background-position: 50% 120px;
        height: 200px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-spring-show-2024.inner {
	padding:140px 0 30px;
}

section#intro-spring-show-2024.inner h2 strong  {
	color:#fff;
}
section#intro-spring-show-2024.inner h2  {
	font-size:32px;
}


section#intro-spring-show-2024  {
	text-align:center;
}

section#intro-spring-show-2024 i  {
	margin-left:0;
	text-align:center;
}

section#intro-spring-show-2024 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-spring-show-2024 h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-spring-show-2024 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-spring-show-2024 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-spring-show-2024 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-spring-show-2024 img {
	margin: 10px 0 20px 0;
}





/* =======================================
2. Section: Holiday Show & Sale 2023
======================================== */



section#intro-holiday-show-2023 {
	background: #ffffff url(../img/bg/bg-holiday-show-2023.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}


@media (min-width: 1153px) {
	section#intro-holiday-show-2023 {
		background-attachment: fixed;
		height: 550px;
	}
}

@media (min-width: 1041px) and (max-width: 1152px) {
	section#intro-holiday-show-2023 {
		background-attachment: fixed;
		height: 500px;
	}
}

@media (min-width: 980px) and (max-width: 1040px) {
	section#intro-holiday-show-2023 {
		background-attachment: fixed;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-holiday-show-2023 {
        height: 300px;
	}

}

@media (max-width: 767px) {
    section#intro-holiday-show-2023 {
        height: 240px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-holiday-show-2023 {
        background-size: 150%;
        background-position: 50% 120px;
        height: 200px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-holiday-show-2023.inner {
	padding:140px 0 30px;
}

section#intro-holiday-show-2023.inner h2 strong  {
	color:#fff;
}
section#intro-holiday-show-2023.inner h2  {
	font-size:32px;
}


section#intro-holiday-show-2023  {
	text-align:center;
}

section#intro-holiday-show-2023 i  {
	margin-left:0;
	text-align:center;
}

section#intro-holiday-show-2023 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-holiday-show-2023 h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-holiday-show-2023 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-holiday-show-2023 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-holiday-show-2023 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-holiday-show-2023 img {
	margin: 10px 0 20px 0;
}





/* =======================================
2. Section: Fall Harvest Show & Sale 2024
======================================== */



section#intro-fall-harvest-show-2024 {
	background: #ffffff url(../img/bg/bg-fall-harvest-show-2024.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}


@media (min-width: 1153px) {
	section#intro-fall-harvest-show-2024 {
		background-attachment: fixed;
		height: 550px;
	}
}

@media (min-width: 1041px) and (max-width: 1152px) {
	section#intro-fall-harvest-show-2024 {
		background-attachment: fixed;
		height: 500px;
	}
}

@media (min-width: 980px) and (max-width: 1040px) {
	section#intro-fall-harvest-show-2024 {
		background-attachment: fixed;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-fall-harvest-show-2024 {
        height: 300px;
	}

}

@media (max-width: 767px) {
    section#intro-fall-harvest-show-2024 {
        height: 240px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-fall-harvest-show-2024 {
        background-size: 150%;
        background-position: 50% 120px;
        height: 200px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-fall-harvest-show-2024.inner {
	padding:140px 0 30px;
}

section#intro-fall-harvest-show-2024.inner h2 strong  {
	color:#fff;
}
section#intro-fall-harvest-show-2024.inner h2  {
	font-size:32px;
}


section#intro-fall-harvest-show-2024  {
	text-align:center;
}

section#intro-fall-harvest-show-2024 i  {
	margin-left:0;
	text-align:center;
}

section#intro-fall-harvest-show-2024 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-fall-harvest-show-2024 h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-fall-harvest-show-2024 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-fall-harvest-show-2024 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-fall-harvest-show-2024 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-fall-harvest-show-2024 img {
	margin: 10px 0 20px 0;
}





/* =======================================
2. Section: Harvest Show & Sale 2023
======================================== */



section#intro-harvest-show-2023 {
	background: #ffffff url(../img/bg/bg-harvest-show-2023.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}


@media (min-width: 1153px) {
	section#intro-harvest-show-2023 {
		background-attachment: fixed;
		height: 550px;
	}
}

@media (min-width: 1041px) and (max-width: 1152px) {
	section#intro-harvest-show-2023 {
		background-attachment: fixed;
		height: 500px;
	}
}

@media (min-width: 980px) and (max-width: 1040px) {
	section#intro-harvest-show-2023 {
		background-attachment: fixed;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-harvest-show-2023 {
        height: 300px;
	}

}

@media (max-width: 767px) {
    section#intro-harvest-show-2023 {
        height: 240px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-harvest-show-2023 {
        background-size: 150%;
        background-position: 50% 120px;
        height: 200px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-harvest-show-2023.inner {
	padding:140px 0 30px;
}

section#intro-harvest-show-2023.inner h2 strong  {
	color:#fff;
}
section#intro-harvest-show-2023.inner h2  {
	font-size:32px;
}


section#intro-harvest-show-2023  {
	text-align:center;
}

section#intro-harvest-show-2023 i  {
	margin-left:0;
	text-align:center;
}

section#intro-harvest-show-2023 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-harvest-show-2023 h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-harvest-show-2023 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-harvest-show-2023 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-harvest-show-2023 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-harvest-show-2023 img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Fall Show & Sale 2022
======================================== */



section#intro-fall-show-2022 {
	background: #ffffff url(../img/bg/bg-fall-show-2022.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}


@media (min-width: 1153px) {
	section#intro-fall-show-2022 {
		background-attachment: fixed;
		height: 550px;
	}
}

@media (min-width: 1041px) and (max-width: 1152px) {
	section#intro-fall-show-2022 {
		background-attachment: fixed;
		height: 500px;
	}
}

@media (min-width: 980px) and (max-width: 1040px) {
	section#intro-fall-show-2022 {
		background-attachment: fixed;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-fall-show-2022 {
        height: 300px;
	}

}

@media (max-width: 767px) {
    section#intro-fall-show-2022 {
        height: 240px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-fall-show-2022 {
        background-size: 150%;
        background-position: 50% 120px;
        height: 200px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-fall-show-2022.inner {
	padding:140px 0 30px;
}

section#intro-fall-show-2022.inner h2 strong  {
	color:#fff;
}
section#intro-fall-show-2022.inner h2  {
	font-size:32px;
}


section#intro-fall-show-2022  {
	text-align:center;
}

section#intro-fall-show-2022 i  {
	margin-left:0;
	text-align:center;
}

section#intro-fall-show-2022 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-fall-show-2022 h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-fall-show-2022 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-fall-show-2022 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-fall-show-2022 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-fall-show-2022 img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Summer Show & Sale 2023
======================================== */



section#intro-summer-show-2023 {
	background: #dbdec3 url(../img/bg/bg-summer-show-2023.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}


@media (min-width: 1153px) {
	section#intro-summer-show-2023 {
		background-attachment: fixed;
		height: 550px;
	}
}

@media (min-width: 1041px) and (max-width: 1152px) {
	section#intro-summer-show-2023 {
		background-attachment: fixed;
		height: 500px;
	}
}

@media (min-width: 980px) and (max-width: 1040px) {
	section#intro-summer-show-2023 {
		background-attachment: fixed;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-summer-show-2023 {
        height: 300px;
	}

}

@media (max-width: 767px) {
    section#intro-summer-show-2023 {
        height: 240px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-summer-show-2023 {
        background-size: 150%;
        background-position: 50% 120px;
        height: 200px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-summer-show-2023.inner {
	padding:140px 0 30px;
}

section#intro-summer-show-2023.inner h2 strong  {
	color:#fff;
}
section#intro-summer-show-2023.inner h2  {
	font-size:32px;
}


section#intro-summer-show-2023  {
	text-align:center;
}

section#intro-summer-show-2023 i  {
	margin-left:0;
	text-align:center;
}

section#intro-summer-show-2023 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-summer-show-2023 h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-summer-show-2023 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-summer-show-2023 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-summer-show-2023 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-summer-show-2023 img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Spring Show & Sale 2023
======================================== */



section#intro-spring-show-2023 {
	background: #dbdec3 url(../img/bg/bg-spring-show-2023.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}


@media (min-width: 1153px) {
	section#intro-spring-show-2023 {
		background-attachment: fixed;
		height: 550px;
	}
}

@media (min-width: 1041px) and (max-width: 1152px) {
	section#intro-spring-show-2023 {
		background-attachment: fixed;
		height: 500px;
	}
}

@media (min-width: 980px) and (max-width: 1040px) {
	section#intro-spring-show-2023 {
		background-attachment: fixed;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-spring-show-2023 {
        height: 300px;
	}

}

@media (max-width: 767px) {
    section#intro-spring-show-2023 {
        height: 240px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-spring-show-2023 {
        background-size: 150%;
        background-position: 50% 120px;
        height: 200px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-spring-show-2023.inner {
	padding:140px 0 30px;
}

section#intro-spring-show-2023.inner h2 strong  {
	color:#fff;
}
section#intro-spring-show-2023.inner h2  {
	font-size:32px;
}


section#intro-spring-show-2023  {
	text-align:center;
}

section#intro-spring-show-2023 i  {
	margin-left:0;
	text-align:center;
}

section#intro-spring-show-2023 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-spring-show-2023 h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-spring-show-2023 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-spring-show-2023 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-spring-show-2023 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-spring-show-2023 img {
	margin: 10px 0 20px 0;
}




/* =======================================
2. Section: Spring Show & Sale 2022
======================================== */



section#intro-spring-show-2022 {
	background: #3d5b70 url(../img/bg/bg-spring-show-2022.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}


@media (min-width: 1153px) {
	section#intro-spring-show-2022 {
		background-attachment: fixed;
		height: 550px;
	}
}

@media (min-width: 1041px) and (max-width: 1152px) {
	section#intro-spring-show-2022 {
		background-attachment: fixed;
		height: 500px;
	}
}

@media (min-width: 980px) and (max-width: 1040px) {
	section#intro-spring-show-2022 {
		background-attachment: fixed;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-spring-show-2022 {
        height: 300px;
	}

}

@media (max-width: 767px) {
    section#intro-spring-show-2022 {
        height: 240px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-spring-show-2022 {
        background-size: 150%;
        background-position: 50% 120px;
        height: 200px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-spring-show-2022.inner {
	padding:140px 0 30px;
}

section#intro-spring-show-2022.inner h2 strong  {
	color:#fff;
}
section#intro-spring-show-2022.inner h2  {
	font-size:32px;
}


section#intro-spring-show-2022  {
	text-align:center;
}

section#intro-spring-show-2022 i  {
	margin-left:0;
	text-align:center;
}

section#intro-spring-show-2022 h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-spring-show-2022 h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-spring-show-2022 .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-spring-show-2022 h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-spring-show-2022 p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-spring-show-2022 img {
	margin: 10px 0 20px 0;
}



/* =======================================
2. Section: Intro Spring Show & Sale
======================================== */



section#intro-spring-show {
	background: #ffffff url(../img/bg/bg-spring-show-and-sale.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}

section#intro-spring-show-online {
	background: #ffffff url(../img/bg/bg-spring-show-and-sale-online.jpg) 50% 50px no-repeat;
	background-size: 100%;
	position:relative;
	width:100%;
	/* height:auto; */
	margin:0;
	padding:115px 0 55px;
}

@media (min-width: 1153px) {
	section#intro-spring-show, section#intro-spring-show-online {
		background-attachment: fixed;
		height: 550px;
	}
}

@media (min-width: 1041px) and (max-width: 1152px) {
	section#intro-spring-show, section#intro-spring-show-online {
		background-attachment: fixed;
		height: 500px;
	}
}

@media (min-width: 980px) and (max-width: 1040px) {
	section#intro-spring-show, section#intro-spring-show-online {
		background-attachment: fixed;
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	section#intro-spring-show, section#intro-spring-show-online {
        height: 300px;
	}

}

@media (max-width: 767px) {
    section#intro-spring-show, section#intro-spring-show-online {
        height: 240px;
        background-position: 0 85px;
	}
}


@media (max-width: 480px) {
    section#intro-spring-show, section#intro-spring-show-online {
        background-size: 150%;
        background-position: 50% 120px;
        height: 200px;
	}
}

/* =-=-=-=-=-=-=-= */

section#intro-spring-show.inner {
	padding:140px 0 30px;
}

section#intro-spring-show.inner h2 strong  {
	color:#fff;
}
section#intro-spring-show.inner h2  {
	font-size:32px;
}


section#intro-spring-show  {
	text-align:center;
}

section#intro-spring-show i  {
	margin-left:0;
	text-align:center;
}

section#intro-spring-show h1  {
	color:#fff;
	font-size:64px;
	font-weight:700;
}
section#intro-spring-show h2  {
	color:#ddd;
	font-size:24px;
}

section#intro-spring-show .inner-heading h2 {
	margin-bottom:-20px;
}

section#intro-spring-show h4.subtitle  {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	text-transform:none;
	color:#f8f8f8;
}

section#intro-spring-show p  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height:2.6em; */
	color: #646963;
	font-weight:200;
}

section#intro-spring-show img {
	margin: 10px 0 20px 0;
}



/* =======================================
3. Section: About
======================================== */
.roles {
	text-align:center;
}

ul.social-profile {
	list-style:none;
	margin-left:0;
}

ul.social-profile li {
	display:inline;
}

ul.social-profile li a:hover {
	text-decoration:none;
}


/* =======================================
3. Section: Services
======================================== */

.box {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background: #fefefe;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}



.box .halftop {
	text-align:center;
	border-bottom:1px dotted #e9e9e9;
	padding-bottom:10px;
	margin-bottom:20px;
}
.box i {
	margin:0;

	text-align:center;
	color:#333;
}


/* ==== divider ==== */
.solid_line {
  padding:0;
  margin:20px 0 20px 0;
  width:100%;
  height:1px;
  border-top: 1px solid #eeeeee;
}

.dotted_line {
  padding:0;
  margin:20px 0 20px 0;
  width:100%;
  height:1px;
  border-bottom: 1px dotted #eeeeee;
}



/* scroll to top */
.scrollup{
    position:fixed;
	width:48px;
	height:48px;
    bottom:20px;
    right:20px;
}

a.scrollup {
	outline:0;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i:hover {
	text-decoration:none;
}



/* progress bar */

.bar.bar80 {
	width:80%;
}
.bar.bar70 {
	width:70%;
}
.bar.bar65 {
	width:65%;
}
.bar.bar60 {
	width:60%;
}
.bar.bar55 {
	width:55%;
}
.bar.bar50 {
	width:50%;
}
.bar.bar45 {
	width:45%;
}
.bar.bar40 {
	width:40%;
}
.bar.bar40 {
	width:40%;
}
.bar.bar35 {
	width:35%;
}
.bar.bar30 {
	width:30%;
}
.bar.bar25 {
	width:25%;
}
.bar.bar20 {
	width:20%;
}
.bar.bar15 {
	width:15%;
}
.bar.bar10 {
	width:10%;
}

/* ============ font awesome icons ===================== */

ul.the-icons {
	list-style:none;
	margin-left:0;
}

[class^="icon-"],
[class*=" icon-"] {
    float:none;

}

.icon-square,
.icon-rounded,
.icon-plain,
.icon-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 18px;
    height: 18px;
	padding:3px;
    font-size: 12px;
    line-height: 18px;
    text-shadow:none;
    cursor: pointer;
}

.icon-rounded  {
    background-color: #444;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.icon-circled {
    background-color: #444;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.icon-square {
    background-color: #444;
}
.icon-plain {
    width: 48px;
    height: 48px;
    font-size: 47px;
    line-height: 50px;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
}

.icon-plain:hover { color: #777; }

/* circled radius */
.icon-circled {
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}
.icon-32.icon-circled {
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}
.icon-64.icon-circled {
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
}
.icon-128.icon-circled {
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.icon-light {
    background-color: #F5F5F5;
    color: #444;
    text-shadow: 1px 1px 1px #fff;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}


.icon-rounded:hover,
.icon-circled:hover {
    color: #fff;
    text-shadow: none;
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.demoicon [class^="icon-"],
.demoicon [class*=" icon-"],
[class^="icon-"].left,
[class*=" icon-"].left {
    float:left;
}
[class^="icon-"].active:hover,
[class*=" icon-"].active:hover {
    background-color: rgba(0, 0, 0, 0.75);
}
[class^="icon-"],
[class*=" icon-"] {
  margin-top: 1px;
  margin-right: .3em;
}

/* custom size */
.icon-32 {
    width: 20px;
    height: 20px;
	padding:6px;
    font-size: 16px;
    line-height: 20px;
}
.icon-48 {
    width: 32px;
    height: 32px;
	padding:8px;
    font-size: 28px;
    line-height: 30px;
}
.icon-64 {
    width: 40px;
    height: 40px;
	padding:12px;
    font-size: 30px;
    line-height: 40px;
}
.icon-128 {
    width: 56px;
    height: 56px;
	padding:36px;
    font-size: 54px;
    line-height: 60px;
}





/* boxed */


.boxed h3{
	margin-bottom:0;
}

.boxed h4{
	color:#a9a9a5;
	font-size: 20px;
	text-shadow: 0 1px 0 #ffffff;
	margin-bottom:10px;
}

.offer-box{
	width:20.95%;
	padding:2%;
	float:left;
	background:#000000;
	border-left:1px solid #fff;
	color:#cbcbcb;
}

.offer-box h3, .offer-box h4{
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:15px;
}

.offer-box-first{
	border-left:none;
}

.special-box{
	color:#fcfcfc;
	position:relative;
	border-left:none;
}

.special-box:after{
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	top:0;
	right:-40px;
	width:0;
	height:0;
	border-width:0 0 30px 40px ;
	border-style:solid;
}


/* ================= About ============================= */


section#about {

}

section#about table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-color: #eeeeee;
}

section#about th {
	font-size: 18px;
	min-width: 200px;
	padding:10px;
	border-color: #eeeeee;
}

section#about td {
	font-size: 16px;
	padding:10px;
	vertical-align: top;
	text-align: left;
	border-color: #eeeeee;
}

/* ==================== Red ============================= */


section#red {
	background-color: #9c3123;
	color: #ffffff;
}

section#red p, section#red strong, section#red h1, section#red h2, section#red h3, section#red h4 {
	color: #ffffff;
} 

section#red a {
	color: #e0ddac;
}

section#red a:hover {
	color: #fffcd2;
}



/* ==================== Blue ============================= */


section#blue {
	background-color: #3d5b70;
	color: #ffffff;
}

section#blue p, section#blue strong, section#blue h1, section#blue h2, section#blue h3, section#blue h4 {
	color: #ffffff;
} 

section#blue a {
	color: #e0ddac;
}

section#blue a:hover {
	color: #fffcd2;
}




/* ==================== Verdant ============================= */


section#verdant {
	background-color: #dbdec3;
	color: #ffffff;
}

section#verdant p, section#verdant strong, section#verdant h1, section#verdant h2, section#verdant h3, section#verdant h4 {
	color: #333333;
} 

section#verdant a {
	color: #365493;
}

section#verdant a:hover {
	color: #2f407f;
}




/* ==================== Azure ============================= */


section#azure {
	background-color: #6aa1b6;
	color: #ffffff;
}

section#azure p, section#azure strong, section#azure h1, section#azure h2, section#azure h3, section#azure h4 {
	color: #ffffff;
} 

section#azure a {
	color: #e0ddac;
}

section#azure a:hover {
	color: #fffcd2;
}




/* ==================== Leaves ============================= */


section#leaves {
	background: #000 url(../img/bg/bg-leaves.jpg) 0 0px no-repeat;
	color: #ffffff;
}

section#leaves p, section#leaves strong, section#leaves h1, section#leaves h2, section#leaves h3, section#leaves h4 {
	color: #ffffff;
} 

section#leaves a {
	color: #e0ddac;
}

section#leaves a:hover {
	color: #fffcd2;
}




/* ==================== Green =========================== */


section#green {
	background-color: #5d684b;
	color: #ffffff;
}

section#green p, section#green strong, section#green h1, section#green h2, section#green h3, section#green h4 {
	color: #ffffff;
} 

section#green a {
	color: #e0ddac;
}

section#green a:hover {
	color: #fffcd2;
}



/* carousel slider */

/* ================= services ============================ */
section#services {
	background: #000 url(../img/bg/bg-hudson-river.jpg) 0 400px no-repeat;
	width:100%;
	height:auto;
	margin:0;
}

@media (min-width: 1024px) {
	section#services {
		background-attachment: fixed;
	}
}

#services .headline h3 {
	color:#fff;
}

#services .section-intro p {
	color:#f8f8f8;
}

.service-intro{
	width:100%;
	margin:30px 0 30px 0;
	padding-top:20px;
	text-align:center;
}

.service-intro h3{
	font-size:64px;
	margin-bottom:0;
}

/* ================= dutchtown ============================ */
section#dutchtown {
	background: #000 url(../img/bg/bg-hudson-river-from-u-s-route-202.jpg) 0 400px no-repeat;
	width:100%;
	height:auto;
	margin:0;
}

@media (min-width: 1024px) {
	section#dutchtown {
		background-attachment: fixed;
	}
}

#dutchtown .headline h3 {
	color:#fff;
}

#dutchtown .section-intro p {
	color:#f8f8f8;
}

.dutchtown-intro{
	width:100%;
	margin:30px 0 30px 0;
	padding-top:20px;
	text-align:center;
}

.dutchtown-intro h3{
	font-size:64px;
	margin-bottom:0;
}

/*========== works ==================*/

ul.filter {
	list-style:none;
	margin-left:0;
	margin-bottom:20px;
}

ul.filter li {
	float:left;
	margin-right:10px;
}

ul.filter li.active a{
	text-shadow:none;
	color:#fff;
	background: #1b1b1b;
}

.portfolio-area{
	float: left;
	width:100%;
	margin:0;
	padding:0;
	margin-top:20px;
}

.portfolio-area li{
	float: left;
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
}

.portfolio-area li h4{
	margin-top:10px;
}

.portfolio-area li.portfolio-item h4{
	margin-top:0;
}


.portfolio-area .thumbnail {
  display: block;
  padding:0;
  border:none;
}

.portfolio-area .thumbnail h5 strong {
	margin:0;
	color:#fff;
}


.portfolio-area .image-wrapp {
	position:relative;
	padding:0;
	overflow:hidden;
	border:nonw;
}

.portfolio-area .image-wrapp img {
	margin:0;
	padding:0;
}




/* Portolio Hover */

.da-thumbs li ,
.da-thumbs li  img {
	display: block;
	position: relative;
}
.da-thumbs li  {
	overflow: hidden;
}
.da-thumbs li  article {
	position: absolute;
	background-image:url(../img/da-hover.png);
	background-repeat:repeat;
	text-shadow:none;
	padding-top:20%;
	width: 100%;
	height: 100%;
}

.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -200%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px;
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	display:block;
}

.da-thumbs li  article  {
	text-align:center;
	padding-top:20%;
}

.da-thumbs li  article em{
	color:#dfdfdf;
	display:block;
	margin:0 0 10px 0;
}

.da-thumbs li  article a{
	display:inline-block;
}

.da-thumbs li  article a:hover {
	text-decoration:none;
}

ul.project-detail{
	list-style:none;
	margin:0;
	padding:0;
}

ul.project-detail li{
	list-style:none;
	border-bottom:1px dotted #e5e5e5;
	padding-bottom:10px;
	margin-bottom:15px;
}

ul.project-detail li label{
	display:inline;
	color:#494949;
	font-weight:bold;
}

.project-widget {
	padding:20px 15px 0 15px;
	margin: 0 0 30px 0;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/* ============== contact ==================== */
ul.contact-list{
	list-style:none;
	margin:0;
	padding:0;
}

ul.contact-list li{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}

ul.contact-list li input.form_input,ul.contact-list li textarea.form_textarea {
	width: 95%;
	padding:10px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width:4px;
	border-color:#eee;
}

ul.contact-list li.last{
	margin-bottom:0;
}

ul.contact-list li label{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.validation {
  color: red;
  display:none;
  margin: 0 0 20px;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* ================= bottom ========================== */

section#bottom {
	background: url(../img/bg/bg-1.jpg) 50% 0 no-repeat;
	width:100%;
	height:auto;
	margin:0;
	padding:40px 0 30px;
}

@media (min-width: 1024px) {
	section#bottom {
		background-attachment: fixed;
	}
}

/* twitter */
.tweet {
	overflow:hidden;
	padding:10px;
	color:#fff;
	font-size:34px;
}



.tweet ul {
	list-style:none;
}

#bottom .icon-twitter {
	color:#fff;
}

.tweet .tweet_time a:hover {
	text-decoration:none;
}

/* Footer */

footer{
	float:left;
	width:100%;
	background:#1d2c29;
	color:#fff;
	margin:0;
	padding:0 0 0 0;
}

footer .verybottom {
	padding:30px 0 10px 0;
}

.tabbable{
	padding:0;
}



.video{
	border:none;
	width:100%;
	height:280px;
}

.thumbnail{
	background:#fff;
}

img.pull-left{
	margin:0 20px 20px 0;
}


/* social links */
.social-links {
	list-style:none;
	margin:0;
	margin-bottom:20px;
}
.social-links li {
	display:inline;
}
.social-links li a {
	margin:0;
}
.social-links li {
	margin:0;
}
.social-links li a:hover {
	text-decoration:none;
}


/* ===================== demo purpose ==========================*/

/* demo class */
.demobutton a {
	margin-bottom:10px;
}

/* demo buttons page */
.demo a.btn {
	margin:0 10px 10px 0;
}


/* tab */
.nav-tabs {
	margin:0;
}
.nav-tabs > li > a {
	font-weight:bold;
}
.tab-content {
	border:1px solid #ddd;
	border-top:none;
	padding: 10px;

}

/* accordion */

.accordion-heading {
	background:#f8f8f8;
}

.accordion-heading a {
	font-weight:bold;
	color:#444;
}
.accordion-heading a:hover {
	text-decoration:none;
}
.accordion-heading {
  	border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  	display: block;
  	padding: 8px 15px;
	text-decoration: none;
}

.accordion-heading .accordion-toggle i {
  	margin-right: 10px;
}

.accordion-heading .active{
	background:#fff;
}


.accordion-toggle {
  	cursor: pointer;
}

.accordion-inner {
  	padding: 9px 15px;
  	border-top: 1px solid #eee;
}

/* Align center */
.aligncenter{
	margin:0 auto;
	text-align:center;
}

.aligncenter i {
	text-align:center;
}

.aligncenter img, img.aligncenter{
	margin-bottom:20px;
}


/* spacer */

.botspacer30{
	margin-bottom:30px;
}


/* ==== media screen queries ==== */

@media (min-width: 768px) and (max-width: 979px) {
	.navbar-inner {
		width:100%;
	}
	#topnav .navbar-inner .container .logo {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
	}
	.default {
	position: fixed;
	background:#1d2c29;
	top:0;
	left: 0;
	width: 100%;
	}

}

@media (max-width: 767px) {

	.navbar-inner {
		width:100%;
	}
	.navbar-inner .container {
	width:100%;
    padding-left: 20px;
    padding-right: 20px;
	}
	.default {
	position: fixed;
	background:#1d2c29;
	width: 100%;
	padding-right:20px;
	}

	.fixed {
	position: fixed;
	background:#1d2c29;
	top:0;
	left: 0;
	width: 100%;
		padding-right:20px;
	box-shadow: 0 0 40px #1d2c29;
	-webkit-box-shadow: 0 0 40px #1d2c29;
	-moz-box-shadow: 0 0 40px #1d2c29;
	}

	#topnav .navbar-inner .container .logo {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
	}

	div nav ul {
		display:none;
	}
	nav ul li {
		display:none;
	}
    nav select {
      display: block;
	  width:50%;
	  float:right;
	  margin-bottom:20px;
	  color:#111;
	  margin-top:0px;
	  margin-right:40px;
	  line-height:30px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
		font-size:14px;
    }

    nav select  a {
		line-height:1.5em;
    }

	.box {
		margin-bottom:20px;
	}

	.portfolio-area li {
		margin-right:20px;
	}

	ul.filter li {
		margin-bottom:10px;
	}
	.tweet span {
		line-height:1.5em;
	}

}


@media (max-width: 480px) {


	#topnav .navbar-inner .container .logo {
    padding-left: 0px;
    padding-right: 20px;
    margin-left: 0px;
    margin-right: 20px;
    font-size: 14px;
    text-align: center;
	}


    nav select {
      display: inline-block;
	  width:85%;
	  float:none;
	  margin:10px 0 0 0;
	  color:#111;
	  line-height:30px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
		font-size:14px;
	}

	section#intro{
		padding:180px 0 20px;
	}



	.section {
		padding:50px 0 40px 0;
	}

	ul.filter li {
		margin-bottom:10px;
	}

	.tweet span {
		line-height:1.5em;
	}
}

/* ============================
Cognito forms overrides
============================ */

.cognito .c-forms-form a {
    color: #d85427;
    font-family: 'Open Sans Condensed',Helvetica,sans-serif;
    font-weight: bold !important;
}

/* ============================
Slide Gallery for Shows
============================ */

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    font-size: 24px !important;
    letter-spacing: 1px;
}
