@import "bourbon";

html.ie8{

	body{
	  background-color: #f8f8f8;
	  overflow: auto;
	}

	// Show Desktop Container
	.desktop{ display: block; }
	.mobile{ display: none; }

	.fill_dark{
		background-color: #000;
	}
	.fill_light{
		background-color: #fff;
	}

	// Header
	header{
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		height: 84px;
		border: none;
		background-color: #fff;
		border: none;
		.inner{
			width: 100%;
			max-width: 1200px;
			margin: 0 auto;
			position: relative;
			padding: 0 32px;
		  -webkit-box-sizing: border-box;
		     -moz-box-sizing: border-box;
		          box-sizing: border-box;
			.logo{
				width: 138px;
				height: 46px;
				padding: 16px 0 0 0;
				margin: 0;
				a{
					width: 160px;
					height: 54px;
					display: block;
					background: transparent asset_url("lucas_logo.png") top left no-repeat;
					text-indent: -9999px;
				}
			}
		}
	}

	.subnav_btn, .nav_btn{ display: none; }
	.nav{
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: -64px auto 0;
		height: auto;
		position: relative;
		left: auto;
		background: transparent;
	}
	.nav ul{
		position: absolute;
		right: 32px;
		top: 28px;
	}
	.nav ul li{
		display: inline-block;
		text-align: right;
		margin-left: 32px;
		font-size: 1.5em;
		padding-bottom: 4px;
		text-transform: uppercase;
		-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
	  a{
			color: #000;
			border: none;
			padding: 6px 0;
		}
		&.active a{
			color: #3798c0;
		}
	}
	#subnav.menu{
		position: static;
		max-width: 1136px;
		width: 100%;
		margin: 0 auto;
		height: 40px;
		z-index: 10;
		background-color: rgba(0,0,0,0.7);
		text-align: right;
		padding: 12px 32px 0;
		-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
	  a, &.list a{
			display: inline-block;
			margin-left: 18px;
			color: #fff;
			width: auto;
			padding: 0;
			border: none;
			letter-spacing: 2px;
			text-transform: uppercase;
			-webkit-box-shadow: none;
	     				box-shadow: none;
	    &.wide{
	    	display: inline-block;
	    	width: auto;
	    	font-size: 1em;
	    }
			span{ display: block; }
			img{ display: none; }
			&.active{ color: #3798c0 }
		}
	}

	// HOME
	#home{
    text-align: center;
    .content{
      position: absolute;
      bottom: 12px;
      width: 100%;
      z-index: 20;
      div{
        width: 340px;
        margin: 0 24px 32px;
        display: inline-block;
        vertical-align: bottom;
        border: none;
        background-color: #fff;
        &.gene p{
          padding: 10px 0 0 8px;
        }
      }
    }
  }
  #home_video{
  	.video_holder{
  		max-width: 700px;
  	}
  }

	// FAQ
	#team .intro, #faq .intro, #news .intro, #news-item .intro{
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 50px;
	}
	#team .intro h2, #faq .intro h2, #news .intro h2, #news-item .intro h2{
		font-size: 40px;
	}
	#team, #news, #faq{
		padding-left: 40px;
		padding-right: 40px;
	}
	#faq .left, #faq .right{
		display: inline-block;
		vertical-align: top;
		width: 50%;
		-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}
	#faq .left{
		padding-right: 48px;
	}
	#faq .right{
		padding-left: 48px;
	}
	#news{
    width: 90%;
    .post{
      .post-image{
        width: 28%;
        max-width: 242px;
        height: 156px;
        display: inline-block;
        img{ width: 100%; }
      }
      .details{
        display: inline-block;
        width: 72%;
        vertical-align: top;
        @include box-sizing(border-box);
      }
      &.left .details{
        padding-left: 20px;
      }
      &.right .details{
        padding-right: 20px;
      }
    }
  }

	// Team
	#team{
    ul.team_list.exec{
      text-align: center;
      li{ width: 25%; }
    }
    ul.team_list li{
      width: 20%;
      a{
        padding: 0 20px;
      }
    }
    .person{
      .photo{
        float: right;
        margin: 0 0 24px 24px;
      }
    }
  }

	//Property Footer
	.prop_subnav{
		ul{ text-align: center; }
		h2{
			text-align: center;
			padding: 42px 0 24px;
			font-size: 1.125em;
			color: #b9b9b9;
			border-bottom: none;
		}
		ul{
			li{
				display: inline-block;
				width: 33%;
				text-align: center;
				margin-bottom: 16px;
				a{
					display: block;
					padding: 0 12px;
					border-bottom: none;
					-webkit-box-sizing: border-box;
	     			 -moz-box-sizing: border-box;
	           			box-sizing: border-box;
					img{
						display: block;
						width: 100%;
					}
					label{ display: none; }
				}
			}
		}
	}

	// Intro
	.module.intro.parallax{
		background-attachment: scroll;
	}
	.module.intro .content{
		.title{
			font-size: 3em;
			margin-bottom: 12px;
			img{ width: auto; }
		}
		p{
			font-size: 1.5em;
			line-height: 1.3em;
		}
	} 

	// Full
	.module.full .content{
		padding: 32px;
		background-color: #fff;
		text-align: left;
		font-weight: normal;
		.intro{
			font-size: 1.4em;
			line-height: 1.2em;
			margin-bottom: 20px;
		}
		p{
			font-size: 1.2em;
			line-height: 1.3em;
			letter-spacing: 1px;
			margin-bottom: 12px;
		}
	}
	.module.full.list{
		.content{
			background: transparent;
			width: 48%;
			padding: 100px;
			.inner{
				width: auto;
				text-align: center;
				.intro, .title{
					font-family: "AvenirNextSemibold";
					font-size: 2em;
					line-height: 1em;
					margin-bottom: 24px;
				}
				p{
					font-size: 1em;
					line-height: 1.25em;
				}
				span{ display: block; }
			}
		}
	}

	// Big
	.module.big .content{
		display: block;
		bottom: auto;
		top: 20%;
	  h2{
			padding: 40px;
			font-size: 1.8em;
			line-height: 1.5em;
		}
	}

	// Half
	.module.half .part{
		width: 50%;
		display: inline-block;
		.content{
			padding: 24px;
			font-size: 1.2em;
			line-height: 1.25em;
			img{ width: auto; }
		}
		&.left .content{
			span{ display: block; }
		}
	}


}	

