/*Reset CSS*/
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: "rift", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #f6f5f4;
	background-color: #12181B;
	margin: 0;
}


/*General Nav container and properties*/
   
    .menu {
        color:#ffffff;
        min-height:73px;
        position:fixed;
        top:0; 
		left:0;
        width:100%;
        position:fixed;
        zoom:1;
		z-index:1;
        margin:0 auto;
        display:block;
        padding-top:0px;
		padding-left:0px;
    }

	.fixed_logo{
	position: fixed;
	left:30px;
	top:30px;
	width:100px;
	height:auto;
	}
	
		 /*Sub Container and Animation*/
		 
    .sub {
        margin-top:55px;
        height:0px;
        transition:height 0.6s;
        overflow:hidden;
		padding-left:23px;
    }
	
	 /*Sub Nav Holder*/
	
    .menu:hover .sub {
        /*background:#fff;*/
        z-index:2;
        width:100%;
        height: 43px;
        /*border-radius:3px;*/
        /*box-shadow:0 2px 4px #ddd;*/
        /*border:1px solid #ddd;*/
    }
	
 /*What I believe to be global link colors and treatments*/
	
    a.hover-link {
		
        width:190px;
		font-family: "lft-etica",sans-serif;
		font-weight:500;
        font-size:20px;
        color:#515151;
        position:absolute;
        z-index:1;
        display:block;
        height:28px;
        cursor:pointer;
        border-radius:0px 0px 0 0;
        padding:0px 0 0px 0px;
    }
	
    .sub-options {
		font-family: "lft-etica",sans-serif;
		font-weight:300;
        font-size:10px;
        margin-left: 0;
        padding-left: 0;
        display: inline;
    }
	
	/*link containers*/
	
    .menu li {
        list-style: none;
        display: inline-block;
        width:79px;
        height:50px;
        padding:0;
        margin:0;
    }
	
		/*Main link properties*/
	
    .menu li a {
        display:block;
        color:#ffffff;
        cursor:pointer;
		font-family: "lft-etica",sans-serif;
		font-weight:500;
        font-size:10px;
		text-decoration: none;
		padding-top:7px;
        margin:0;
    height:50px;

    }
    .sub li a:hover {
        
        color:#ffffff;		
		 padding-right:5px;
		 padding-top:5px;
		border-top:solid 2px;
    }
    .menu p {
        min-height:30px;
        margin:0;
        padding:6px 15px;
    }
	
	 .logo_placement {
        margin-top:13px;
		margin-left:23px;
        height:0;
    }
	
	.parent {
  position: relative;
}

.child {
	max-width:386px;
	max-height:418px;
  padding: 0px;

  position: absolute;
  top: 50%;
  left: 50%;

  margin: -220px 0 0 -220px;
}
	/* adding featured content */


	
	.featured ul{
    list-style:none;
    text-align:left;
    padding: 0 0px;
	margin:0px;
}


.featured li{
    display:inline-block;
    background: #ddd;
    height:200px;
    width:200px;
    margin:0 auto;
    padding:0 auto;
    position:relative;
}

