body {
	color:#d1d1d1;
	font-family: Celine, 'Celine';
	width:100%;
	height:100%;
	overflow:hidden;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
    cursor:pointer;
}

/* Track */
::-webkit-scrollbar-track {
    border: 1px solid rgba(209, 209, 209, 1);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor:pointer;
}

/* Handle */
::-webkit-scrollbar-thumb {
	cursor:pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #d1d1d1;
    -webkit-box-shadow: inset 0 0 6px rgba(209, 209, 209, 1);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4);
}

.flowplayer {
   max-width: 100%;
}

.responsive-menu{
	width:100vw;
	min-width: 100vw;
	max-width: 100vw;
	overflow: hidden;
	box-sizing: border-box;
	height: 50px;
	width:50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#isCollapsed{
	visibility: hidden;
	opacity: 0;
	height: 0 !important;
	width:100vw;
	transition: all 0.17s ease-in-out;
	transform: translateY(-10px);
	overflow: hidden;
}
#isCollapsed.active{
	visibility: visible;
	opacity: 1;
	height:auto !important;
	transform: translateY(0px);
}
#isCollapsed .menu{
	display: flex;
	flex-direction: column;
	width:100%;
	margin:0 !important;
	padding:10px !important;
}
#isCollapsed .menu>li{
	display: flex;
	flex-direction:row;
	width:100%;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
}
h3 {
	color:#000000;
	font-family: Courier;

	font-weight: lighter;
	font-size: 1em;
	letter-spacing: 0.1em;
}




h4 {
	color:#000000;
	font-family: Courier;

	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 0.3em;
}

h5 {
	color:#000000;
	font-family: Courier;
	font-weight: normal;
	font-size: 0,9em;
	letter-spacing: 0.2em;
	text-align : justify;
}

.copy {
	color:#585858;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 0.6em;
	letter-spacing: 0.1em
}

.thumbnail {
	border:none;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	padding-top:0 ;


}



.thumbnail img {


	border:none;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	padding-top:0;

}

.thumbnail img:hover {
	opacity: 0.2;
}

.spacer {
	height:40px;
	width: 100%;
	display: block;
}

.xl-spacer {
	height:60px;
	width:100%;
	display:block;
}

.intro-container {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	display:block;
	position: absolute;
	top: 0;
	left:0;
}

.intro-table {
	display: table;
	height: inherit;
	width: inherit;
}

.intro-row {
	display: table-row;
	height: inherit;
	width: inherit;
	vertical-align: middle;
}

.intro {
	padding:0;
	display:table-cell;
	width:inherit;
	text-align: center;
	height: inherit;
	vertical-align: middle;
	cursor: crosshair;
}

.intro img {
	width::400px;
	opacity: 1;
}

.intro img:hover {
	opacity: 0.9;
}

.menu {
	width:100%;
/*	padding-left: 0; */
}

.menu li {
	width:100%;
	padding:0;
	margin:0;
	display: block;
	height:30px;

}

.menu li a, .footer a {
	color:black;
	text-transform: lowercase;
	font-family: Courier, Helvetica, Celine, "Celine",  "Helvetica Neue Light", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-align : center;



}



}

.phone-menu a {
	color:black;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	font-weight: light;
	text-decoration: none;
	margin-top:40px;
	padding:5px;

}

.logo{
	text-align: center;
}
.logo img {
	text-align: center;
	margin: auto;
	vertical-align: middle;
	width: 100%;
	max-width: 700px;
}
.phone-logo img {
	width: 60%;

}



.footer {
	border-top:1px solid #fffff;
	height: 35px;
	line-height: 35px;
	position:absolute;
	bottom: 0;
	width: 100%;
}

.contact, .bio {
	color:#686868;
	font-weight: lighter;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	font-family: Courier, Celine, "Celine",  "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.close-button {
	float: right;
}

/* Track

.sliding-u-l-r {
    display: inline-block;
}

.sliding-u-l-r:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.sliding-u-l-r:hover:after {
    width: 150%;
    background: #606060;

} */

.input-block-level {
  display: table;
  width: 100%;

}

.btn {
	background: #d1d1d1;
	border:none;
	font-family: Courier, celine, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: lighter;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	padding:5px;
}

.btn:hover {
	background: #d1d1d1;
	opacity:0.1;
}
