/* Global Styles */

html,
body {
	height: 100%;
	--webkit-font-smoothing: antialiased;
	background: #3f9d00 url(../images/site_bg.png) repeat-x fixed center 90px !important;
	padding: 0;
	margin: 0;
}

#sub-sub-info {
	margin: 0;
	padding: 5px 35px;
}

#sub-sub-info a {
	color: #64bc2a;
}

a {
	text-decoration: none;
	border-style: none;
	outline-style: none;
	outline-width: 0px;
	outline: none;
	outline: 0;
}

a:visited {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	border-style: none;
	outline-style: none;
	outline-width: 0px;
	outline: none;
	outline: 0;
	transition: all 0.3s ease 0s;
}

img {
	border-style: none;
}

a img {
	border: none;
}

input::-moz-focus-inner {
	border: 0;
}

input:focus, textarea:focus {
	outline: 0;
	outline: none;
}

#sub-info a {
	color: #64bc2a;
}

object, embed {
	outline: 0;
}

textarea {
	overflow: auto;
}

hr {
	border-top: 1px dotted #2b2b2b;
}

header {
	z-index: 99999 !important;
	position: relative;
	overflow: visible;
	color: #fff !important;
	height: 112px;
}

.navbar {
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
	color: #fff !important;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	border-bottom: 1px solid #64bc2a;
	position: fixed;
	background: url(../images/hdr-bg.png) repeat-x center top;
	color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 112px;
}

.navbar-collapse, collapse {
	border-top: none !important;
	border-bottom: none !important;
	padding-bottom: 75px;
	padding-top: 0;
	margin: 0;
}

.navbar a:hover, navbar a:active, navbar a:focus {
	color: #64bc2a;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent !important;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent !important;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	background-color: transparent !important;
}

/* 404 Page Styles */

.error-404 {
	font-size: 100px;
}

/* Footer Styles */

footer {
	background: url(../images/ftr_bg.png) repeat-x !important;
	background-color: #000 !important;
	margin: 0;
	padding: 0 0 75px;
	border-top: 1px solid #64bc2a !important;
	z-index: 99998 !important;
	position: relative;
	color: #fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
}

.footer > .container {
	padding: 0 20px 20px;
	color: #fff !important;
	text-align: center;
}

#ftr-branding {
	border-right: 1px solid #64bc2a;
	border-left: 1px solid #64bc2a;
	min-height: 230px;
}

#sub-footer {
	text-align: center;
	font-size: 90%;
	letter-spacing: .05em;
	margin-top: 50px;
	margin-bottom: 50px;
}

#sub-footer a {
	color: #fff;
}

#sub-footer a:hover {
	text-decoration: underline;
	color: #64bc2a;
}

#footer-plug {
	text-align: center;
	font-size: 83%;
	letter-spacing: .03em;
}

#footer-plug a {
	color: #fff;
}

#footer-plug a:hover {
	text-decoration: underline;
	color: #64bc2a;
}

/* Kings Pawn Styles All Pages */

button.ContactBubble__Bubble {
    background: #3f9d00 url(../images/site_bg.png) repeat-x fixed center 90px !important;
}

#content {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	color: #2b2b2b;
	letter-spacing: .05em;
	background-color: #fff;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	position: relative;
	border-left: 1px solid #64bc2a;
	border-right: 1px solid #64bc2a;
	top: 0;
	margin: 0 0 -5px;
	z-index: 99997;
}

#sub-content {
	padding: 0 25px 35px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	color: #2b2b2b;
	letter-spacing: .05em;
	background-color: #fff;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	margin: 0 0 -5px;
	position: relative;
	border-left: 1px solid #07091f;
	border-right: 1px solid #07091f;
	top: 0;
}

#sub-content a {
	color: #64bc2a;
}

p.sub-content-txt {
	padding: 0 10px;
	margin: 0;
}

.sub-content-txt img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.sub-img-lt {
	padding: 0;
	border: 1px solid #b8b8b8;
	margin: 0;
}

h1.page-header {
	padding: 0;
	margin: 20px 0 0;
}

#contact-map {
	border: 1px solid #b8b8b8;
}

.ticker {
	width: 100%;
	background: url(../images/ftr_bg.png) repeat-x !important;
	background-color: #000 !important;
	color: #fff;
	padding: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	letter-spacing: .05em;
	text-shadow: 0px 1px 1px #000;
	text-transform: uppercase;
}

.fa-stack {
	text-align: right !important;
}

i.fa-chevron-right {
	position: relative;
	top: -5px;
}

#home-chevron {
	top: 0 !important;
}

small {
	font-size: 85% !important;
	letter-spacing: .03em;
}

#sm-logo-text a {
	font-size: 60% !important;
}

#service-items {
	margin: 0;
	padding: 25px 13px 10px;
}

.rw-reviews-wrap {
	margin: 20px auto 15px !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rw-reviews-wrap p a {
	color: #64bc2a;
}

#yelp-reviews {
	display: inline;
	margin: 5px 0;
	padding: 0;
}

#location-action {
	border-top: 1px solid #b7b7b7;
	padding: 30px;
	background-color: #ececec;
	margin-top: 15px;
}

#location-action a {
	color: #2b2b2b;
	font-weight: 600;
}

#location-action a:hover {
	color: #64bc2a;
	text-decoration: underline;
}

.buy-items h1 {
	font-size: 160%;
	color: #2b2b2b;
	letter-spacing: .03em;
	text-indent: 5px;
}

.buy-items h3 {
	font-size: 150%;
	color: #2b2b2b;
	letter-spacing: .03em;
}

.btn {
	padding: 3px 6px 4px;
	text-decoration: none;
	border-style: none;
	outline-style: none;
	outline-width: 0px;
	outline: none;
	outline: 0;
	color: #fff;
	background: #054079;
	/

* Old browsers */
background: -moz-linear-gradient(top,  #054079 0%, #062c59 100%);
	/

* FF3.6-15 */
background: -webkit-linear-gradient(top,  #054079 0%,#062c59 100%);
	/* 

Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #054079 0%,#062c59 100%

);
	/* 

W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054079', endColorstr='#062c59',GradientType=0 );
	margin: 0 0 15px;
}

.btn:hover {
	padding: 3px 6px 4px;
	text-decoration: none;
	border-style: none;
	outline-style: none;
	outline-width: 0px;
	outline: none;
	outline: 0;
	transition: all 0.3s ease 0s;
	margin: 0;
	color: #64bc2a;
}

.fluid-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	

/* 16:

9 */
    height: 0;
}

.fluid-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #b7b7b7;
}

.navbar-collapse {
	border-top: none !important;
}

.form-horizontal {
	padding-top: 20px;
}

span.cash {
	color: #64bc2a;
}

.tagline {
	color: #64bc2a;
	font-style: italic;
}

.btn.btn-success {
	text-shadow: none !important;
	color: #ffffff;
	background-color: #64bc2a;
	background-image: linear-gradient(to bottom, #64bc2a, #509423);
	border-color: #509423 #509423 #509423;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 5px 10px;
}

.btn.btn-success:hover {
	color: #ffffff;
	background-color: #509423;
	background-image: linear-gradient(to bottom, #509423, #509423);
	border-color: #509423 #509423 #509423;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 5px 10px;
}

/* Mobile Phone Touch-Links */

span.office-phone {
	color: #64bc2a;
}

span.office-phone a {
	color: #64bc2a;
}

span.office-phone-drk {
	color: #2b2b2b;
	font-weight: 600;
}

span.office-phone-drk a {
	color: #64bc2a;
}

/* Responsive Styles */

/* Custom, iPhone Retina */

@media only screen and (min-width : 320px) {

#hdr-logo {
	width: 157px;
	position: relative;
	top: 7px;
	left: 15px;
}

li.nav-spacer {
	display: none;
}

.navbar-header {
	margin: 0;
	padding: 0;
	overflow: visible;
	width: auto;
	border-top: none !important;
	border-top-style: none !important;
	border-top-width: 0 !important;
}

.nav {
	border-top: none !important;
	border-top-style: none !important;
	border-top-width: 0 !important;
	position: relative;
}

.navbar-right {
	padding: 10px 5px 20px;
	margin: 0;
	color: #fff;
	background: url(../images/ftr_bg.png) repeat-x center top;
	border-top: none !important;
	border-top-style: none !important;
	border-top-width: 0 !important;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
	top: 44px;
	background-color: #000 !important;
	border-right: 1px solid #64bc2a;
	border-bottom: 1px solid #64bc2a;
	border-left: 1px solid #64bc2a;
}

.navbar-right::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
}

.navbar-right::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
}

.navbar li a {
	color: #fff !important;
	font-size: 110%;
	letter-spacing: .03em !important;
	margin: 0;
	padding: 5px 10px 0;
	text-align: center;
	font-weight: 600;
	text-shadow: 0px 1px 1px #000;
}

.navbar li a:hover {
	color: #64bc2a !important;
}

#buysell {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 115%;
	display: inline-block;
	letter-spacing: .03em;
	width: 100%;
	float: none;
	top: 73px;
	left: 5px;
	text-transform: uppercase;
}

span.contact-phone {
	color: #64bc2a;
}

span.contact-phone a {
	color: #64bc2a;
}

.navbar-toggle {
	margin-top: 17px !important;
	margin-right: 19px;
}

h1.page-header {
	border-bottom: none !important;
	width: 100% !important;
	margin-bottom: 15px !important;
}

small {
	float: left !important;
	width: 100% !important;
	font-size: 80% !important;
}

#home-info {
	background: transparent url(../images/home-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	padding: 0;
}

#sub-info {
	margin: 0;
	padding: 20px 15px 5px;
}

#sub-info a:hover {
	text-decoration: underline;
}

#sub-sub-info a:hover {
	text-decoration: underline;
}

.sub-content-img-lt {
	padding: 0;
	border: 1px solid #b8b8b8;
	margin: 0;
}

#contact-logo {
	padding: 0;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5%;
}

.buy-items {
	padding: 0 40px;
}

#home-info-left {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.7) 25%, rgba(0,0,0,0) 100%);
	/

* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%);
	/* 

Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.7) 25%,rgba(0,0,0,0) 100%

);
	/* 

W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1

);
	/* 

IE6-9 fallback on horizontal gradient */



	color: #fff;
	text-shadow: 0px 1px 1px #000;
	font-size: 100%;
	height: auto;
	border-right: none;
	border-bottom: 1px solid #64bc2a;
	padding: 50px 30px 30px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

#home-info-left h1 {
	font-weight: 900;
	letter-spacing: .03em;
	font-size: 275%;
	line-height: 100%;
}

#home-info-middle {
	margin: 0;
	padding: 30px;
	min-height: auto;
}

#home-info-right {
	padding: 0;
	margin: 0;
	height: auto;
	background-color: rgba(0, 0, 0, 0.8);
	border-left: none;
}

#home-info-right img {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contact-action {
	text-align: center;
	background: #000 url(../images/ftr_bg.png) repeat-x;
	color: #fff !important;
	border-top: 1px solid #64bc2a;
	border-bottom: 1px solid #64bc2a;
	font-size: 180%;
	font-weight: 600;
	letter-spacing: .05em;
	text-shadow: 0px 1px 1px #000;
	padding: 20px 30px;
	text-transform: uppercase;
}

#contact-action a {
	color: #64bc2a;
}

ul#home-info-bullets {
	font-size: 105%;
	font-weight: 600;
}

#client-reviews {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	border-top: 1px dotted #919091;
	border-bottom: 1px dotted #919091;
	color: #2b2b2b;
	width: 100%;
	font-weight: 600;
}

#client-reviews a {
	color: #2b2b2b;
}

#client-reviews a:hover {
	color: #64bc2a;
}

#av-logo {
	margin-bottom: 5px;
	margin-left: auto;
	width: 180px;
	margin-right: auto;
}

#actions {
	background-color: #fff;
	padding: 0 5%;
}

#action-left {
	padding: 0 25px;
}

#action-left ul {
	position: relative;
	left: -25px;
}

#action-middle {
	padding: 0 25px;
	border-top: 1px dotted #2b2b2b;
	border-bottom: 1px dotted #2b2b2b;
	border-left: none;
	border-right: none;
}

#action-right {
	padding: 0 25px;
}

#sub-content h1 {
	font-size: 145%;
}

#sub-content h2 {
	font-size: 130%;
}

#sub-content h3 {
	font-size: 125%;
}

#sub-content h4 {
	font-size: 120%;
}

#sub-content h5 {
	font-size: 115%;
}

#sub-content h6 {
	font-size: 100%;
}

#about-img {
	max-height: auto;
	width: 100%;
}

ul#footer-nav {
	width: 100% !important;
	text-align: center;
	display: inline-block;
	position: relative;
	text-shadow: 0px 1px 1px #000;
	margin: 20px 0 0 !important;
	padding: 40px 0;
	border-top: 1px solid #64bc2a;
}

ul#footer-nav li {
	list-style-type: none;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

ul#footer-nav li a {
	color: #fff;
	text-align: left;
	letter-spacing: .01em;
	font-weight: 600;
	font-size: 105%;
}

ul#footer-nav a:hover, ul#footer-nav a:active, ul#footer-nav a:focus {
	color: #64bc2a;
}

li.footer-nav-spacer {
	display: none;
}

#footer-contact-container {
	border-top: 1px solid #07091f;
	border-bottom: 1px solid #07091f;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 97%;
	margin: 0 auto;
}

#footer-contact {
	text-align: center;
	font-size: 130%;
	font-weight: 800;
	padding-top: 30px;
	padding-bottom: 30px;
	letter-spacing: .05em;
	text-shadow: 0px 1px 1px #000;
	color: #fff;
	text-transform: uppercase;
}

#footer-contact a {
	color: #64bc2a;
}

#ftr-logo {
	margin: 0 auto;
	padding: 20px 0;
	height: 230px;
}

#v-spcr-lt {
	float: left;
	background-color: #64bc2a;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
}

#v-spcr-rt {
	background-color: #64bc2a;
	width: 100%;
	height: 1px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 235px;
}

#logo-text {
	text-align: center;
	font-size: 150%;
	letter-spacing: .03em;
	text-shadow: 0px 1px 1px #000;
}

#social {
	text-align: center;
	margin-top: 20px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	font-size: 130%;
	letter-spacing: .05em;
	text-indent: 0px;
	padding-top: 30px;
}

ul#network {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 180px;
	text-align: center;
}

ul#network li a {
	float: left;
	margin: 0 auto;
	padding: 0 2px;
	display: inline-block;
	width: auto;
}

ul#network li a:hover {
	
}

}

/* Extra Small Devices, Ph

ones */

@media only screen and (min-width: 480px) {

#hdr-logo {
	width: 177px;
}

.navbar-right {
	top: 35px;
	padding: 10px 5px 20px;
	margin: 0;
}

li.nav-spacer {
	display: none;
}

#buysell {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 125%;
	display: inline-block;
	letter-spacing: .03em;
	width: 100%;
	float: none;
	top: 73px;
	left: 5px;
}

#home-info {
	margin: 0;
	padding: 0;
}

#home-info-left {
	border-right: none;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	font-size: 110%;
	font-weight: 500;
	letter-spacing: .05em;
	height: auto;
	line-height: 130%;
	padding: 50px 30px 30px;
}

#home-info-middle {
	margin: 0;
	padding: 10px 20px;
	min-height: auto;
}

#home-info-right {
	
}

h1.page-header {
	border-bottom: 1px;
	width: auto !important;
}

#info-right-img {
	
}

ul#home-info-bullets {
	font-size: 110%;
	font-weight: 600;
}

#about-img {
	max-height: 275px;
	width: auto;
}

#client-reviews {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	border-top: 1px dotted #919091;
	border-bottom: 1px dotted #919091;
	color: #2b2b2b;
	width: 50%;
	padding-left: 20px;
}

#client-reviews a {
	color: #2b2b2b;
}

#client-reviews a:hover {
	color: #64bc2a;
}

#av-logo {
	margin-bottom: 10px;
	margin-left: 20px;
	width: 180px;
	margin-right: 0;
}

ul#footer-nav li a {
	color: #fff;
	text-align: left;
	letter-spacing: .01em;
	font-weight: 500;
	font-size: 115%;
}

li.footer-nav-spacer {
	background-color: #64bc2a;
	width: 1px;
	height: 25px;
	display: inline-block;
	position: relative;
	margin-right: 2% !important;
	margin-left: 2% !important;
	top: 10px;
}

#footer-contact {
	font-size: 170%;
}

}

/* Small Devices, Tablets */

@media only screen and (min-width : 768px) {

.nav {
	width: 73% !important;
}

.navbar-right {
	right: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-bottom: none !important;
	padding: 0;
	margin: 0;
	background-image: none !important;
	text-shadow: 0px 1px 1px #000;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
}

.navbar li a {
	color: #fff !important;
	font-size: 83%;
	letter-spacing: .0em !important;
	margin: 0;
	padding: 0 1px;
}

li.nav-spacer {
	background-color: #64bc2a;
	width: 1px;
	height: 25px;
	display: inline-block;
	position: relative;
	margin-right: 1px;
	margin-left: 1px;
}

#buysell {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 175%;
	display: inline-block;
	letter-spacing: .05em;
	width: 70%;
	float: right;
	top: 10px;
	left: 0;
}

small {
	float: none !important;
	width: auto !important;
	font-size: 90% !important;
}

#hdr-logo {
	width: 190px;
}

#home-info {
	background: transparent url(../images/home-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	padding: 0;
}

#home-info-left {
	border-right: none;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	font-size: 120%;
	font-weight: 500;
	padding: 40px 30px 30px;
	letter-spacing: .05em;
}

#home-info-middle {
	margin: 0;
	padding: 20px 25px;
	min-height: 410px;
}

#contact-logo {
	margin-left: 27%;
}

#contact-action {
	text-align: center;
	font-weight: 600;
	letter-spacing: .05em;
	text-shadow: 0px 1px 1px #000;
	padding: 15px 25px;
}

ul#home-info-bullets {
	font-size: 120%;
	font-weight: 600;
}

#av-logo {
	margin-bottom: 5px;
	margin-left: 30px;
	width: 240px;
	margin-top: 5px;
}

#logo-text {
	letter-spacing: .03em;
	font-size: 105%;
}

#footer-contact {
	font-size: 230%;
}

#social {
	margin-top: 10px;
	text-align: center;
	text-indent: 0;
}

}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px) {

.nav {
	width: 75% !important;
}

.navbar li a {
	color: #fff !important;
	font-size: 103%;
	letter-spacing: .01em !important;
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
}

li.nav-spacer {
	background-color: #64bc2a;
	width: 1px;
	height: 25px;
	display: inline-block;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
}

#buysell {
	font-size: 185%;
	width: 75%;
}

#hdr-logo {
	width: 207px;
}

#home-info-left {
	border-bottom: none;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	font-size: 115%;
	font-weight: 500;
	padding: 43px 30px 140px;
	letter-spacing: .05em;
}

#home-info-middle {
	margin: 0;
	padding: 25px 25px 0;
	min-height: 433px;
}

#home-info-right {
	border-left: 1px solid #64bc2a;
}

#home-info-right img {
	margin: 15px auto;
	padding-top: 0;
	padding-bottom: 0;
}

#contact-action {
	text-align: center;
	font-size: 250%;
	font-weight: 600;
	letter-spacing: .05em;
	text-shadow: 0px 1px 1px #000;
	padding: 15px 25px;
}

#sub-info {
	margin: 0;
	padding: 25px 15px 5px;
}

#sub-sub-info {
	margin: 0;
	padding: 5px 35px;
}

.sub-content-img-lt {
	margin: 20px 0 0;
	padding: 0;
	border: 1px solid #b8b8b8;
}

ul#home-info-bullets {
	font-size: 130%;
	font-weight: 600;
}

#actions {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#action-left {
	padding: 0 50px;
}

#action-left ul {
	position: relative;
	left: -25px;
}

#action-middle {
	padding: 0 50px;
	border-left: 1px dotted #2b2b2b;
	border-right: 1px dotted #2b2b2b;
	border-top: none;
	border-bottom: none;
}

#action-right {
	padding: 0 50px;
}

#client-reviews {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	border-top: 1px dotted #919091;
	border-bottom: 1px dotted #919091;
	color: #2b2b2b;
	width: 100%;
	padding-left: 0;
}

#client-reviews a {
	color: #2b2b2b;
}

#client-reviews a:hover {
	color: #64bc2a;
}

.buy-items {
	padding: 0 40px 5px;
}

#social {
	margin-top: 10px;
	text-align: left;
	text-indent: 47px;
	padding-top: 60px;
}

ul#footer-nav {
	width: 80% !important;
	text-align: left;
	display: inline-block;
	position: relative;
	text-shadow: 0px 1px 1px #000;
	margin: 20px 0 0 60px !important;
	padding: 0;
	font-size: 110% !important;
	border-top: none;
}

#v-spcr-lt {
	float: left;
	background-color: #64bc2a;
	width: 1px;
	height: 230px;
	margin: 0;
	padding: 0;
}

#v-spcr-rt {
	background-color: #64bc2a;
	width: 1px;
	height: 230px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px) {

.nav {
	width: 80% !important;
}

.navbar li a {
	color: #fff !important;
	font-size: 115%;
	letter-spacing: .03em !important;
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
}

li.nav-spacer {
	background-color: #64bc2a;
	width: 1px;
	height: 25px;
	display: inline-block;
	position: relative;
	margin-right: 9px;
	margin-left: 9px;
}

#buysell {
	font-size: 210%;
	letter-spacing: .07em;
	width: 80%;
	top: 10px;
	left: 0;
}

#home-info {
	
}

#home-info-left {
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	font-size: 130%;
	font-weight: 500;
	padding: 40px 35px 117px;
	letter-spacing: .05em;
	line-height: 130%;
	margin: 0;
}

#home-info-middle {
	margin: 0;
	min-height: 445px;
	padding: 30px 35px;
}

#home-info-right {
	
}

#info-right-img {
	
}

ul#home-info-bullets {
	font-size: 140%;
	font-weight: 600;
}

ul#footer-nav {
	margin: 20px 0 0 80px !important;
}

ul#footer-nav a {
	font-size: 120% !important;
}

#social {
	margin-top: 0px;
	text-indent: 80px;
}

}
}