/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

@font-face {
	font-family: 'icon-worksregular';
	src: url(../fonts/icon-works-webfont.eot);
	src: url(../fonts/icon-works-webfont.eot?#iefix) format('embedded-opentype'),
		url(../fonts/icon-works-webfont.woff) format('woff'),
		url(../fonts/icon-works-webfont.ttf) format('truetype'),
		url(../fonts/icon-works-webfont.ttf) format('truetype'),
		url(../fonts/icon-works-webfont.svg#icon-worksregular) format('svg');
	font-weight: normal;
	font-style: normal;

}

/*-- colors - fonts
red: b20838
dark red: 7c0728
light gray: f6f6f6
dark gray: 212221

font-family: 'Montserrat', sans-serif;
*/
/***** END RESET *****/

body {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: 500;
	overflow-x: hidden;
	width: 100%;
}

::-moz-selection {
	background: #ededed;
	color: #000;
	text-shadow: none;
}

::selection {
	background: #ededed;
	color: #000;
	text-shadow: none;
}

a {
	color: inherit;
	transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	text-decoration: none;
}

a:hover,
:hover {
	transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
}

.clear {
	clear: both;
}


.shadow {
	box-shadow: 0px 6px 14px -7px rgba(0, 0, 0, .25);
}

h1 {
	font-size: 32px;
	color: inherit;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 5px;
}

h2 {
	font-size: 28px;
	color: inherit;
	font-weight: 800;
	line-height: 38px;
}

h3 {
	font-size: 22px;
	color: inherit;
	font-weight: 700;
	letter-spacing: .25px;
	line-height: 30px;
}

.footer-contact h3 {
	font-size: 32px;
	color: inherit;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 5px;
}

h4 {
	font-size: 16px;
	color: inherit;
	font-weight: 800;
	letter-spacing: .25px;
	line-height: 30px;
}

.red {
	color: #b20838;
}

.white {
	color: #fff;
}

.fa.smaller {
	font-size: 13px;
}


/*---BASIC STYLES -----------------------------------*/
#pad {
	padding: 25px 0;
}

#l-pad {
	padding: 50px 0;
}

#xl-pad {
	padding: 100px 0;
}

div#xl-pad .slick-track img {
	width: 26.5vw;
	height: 26.5vw;
	object-fit: cover;
}

.dark-gray {
	background: #212221;
	color: #fff
}

.lightgray-bg {
	background: #ededed;
}

.black-bg {
	background: #000
}

.red-bg {
	background: #b20838;
}

.darkred-bg {
	background: #7c0728
}

hr.small-red {
	border: 3px solid #b20838;
	width: 60px;
	margin-bottom: 12px;
	float: left;
	display: block
}

#pageimage {
	display: block;
	width: 100%;
}

.wrapper90 {
	width: 90%;
	margin: 0 auto;
}

.wrapper-inner {
	width: 75%;
	margin: 0 auto;
}

.wrapper-center {
	width: 75%;
	margin: 0 auto;
	text-align: center;
}

#gray-btn {
	background: #404040;
	color: #fff;
	letter-spacing: 1.5px;
	font-size: 15px;
	padding: 10px 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase
}

#gray-btn:hover {
	background: #000;
}

#black-btn {
	background: #000;
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 10px 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

#black-btn:hover {
	background: #b20838;
}

#red-btn {
	background: #b20838;
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 10px 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 5px;
}

#red-btn:hover {
	background: #7c0728;
}

#white-outline-btn {
	background: none;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	padding: 8px 25px;
	text-decoration: none;
	letter-spacing: .25px;
	font-weight: 800;
}

#white-outline-btn:hover {
	background: #fff;
	color: #b20838;
}


/*---HEADER-----------------------------------*/
.header {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 999;
}

.header .wrapper-inner {
	padding: 10px 0;
	width: 90%;
	display: flex;
	align-items: center;
	margin: 0 auto
}

.subtitle {
	color: #fff;
	font-size: 20px;
	padding-top: 1rem;
}

.header-left {
	justify-content: flex-start;
	text-align: left;
	width: 30%
}

.header-left img {
	width: 100%;
	max-width: 275px;
	position: relative;
	margin-top: -40px
}

.header-right {
	justify-content: flex-start;
	text-align: right;
	width: 70%;
}

.top-header {
	background: #f5f5f5;
	color: #000;
	text-align: right;
	padding: 8px 0
}

#top-social {
	display: inline-block
}

#top-social .fa,
#top-social .fab {
	font-size: 22px;
	color: #fff;
	background: #000;
	border-radius: 4px;
	display: inline-block;
	padding: 5px 10px;
}

#top-social .fa:hover,
#top-social .fab:hover {
	background: #b10838
}


#top-search {
	margin-right: 10px;
	display: inline-block
}

#top-search .fa {
	font-size: 22px;
	color: #b20838;
	display: inline-block;
	padding: 5px 20px;
	border-right: 2px solid #e41b23
}

#top-search .fa:hover {
	color: #000
}

#searchbar {
	position: absolute;
	display: none;
	float: left;
	width: 100%;
	height: 62px;
	z-index: 9999;
	box-sizing: border-box;
	height: 100px;
	background: rgba(0, 0, 0, .95);
	margin-top: 5px;
}

#searchbar #searchform #searchsubmit {
	background: url(../siteart/search.png) no-repeat right;
	float: left !important;
	width: 40% !important;
	height: 26px !important;
	padding: 50px 0 !important;
	color: #d73c09 !important;
	border: 0 !important;
	outline: none !important;
	cursor: pointer !important;
}

#searchbar #searchform .keywords {
	float: left !important;
	width: 60% !important;
	border: 0 !important;
	outline: none !important;
	padding: 34px 25px !important;
	box-sizing: border-box !important;
	font-size: 20px !important;
	line-height: 28px !important;
	color: #fff !important;
	background: none !important;
	font-family: 'Montserrat', sans-serif !important;
	height: auto !important
}

#searchbar ::-webkit-input-placeholder {
	color: #fff;
}

#searchbar :-moz-placeholder {
	color: #fff;
}

#searchbar ::-moz-placeholder {
	color: #fff;
}

#searchbar :-ms-input-placeholder {
	color: #fff;
}


.hiring {
	position: relative;
	z-index: 1
}

.hiring:hover {
	background: #000
}

/*---HOME PAGE ----------------------------------*/
/*--slider--*/
.cycle-slideshow {
	width: 100%;
	position: relative;
	background-color: #000000;
}

.cycle-slideshow img {
	width: 100%;
}

.cycle-slideshow img {
	height: 29vw;
	object-fit: cover;
}


.hero-overlay {
	position: absolute;
	z-index: 998;
	float: right;
	text-align: right;
	color: #fff;
	height: 100%;
	width: 100%;
	max-width: 400px;
	top: 8vw;
	right: 5%;
	transform: translateX(-100px);
	animation: loadIn 2.50s ease 0s forwards;
}

.hero-overlay h4 {
	font-size: 22px;
}

.hero-overlay h1 {
	font-size: 45px;
	line-height: 50px;
	margin-top: 10px;
}


@keyframes loadIn {
	0% {
		transform: translateX(-120px);
	}

	100% {
		transform: translateY(0px);
	}
}



/*--search--*/
.search {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: absolute;
	margin-top: -60px;
	z-index: 9999999;
	float: none;
	left: 0;
	right: 0;
	padding: 20px 0
}

.search .left {
	justify-content: flex-start;
	width: 40%;
	color: #fff;
	padding-left: 20px;
}

.search .right {
	justify-content: flex-start;
	width: 60%;
}

.search form {
	width: 100%
}

.search #keywords,
.search #submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	border-radius: 0 !important;
	-webkit-border-radius: Â 0px !important;
}

.search #keywords {
	width: 85%;
	height: 49px;
	color: #000;
	font-family: 'Montserrat', sans-serif !important;
	background: #fff;
	border: none;
	font-size: 12px;
	font-weight: 700;
	padding-left: 10px;
}

.search #submit {
	width: 50px;
	height: 51px;
	background: #000;
	font-family: 'icon-worksregular';
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center
}

.search #submit:hover {
	background: #7c0728
}


/*--welcome --*/
.welcome {
	display: flex;
	align-items: center;
	border-bottom: 8px solid #7c0728
}

.welcome .left {
	justify-content: flex-start;
	width: 50%;
}

.welcome .right {
	justify-content: flex-start;
	width: 50%;
}

.welcome .right img {
	width: 100%;
	height: 100%;
	display: block
}

/*--quick links--*/
.quicklinks {
	background: url(/siteart/ql-bg.jpg) no-repeat fixed center;
	width: 100%;
	padding: 150px 0;
	background-color: #000000;
}

.quicklinks .left {
	display: inline-block;
	width: 70%;
	background: rgba(255, 255, 255, .8);
	padding: 15px !important
}

.quicklinks .right {
	display: inline-block;
	width: 25%;
	color: #fff;
	font-weight: 800;
	float: right;
	margin-top: 180px;
	font-size: 18px;
	line-height: 30px;
}


/*--categories--*/

.cat {
	position: relative;
	width: 100%;
	max-width: 23.7%;
	display: inline-block;
	margin: 5px;
}

.cat .image {
	display: block;
	width: 100%;
	height: auto;
}

.cat .overlay {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	right: 0;
	background: #b20838;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.cat:hover .overlay {
	height: 100%;
}

.cat .overlay img {
	max-width: 60px;
}

.cat .text {
	color: #fff;
	position: absolute;
	font-size: 16px;
	width: 80%;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}

.cat-title {
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 50% auto;
	z-index: 1;
}

a.cat {
	text-decoration: none;
}

.cat #red-btn {
	background: #7c0728 !important;
	float: right;
	margin: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	padding: 8px 20px;
}

.cat #red-btn:hover {
	background: #000 !important;
}

/*--ex-service --*/
.ex-service {
	display: flex;
	align-items: center;
}

.ex-service .left {
	justify-content: flex-start;
	width: 50%;
}

.ex-service .right {
	justify-content: flex-start;
	width: 75%;
}

/*--- subpages -----------------------*/
.subpages {
	display: flex;
	align-items: center;
}

.subpages .left {
	justify-content: flex-start;
	width: 50%
}

.subpages .left h1 {
	font-size: 50px;
	color: #fff;
	width: 400px;
	line-height: 55px;
}

.subpages .right {
	justify-content: flex-start;
	width: 50%
}

.subpages .right img {
	width: 100%;
	height: 100%;
	display: block
}

/*--fbo--*/
.fbopage-logo {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}

.fbopage-logo img {
	max-width: 280px;
	width: 33%;
	margin: 0 17px;
	box-sizing: border-box;
}

img {}

img.biglogo {
	max-width: 430px !important;
	width: 100%;
	margin-bottom: 10px;
}

/*--contact--*/
.contact {
	display: flex;
}

.contact .left {
	justify-content: flex-start;
	width: 50%
}

.contact .right {
	justify-content: flex-start;
	width: 50%
}


/*--team--*/
.team {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 30px 0;
}

.team .left {
	justify-content: flex-start;
	width: 40%;
}

.team .left img {
	width: 100%;
	max-width: 300px;
	display: block
}

.team .right {
	justify-content: flex-start;
	width: 70%;
	float: right;
	right: 0
}

/*---FOOTER --------------------------*/
.footer-contact {
	width: 100%;
	display: flex;
}

.footer-contact .left {
	background: #7c0728;
	width: 50%;
	justify-content: flex-start;
	text-align: left;
}

.footer-contact .left .gray-border {
	float: left;
}

.footer-contact .right {
	background: #fff;
	width: 50%;
	justify-content: flex-start;
}

.footer-contact .right .dark-gray .fa,
.footer-contact .right .dark-gray .fab {
	color: #fff;
	font-size: 30px;
	margin: 0 10px;
}

.footer-contact .right .dark-gray .fa:hover,
.footer-contact .right .dark-gray .fab:hover {
	opacity: .7;
}

.footer-contact .right ul li {
	line-height: 40px;
	font-size: 20px;
}


.footer-contact .CaptchaPanel {
	color: #fff !important;
}

.footer-contact .CaptchaMessagePanel {
	color: #fff
}

.footer-contact .CaptchaWhatsThisPanel a {
	color: #fff;
}


.copyright {
	background: #f3f3f3;
	text-align: center;
	padding: 8px 0;
	font-size: 13px;
}


.footer-sub {
	display: flex;
	align-items: center
}

.footer-sub a {
	color: #fff !important;
}

.footer-sub .left {
	justify-content: flex-start;
	width: 75%;
}

.footer-sub .right {
	justify-content: flex-start;
	width: 25%;
	text-align: right;
	font-size: 14px;
}


/*---FORMS -----------------------------------*/
.form-row {
	display: flex;
}

.formfield {
	flex: 1;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	padding: 5px 0;
	margin: 5px 5px 5px 0;
	font-size: 13px;
}


.formfield input,
.formfield select {
	width: 100%;
	padding: 10px 0;
	border: 1px solid #134773;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	-webkit-appearance: none;
	border-radius: 0 !important;
	-webkit-border-radius: Â 0px !important;
}

input.radio {
	padding: 0;
	border: 0;
	margin: 0 5px 0 0;
	width: 15px;
	height: 15px;
	display: inline;

}

textarea {
	width: 100%;
	padding: 10px 0;
	border: 1px solid #134773;
	font-weight: 700;
	color: #000;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	height: 85px;
	-webkit-appearance: none;
	border-radius: 0 !important;
	-webkit-border-radius: Â 0px !important;
}

form input.button,
form input.button:focus {
	float: none;
	width: 160px;
	margin: 10px auto 0 auto;
	background: #282828;
	/* For browsers that do not support gradients */
	line-height: 18px;
	color: #fff;
	font-size: 16px;
	padding: 12px 20px;
	letter-spacing: .25px;
	display: block;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: Â 0px !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-align: center;
}

form input.button:hover {
	color: #282828;
	background: #fff;
	/* For browsers that do not support gradients */
	margin: 10px auto 0 auto;
	text-align: center;
	display: block;
	transition: all .8s ease;
}

/*control the Captcha */

.CaptchaPanel {
	margin: 0 auto !important;
	padding: 0 0 0 0 !important;
	line-height: normal !important;
	color: #000;
	width: 100%;
	text-align: left;
}

.CaptchaPanel input {
	width: 100% !important;
	max-width: 300px;
}

.CaptchaImagePanel {
	margin-top: 10px;
	padding: 0 0 0 0;
}

.CaptchaMessagePanel {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	font-weight: normal !important;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #000
}

.CaptchaAnswerPanel {
	margin: 0 0 0 0;
	padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height: 0;
	margin: 0 auto;
	padding: 10px 0 10px 0 !important;
	width: 100%;
	float: right;
	display: block;
}

.CaptchaWhatsThisPanel a {
	color: #000;
}

.CaptchaWhatsThisPanel a:hover {
	text-decoration: none;
}



/*---RESPONSIVE STYLES ------------------------------*/
@media screen and (max-width: 1600px) {
	.quicklinks .left {
		width: 68%;
	}

	.quicklinks .right {
		margin-top: 100px;
	}

	.cat {
		max-width: 23.3%;
	}

	.cat .overlay img {
		max-width: 50px;
	}

	.cat .text {
		font-size: 14px;
		width: 90%;
		top: 45%;
		left: 48%;

	}

	.cat .text h2 {
		font-size: 22px;
	}

	br.hide {
		display: none
	}

	.cat-title h2 {
		font-size: 25px;
	}

	.cat #red-btn {
		font-size: 14px;
	}

}

@media screen and (max-width: 1300px) {

	.wrapper-inner,
	.wrapper-center {
		width: 92%;
	}

	.subpages .left h1 {
		font-size: 45px;
		line-height: 50px;
	}


	/*--quick links--*/
	.quicklinks {
		padding: 100px 0
	}

	.quicklinks .left {
		display: block;
		width: 100%;
		padding: 15px !important
	}

	.quicklinks .right {
		display: block;
		width: 100%;
		float: none;
		margin: 50px auto 0 auto;
		text-align: center
	}


}


@media screen and (max-width: 1200px) {
	.header-left {
		width: 50%
	}

	.header-right {
		width: 50%;
	}


	/*--search--*/
	.search {
		max-width: 100%;
		position: relative;
		margin-top: 0px;
		z-index: 1;
	}

	.search .left {
		justify-content: flex-start;
		width: 40%;
		color: #fff;
		padding-left: 20px;
	}

	.search .right {
		justify-content: flex-start;
		width: 60%;
	}



	/*--welcome --*/
	.welcome {
		display: block;
		border-bottom: 8px solid #7c0728
	}

	.welcome .left,
	.welcome .right {
		justify-content: flex-end;
		width: 100%;
	}

	.welcome .right img {
		width: 100%;
		height: 100%;
		display: block
	}

	.welcome .left .wrapper-inner {
		padding: 80px 0
	}

	.fbo-homepage {
		display: block;
	}

	.fbo-homepage .left {
		justify-content: flex-end;
		width: 100%;
	}

	.fbo-homepage .right {
		display: none;
	}

	/*--categories--*/



}



@media screen and (max-width: 1024px) {
	#pad {
		padding: 20px 0;
	}

	#l-pad {
		padding: 35px 0;
	}

	#xl-pad {
		padding: 50px 0;
	}

	h1 {
		font-size: 30px;
	}



	.hero-overlay {
		top: 6vw;
	}

	.hero-overlay h4 {
		font-size: 22px;
	}

	.hero-overlay h1 {
		font-size: 40px;
		line-height: 45px;
	}


	/*--ex-service --*/
	.ex-service {
		display: block;
		width: 90%;
		margin: 0 auto
	}

	.ex-service .left {
		justify-content: flex-end;
		width: 100%;
	}

	.ex-service .right {
		justify-content: flex-end;
		width: 100%;
		margin-top: 10px;
	}

	/*--quicklinks--*/
	.quicklinks .left {
		padding: 20px 0 !important
	}

	.cat {
		max-width: 95%;
		height: 350px !important;
		margin: 15px auto !important;
		float: none;
		display: block;
		overflow: hidden;
	}

	.cat .text {
		font-size: 14px;
		width: 90%;
		top: 45%;
		left: 48%;
	}

	.cat .text h2 {
		font-size: 22px;
	}

	br.hide {
		display: none
	}

	.cat-title {
		margin: 15% auto
	}

	.cat-title h2 {
		font-size: 25px;
	}




	/*---FOOTER --------------------------*/
	.footer-contact {
		display: block;
	}

	.footer-contact .left {
		width: 100%;
		justify-content: flex-end;
	}

	.footer-contact .right {
		width: 100%;
		justify-content: flex-end;
	}

	.footer-sub {
		display: block;
	}

	.footer-sub .left {
		justify-content: flex-end;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-sub .left p {
		font-size: 14px;
	}

	.footer-sub .right {
		justify-content: flex-end;
		width: 100%;
		text-align: center;
		font-size: 12px;
	}



	/*--- subpages -----------------------*/
	.subpages {
		display: block;
	}

	.subpages .left {
		justify-content: flex-end;
		width: 100%;
	}

	.subpages .left h1 {
		padding: 30px 0;
		font-size: 30px;
		width: 100%;
		line-height: 35px;
	}

	.subpages .right {
		justify-content: flex-end;
		width: 100%;
	}


	/*--team--*/
	.team {
		display: block;
		align-items: center;
		margin: 0 auto;
		padding: 30px 0;
	}

	.team .left {
		justify-content: flex-end;
		width: 100%;
	}

	.team .right {
		justify-content: flex-end;
		width: 100%;
		float: none;
		left: 0;
		margin-top: 20px;
	}


	/*--contact--*/
	.contact {
		display: block;
	}

	.contact .left {
		justify-content: flex-end;
		width: 90%;
		margin: 0 auto;
	}

	.contact .right {
		justify-content: flex-end;
		width: 100%;
		margin-top: 40px;
	}

	/* fbo */
	.fbopage-logo {
		margin: 12px auto 20px auto;
		padding: 0 30px;
	}

}


@media screen and (max-width: 800px) {


	.form-row {
		display: block;
	}

	.formfield {
		flex: 0;
		width: 100%;
		margin: 5px auto;
	}


	.footer-sub .left h1 {
		font-size: 24px;
	}

	.hero-overlay {
		display: none
	}

	/*--HEADER--*/
	.header-left {
		width: 50%
	}

	.header-left img {
		max-width: 100%;
		margin-top: 0px
	}

	.header-right {
		width: 50%;
	}

	#top-social .fa,
	#top-social .fab {
		font-size: 20px;
	}

	#searchbar #searchform #searchsubmit {
		width: 20% !important;
	}

	#searchbar #searchform .keywords {
		width: 76% !important;
		font-size: 18px !important
	}

	/*--search--*/
	.search {
		display: block;
		text-align: center
	}

	.search .left {
		justify-content: flex-end;
		width: 100%;
		padding-left: 0px;
		margin-bottom: 20px;
	}

	.search .right {
		justify-content: flex-end;
		width: 100%;
	}

	.search form {
		width: 95%;
		margin: 0 auto;
	}

	.search #keywords {
		width: 80%;
	}



}

@media screen and (max-width: 480px) {

	#top-social .fa,
	#top-social .fab {
		font-size: 18px;
	}

	#top-search .fa {
		font-size: 18px;
	}


	/*--search--*/
	.search form {
		width: 95%;
		margin: 0 auto;
	}

	.search #keywords {
		width: 60%;
		height: 49px;
	}

	.search #submit {
		width: 50px;
		height: 51px;
		;
	}

}