body {
	font-family: "Lato", sans-serif !important;
	font-size: 1em;
	line-height: 1.618em;
	color: #333;
  }


/*    Reset Default Foundation Styling    */

.row{
	max-width:1140px;
	padding: 0 20px;
	}


.top-bar .toggle-topbar.menu-icon a span::after{
	right: 0;
}

.top-bar .toggle-topbar.menu-icon a{
	padding: 0 2rem 0 0.9375rem;
	color: #454545;
}


.top-bar,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section ul li,
.top-bar.expanded .title-area,
.no-js .top-bar-section ul li:hover > a{
	background: transparent;
	height: auto;
	line-height:normal;
	padding: 0;
}


.top-bar .name,
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name span,
.top-bar .name p{
	line-height: normal;
	height: auto;
	font-size: 1.25rem;
}


.top-bar.expanded .toggle-topbar a{
	color: #fbdd90;
}

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #fbdd90, 0 7px 0 1px #fbdd90, 0 14px 0 1px #fbdd90;
}

.top-bar-section .dropdown li>a{
	background: none !important;
	color:#A9A9A9 !important;
	padding:5px !important;
	padding-right: 1px !important;
	font-size: 0.75em;
}

.top-bar-section .dropdown li>a:hover {
	color:#fbdd90 !important;
}

/*    Hero    */

.hero{
	width: 1500px;
	height: 700px;
	max-width: 100%;
	background: url('../img/davey_wall-blur.jpg') no-repeat 80% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   background-size: cover;
	overflow: hidden;
}


.hero .caption{
	margin-top: 100px;
  text-align: center;
	opacity: 1;
}

.hero.title-area {
	opacity: 1;
}

.caption h1.mean_cap{
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 60px;
	color: #999;
	opacity: 1.0;
	text-transform: uppercase;
	line-height: 70px;
}

.hero .caption h2.sub_cap{
	font-family: "lato", Helvetica, Arial, sans-serif;
	font-size: 60px;
	color: #DCDCDC;
	text-transform: uppercase;
	line-height: 70px;
	margin-bottom: 50px;
  font-weight: 300;
}


.hero .caption .btn_details span{
	display: inline-block;
	color: #A9A9A9;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: .5px;
	position: relative;
	margin-right: 5px;
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 3px;
}

.hero .caption .btn_details .arrow{
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.hero .caption .btn_details:hover .arrow{
	-webkit-transform:translateX(3px);
	    -ms-transform:translateX(3px);
	     -o-transform:translateX(3px);
	        transform:translateX(3px);
}

/* Typography */

p {
	font-size: 1.25em;
	font-weight: 200;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

h1,
.alpha   { font-weight: 100;}
h2,
.beta    { font-weight: 300;  }
h3,
.gamma   { font-size: 1.25em; }
h4,
.delta   { font-weight: 100; }
h5,
.epsilon {  }
h6,
.zeta    {  }


/*    Header    */

header{
	width: 100%;
	height: 130px;
	background: transparent;
}

.logo h1{
	text-decoration: none;
	color: #A9A9A9;
	font-family: "lato", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
}

.logo h1 .tld{
	font-family: "lato", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
  font-weight: 100;
}

header .logo{
	margin: 50px 0 0 0;
}

header nav{
	margin-top: 60px;
}

header .top-bar-section ul li a{
	color: #A9A9A9;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 30px;
	letter-spacing: .5px;
}


header .top-bar-section ul li:last-child a{
	margin-right: 0;
}


header .top-bar-section li:not(.has-form) a:not(.button){
	-webkit-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}

header .top-bar-section li:not(.has-form) a:not(.button):hover{
	color: #fbdd90;
}

.row {
	padding: 4em 0;
}

.odd {
  background-color: Linen;
}

/* Links */

a {
	color: SlateGray;
}

p a {
	border-bottom: 1px solid DarkSeaGreen;

}


/*    Services    */

.services{
	padding: 140px 0;
}

.mean_title,
.sub_title{
	text-align: center;
	color: #454545;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	}


.mean_title{
	font-size: 30px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.mean_title.work {
	margin-bottom: -3em;
}

.sub_title{
	font-size: 22px;
	font-family: "Lato-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: lowercase;
}

/*    Footer    */

footer{
	padding: 1.5em 0;
	background: #535353;
  text-align: center;
}

footer p{
	color: #fff;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	letter-spacing: .5px;
  margin: 1em 0;
}

footer .social{
	display: inline-block;
  margin:0 auto;
}

footer .social ul{
	margin: 0;
  text-align: center;
}

footer .social ul li{
	margin-bottom: 7px;
}

footer .social ul li a{
	display: inline-block;
	color: #fff;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.5px;
	text-align: center;
}

/*  Back To Top button  */

#back_top{
	text-decoration: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	opacity: 0;
}

.btn_fancy#back_top{
	padding: 6px 16px;
}






/*    Responsive CSS    */

@media only screen and (max-width: 40em){
	.top-bar .top-bar-section{
		display: none;
	}

	.top-bar.expanded .top-bar-section{
		display: block;
	}

	.top-bar-section ul{
		margin-top: 70px;
		background: #ffffff;
	}

	.top-bar-section li:not(.has-form) a:not(.button){
	  color: #454545;
	  margin: 0;
	  display: block;
	  text-align: center;
	  padding: 20px 0;
	  background: #ffffff;
	  border-bottom: 1px solid #fff4d7;
	  -webkit-transition: all .2s linear;
	       -o-transition: all .2s linear;
	          transition: all .2s linear;
	}

	header .top-bar-section li:not(.has-form):last-child a:not(.button){
		border: 0;
	}

	header .top-bar-section li:not(.has-form) a:not(.button):hover{
		color: #454545;
		background: #fbdd90;
		padding: 20px 0;
	}

	.name {
		padding-left: 0.5em;
	}


	.hero .caption h1.mean_cap,
	.hero .caption h2.sub_cap{
		font-size: 45px;
		line-height: 60px;
	}

	footer .copyrights{
		width: 100%;
		text-align: center;
		margin-bottom: 60px;
	}


	footer .social{
		width: 100%;
		text-align: center;
		float: none;
		margin: 0 auto;
	}

}






@media only screen and (min-width: 64.063em) {
	#back_top{
		right: 40px;
		bottom: 40px;
		margin-top: -22px;
	}
}
