.caption{ top:85%;}
.content-block-thumb img {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

/* Disable grayscale on hover */
.content-block-thumb img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

.about-us .blockquote2{ font-size:30px; font-weight:bold}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}
.page-content{ background-color:#FFFFFF;}
.career .featured-area-subtitle{ font-size:20px;}
.career h2{ font-size:70px}
/* For the "inset" look only */
html {
    overflow: auto;
	background:#878787;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background: rgba(255,0,0,1); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

@media (max-width: 480px) {
	.submit-form .button {
		margin:10px auto;
		float: none;
		color: #fff;
		-webkit-margin-before: -4px;
	}
}