*{
	outline: none;
	}
p {

color: rgba(255,255,255,0.8);
}

.title-bar {   
	background-color: #222;
	height: 60px;
	padding-top: 17px;

}

.off-canvas-wrapper{
	background-color: #222;
}

#offCanvasLeft  {

	background-color: #222;
	padding: 10px;

}

#offCanvasLeft li {
	list-style: none;

}

#offCanvasLeft a {
	color: rgba(255,255,255, 0.6);
	font-weight: bold;
	line-height: 2;

}

#offCanvasLeft a:hover {
	color: rgba(255,255,255, 0.8);


}

.js-off-canvas-exit {
	    background: rgba(0, 0, 0, 0.50);
}

@include orbit-wrapper;
.wrap{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.main{
	padding: 80px 0px;

}



.nav-desktop {
	background-color: #000;
	height: 100px;
	padding: 0;

}


.site-logo {
	color: white;
	line-height: 80px;
	
}

.nav-desktop .menu-desktop {
	line-height: 80px;
	background-color: transparent;
	

}



.menu > li > a {
	display: inline-block;
	line-height: 80px;
	padding-top: 0;
	padding-bottom: 0;
	color: white;
}

.menu > li > a:hover {
	background-color: rgba(255,255,255, 0.1);
	
}


.hero {
	background-color: #999;
	padding: 80px 0px;
	height: 600px;
	background-image: url("../img/dark_embroidery.png");
	
}

.hero h1,
.hero p {
	color: rgba(255,255,255, 0.8);
	width: 70%;
	

}
img {


	padding: 10px;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }


footer {
	background-color: #222;
	padding: 80px 0px;

}

footer h4 {
	color: rgba(255,255,255,0.8);
	font-size: 1.3em;
}

footer hr {
	border-color: rgba(255,255,255,0.1);
	margin: 10px 0;

}

footer a {
	display: block;
	color: rgba(255,255,255,0.6);
	font-size: 0.8em;

}

footer a span {
	font-weight: bold;
	color: rgba(255,255,255,0.3);
}

footer a:hover {

	color: rgba(255,255,255,0.8);

}

  @media (max-width: 639px) { 
	
	.nav-desktop {
		display: none;
			}
	}
	@media (max-width: 875px) {
		.hero h1, 
		.hero p {
			width: 100%;
			}

}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
html {
  border-top: 5px solid #fff;
  background: #58DDAF;
  color: #2a2a2a;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
}

h1 {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 800px;
  height: 350px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev,
a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover,
a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}