/*------ MENU ------*/
.menu-icon{
	z-index: 9999;

}
.menu-icon img{
	margin-top: 15px;
	border: none;
}
.menu-icon span{
	color: #eeeeee;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .35em;
	padding-left: 11px;
	vertical-align: bottom;
}



.sb-left .sb-menu li a{
	border-left: 5px solid transparent;
	text-transform: uppercase;
}

.sb-menu li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0;
	padding: 0;
	width: 100%;
}

.sb-menu li small{
	padding: 1.5em;
	display: inline-block;
}

.sb-menu li a{
	color: #eeeeee;
	display: inline-block;
	padding: 1.5em;
	width: 100%;
	letter-spacing: .3em;
	font-size: 11px;
	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

.sb-menu li a:hover{
	border-left: 5px solid #35ee00;
	color: #35ee00;
	background-color: #1c1c1c;
	-webkit-box-shadow: inset 2px 2px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 2px 2px 15px 0px rgba(0,0,0,0.75);
	box-shadow: inset 2px 2px 15px 0px rgba(0,0,0,0.75);
	
}

.sb-close img{
	padding: 1em;
}


/*-------- SOCIAL ICONS ------*/


.social-icon{
	display: inline-block;
	position: relative;
}
.social-icon img{
	max-width: 30px;
	display: inline-block;
	float: left;
	vertical-align: top;
	margin: 7px;
}
.icon{
    float: left;
    position: relative;
    width: 30px;
    height: 30px;
    padding: 20px;
}
.icon img{
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
    opacity: 1.0;
    position: absolute;
    width: 30px;
    top: 0;
    left: 0;
	pointer-events: none;    
}
.icon .bottom { opacity: 0.0; }
.icon:hover .bottom { opacity: 1.0; }
.icon:hover .top { opacity: 0.0; }

.icon a{
	width: 30px;
	height: 30px;
}


/*------- SECTIONS -------*/

.fullwidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.header{
	background-image: url('../img/headerbg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	height: 450px;
	max-height: 100%;
	text-align: center;
	-webkit-box-shadow: 0px 10px 5px -1px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 10px 5px -1px rgba(0,0,0,0.50);
	box-shadow: 0px 10px 5px -1px rgba(0,0,0,0.50);
}
.header-small{
	background-image: url('../img/headerbg.jpg');
	background-repeat: no-repeat;
	background-position:center center;
	height: 300px;
	text-align: center;
	-webkit-box-shadow: 0px 10px 5px -1px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 10px 5px -1px rgba(0,0,0,0.50);
	box-shadow: 0px 10px 5px -1px rgba(0,0,0,0.50);
}

.transparent-bg{
	background-color: rgba(0,0,0,0.4);
	margin-top: 0;
}

.transparent-bg img{
	max-width: 100%;
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
  pointer-events: none;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}


/*------- SPACING -------*/

.thumbs img{
	margin: 5px;
	border: 1px solid #0c9826;
	
}

.height-25{
	height: 25px;
}

.height-50{
	height: 50px;
}

.height-75{
	height: 75px;
}

/*-------- TYPOGRAPHY --------*/

.intro p{
	font-weight: 200;
	font-size: 0.9rem;
}

::selection {
  background: #770E45; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #770E45; /* Gecko Browsers */
  color: white;
}

/*---------- MISC ----------*/
.transparent{
	opacity: 0.5;
}
.kern-out{
	letter-spacing: 12px;
}