/* 
Theme Name: Cason Pilliod v1
Theme URI: http://design.pilliod.net
Version: 1
Description: Custom Wordpress theme for Cason Pilliod's portfolio page
Author: Peter Go
Author URI: http://www.petergo.org
*/
body {
	background-color: #fff;
	font-family: 'Fenix', serif !important;
	color: #000;
	margin: 0;
	padding: 0;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}

img { max-width: 100% !important; height: auto; }

h1,h2,h3,h4,h5,h6,p {font-family: 'Fenix', serif !important;}

a, a:active, a:focus, a:visited {
	color: #000;
	text-decoration: none;
	outline: 0 !important;
}
a:hover {
	color: #4e4e4e;
	text-decoration: none;
}

.main-wrapper {
	margin: 0 auto;
	padding: 0;
	max-width: 1400px;
	position: relative;

}
.fixed-nav {
	position: fixed; 
	top: 0; 
	width: 100%; 
	padding: 5px; 
	z-index: 100; 
	display: none;

}
.fixed-nav-links {
	display: none;
}
.cason-bar {
	position: relative; top: 100px; z-index: -10;
}
.header-image {
	position: absolute;
	top: 22px;
	left: 80px;
	max-width: 100%;
	height: auto;
	z-index: 100;
}
.thefooter {
	background-color: #ebebeb;
	min-height: 100px;
}
.thefooter a,
.thefooter a:active,
.thefooter a:focus,
.thefooter a:visited {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	outline: 0;
}
.thefooter a:hover {
	color: #505050;
	text-decoration: none;
}
.gray-bg {
	background-color: #ebebeb; 
	border-top: #cbcbcb 1px solid;
	border-bottom: #cbcbcb 1px solid;
}
.white-spacer {
	background-color: #fff;
	width: 100%;
	height: 70px;
	clear: both;
}
.section-title {
	color: #fff;
	padding-left: 12px;
	padding-top: 30px;
	padding-bottom: 8px;
}
.section-thumb {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 16px;
}
.home-thumb {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}
.backtotop {
	position: fixed; 
	bottom: 10px; 
	right: 10px;
	display: none;
}

.btn {
	outline: 0 !important;
}

.nopads {
	margin: 0 !important;
	padding: 0 !important;
}
.clear {
	clear: both;
}
.btn {
	outline: 0 !important;
}
.text-white { color: #fff !important; }

.samples-slides {
	max-width: 920px;
	padding: 0;
	margin: 0 auto;
	text-align: center !important;
}
.slide-container{
	width: 100% !important;
	position: relative;
	height: 500px;
	margin: 0 auto;
	text-align: center !important;
}
img.slide-image {
	max-height: 100% !important;
	width: auto !important;
	text-align: center !important;
	margin: 0 auto !important;
}
.slide-caption {
	width: 100%;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 14px;
	display: none;
	text-align: left;
}


.bx-wrapper ul li { max-height: 100%; overflow: auto; }


#ModalCredits .modal-dialog,
#ModalDisclaimers .modal-dialog {
	width: 900px;
	max-width: 95%;
}

@media (max-width: 990px) { 
	body { margin-top: 100px; }
	.fixed-nav { display: inline; }
	.cason-bar { display: none; }
	.nav-links-primary { display: none; }
}
