/*
Theme Name: crandlemire2017
Theme URI: http://centralmaineonline.com/
Author: Phil Crandlemire
Author URI: http://crandlemire.com
Description: This i my 2017 theme with bootstrap
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* I TOOK THIS OUT

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

*/

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-image: url(https://bjwillette.com/wp-content/uploads/2018/08/blue-bg.jpg);
	 background-attachment: fixed;
	background-repeat: repeat;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* I TOOK THIS OUT

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

*/

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* I TOOK THIS OUT

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

*/


/* Small menu. */

/* I TOOL THIS OUT

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

*/



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* MY STYLES START HERE */

p {
    color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

h1 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 44px !important;
}
h2 {
    color: #000000;
    font-family: 'Oswald', sans-serif !important;
    font-size: 36px !important;
}
h3 {
    color: #000000;
    font-family: 'Oswald', sans-serif !important;
    font-size: 28px !important;
}
h4 {
    color: #000000;
    font-family: 'Oswald', sans-serif !important;
    font-size: 24px !important;
}
h5 {
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
}
h6 {
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin: 10px 0 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.main_container{ width:1200px; margin:0 auto; }


.pc-header-bg {
	width: 100%;
	background-color: #FFFFFF;
	border-top: 20px solid #ff7f00;
}

.pc-header {
	background-color: #FFFFFF;

}


.pc-content {
	padding-bottom: 10px;
	float: none;
	background-color: #FFFFFF;
	min-height: 700px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}




.pc-footer-text a,
.pc-footer-text a:link,
.pc-footer-text a:visited,
.pc-footer-text a:hover
{
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	text-align: center;
	text-decoration: underline;
}

.pc-footer-text {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	text-align: center;
}


.pc-footer {
	width: 100%;
	height: 100px;
	background-color: #3a3a3a;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
}






#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 16px;
    background-color: rgba(34, 34, 34, 0.25);
    border-width: 0px;
    border-radius: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(34, 34, 34, 0.5);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(150, 6, 6, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(150, 6, 6, 1);
    background-color: rgba(231, 231, 231, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #000000;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
	background-color: #222222;
	color: #FFFFFF;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
	background-color: #000000;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #FFFFFF;
}


.navbar-toggle {
	background-color: #8cbd43 !important;
	float: left !important;
}






.pc-portfolio {
	height: 500px;
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	margin-top: 0px;
	border-top: 10px solid #8cbd43;
	padding-top: 30px;

}

.portfoliolink a {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	margin-top: 0px;
	text-shadow: 5px 5px 5px #000000;

}

.ourservices {
    color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}
.pc-portfoliomargin {
	margin-top: 20px;
}




.pc-contactaddress p {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: x-large;
	text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
	text-align: center;
}

.pc-contactaddress h3 {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: x-large;
	text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
	text-align: center;
}

.pc-logocenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pc-contact {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 90%;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.pc-contact p {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bolder;
	font-size: large;
	text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
}

.wpcf7-form-control wpcf7-textarea {
	color: rgba(0,0,0,1.00);
	font-style: italic;
	font-weight: bolder;
	font-size: large;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background-color: rgba(255,255,255,1.00);
}

.pc-topmenu {
	background-color: #256C8A;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.pc-menu-bg {
	background-color: #201d1d;
	min-height: 50px;
}


.trademarkfooteraddress {
	color: #FFFFFF;
	text-align: center;
}


a.footerlinks:link
{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}

a.footerlinks:visited
{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}


.textcentered {
	text-align: center;
}

.footerlogocenter {
	width: 20%;
	display: block;
	float: left;
}
.footerlogoc2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.buttonscentered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.fullwidth {
	padding-left: 0px;
	padding-right: 0px;
}

.online-login {
	margin-bottom: 9px;
	padding-bottom: 6px;
	border: 6px solid #246b89;
	margin-top: 10px;
	width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #246b89;
	color: #FFFFFF;
	font-size: 12px;
}

.loginforgot {
	width: 33%;
	display: block;
	float: left;
	background-color: #246b89;
	color: #FFFFFF;
	text-align: center;
	margin-top: 6px;
}


a.loginforgot:link
{
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

a.loginforgot:hover
{
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

a.loginforgot:visited
{
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
.login-btn {
	background-color: #ff9c00 !important;
	color: #000000 !important;
	width: 60px !important;
	height: 25px !important;
	font-size: 12px !important;
	font-weight: bold !important;
}

fieldset {
	margin: 0 2px;

}

@media (max-width: 767px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

@media screen and (max-width:450px){

	.online-login {
    background-color: #246b89;
    color: #ffffff;
    display: block;
    font-size: 12px;
    margin: 10px auto 9px;
    padding-bottom: 6px;
    width: 100%;
}
		
}


@media screen and (max-width:400px){
	.footerlogocenter {
	width: 50%;
	display: block;
	float: left;
}	
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.homebuttons {
	margin-top: -10%;

}

a.headerlinks:link
{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}

a.headerlinks:visited
{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}

.searchbox {
	display: block;
	width: 250px;
	min-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}

.form-input
{
	color: #000000 !important;
	font-size: 12px;
}

.pc-sheet {
	background-color: #FFFFFF;
	margin-top: 15px;
}
.pc-sidebar {
	padding-top: 15px;
	border: 6px solid #201d1d;
	margin-top: 15px;
	background-color: #FFFFFF;
}

input, select, textarea, a.pc-search-button span {
    font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
}
.pc-block select {
    width: 96%;
}
input.pc-button {
    float: none;
}
.pc-button.active, .pc-button.active:hover {
    background: #0061af none repeat scroll 0 0;
    border-radius: 3px;
    border-width: 0;
    margin: 0 auto;
    padding: 0 21px;
}
.pc-button.active, .pc-button.active:hover {
    color: #ffffff;
}
.pc-button.hover, .pc-button:hover {
    background: #ffc003 none repeat scroll 0 0;
    border-radius: 3px;
    border-width: 0;
    margin: 0 auto;
    padding: 0 21px;
}
.pc-button.hover, .pc-button:hover {
    color: #000000;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
    background: #f4f6f5 none repeat scroll 0 0;
    border: 1px solid #c0c8c6;
    border-radius: 4px;
    margin: 0 auto;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
    color: #242927;
    font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    padding: 4px 0;
    text-shadow: none;
    width: 100%;
}
input.pc-error, textarea.pc-error {
    background: #f4f6f5 none repeat scroll 0 0;
    border: 1px solid #e2341d;
    margin: 0 auto;
}
input.pc-error, textarea.pc-error {
    color: #242927;
    font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.slideshow {
	margin-top: 15px;
	margin-bottom: 10px;
}
