@charset "UTF-8";


a {outline:none;}

a:link, a:visited {
		color:#f77c00;
		text-decoration:none;
		}
		
a:hover, a:active {
		color:#666;
		text-decoration:none;
		}

.clear {
	clear:both;
	}
	
.hide {
	display:none;
	}

.center {
	margin-right:auto;
	margin-left:auto;
	}
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	}
body {
	background-image:url('../images/background.jpg');
	background-repeat:repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.jpg', sizingMethod='scale');
	 -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.jpg', sizingMethod='scale')";
}

@media only screen and (min-width: 0px) and (max-width: 769px) {
body { background: url('../images/background.jpg') no-repeat scroll !important;
background-position:center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
}



#page {
	position: relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	width:758px;
	height:287px;
	margin-left:auto;
	margin-right:auto;
	}


#headshot {
	width:428px;
	height:287px;
	margin:0px 20px 0px 0px;
	float:left;
	background-image:url('../images/headshot.png');
	background-repeat:no-repeat;
	}


#navbar {
	margin:37px 0px 59px 0px;
	padding:0px;
	float:left;
	}

	#nav {
		float: left;
		margin: 0px;
		padding: 0;
		list-style: none;
		}
		
	#nav li {
		float: left; 
		}
		
	#nav li a {
		display: block;
		padding: 0px 16px 0px 0px;
		text-decoration: none;
		font-size:13px;
		font-weight: normal;
		color: #ccc;
		height:20px;
		}
		
	#nav li a:hover {
		color: #f77c00;
		text-decoration:none;
		}

	 #nav li .active {
		color: #f77c00;
		}

	#nav .fb a {
		display: block;
		padding: 0px 10px 0px 0px;
		width:19px;
		height:20px;
		background-image:url('../images/nav-fb.png');
		background-repeat:no-repeat;
		}
		
	#nav .fb a:hover {
		background-image:url('../images/nav-fb-over.png');
		margin-left: 0px;
		}
		
	#nav .li a {
		display: block;
		padding: 0px 10px 0px 0px;
		width:19px;
		height:20px;
		background-image:url('../images/nav-li.png');
		background-repeat:no-repeat;
		}
		
	#nav .li a:hover {
		background-image:url('../images/nav-li-over.png');
		margin-left: 0px;
		}

	#nav .ig a {
		display: block;
		padding: 0px 10px 0px 0px;
		width:19px;
		height:20px;
		background-image:url('../images/nav-ig.png');
		background-repeat:no-repeat;
		}
		
	#nav .ig a:hover {
		background-image:url('../images/nav-ig-over.png');
		}

#logo {
	width:160px;
	height:121px;
	margin:0px 0px 0px 96px;
	float:left;
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	cursor:pointer;
	}

#main {
	width:592px;
	min-height:550px;
	padding:155px 204px 150px 210px;
	background-image:url('../images/main.png');
	background-repeat:no-repeat;
	}

	.ind-work {
		width:130px;
		height:130px;
		margin:0 18px 18px 0;
		float:left;
		position:relative;
		}

#hello {
	width:580px;
	padding:150px 204px 168px 210px;
	background-image:url('../images/hello.png');
	background-repeat:no-repeat;
	}

#work {
	width:680px;
	padding:150px 204px 0px 160px;
	background-image:url('../images/work.png');
	background-repeat:no-repeat;
	}

#chat {
	width:580px;
	padding:150px 204px 50px 210px;
	background-image:url('../images/chat.png');
	background-repeat:no-repeat;
	}

#disclaimer {
	width:580px;
	padding:150px 204px 0px 222px;
	background-image:url('../images/blank.png');
	background-repeat:no-repeat;
	}

	#left-col {
		width:275px;
		float:left;
		margin:0px 30px 0px 0px;
	}
	
	#right-col {
		width:275px;
		float:left;
		margin:0px;
	}
	
	#chat h3 {
		font-size:16px;
		font-weight:normal;
		line-height:20px;
		color: #f77c00;
		}
	
	#chat h3 strong{
		font-size:16px;
		font-weight:normal;
		color:#999;
		}

	#chat h3 a:link, #chat h3 a:visited {
		color: #f77c00;
		text-decoration:none;
		}
	#chat h3 a:hover, #chat h3 a:active {
		color: #333;
		text-decoration:none;
		}

	.keywords {
		clear:both;
		width:574px;
		padding-bottom:15px;
		}
		
	.keywords p {
		font-family: 'Open Sans', sans-serif;
		font-weight:700;
		font-size:13px;
		color:#ccc;
		line-height:14px;
		width:574px;
		text-align:center;
		}

	#chat .keywords { margin-top:170px;	}
	#work .keywords { margin-top:50px;	}
	#disclaimer .keywords { margin-top:300px;	}


#slider p {
	text-align:center;
	margin:0px;
	padding:0px;
	color:#333;
	}
	
#footer {
	width:1000px;
	height:30px;
	padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	}
	
	#footer p {
		margin:10px 0 0 0;
		padding:0px;
		font-family: 'Open Sans', sans-serif;
		font-weight:normal;
		font-size:10px;
		color:#fff;
		line-height:16px;
		text-align:center;
		}
		
	#footer p a:link, #footer p a:visited {
		color:#f77c00;
		text-decoration:none;
		}
		
	#footer p a:hover, #footer p a:active {
		color:#fff;
		text-decoration:none;
		}
		
		
		
		
#fader1, #fader2, #fader3, #fader4 {
    position: relative; 
    width: 130px;
    height: 130px;
}


#slider li {width:580px;}

/* FORM addiiton 06/20/17 */

#formbox {
	background-color:#4c2600;
	padding:20px;
}

#formboxleft {
	width:380px;
	float:left;
	margin-right:10px;
	padding:0px;
	margin:0px;
}

#formboxleft p, #formboxright p {
	color: #ffffff;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	margin-top:0px;
}
#formboxright p .smaller {
	color: #ffffff;
	font-size:16px;
}
#formboxleft p strong, #formboxright p strong {
	font-weight:700;
}
#formboxleft label {
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-size:14px;
}

#formboxleft input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	outline: none;
	width:170px;
	height:20px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	color:#333333;
	font-size:14px;
}

#formboxright {
	width:155px;
	float:left;
	padding:0px;
	margin:0px;
}

#formboxright .sm {
	line-height:30px;
	text-indent:35px;
	font-size:16px;
	display:block;
	height:30px;
	width:auto;
	background-repeat: no-repeat;
	background-position: left;
	margin:0px;
	padding:5px 0px 0px 0px;
}

#formboxright .fb {	background-image:url('../images/sm-icons-fb.png');}
#formboxright .li {	background-image:url('../images/sm-icons-li.png');}
#formboxright .insta {	background-image:url('../images/sm-icons-insta.png');}

.f-textarea textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	outline: none;
	width:360px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	color:#333333;
	font-size:14px;
	resize: none;
}


#formbox .button {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	background-color: #f77c00;
	color: #ffffff;
	border:none;
	outline: none;
	width:150px;
	height:30px;
	font-size:16px;
	cursor: pointer;
}

#formbox .button:hover {
    background-color: #cccccc;
    color: #f77c00;
}

#success {
	background-color: #f77c00;
	color: #ffffff;
	margin-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}

#contactForm li {
	font-family: 'Open Sans', sans-serif;
	color:#f77c00;
	font-size:14px;
	text-align: left;
	text-indent: 0px;
}