@font-face {
  font-family: 'CenturyGothic';
  src: url('gothic.eot');
  src: url('/fonts/gothic.eot?#iefix') format('embedded-opentype'),
       url('/fonts/gothic.woff') format('woff'),
       url('/fonts/gothic.ttf') format('truetype'),
       url('/fonts/gothic.svg#gothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
}
/* HTML Reset */
* {
	background: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
	/* vertical-align: baseline; */
	font-family: inherit;
}
/* Focus Reset */
:focus {
	outline: 0;
}
/* Selection */
::selection {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
::-webkit-selection {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

body {
	background: #fff /* url(/files/bg_body.jpg) top center no-repeat */;
	font-family: 'CenturyGothic','Arial',Helvetica,sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #333;
}
/* Hyperlinks */
a {
	color: #605CA8;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:active {
	color: #64C458;
	text-decoration: none;
}
a img {
	border: 0px;
}
/* Paragraph and Headings */
p {
	margin: 0px 0px 15px 0px;
}
h1 {
	font-size: 20px;
	font-family: 'CenturyGothic', 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	line-height: 100%;
}
h2 {
	font-size: 16px;
	font-family: 'CenturyGothic', 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #888888;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
}
h3 {
	font-size: 14px;
	font-family: 'CenturyGothic', 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	margin: 0px 0px 15px 0px;
	line-height: 150%;
}
h4 {
	font-size: 16px;
	font-family: 'CenturyGothic', 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	margin: 0px 0px 15px 0px;
	line-height: 150%;
}
h5 {
	font-size: 16px;
	font-family: 'CenturyGothic', 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
	padding: 5px;
	background: #222222;
}
h6 {
	font-size: 16px;
	font-family: 'CenturyGothic', 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
	padding: 5px;
	background: #444444;
}
/* UL and OL Content Styling */
#wrapper ul{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 0px 15px 15px;
	text-indent: -12px;
}
#wrapper ul li {
	margin-bottom: 3px;
}
#wrapper ul ul{
	list-style-type: circle;
	list-style-position: inside;
	margin: 0px 0px 15px 15px;
	text-indent: -12px;
}
#wrapper ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 15px 16px;
}
#wrapper ol li {
	margin: 0px 0px 3px 0px;
}
#wrapper ol ol{
	list-style-type: lower-alpha;
	list-style-position: outside;
	margin: 0px 0px 15px 16px;
}
/* Contact Form */
.contact-form h2 {
  background-color: #111;
  color: #FFFFFF;
  padding: 10px;
}
input,
textarea,
select {
	margin: 0px;
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 168px;
	padding: 10px;
	font-size: 12px;
}
label {
	color: #666666;
}
input.submitbutton {
	cursor:pointer;
	width: 100%;
	background: #404040;
	color: #ffffff;
	font-size: 14px;
	border: 0px;
}
input.submitbutton:hover {
	background: #000000;
	color: #ffffff;
}
.contact-form {
	width: 100%;
	line-height: 100%;
	display: inline-block;
}
.required {
	color: #ff0000;
	font-size: 12px;
}
.form-element {
	/* width: 100%; */
	margin: 0px 0px 10px 0px;
}
.form-element:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.form-element label {
	float: left;
	margin: 11px 0px 0px 0px;
}
.form-element input {
	float: right;
}
.form-element textarea {
	width: 228px;
	line-height: 150%;
	height: 200px;
}
.confirm {
  color: #8ED334;
  font-size: 12px;
  background: #EAF7D9;
  border: 1px solid #BBDF8D;
  padding: 10px;
  display: block;
  clear: both;
  text-align: center;
  margin: 10px 0px 0px 0px;
}
.error {
  color: #F45555;
  font-size: 12px;
  background: #FFD1D1;
  border: 1px solid #F8ACAC;
  padding: 10px;
  display: block;
  clear: both;
  text-align: center;
  margin: 10px 0;
}

/* Tables 
table {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 0px;
	border-right: 0px;
}
tr {
	margin: 0px;
	padding: 0px;
}
th {
	margin: 0px;
	padding: 5px;
	background: #009FE3;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #1879c6;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
td {
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}*/
/* Other HTML elements */
strong,
b {
	font-weight: bold;
}
em,
i {
	font-style: italic;
}
hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #dddddd;
	background: none;
	height: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
/* Website Structure */
.container {

}
/* Header */
#header {
  background:url(/files/banner.png) no-repeat top left;
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	/* background: none; */
	position: relative;
}
.logo {
	margin: 0px;
	text-align: left;
}
.logo img {
	height: 190px;
	width: 400px;
	text-align: left;
}
.logo a {
	display: inline-block;
}
/* Call To Action */
.call-to-action {
	position: absolute;
	width: auto;
	margin: 0px;
	padding: 0px;
	right: 0px;
	top: 30px;
	bottom: 0px;
	text-align: left;
}
.call-to-action div {
	margin: 0px;
}
.call-to-action div > span {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	background: none;
	color: #333333;
	font-weight: bold;
}
/* .call-to-action .contact-name {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin: 30px 0px 15px 0px;
} */
.call-to-action .contact-phone {
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 35px;
	background: url(/files/social/phone-dark.png) left center no-repeat;
}
.call-to-action .contact-email {
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 35px;
	background: url(/files/social/email-dark.png) left center no-repeat;
}
.call-to-action .contact-social {
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	margin: 0px;
}
.call-to-action .contact-social a {
	margin-right: 10px;
	display: inline-block;
	position: relative;
}
.call-to-action .contact-social a:hover > .title {
	display: block;
	visibility: visible;
}
.call-to-action .contact-social a .title {
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	text-align: center;
	padding: 3px;
	background: #333333;
	top: -20px;
	left: 13px;
	margin-left: -26px;
	width: 50px;
	display: none;
	visibility: hidden;
}
/* Navigation Bar*/
#navbar-container {
	background: none;
	width: 100%;
}
/* Level 1 */
#nav {
	background: #605CA8;
	line-height: 100%;
	margin: 10px auto;
	padding: 10px;
	width: 960px;
	z-index: 99;
	display: inline-block;
  text-transform:uppercase;
  -webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 100);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 100);
}
#nav li {
 border-right: 1px solid #FFFFFF;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 99;
}
/* Top Level Link Styling */
#nav li a {
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 100%;
  margin: 0;
  padding: 8px 21px;
}
#nav li a:hover,
#nav li a:active,
#nav li.current a,
#nav li:hover > a {
  background: #000;
  color: #FFFFFF;
}
/* Level 2 */
#nav li:hover > ul {
	display: block;
}
#nav ul {
	background: #ffffff;
	border: 1px solid #dddddd;
	display: none;
	left: 0;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 32px;
	width: 185px;
	z-index: 99;
}
#nav ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}
/* Second Level Link Styling and Onwards */
#nav li > ul li a {
	background: none;
	color: #777777;
	font-weight: normal;
	padding: 9px 9px 9px 9px;
	font-size: 12px;
	line-height: 100%;
}
#nav li > ul li a:hover {
	background: #000000 !important;
	color: #FFFFFF !important;
}
/* Level 3 */
#nav ul ul {
	left: 181px;
	top: 0px;
	z-index: 99;
}
/* Miscellaneous */
#nav:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
/* Body */
#wrapper {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff;
}
/* Breadcrumbs */
.breadcrumb {
  float:right;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	background: none;
	color: #666;
	font-size: 11px;
	line-height: 100%;
}
.breadcrumb a {
	color: #666;
}
.breadcrumb a:hover,
.breadcrumb a:active {
	color: #333333;
}
/* Page Headings */
.heading {
	width: 920px;
	background: #EBEBEB;
	padding: 10px 30px 10px 30px;
	background: #ebebeb;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
.heading h1 {
  color:#000000;
  margin:0;
}
/* Sidebar */
.sidebar {
	width: 250px;
	background: none;
	margin: 20px 20px 0px;
	padding: 0px;
	float: right;
}

.sidebar .widget {
  display: block;
  margin: 10px 0px;
}
.home .sidebar .widget {
  border: 1px solid #DDDDDD;
}
.home .sidebar .widget h2 {
  background-color: #605CA8;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
}
/* Main Pages */
.content {
	width: 920px;
	background: none;
	margin: 20px 5px;
	padding: 0px;
}
/* Content With Sidebar */
.content-left {
	background: none;
  margin: 20px 5px;
  padding: 0;
  width: 650px;
	float: left;
}
/* Photo Gallery */
.gallery-container {
}
.gallery-text {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
/* Photo Gallery Thumbnails */
.thumbnail-all {
	margin: 15px;
	background: none;
	width: 200px;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.thumbnail-all:hover {
	margin: 5px;
	padding: 7px;
	border: 3px solid #eeeeee;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.thumbnail {
	margin: 0px;
	width: auto;
	height: auto;
	background: none;
	overflow: hidden;
}
.image-title {
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
}
.image-title a {
	width: auto;
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-family: 'arial', helvetica, sans-serif;
	background: #333;
	color: #fff;
	padding: 5px;
}
.image-title a:hover {
	color: #ffffff;
	background: #777777;
}
.image-description {
	margin: 0px;
	padding: 0px;
	background: none;
	width: 100%;
	color: #999999;
	font-size: 11px;
}
.thumbnail img {
	margin: auto;
	display:block;
	/*min-height: 160px;*/
	min-width: 160px; /*this will force the width of the thumbnail making it a square */
}
.thumbnail img:hover {
	margin: auto;
	display:block;
}
/* Overview */
/* .content.overview ul > li{
	list-style: none;
} */
.content.overview ul li {
	margin-bottom: 7px;
	margin-top: 4px;
}
.content.overview ul ul li ul {
	list-style-type: square !important;
}
/* Blog */

/* Archive Page */
.archive .content {
    width: 970px;
}

.archive h2 {
    color: #333333;
    font-weight: bold;
}

.month {
    margin-bottom: 13px;
}
.month .blogPost.lastMonth {
    border: none;
    margin-right: 0;
    padding-right: 0;
}
.month .blogPost {
    border-right: 1px solid #dddddd;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    width: 280px;
    text-align: center;
}
.month .blog-title {
    background: #F7F7F7;
    margin: 0 0 15px;
    padding: 0px;
}
.month .blog-title a {
    font-size: 12px;
    color:#333;
    display: block;
    padding: 3px 0;
    font-weight:normal;
}
#filter {
    background: #F7F7F7;
    margin: 0 0 20px;
    padding: 10px;
}
#filter #yr {
    float:left;
}
#filter #search {
    float:right;
    padding: 8px;
    width: 200px;
}
#filter #yr select {
    min-width: 115px;
    padding: 7px;
    width: auto;
}
#filter #yr input[type=submit] {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    display: block;
    float: right;
    font-weight: bold;
    height: 32px;
    margin-left: 10px;
    padding: 4px 0;
    text-align: center;
    width: 50px;
}

/*****************************
 pagination
*****************************/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
    list-style: none outside none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
    float: right;
}
.pager:before, .pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager:before, .pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 15px 15px 15px 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:hover, .pager li > a:focus {
    background-color: #EEEEEE;
    text-decoration: none;
}
.pager .next > a, .pager .next > span {
    float: right;
    text-indent: 0;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    background-color: #FFFFFF;
    color: #999999;
    cursor: not-allowed;
}
.hide {
    display: none!important;
}
#wrapper ul.pagination {
    margin: 0;
    text-indent: 0;
}
/* Blog Page */
.blog-container {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	background: none;
}
.blog-image {
	width: 200px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.blog-image a {
	display: block;
}
.blog-content.image-left {
	margin: 0px 0px 0px 230px;
}
.blog-title {
	padding: 10px;
	margin: 0px;
	background: #333333;
	color: #aaaaaa;
	position: relative;
}
.blog-title a {
	color: #ffffff;
	font-weight: bold;
}
.blog-title a:hover,
.blog-title a:active {
	color: #cccccc;
}
.blog-social {
	/*width: 300px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;*/
  display: block;
  height: 20px;
  margin: 10px 0 5px;
}
.blog-social .gplus {
  width: 70px;
  float: left;
}

.blog-social .fb {
  width: 85px;
  float: left;
}

.blog-social .twitter {
  width: 80px;
  float: left;
}

.blog-body {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background: none;
}
/* Latest Posts */
#home-blog .blog-container {
	width: 156px;
	float: left;
}
#home-blog div.blog-container + div.blog-container {
	margin: 0px 0px 30px 30px;
}
#home-blog .blog-image {
	width: 156px;
	height: 156px;
	float: none;
}
#home-blog .blog-image img {
	width: 156px;
	height: 156px;
}
#home-blog .blog-image a {
	display: block;
}
#home-blog .blog-content {
	margin: 10px 0px 0px 0px;
}
#home-blog .blog-title {
	text-align: center;
	width: 136px;
}
#home-blog .blog-title a {
	display: block;
}
#home-blog .blog-all {
	display: block;
	clear: both;
}
#home-blog .blog-all a {
	display: inline-block;
	padding: 10px;
	margin: 0px;
	background: #333333;
	color: #ffffff;
}
#home-blog .blog-all a:hover,
#home-blog .blog-all a:active {
	background: #000000;
}
/* Footer*/
#footer-contain {
	width: 100%;
	background: none;
	display: inline-block;
}
#footer {
	margin: 0px auto;
	width: 920px;
	font-size: 10px;
	background: #605CA8;
	color: #fff;
	padding: 30px 30px;
	vertical-align: top;
  -webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.footer-mywork {
	margin: 0px auto;
	width: 920px;
	font-size: 10px;
	line-height: 10px;
	background: #000000;
	color: #ffffff;
	padding: 10px 30px;
  text-align: right;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}
.footer-mywork span.left {
	float: left;
}
/* Footer Links */
#footer a {
	color: #ffffff;
}
#footer a:hover,
#footer a:active {
	text-decoration: underline;
}
.footer-mywork a {
	color: #ffffff;
}
.footer-mywork a:hover,
.footer-mywork a:active {
	text-decoration: underline;
}
/* mini_sitemap */
.mini_sitemap h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #BBBBBB;
	line-height: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.mini_sitemap ul {
	margin: 0px;
	padding: 0px 15px 0px 15px;
	display: inline-block;
	width: 125px;
	text-align: left;
	list-style: none;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 100%;
}
.mini_sitemap ul:last-child {
	border: 0px;
}
.mini_sitemap ul li {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	display: block;
	width: 125px;
	text-align: left;
	font-weight: bold;	
}
.mini_sitemap ul li ul {
	margin: 0px;
	padding: 0px;
}
.mini_sitemap ul li ul li {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	width: 80px;
	font-weight: bold;
}
.mini_sitemap ul li ul li ul {
	margin: 0px;
	padding: 0px 0px 7px 0px;
}
.mini_sitemap ul li ul li ul li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 80px;
	font-weight: normal;
}
/* Float Properties*/
.clearfloat:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfloat {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfloat {
	height: 1%;
}
*+html .clearfloat {
	height: 1%;
}
.subscribe a{
  width: 100%;
  padding: 10px 0px;
  background: #605CA8;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 15px 0px 0px 0px;
}
.subscribe-contact a{
  width: 250px;
  padding: 10px 0px;
  background: #605CA8;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 15px 0px 0px 0px;
}
.subscribe a:hover, .subscribe-contact a:hover{
  background: #111;
}
.contact .subscribe, .contact .instagram-widget {
  display: none;
}
.instagram-widget {
	text-align: center;
}