/* system */
html {background: #221d1c url("../img/background.jpg"); background-size: 100% auto;}
body, button, input, select, textarea { font:16px/1.5 'Open Sans', Arial, Helvetica, Verdana sans-serif; color:#888581; }
body { padding:0 0 50px; background:none;}
body, html { overflow-x:hidden; }
::-moz-selection { background:#0073AE; color:#fff; }
::selection { background:#0073AE; color:#fff; }
/* end system */

/* type */
h1, h2, h3, h4, h5, h6 { margin:0 0 1em; }
h1 { font-size:16px; line-height:1.5em; color: #f7941d; letter-spacing: 0.9px;}
h2 { font-size:28px; line-height:1.4em; }
h3 { font-size:24px; line-height:1.4em; }
h4 { font-size:18px; line-height:1.4em; }
h6 { }

a:hover { color:darkgoldenrod; text-decoration:none; }
/* end type */

/* setup */
.holder {max-width: 961px;}
.banner img {font-size: 0; display: block;}
/* end setup */

/* home page */
.home-info {background: #fff url("../img/right-border.jpg") repeat-y right top;}
.home-info-2 {background: url("../img/right-top-border.jpg") no-repeat right top; padding: 60px 0;}
.home-info h1 {text-align: center; margin-bottom: 20px; font-size:20px; padding:0 60px; line-height:130%; }
.home-info .holder {padding: 0 68px;}

.cont, .desc {min-height: 230px;}
.left-col {padding: 0 20px 0 0;}
.right-col {padding: 0 0 0 20px;}
.right-col img {float: left; padding-right: 25px;}
.desc {font-weight: 600;}

.request-button-wrapper { width:62%; margin:0 auto; padding:0 0 60px 0; }
a.button { display:inline-block; width:100%; background:url(../img/button-bkground.jpg) repeat-x left bottom; padding:10px 0; text-align:center; letter-spacing:normal; color:#FFF; font-weight:600; font-size:16px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-transform:uppercase; text-decoration:none; }
a.button2 { color:#254290; font-weight:bold; font-size:16px; text-transform:none; text-decoration:none; }
/*
a.button, a.button2 {display: block; text-align: center; line-height: 1.2; width: 100%; background: url("../img/button.jpg") no-repeat left top; color: #fff; border: none; padding: 7px 8px 8px; white-space: normal; text-transform: uppercase;}
a.button2 {padding: 7px 17px 17px;}
*/
/* end home page */

/* footer */
.footercontainer { position: relative;
height: 141px;
background: #23408f;
background-size: 100% auto;
text-align: right;
padding: 25px 50px 0 0;}
/* end footer */

.footerleft { position: relative; background: #23408f; text-align: left; padding: 25px 50px 0 0; color:white; }
.footerright { position: relative; background: #23408f; text-align: right; padding: 25px 50px 0 0; color:white;}

@media (max-width: 800px) {
	.request-button-wrapper { width:80%; }
}

@media (max-width: 650px) {
	.request-button-wrapper { width:90%; }
}

@media (max-width: 600px) {
	.request-button-wrapper { width:100%; }
	.home-info h1 { padding:0; }
}

@media (max-width: 548px) {
	.request-button-wrapper { width:100%; }
}


#html-banner{
	width: 100.5% !important;
	height: 567px !important;
	border: none !important;
	margin-bottom: -6px !important;
	display: block;
}

#banner-img-holder{ display: none;}
@media screen and (max-width: 963px){
	#html-banner{display: none !important;}
	#banner-img-holder{ display: block !important;}
	}