.light-h2{
	font-weight: 300;
}

.light-h3{
	font-size: 26px;
	font-weight: 300;
}

.sidebar{
}

.sidebar .content{
	}


.small-text{
	font-size: 18px;
	float: right;
	display: block;
	position: relative;
}

.border{
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #7d7d7d;
	display: block;
	position: relative;
	width: 100%;
	margin: 10px 0 20px 0;
}

.border-slim{
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #7d7d7d;
	display: block;
	position: relative;
	width: 100%;
	margin: 10px 0 10px 0;
}


.cover-logo{
	opacity: 0.2;
	transition: all 0.5s;
}


p{
	font-size: 16px;
	color: #fff;
	opacity: 1;
}

.legend{
	position: relative;
	text-align: center;
	margin: 30px 0 50px 0;
	font-weight: 700;
	width: 100%;
}

.legend-color{
	display: inline-block;
	transition:all 0.5s;
}

@media (max-width: 767px){
		.legend-color{
			padding: 5px 0 5px 0;
			width: 30%;
			text-align: left;
		}
	}
	
@media (max-width: 660px){
		.legend-color{
			width: 48%;
			text-align: left;
		}
	}
	
@media (max-width: 420px){
		.legend-color{
			width: 100%;
			text-align: left;
		}
	}

.legend-img{
	display: inline-block;
	position: relative;
	width: 32px;
	height: auto;
	top:10px;
	margin: 0 0 0 20px;
}

.small-left{
	font-weight: 400;
	font-size: 18px;
	font-smooth: always;
	margin-bottom: 30px;
}

.large-right{
	margin-bottom: 40px;	
}

.inside-list li{
	list-style-type: circle;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1.1em;
	margin: 0 0 1.5rem 0;
}

.small-icon{
	display: inline-block;
	float: left;
	position: relative;
	font-size: 14px;
	margin: 5px 5px 0 0;
}

.sidebar{
	background-image: url(http://scottsaunders.design/wp-content/themes/Slides/assets/img/menu_bg.jpg);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
}

.sidebar.visible{
	-webkit-box-shadow: 0 0 60px 0 #000000;
	box-shadow: 0 0 60px 0 #000000;
}

.sidebar .content{
	padding: 0;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.sidebar.close{
	color: #000;
}

.subMenu{
	margin: 0;
	padding: 0;
	
	}

.sidebar .subMenu li {
	opacity: 1;
	font-weight: 700;
	font-size: 20px;
}

.sidebar .subMenu li a{
	display: block;
	position: relative;
	font-size: 24px;
	padding: 10px 20px 10px 20px;
	transition:all 0.5s;
	color: #999;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition:all 0.5s;
	cursor: pointer;
}

.sidebar .subMenu li a:hover{
	color: #fff;
	-webkit-box-shadow:inset 0 0 30px 0 #000000;
	box-shadow:inset 0 0 30px 0 #000000;
	background-color: rgba(255, 197, 94, 0.3);
}

.menu-img{
	display: block;
	top:-13px !important;
	left: 0px;
	position: relative !important;
	margin: 0 auto !important;
	max-width: 100%;
	height: auto;
	opacity: 0.5;
	transition:all 0.5s;
}

.menu-title-img{
	top:-13px;
	display: block;
	position: relative !important;
	padding: 0 20px 7px 20px;
	max-width: 100%;
	height: auto;
	opacity: 0.5 !important;
}

.sidebar .close:hover {
    opacity: 0.8;
}


.sc .legend-img{
	display: inline-block;
	position: relative;
	top:5px;
	width: 20px;
	height: auto;
	padding: 0;
	margin: 0 0 0 5px;
}

/* Line Navigation */

.navigation li {
  text-align:right;
	padding: 0 9px;
	margin: 0 -9px 0 -24px;
}

.side.left .navigation li {
  text-align:left;
}

.navigation li:after {
  -webkit-transition:0.25s;
  transition:0.25s;
  display:inline-block;
  height:3px;
}
.navigation li.selected:after {
  width:30px;
}


.navigation li:before {
  -webkit-transition:0.25s;
  transition:0.25s;
  opacity:0;
}
.navigation li:hover:before {
  -webkit-transition:0.25s;
  transition:0.25s;
  opacity:1;
  visibility:visible;
}


.content.overflow{
	width: 100%;
	height: 100vh;
	overflow: scroll;
}

.port-pop{
	position: fixed;
	width: 100%;
	height: 100vh;
	top:0px;
	left: 0px;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.port-pop .close-btn{
	display: block;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 999;
}

.port-pop .close-btn svg{
	width: 32px;
	height: 32px;
}

video{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.video-player{
	padding: 10px;
	background-color: #333;
	border-radius: 6px;
}

.small-nav{
	font-size: 18px !important;
	padding: 16px 0 16px 40px !important;
}

.sub-link{
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #202020;
}

.sub-link-border{
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #202020;

}

.sub-link li a{
	padding: 18px 0 18px 21px !important;
	font-size: 16px !important;
}


.wpcf7-submit{
	display: inline-block;
    border-radius: 3px;
    padding: 13px 22px 16px;
    color: #fff;
    border: none;
    outline: none;
    text-decoration: none;
    background: #202020;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    white-space: nowrap;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: inset 0 -100px 0 transparent;
    -webkit-appearance: none;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.half{
	display: inline;
	position: relative;
	width: 50%;
	float: left;
	margin: 0 0 20px 0;
}

@media (max-width: 580px){
	.half{
		display: inline;
		position: relative;
		width: 100%;
		float: left;
		margin: 0 0 20px 0;
	}
}