address {


	margin: 0 !important;


}


#navbut {


display: block;


float: left;


padding: 10px;


margin: 0 10px;


}


/* Buttons CSS */


#button{


	height: 36px;


	font-size: 30px;


	padding: 1%;


	color: #FFF;


	text-shadow: 1px 0px 2px #000;


	text-decoration: none;


	text-align: center;


	filter: dropshadow(color=#000, offx=1, offy=0);


	


	-webkit-border-radius: 5px;	


        border-radius: 5px;


}


.button-blue {


border: 1px solid #08144d;


background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0d46a5), color-stop(1.00, #08144d));


background: -webkit-linear-gradient(#0d46a5, #08144d);


background: -moz-linear-gradient(#0d46a5, #08144d);


background: -o-linear-gradient(#0d46a5, #08144d);


background: -ms-linear-gradient(#0d46a5, #08144d);


background: linear-gradient(#0d46a5, #08144d);


}


.button-blue:hover {


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0d46a5), color-stop(0.00, #08144d));


background: -webkit-linear-gradient(#08144d, #0d46a5);


background: -moz-linear-gradient(#08144d, #0d46a5);


background: -o-linear-gradient(#08144d, #0d46a5);


background: -ms-linear-gradient(#08144d, #0d46a5);


background: linear-gradient(#08144d, #0d46a5);


}


.button-red {


border:1px solid #130505;


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #130505), color-stop(0.01, #dd1d20));


background: -webkit-linear-gradient(top, #dd1d20 1%, #130505 100%);


background: -moz-linear-gradient(top, #dd1d20 1%, #130505 100%);


background: -o-linear-gradient(top, #dd1d20 1%, #130505 100%);


background: -ms-linear-gradient(top, #dd1d20 1%, #130505 100%);


background: linear-gradient(to bottom, #dd1d20 1%, #130505 100%);


}


.button-red:hover {


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dd1d20), color-stop(0.00, #130505));


background: -webkit-linear-gradient(#130505, #dd1d20);


background: -moz-linear-gradient(#130505, #dd1d20);


background: -o-linear-gradient(#130505, #dd1d20);


background: -ms-linear-gradient(#130505, #dd1d20);


background: linear-gradient(#130505, #dd1d20);


}


.button-green {


border:1px solid #001a07;


background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #078301), color-stop(1.00, #001a07));


background: -webkit-linear-gradient(#078301, #001a07);


background: -moz-linear-gradient(#078301, #001a07);


background: -o-linear-gradient(#078301, #001a07);


background: -ms-linear-gradient(#078301, #001a07);


background: linear-gradient(#078301, #001a07);


}


.button-green:hover {


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #078301), color-stop(0.00, #001a07));


background: -webkit-linear-gradient(#001a07, #078301);


background: -moz-linear-gradient(#001a07, #078301);


background: -o-linear-gradient(#001a07, #078301);


background: -ms-linear-gradient(#001a07, #078301);


background: linear-gradient(#001a07, #078301);


}


.button-yellow {


border:1px solid #805d00;


background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffe400), color-stop(1.00, #805d00));


background: -webkit-linear-gradient(#ffe400, #805d00);


background: -moz-linear-gradient(#ffe400, #805d00);


background: -o-linear-gradient(#ffe400, #805d00);


background: -ms-linear-gradient(#ffe400, #805d00);


background: linear-gradient(#ffe400, #805d00);


}


.button-yellow:hover {


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffe400), color-stop(0.00, #805d00));


background: -webkit-linear-gradient(#805d00, #ffe400);


background: -moz-linear-gradient(#805d00, #ffe400);


background: -o-linear-gradient(#805d00, #ffe400);


background: -ms-linear-gradient(#805d00, #ffe400);


background: linear-gradient(#805d00, #ffe400);


}


.button-orange {


border:1px solid #cd3600;


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cd3600), color-stop(0.00, #ff9c00));


background: -webkit-linear-gradient(#ff9c00, #cd3600);


background: -moz-linear-gradient(#ff9c00, #cd3600);


background: -o-linear-gradient(#ff9c00, #cd3600);


background: -ms-linear-gradient(#ff9c00, #cd3600);


background: linear-gradient(#ff9c00, #cd3600);


}


.button-orange:hover {


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9c00), color-stop(0.00, #cd3600));


background: -webkit-linear-gradient(#cd3600, #ff9c00);


background: -moz-linear-gradient(#cd3600, #ff9c00);


background: -o-linear-gradient(#cd3600, #ff9c00);


background: -ms-linear-gradient(#cd3600, #ff9c00);


background: linear-gradient(#cd3600, #ff9c00);


}


.button-purple{


border:1px solid #341235;


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #341235), color-stop(0.00, #7319cc));


background: -webkit-linear-gradient(#7319cc, #341235);


background: -moz-linear-gradient(#7319cc, #341235);


background: -o-linear-gradient(#7319cc, #341235);


background: -ms-linear-gradient(#7319cc, #341235);


background: linear-gradient(#7319cc, #341235);


}


.button-purple:hover{


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #7319cc), color-stop(0.00, #341235));


background: -webkit-linear-gradient(#341235, #7319cc);


background: -moz-linear-gradient(#341235, #7319cc);


background: -o-linear-gradient(#341235, #7319cc);


background: -ms-linear-gradient(#341235, #7319cc);


background: linear-gradient(#341235, #7319cc);


}


/* Buttons CSS END */


/* Contact Form CSS */


#contact {


	//width:100%;


	clear:both;


	padding:10px;


}


#envelop {


	background:url(https://9bea2e.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/envelope.png) no-repeat left;


	padding:5px 5px 10px 60px;


}


#contact_header {


	font-family:arial, sans-serif;


	font-size:20px;


	font-weight:700;


	line-height:30px;


	overflow: auto;


}


#contact_header.ajax-loading {


	padding: 20px 0;


	background: url(https://e4e776.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/spinner.gif) no-repeat center;


}


/* alert messages */


.success,.error {


	color:#000;


	display:none;


	font-size:15px;


	font-weight:700;


	border-radius:4px;


	-moz-border-radius:4px;


	-webkit-border-radius:4px;


	padding:5px 10px 5px 10px;


	margin-bottom: 10px;


}


.success {


	background-color:#9F6;


	border:1px solid #0F0;


}


.error {


	background-color:#F66;


	border:1px solid red;


}


.ajax-loading {


	padding: 20px 0;


	background: url(https://e4e776.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/spinner.gif) no-repeat center;


}


/* Contact Form components */


#message {


width: 98%;


}


#contactForm input,textarea {


//	border:1px solid silver;


//	background-color:#fff;


//	color:#404040;


//	font-size:10px;


//	line-height:18px;


//	font-family:Verdana, Arial, sans-serif;


//	border-radius:5px;


//	-moz-border-radius:5px;


//	-webkit-border-radius:5px;


	margin:2px 0;


//	padding:5px;


}


/*


#contactForm input:hover[type=text],input:focus[type=text],textarea:hover,textarea:focus {


	background-color:#E0E0E0;


	border:1px solid #000;


}


#contactForm input[type=text],textarea {


	width:90%;


}*/


#contactForm p{


	padding:0px;


	margin:0px;


}


#submitter {


	border:1px solid silver;


	background-color:#fff;


	color:#404040;


	font-size:10px;


	text-transform:uppercase;


	border-radius:5px;


	-moz-border-radius:5px;


	-webkit-border-radius:5px;


	min-width:100px;


	height:31px;


	margin-top: 10px;


}


#submitter:hover {


	cursor:pointer;


}


/* Contact Form CSS END*/


/* Hours CSS */


.openinghours {


	width: 100%;


	text-align: center;


	font-weight: 600;


	font-size: 17px;


	font-family: 'Federo', sans-serif;


	margin: 0 !important;


	border: none !important;


	padding: 0;


}


#current-day {


	color: #FFF;


	font-size: 18px;


	background-color: #53A8C3;


	text-shadow: 2px 0 2px #000;


	filter: dropshadow(color=#0000, offx=1, offy=0);


}


#closed-day {


	color: #9B0707;


}


.hours {


	width: 100%;


	//height: 40px;


	color: #FFF;


	text-shadow: 1px 0px 2px #000;


	text-decoration: none;


	text-align: center;


	filter: dropshadow(color=#000, offx=1, offy=0);


	//border: 1px solid #042F8B;


	-webkit-border-radius: 5px;	


    border-radius: 5px;


//	background: #1e5799; /* Old browsers */


//	background: -moz-linear-gradient(top,  #1e5799 0%, #0075d6 47%, #0042ad 49%, #2491e5 52%, #7db9e8 100%); /* FF3.6+ */


//	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(47%,#0075d6), color-stop(49%,#0042ad), color-stop(52%,#2491e5), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */


//	background: -webkit-linear-gradient(top,  #1e5799 0%,#0075d6 47%,#0042ad 49%,#2491e5 52%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */


//	background: -o-linear-gradient(top,  #1e5799 0%,#0075d6 47%,#0042ad 49%,#2491e5 52%,#7db9e8 100%); /* Opera 11.10+ */


//	background: -ms-linear-gradient(top,  #1e5799 0%,#0075d6 47%,#0042ad 49%,#2491e5 52%,#7db9e8 100%); /* IE10+ */


//	background: linear-gradient(to bottom,  #1e5799 0%,#0075d6 47%,#0042ad 49%,#2491e5 52%,#7db9e8 100%); /* W3C */


//	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */ 


	


	-webkit-box-shadow:  0px 2px 2px 0px #000;


	box-shadow:  0px 2px 2px 0px #000;


}


a.box-hours, .hours-box  {


	text-decoration: none !important;


	background: none !important;


	border: none !important;


	padding: 0 0 10px 0 !important;


}


.hours p{


	padding: 8px;


	color: #FFF;


	font-size: 17px !important;


	text-shadow: 1px 0px 2px #000;


	filter: dropshadow(color=#000, offx=1, offy=0);


	line-height: 24px !important;


	margin: 0 !important;


}


.hours img {


	padding: 0 !important;


	margin: 0 !important;


	float:left;


	box-shadow: none !important;


	background: none !important;


	border: none !important;


}


.hours th, td {


	border: none !important;


	font-weight: bold !important;


	text-align: center !important;


	line-height: 24px !important;


	padding: 0 !important;


	margin: 0 !important;


}


.openinghours tr:nth-child(even) {


	background: none;


}


.localDirs {


	position: relative;


	display: inline-block;


	width: 501px;


	vertical-align: top;


	padding: 6px;


	background: #D7E4ED;


	margin-top: 15px;


	margin-bottom: 15px;


	margin-left: 0;


	border: 1px solid #C0C0C0;


	border-radius: 10px;


	text-indent: -1000px;


}


.localDirs:after {


	content: "";


	position: absolute;


	top: -26px;


	left: 17px;


	border-style: solid;


	border-width: 30px 0px 0 24px;


	border-color: rgba(0, 0, 0, 0) #D7E4ED;


	display: block;


	width: 0;


	z-index: 1;


}


.localDirs:before {


	content: "";


	position: absolute;


	top: -29px;


	left: 16px;


	border-style: solid;


	border-width: 29px 0px 0px 23px;


	border-color: rgba(0, 0, 0, 0) #C0C0C0;


	display: block;


	width: 0;


	z-index: 1;


}


.yelp, .google-places, .yahoo, .angies-list, .insider-pages, .citysearch, .bing, .judys-book, .mojo-pages, .manta, .kudzu, .hot-frog, .superpages {


	background-image: url(https://d73ba7.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/allsocials.png);


	background-repeat: no-repeat;


	width: 167px;


	height: 66px;


	float:left;


}


.yelp {


	background-position: 0 -328px;


}


.google-places{


	background-position: 0 -2px;


}


.yahoo{


	background-position: 0 -68px;


}


.angies-list{


	background-position: -176px -328px;


}


.insider-pages{


	background-position: 0 -198px;


}


.citysearch{


	background-position: 0 -134px;


}


.bing{


	background-position: 0 -263px;


}


.judys-book{


	background-position: -176px -1px;


}


.mojo-pages{


	background-position: -176px -68px;


}


.manta{


	background-position: -176px -133px;


}


.kudzu{


	background-position: -176px -198px;


}


.hot-frog{


	background-position: -176px -263px;


}


.superpages{


	background-position: -176px -394px;


}


#social-icons{	


	margin: 10px auto;	


	text-align: center;	


	width: 100%;


	position: relative;


	z-index: 1;


}


a.social-icon {


	display: inline-block;


	width: 32px;


	height: 32px;


	margin-right: 6px;


	background-position: 0 0;


	overflow: hidden;


	text-indent: -1000px;


	-moz-transition: background-position .25s ease;


	-webkit-transition: background-position .25s ease;


	-o-transition: background-position .25s ease;


	-ms-transition: background-position .25s ease;


	transition: background-position .25s ease;


}


a.social-icon:hover {


	background-position: 0 -32px;


}


a.social-icon-sml {


	display: inline-block;


	width: 32px;


	height: 50px;


	margin-right: 6px;


	background-position: 0 0;


	overflow: hidden;


	text-indent: -1000px;


	-moz-transition: background-position .25s ease;


	-webkit-transition: background-position .25s ease;


	-o-transition: background-position .25s ease;


	-ms-transition: background-position .25s ease;


	transition: background-position .25s ease;


	background-repeat:no-repeat;


}


#social-icons-big{	


	margin: 10px auto;	


	text-align: center;	


	width: 203px;


	position: relative;


	z-index: 1;


}


a.social-icon-big {


display: inline-block;


width: 64px;


height: 64px;


background-position: 0 0;


overflow: hidden;


text-indent: -1000px;


-moz-transition: background-position .25s ease;


-webkit-transition: background-position .25s ease;


-o-transition: background-position .25s ease;


-ms-transition: background-position .25s ease;


transition: background-position .25s ease;


background-repeat: no-repeat;


}


a.social-icon-big:hover {


	//background-position: 0 -32px;


}


#social-icons-mid{	


	margin: 10px auto;	


	text-align: center;	


	width: 203px;


	position: relative;


	z-index: 1;


}


a.social-icon-mid{


display: inline-block;


width: 48px;


height: 48px;


background-position: 0 0;


overflow: hidden;


text-indent: -1000px;


-moz-transition: background-position .25s ease;


-webkit-transition: background-position .25s ease;


-o-transition: background-position .25s ease;


-ms-transition: background-position .25s ease;


transition: background-position .25s ease;


background-repeat: no-repeat;


}


a.social-icon-mid:hover {


//	background-position: 0 -32px;


}


#social-icons-xl{	


	margin: 10px auto;	


	text-align: center;	


	width: 203px;


	position: relative;


	z-index: 1;


}


a.social-icon-xl{


display: inline-block;


width: 80px;


height: 80px;


background-position: 0 0;


overflow: hidden;


text-indent: -1000px;


	-webkit-transition: all ease 0.5s;


	-moz-transition: all ease 0.5s;


	-o-transition: all ease 0.5s;


	-ms-transition: all ease 0.5s;


	transition: all ease 0.5s;


background-repeat: no-repeat;


}


a.social-icon-xl:hover {


//	background-position: 0 -32px;


	


}


a.jump:hover{-webkit-transform: scaleY(0.9) scaleX(0.95) translateY(-1em) translateZ(0);


-moz-transform: scaleY(0.9) scaleX(0.95) translateZ(0);


-ms-transform: scaleY(0.9) scaleX(0.95) translateY(-1em) translateZ(0);


transform: scaleY(0.9) scaleX(0.95) translateZ(0);}


a.transparent:hover {opacity:1;}


a.transparent {opacity:0.7;}


a.smaller:hover {transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);


-webkit-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);


-moz-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);


-o-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);


-ms-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);}


a.bigger:hover{transform: rotate(4deg) scale(1.084) skew(1deg) translate(0px);


-webkit-transform: rotate(4deg) scale(1.084) skew(1deg) translate(0px);


-moz-transform: rotate(4deg) scale(1.084) skew(1deg) translate(0px);


-o-transform: rotate(4deg) scale(1.084) skew(1deg) translate(0px);


-ms-transform: rotate(4deg) scale(1.084) skew(1deg) translate(0px);}


a.paint:hover {


-webkit-border-radius:  20%;


-moz-border-radius: 20%;


border-radius:  20%;


  box-shadow:inset -6px -6px 8px -4px rgba(255,0,0,0.75),


            inset 6px -6px 8px -4px rgba(0,255,0,0.75),


           inset 6px 6px 8px -4px rgba(255,255,0,0.75),


          inset -6px 6px 8px -4px rgba(0,0,255,0.75);


}


/*-- MODERN --*/


.facebook-modern {


	background-image: url(https://37c187.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/facebook-modern.jpg);


}


.twitter-modern {


	background-image: url(https://d2a4b2.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/twitter-modern.jpg);


}


.youtube-modern {


	background-image: url(https://6ed34a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/youtube-modern.jpg);


}


.google-plus-modern {


	background-image: url(https://e39d97.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/google-plus-modern.jpg);


}


.linkedin-modern {


	background-image: url(https://b2b663.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/linkedin-modern.jpg);


}


.pinterest-modern {


	background-image: url(https://e12d3c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/pinterest-modern.jpg);


}


/*--BLACK SCHEME--*/


.facebook-black {


	background-image: url(https://0bb492.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/facebook.png);


}


.twitter-black {


	background-image: url(https://a87a3d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/twitter.png);


}


.youtube-black {


	background-image: url(https://4a073a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/youtube.png);


}


.google-plus-black {


	background-image: url(https://bf2a14.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/google-plus.png);


}


.linkedin-black {


	background-image: url(https://6fcbed.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/linkedin.png);


}


.pinterest-black {


	background-image: url(https://8c878d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/pinterest.png);


}


/*--WHITE SCHEME--*/


.facebook-white {	


	background-image: url(https://ee6a40.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/facebookwh.png);


}


.twitter-white {	


	background-image: url(https://95a334.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/twitterwh.png);


}


.youtube-white {	


	background-image: url(https://854164.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/youtubewh.png);


}


.google-plus-white {	


	background-image: url(https://32bb2c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/google-pluswh.png);


} 


.linkedin-white {	


	background-image: url(https://535526.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/linkedinwh.png);


}


.pinterest-white {	


	background-image: url(https://d96bc4.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/pinterestwh.png);


}


/*--CLASSIC SCHEME--*/


.facebook-classic{


	background-image: url(https://899695.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/facebookcl.png);


}


.twitter-classic {	


	background-image: url(https://3fcdbe.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/twittercl.png);


}


.youtube-classic {	


	background-image: url(https://4bbca0.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/youtubecl.png);


}


.google-plus-classic{	


	background-image: url(https://f394cb.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/google-pluscl.png);


}


.linkedin-classic {	


	background-image: url(https://ecf1dd.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/LinkedIncl.png);


}


.pinterest-classic {	


	background-image: url(https://c34b1f.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/pinterestcl.png);


}


/*--Glass SCHEME--*/


.facebook-glass{


	background-image: url(https://8ecccf.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glassicons/facebook-glass.png);


	background-size: 100%;


}


.twitter-glass{	


	background-image: url(https://ee3ca0.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glassicons/twitter-glass.png);


	background-size: 100%;


}


.youtube-glass{	


	background-image: url(https://50fc55.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glassicons/youtube-glass.png);


	background-size: 100%;


}


.google-plus-glass{	


	background-image: url(https://a3f7d2.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glassicons/google+-glass.png);


	background-size: 100%;


}


.linkedin-glass{	


	background-image: url(https://d372e2.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glassicons/linkedin-glass.png);


	background-size: 100%;


}


.pinterest-glass{	


	background-image: url(https://727816.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glassicons/pinterest-glass.png);


	background-size: 100%;


}


/*--Glowing neon SCHEME--*/


.facebook-glowing-neon{


	background-image: url(https://0f8952.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingNeon/facebook-neon.png);


	background-size: 100%;


}


.twitter-glowing-neon{	


	background-image: url(https://bc401c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingNeon/twitter-neon.png);


	background-size: 100%;


}


.youtube-glowing-neon{	


	background-image: url(https://c528f3.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingNeon/youtube-neon.png);


	background-size: 100%;


}


.google-plus-glowing-neon{	


	background-image: url(https://debfa7.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingNeon/google-neon.png);


	background-size: 100%;


}


.linkedin-glowing-neon{	


	background-image: url(https://efe88b.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingNeon/linkedin-neon.png);


	background-size: 100%;


}


.pinterest-glowing-neon{	


	background-image: url(https://792354.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingNeon/pinterest-neon.png);


	background-size: 100%;


}


/*--Glowing neon box SCHEME--*/


.facebook-glowing-box {


	background-image: url(https://828146.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingBox/facebook-neonbox.png);


	background-size: 100%;


}


.twitter-glowing-box {	


	background-image: url(https://ac71cd.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingBox/twitter-neonbox.png);


	background-size: 100%;


}


.youtube-glowing-box {	


	background-image: url(https://e63622.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingBox/youtube-neonbox.png);


	background-size: 100%;


}


.google-plus-glowing-box {	


	background-image: url(https://dbb8a1.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingBox/google-neonbox.png);


	background-size: 100%;


}


.linkedin-glowing-box {	


	background-image: url(https://bdfc1d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingBox/linkedin-neonbox.png);


	background-size: 100%;


}


.pinterest-glowing-box {	


	background-image: url(https://753d7a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingBox/pinterest-neonbox.png);


	background-size: 100%;


}


/*--Glowing neon box SCHEME--*/


.facebook-glossy {


	background-image: url(https://1e798f.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossy/facebook-glossy.png);


	background-size: 100%;


}


.twitter-glossy {	


	background-image: url(https://1513c1.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossy/twitter-glossy.png);


	background-size: 100%;


}


.youtube-glossy {	


	background-image: url(https://81b2d8.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossy/youtube-glossy.png);


	background-size: 100%;


}


.google-plus-glossy {	


	background-image: url(https://398241.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossy/google-glossy.png);


	background-size: 100%;


}


.linkedin-glossy {	


	background-image: url(https://8772dc.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossy/linkedin-glossy.png);


	background-size: 100%;


}


.pinterest-glossy {	


	background-image: url(https://ff0902.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossy/pinterest-glossy.png);


	background-size: 100%;


}


/*--Glowing neon box SCHEME--*/


.facebook-glossybox {


	background-image: url(https://dad9e6.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossybox/facebook-glossybox.png);


	background-size: 100%;


}


.twitter-glossybox {	


	background-image: url(https://243399.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossybox/twitter-glossybox.png);


	background-size: 100%;


}


.youtube-glossybox {	


	background-image: url(https://c54d54.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossybox/youtube-glossybox.png);


	background-size: 100%;


}


.google-plus-glossybox {	


	background-image: url(https://f034d0.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossybox/google-glossybox.png);


	background-size: 100%;


}


.linkedin-glossybox {	


	background-image: url(https://563a46.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossybox/linkedin-glossybox.png);


	background-size: 100%;


}


.pinterest-glossybox {	


	background-image: url(https://6964ec.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossybox/pinterest-glossybox.png);


	background-size: 100%;


}


/*--Green Jelly SCHEME--*/


.facebook-greenjelly{


	background-image: url(https://e39bac.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJelly/facebook-greenjelly.png);


	background-size: 100%;


}


.twitter-greenjelly{	


	background-image: url(https://346a8f.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJelly/twitter-greenjelly.png);


	background-size: 100%;


}


.youtube-greenjelly{	


	background-image: url(https://1f74f6.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJelly/youtube-greenjelly.png);


	background-size: 100%;


}


.google-plus-greenjelly{	


	background-image: url(https://1a530e.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJelly/google-greenjelly.png);


	background-size: 100%;


}


.linkedin-greenjelly{	


	background-image: url(https://ebecda.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJelly/linkedin-greenjelly.png);


	background-size: 100%;


}


.pinterest-greenjelly{	


	background-image: url(https://54b3bd.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJelly/pinterest-greenjelly.png);


	background-size: 100%;


}


/*--Green Jelly box SCHEME--*/


.facebook-greenjellybox{


	background-image: url(https://e16053.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJellyBox/facebook-greenjellybox.png);


	background-size: 100%;


}


.twitter-greenjellybox{	


	background-image: url(https://4376e6.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJellyBox/twitter-greenjellybox.png);


	background-size: 100%;


}


.youtube-greenjellybox{	


	background-image: url(https://c1c73d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJellyBox/youtube-greenjellybox.png);


	background-size: 100%;


}


.google-plus-greenjellybox{	


	background-image: url(https://e5fd4a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJellyBox/google-greenjellybox.png);


	background-size: 100%;


}


.linkedin-greenjellybox{	


	background-image: url(https://a3be99.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJellyBox/linkedin-greenjellybox.png);


	background-size: 100%;


}


.pinterest-greenjellybox{	


	background-image: url(https://997cd2.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJellyBox/pinterest-greenjellybox.png);


	background-size: 100%;


}


/*--Black spot SCHEME--*/


.facebook-spot{


	background-image: url(https://db2f47.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spot/facebook-spot.png);


	background-size: 100%;


}


.twitter-spot{	


	background-image: url(https://9b599c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spot/twitter-spot.png);


	background-size: 100%;


}


.youtube-spot{	


	background-image: url(https://114a17.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spot/youtube-spot.png);


	background-size: 100%;


}


.google-plus-spot{	


	background-image: url(https://c8858d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spot/google-spot.png);


	background-size: 100%;


}


.linkedin-spot{	


	background-image: url(https://34705b.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spot/linkedin-spot.png);


	background-size: 100%;


}


.pinterest-spot{	


	background-image: url(https://481184.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spot/pinterest-spot.png);


	background-size: 100%;


}


/*--Black spot box SCHEME--*/


.facebook-spotbox{


	background-image: url(https://c224ca.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spotbox/facebook-spotbox.png);


	background-size: 100%;


}


.twitter-spotbox{	


	background-image: url(https://ae687a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spotbox/twitter-spotbox.png);


	background-size: 100%;


}


.youtube-spotbox{	


	background-image: url(https://5f155a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spotbox/youtube-spotbox.png);


	background-size: 100%;


}


.google-plus-spotbox{	


	background-image: url(https://7d0bb9.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spotbox/google-spotbox.png);


	background-size: 100%;


}


.linkedin-spotbox{	


	background-image: url(https://5d0cd9.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spotbox/linkedin-spotbox.png);


	background-size: 100%;


}


.pinterest-spotbox{	


	background-image: url(https://aaffa7.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spotbox/pinterest-spotbox.png);


	background-size: 100%;


}


/*--Splash SCHEME--*/


.facebook-splashpink{


	background-image: url(https://dac92c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/facebook-pink.png);


	background-size: 100%;


}


.facebook-splashorange{


	background-image: url(https://44de52.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/facebook-orange.png);


	background-size: 100%;


}


.facebook-splashgreen{


	background-image: url(https://322a85.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/facebook-green.png);


	background-size: 100%;


}


.facebook-splashblue{


	background-image: url(https://1b82fa.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/facebook-blue.png);


	background-size: 100%;


}


.facebook-splashpurple{


	background-image: url(https://31b32c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/facebook-purple.png);


	background-size: 100%;


}


.facebook-splashred{


	background-image: url(https://527f72.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/facebook-red.png);


	background-size: 100%;


}


.twitter-splashpink{	


	background-image: url(https://360ae6.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/twitter-pink.png);


	background-size: 100%;


}


.twitter-splashorange{	


	background-image: url(https://c2e193.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/twitter-orange.png);


	background-size: 100%;


}


.twitter-splashgreen{	


	background-image: url(https://2c1ebf.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/twitter-green.png);


	background-size: 100%;


}


.twitter-splashblue{	


	background-image: url(https://ba3828.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/twitter-blue.png);


	background-size: 100%;


}


.twitter-splashpurple{	


	background-image: url(https://a524ec.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/twitter-purple.png);


	background-size: 100%;


}


.twitter-splashred{	


	background-image: url(https://ad80a0.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/twitter-red.png);


	background-size: 100%;


}


.youtube-splashpink{	


	background-image: url(https://e9864a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/youtube-pink.png);


	background-size: 100%;


}


.youtube-splashorange{	


	background-image: url(https://edc644.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/youtube-orange.png);


	background-size: 100%;


}


.youtube-splashgreen{	


	background-image: url(https://f5b20c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/youtube-green.png);


	background-size: 100%;


}


.youtube-splashblue{	


	background-image: url(https://998d45.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/youtube-blue.png);


	background-size: 100%;


}


.youtube-splashpurple{	


	background-image: url(https://0cbe48.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/youtube-purple.png);


	background-size: 100%;


}


.youtube-splashred{	


	background-image: url(https://18d14c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/youtube-red.png);


	background-size: 100%;


}


.google-plus-splashpink{	


	background-image: url(https://b27342.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/google-pink.png);


	background-size: 100%;


}


.google-plus-splashorange{	


	background-image: url(https://72a2c1.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/google-orange.png);


	background-size: 100%;


}


.google-plus-splashgreen{	


	background-image: url(https://f24db6.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/google-green.png);


	background-size: 100%;


}


.google-plus-splashblue{	


	background-image: url(https://4cef91.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/google-blue.png);


	background-size: 100%;


}


.google-plus-splashpurple{	


	background-image: url(https://035fcf.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/google-purple.png);


	background-size: 100%;


}


.google-plus-splashred{	


	background-image: url(https://7a615b.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/google-red.png);


	background-size: 100%;


}


.linkedin-splashpink{	


	background-image: url(https://84b5ba.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/linkedin-pink.png);


	background-size: 100%;


}


.linkedin-splashorange{	


	background-image: url(https://c9bfda.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/linkedin-orange.png);


	background-size: 100%;


}


.linkedin-splashgreen{	


	background-image: url(https://a37fea.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/linkedin-green.png);


	background-size: 100%;


}


.linkedin-splashblue{	


	background-image: url(https://a6eea4.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/linkedin-blue.png);


	background-size: 100%;


}


.linkedin-splashpurple{	


	background-image: url(https://b6f741.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/linkedin-purple.png);


	background-size: 100%;


}


.linkedin-splashred{	


	background-image: url(https://3befac.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/linkedin-red.png);


	background-size: 100%;


}


.pinterest-splashpink{	


	background-image: url(https://ae7190.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/pinterest-pink.png);


	background-size: 100%;


}


.pinterest-splashorange{	


	background-image: url(https://4be589.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/pinterest-orange.png);


	background-size: 100%;


}


.pinterest-splashgreen{	


	background-image: url(https://55faa5.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/pinterest-green.png);


	background-size: 100%;


}


.pinterest-splashblue{	


	background-image: url(https://88d66e.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/pinterest-blue.png);


	background-size: 100%;


}


.pinterest-splashpurple{	


	background-image: url(https://2bc7af.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/pinterest-purple.png);


	background-size: 100%;


}


.pinterest-splashred{	


	background-image: url(https://6153ea.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/pinterest-red.png);


	background-size: 100%;


}


/*-- Splashbox SCHEME--*/


.facebook-splashboxpink{


	background-image: url(https://baf216.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/facebook-pinkbox.png);


	background-size: 100%;


}


.facebook-splashboxorange{


	background-image: url(https://340cdd.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/facebook-orangebox.png);


	background-size: 100%;


}


.facebook-splashboxgreen{


	background-image: url(https://57ac56.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/facebook-greenbox.png);


	background-size: 100%;


}


.facebook-splashboxblue{


	background-image: url(https://94ca5e.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/facebook-bluebox.png);


	background-size: 100%;


}


.facebook-splashboxpurple{


	background-image: url(https://5225f0.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/facebook-purplebox.png);


	background-size: 100%;


}


.facebook-splashboxred{


	background-image: url(https://4c41cb.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/facebook-redbox.png);


	background-size: 100%;


}


.twitter-splashboxpink{	


	background-image: url(https://7e4401.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/twitter-pinkbox.png);


	background-size: 100%;


}


.twitter-splashboxorange{	


	background-image: url(https://bb3630.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/twitter-orangebox.png);


	background-size: 100%;


}


.twitter-splashboxgreen{	


	background-image: url(https://ab9056.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/twitter-greenbox.png);


	background-size: 100%;


}


.twitter-splashboxblue{	


	background-image: url(https://4a7c9d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/twitter-bluebox.png);


	background-size: 100%;


}


.twitter-splashboxpurple{	


	background-image: url(https://be0617.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/twitter-purplebox.png);


	background-size: 100%;


}


.twitter-splashboxred{	


	background-image: url(https://19e108.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/twitter-redbox.png);


	background-size: 100%;


}


.youtube-splashboxpink{	


	background-image: url(https://777847.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/youtube-pinkbox.png);


	background-size: 100%;


}


.youtube-splashboxorange{	


	background-image: url(https://e61251.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/youtube-orangebox.png);


	background-size: 100%;


}


.youtube-splashboxgreen{	


	background-image: url(https://eba2ef.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/youtube-greenbox.png);


	background-size: 100%;


}


.youtube-splashboxblue{	


	background-image: url(https://512228.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/youtube-bluebox.png);


	background-size: 100%;


}


.youtube-splashboxpurple{	


	background-image: url(https://2bfc79.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/youtube-purplebox.png);


	background-size: 100%;


}


.youtube-splashboxred{	


	background-image: url(https://f11257.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/youtube-redbox.png);


	background-size: 100%;


}


.google-plus-splashboxpink{	


	background-image: url(https://08eb5f.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/google-pinkbox.png);


	background-size: 100%;


}


.google-plus-splashboxorange{	


	background-image: url(https://4e2327.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/google-orangebox.png);


	background-size: 100%;


}


.google-plus-splashboxgreen{	


	background-image: url(https://3a2136.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/google-greenbox.png);


	background-size: 100%;


}


.google-plus-splashboxblue{	


	background-image: url(https://3c9e1a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/google-bluebox.png);


	background-size: 100%;


}


.google-plus-splashboxpurple{	


	background-image: url(https://46da85.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/google-purplebox.png);


	background-size: 100%;


}


.google-plus-splashboxred{	


	background-image: url(https://b4a237.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/google-redbox.png);


	background-size: 100%;


}


.linkedin-splashboxpink{	


	background-image: url(https://bb19ff.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/linkedin-pinkbox.png);


	background-size: 100%;


}


.linkedin-splashboxorange{	


	background-image: url(https://d9aff9.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/linkedin-orangebox.png);


	background-size: 100%;


}


.linkedin-splashboxgreen{	


	background-image: url(https://07b931.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/linkedin-greenbox.png);


	background-size: 100%;


}


.linkedin-splashboxblue{	


	background-image: url(https://70377d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/linkedin-bluebox.png);


	background-size: 100%;


}


.linkedin-splashboxpurple{	


	background-image: url(https://332c7f.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/linkedin-purplebox.png);


	background-size: 100%;


}


.linkedin-splashboxred{	


	background-image: url(https://667297.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/linkedin-redbox.png);


	background-size: 100%;


}


.pinterest-splashboxpink{	


	background-image: url(https://78c653.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/pinterest-pinkbox.png);


	background-size: 100%;


}


.pinterest-splashboxorange{	


	background-image: url(https://5d2f4d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/pinterest-orangebox.png);


	background-size: 100%;


}


.pinterest-splashboxgreen{	


	background-image: url(https://38ccbc.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/pinterest-greenbox.png);


	background-size: 100%;


}


.pinterest-splashboxblue{	


	background-image: url(https://22cf33.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/pinterest-bluebox.png);


	background-size: 100%;


}


.pinterest-splashboxpurple{	


	background-image: url(https://2b24bd.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/pinterest-purplebox.png);


	background-size: 100%;


}


.pinterest-splashboxred{	


	background-image: url(https://23a4af.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/pinterest-redbox.png);


	background-size: 100%;


}


.socimg {width:140px; height:140px;}


.glass {background:url('https://193293.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glass.jpg');}


.glossy {background:url('https://d648c2.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glossy .jpg');}


.glossybox{background:url('https://5e6c55.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glossybox.jpg');}


.spot{background:url('https://94ecb4.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/spot.jpg');}


.spotbox{background:url('https://796968.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/spotbox.jpg');}


.glowing{background:url('https://707de5.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glowing.jpg');}


.glowingbox{background:url('https://7b0044.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glowingbox.jpg');}


.splash{background:url('https://259349.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/splash.jpg');}


.splashbox{background:url('https://a39c20.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/splashbox.jpg');}


.greenjelly{background:url('https://68f238.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/greenjelly.jpg');}


.greenjellybox{background:url('https://631cab.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/greenjellybox.jpg');}


		


.paymentsbox {


	width: 300px;


	height: 40px;


	margin: 0 auto;


}


.paymentType {


	width: 50px;


height: 33px;


float: left;


border: solid black;


}


.paymentType p {


	overflow: hidden;


	text-indent: -1000px;


}


.paymentType img {


	width: 50px;


	margin:0 !important;


}


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


	#social-media-icons {


		float: none;


		margin: 18px 0;


		text-align: center;


	}


	


	.ui-dialog {


		width: 98% !important;


	}


	.localDirs {


		width: 168px;


	}


}


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


	.hours {


		width: 100%;


	}


	.hours p {


		font-size: 15px !important;


	}


}


.contact-side li span{


	float: left;


	margin-left: 5px;


}


.contact-side li img{


	text-align: right;


		


}


.facebook .icon-facebook{


	margin-right: 5px;


}


.contact-side{


	list-style: none;


	margin: 0;


	padding: 0;


}


.facebook:hover{background: #3B5998}


.twitter:hover{background: #6BCFFF}


.google-plus:hover{background: #DE4939}


.pinterest:hover{background: #CE1829}


.linkedin:hover{background: #007bb6}


.youtube:hover{background:#CD332D}


.contact-side li img{


	text-align: right;


		


}


.facebook .icon-facebook{


	margin-right: 5px;


}


.contact-side{


	list-style: none;


	margin: 0;


	padding: 0;


}


.ssi-facebook:hover{background: #3B5998}


.ssi-twitter:hover{background: #6BCFFF}


.ssi-google-plus:hover{background: #DE4939}


.ssi-pinterest:hover{background: #CE1829}


.ssi-linkedin:hover{background: #007bb6}


.ssi-youtube:hover{background:#CD332D}


.ssi-tumblr:hover{background:#639EC8}


#ssi-contact-form{


	position: fixed;


	top: -500px;


	min-width: 300px;


	min-height: 200px;


	border: 1px solid #f0f0f0;


	box-shadow: 0 0px 5px #ffffff;


	z-index: 9999;


	


	left: 50%;


	display:none;


}


#ssi-contact-form h1.ssi-top-bar{


	background: #333333;


	padding: 10px;


	color: #ffffff;


	margin:0 0 10px 0;


}


#ssi-contact-form #ssi-close-x{


	float:right;


}


#ssi-contact-form #ssi-close-x:hover{


	cursor:pointer;


}


#ssi-contact-form .ssi-contact-content{


	padding: 15px;


}


#ssi-contact-form input[type='text'],#ssi-contact-form input[type='email'],#ssi-contact-form textarea{


	padding: 7px;


	border: none !important;


	border-radius: 5px;


	transition:0.3s all ease;


	-moz-transition:0.3s all ease;


	-webkit-transition:0.3s all ease;


}


#ssi-contact-form input[type='text']:focus,#ssi-contact-form input[type='email']:focus,#ssi-contact-form textarea:focus{


	outline: 0;


	box-shadow: 0 0 5px #333333;


}


#ssi-contact-form input[type='submit']{


	padding: 7px;


	background: #ffffff !important;


	color: #333333 !important;


	border: none !important;


	float:right;


	transition:0.3s all ease;


	-moz-transition:0.3s all ease;


	-webkit-transition:0.3s all ease;


	border-radius: 5px;


}


#ssi-contact-form input[type='submit']:hover{


	background: #333333 !important;


	color: #ffffff !important;


}


#ssi-dim{


	position: fixed;


	width: 100%;


	height: 100%;


	background: #000000;


	z-index: 9998;


	top:0;left:0;


	display:none;


}address {


	margin: 0 !important;


}


#navbut {


display: block;


float: left;


padding: 10px;


margin: 0 10px;


}


/* Buttons CSS */


#button{


	height: 36px;


	font-size: 30px;


	padding: 1%;


	color: #FFF;


	text-shadow: 1px 0px 2px #000;


	text-decoration: none;


	text-align: center;


	filter: dropshadow(color=#000, offx=1, offy=0);


	


	-webkit-border-radius: 5px;	


        border-radius: 5px;


}


.button-blue {


border: 1px solid #08144d;


background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0d46a5), color-stop(1.00, #08144d));


background: -webkit-linear-gradient(#0d46a5, #08144d);


background: -moz-linear-gradient(#0d46a5, #08144d);


background: -o-linear-gradient(#0d46a5, #08144d);


background: -ms-linear-gradient(#0d46a5, #08144d);


background: linear-gradient(#0d46a5, #08144d);


}


.button-blue:hover {


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0d46a5), color-stop(0.00, #08144d));


background: -webkit-linear-gradient(#08144d, #0d46a5);


background: -moz-linear-gradient(#08144d, #0d46a5);


background: -o-linear-gradient(#08144d, #0d46a5);


background: -ms-linear-gradient(#08144d, #0d46a5);


background: linear-gradient(#08144d, #0d46a5);


}


.button-red {


border:1px solid #130505;


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #130505), color-stop(0.01, #dd1d20));


background: -webkit-linear-gradient(top, #dd1d20 1%, #130505 100%);


background: -moz-linear-gradient(top, #dd1d20 1%, #130505 100%);


background: -o-linear-gradient(top, #dd1d20 1%, #130505 100%);


background: -ms-linear-gradient(top, #dd1d20 1%, #130505 100%);


background: linear-gradient(to bottom, #dd1d20 1%, #130505 100%);


}


.button-red:hover {


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dd1d20), color-stop(0.00, #130505));


background: -webkit-linear-gradient(#130505, #dd1d20);


background: -moz-linear-gradient(#130505, #dd1d20);


background: -o-linear-gradient(#130505, #dd1d20);


background: -ms-linear-gradient(#130505, #dd1d20);


background: linear-gradient(#130505, #dd1d20);


}


.button-green {


border:1px solid #001a07;


background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #078301), color-stop(1.00, #001a07));


background: -webkit-linear-gradient(#078301, #001a07);


background: -moz-linear-gradient(#078301, #001a07);


background: -o-linear-gradient(#078301, #001a07);


background: -ms-linear-gradient(#078301, #001a07);


background: linear-gradient(#078301, #001a07);


}


.button-green:hover {


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #078301), color-stop(0.00, #001a07));


background: -webkit-linear-gradient(#001a07, #078301);


background: -moz-linear-gradient(#001a07, #078301);


background: -o-linear-gradient(#001a07, #078301);


background: -ms-linear-gradient(#001a07, #078301);


background: linear-gradient(#001a07, #078301);


}


.button-yellow {


border:1px solid #805d00;


background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffe400), color-stop(1.00, #805d00));


background: -webkit-linear-gradient(#ffe400, #805d00);


background: -moz-linear-gradient(#ffe400, #805d00);


background: -o-linear-gradient(#ffe400, #805d00);


background: -ms-linear-gradient(#ffe400, #805d00);


background: linear-gradient(#ffe400, #805d00);


}


.button-yellow:hover {


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffe400), color-stop(0.00, #805d00));


background: -webkit-linear-gradient(#805d00, #ffe400);


background: -moz-linear-gradient(#805d00, #ffe400);


background: -o-linear-gradient(#805d00, #ffe400);


background: -ms-linear-gradient(#805d00, #ffe400);


background: linear-gradient(#805d00, #ffe400);


}


.button-orange {


border:1px solid #cd3600;


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cd3600), color-stop(0.00, #ff9c00));


background: -webkit-linear-gradient(#ff9c00, #cd3600);


background: -moz-linear-gradient(#ff9c00, #cd3600);


background: -o-linear-gradient(#ff9c00, #cd3600);


background: -ms-linear-gradient(#ff9c00, #cd3600);


background: linear-gradient(#ff9c00, #cd3600);


}


.button-orange:hover {


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9c00), color-stop(0.00, #cd3600));


background: -webkit-linear-gradient(#cd3600, #ff9c00);


background: -moz-linear-gradient(#cd3600, #ff9c00);


background: -o-linear-gradient(#cd3600, #ff9c00);


background: -ms-linear-gradient(#cd3600, #ff9c00);


background: linear-gradient(#cd3600, #ff9c00);


}


.button-purple{


border:1px solid #341235;


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #341235), color-stop(0.00, #7319cc));


background: -webkit-linear-gradient(#7319cc, #341235);


background: -moz-linear-gradient(#7319cc, #341235);


background: -o-linear-gradient(#7319cc, #341235);


background: -ms-linear-gradient(#7319cc, #341235);


background: linear-gradient(#7319cc, #341235);


}


.button-purple:hover{


background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #7319cc), color-stop(0.00, #341235));


background: -webkit-linear-gradient(#341235, #7319cc);


background: -moz-linear-gradient(#341235, #7319cc);


background: -o-linear-gradient(#341235, #7319cc);


background: -ms-linear-gradient(#341235, #7319cc);


background: linear-gradient(#341235, #7319cc);


}


/* Buttons CSS END */


/* Contact Form CSS */


#contact {


	//width:100%;


	clear:both;


	padding:10px;


}


#envelop {


	background:url(https://9bea2e.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/envelope.png) no-repeat left;


	padding:5px 5px 10px 60px;


}


#contact_header {


	font-family:arial, sans-serif;


	font-size:20px;


	font-weight:700;


	line-height:30px;


	overflow: auto;


}


#contact_header.ajax-loading {


	padding: 20px 0;


	background: url(https://e4e776.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/spinner.gif) no-repeat center;


}


/* alert messages */


.success,.error {


	color:#000;


	display:none;


	font-size:15px;


	font-weight:700;


	border-radius:4px;


	-moz-border-radius:4px;


	-webkit-border-radius:4px;


	padding:5px 10px 5px 10px;


	margin-bottom: 10px;


}


.success {


	background-color:#9F6;


	border:1px solid #0F0;


}


.error {


	background-color:#F66;


	border:1px solid red;


}


.ajax-loading {


	padding: 20px 0;


	background: url(https://e4e776.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/spinner.gif) no-repeat center;


}


/* Contact Form components */


#message {


width: 98%;


}


#contactForm input,textarea {


//	border:1px solid silver;


//	background-color:#fff;


//	color:#404040;


//	font-size:10px;


//	line-height:18px;


//	font-family:Verdana, Arial, sans-serif;


//	border-radius:5px;


//	-moz-border-radius:5px;


//	-webkit-border-radius:5px;


	margin:2px 0;


//	padding:5px;


}


/*


#contactForm input:hover[type=text],input:focus[type=text],textarea:hover,textarea:focus {


	background-color:#E0E0E0;


	border:1px solid #000;


}


#contactForm input[type=text],textarea {


	width:90%;


}*/


#contactForm p{


	padding:0px;


	margin:0px;


}


#submitter {


	border:1px solid silver;


	background-color:#fff;


	color:#404040;


	font-size:10px;


	text-transform:uppercase;


	border-radius:5px;


	-moz-border-radius:5px;


	-webkit-border-radius:5px;


	min-width:100px;


	height:31px;


	margin-top: 10px;


}


#submitter:hover {


	cursor:pointer;


}


/* Contact Form CSS END*/


/* Hours CSS */


.openinghours {


	width: 100%;


	text-align: center;


	font-weight: 600;


	font-size: 17px;


	font-family: 'Federo', sans-serif;


	margin: 0 !important;


	border: none !important;


	padding: 0;


}


#current-day {


	color: #FFF;


	font-size: 18px;


	background-color: #53A8C3;


	text-shadow: 2px 0 2px #000;


	filter: dropshadow(color=#0000, offx=1, offy=0);


}


#closed-day {


	color: #9B0707;


}


.hours {


	width: 100%;


	//height: 40px;


	color: #FFF;


	text-shadow: 1px 0px 2px #000;


	text-decoration: none;


	text-align: center;


	filter: dropshadow(color=#000, offx=1, offy=0);


	//border: 1px solid #042F8B;


	-webkit-border-radius: 5px;	


    border-radius: 5px;


//	background: #1e5799; /* Old browsers */


//	background: -moz-linear-gradient(top,  #1e5799 0%, #0075d6 47%, #0042ad 49%, #2491e5 52%, #7db9e8 100%); /* FF3.6+ */


//	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(47%,#0075d6), color-stop(49%,#0042ad), color-stop(52%,#2491e5), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */


//	background: -webkit-linear-gradient(top,  #1e5799 0%,#0075d6 47%,#0042ad 49%,#2491e5 52%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */


//	background: -o-linear-gradient(top,  #1e5799 0%,#0075d6 47%,#0042ad 49%,#2491e5 52%,#7db9e8 100%); /* Opera 11.10+ */


//	background: -ms-linear-gradient(top,  #1e5799 0%,#0075d6 47%,#0042ad 49%,#2491e5 52%,#7db9e8 100%); /* IE10+ */


//	background: linear-gradient(to bottom,  #1e5799 0%,#0075d6 47%,#0042ad 49%,#2491e5 52%,#7db9e8 100%); /* W3C */


//	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */ 


	


	-webkit-box-shadow:  0px 2px 2px 0px #000;


	box-shadow:  0px 2px 2px 0px #000;


}


a.box-hours, .hours-box  {


	text-decoration: none !important;


	background: none !important;


	border: none !important;


	padding: 0 0 10px 0 !important;


}


.hours p{


	padding: 8px;


	color: #FFF;


	font-size: 17px !important;


	text-shadow: 1px 0px 2px #000;


	filter: dropshadow(color=#000, offx=1, offy=0);


	line-height: 24px !important;


	margin: 0 !important;


}


.hours img {


	padding: 0 !important;


	margin: 0 !important;


	float:left;


	box-shadow: none !important;


	background: none !important;


	border: none !important;


}


.hours th, td {


	border: none !important;


	font-weight: bold !important;


	text-align: center !important;


	line-height: 24px !important;


	padding: 0 !important;


	margin: 0 !important;


}


.openinghours tr:nth-child(even) {


	background: none;


}


.localDirs {


	position: relative;


	display: inline-block;


	width: 501px;


	vertical-align: top;


	padding: 6px;


	background: #D7E4ED;


	margin-top: 15px;


	margin-bottom: 15px;


	margin-left: 0;


	border: 1px solid #C0C0C0;


	border-radius: 10px;


}


.localDirs:after {


	content: "";


	position: absolute;


	top: -26px;


	left: 17px;


	border-style: solid;


	border-width: 30px 0px 0 24px;


	border-color: rgba(0, 0, 0, 0) #D7E4ED;


	display: block;


	width: 0;


	z-index: 1;


}


.localDirs:before {


	content: "";


	position: absolute;


	top: -29px;


	left: 16px;


	border-style: solid;


	border-width: 29px 0px 0px 23px;


	border-color: rgba(0, 0, 0, 0) #C0C0C0;


	display: block;


	width: 0;


	z-index: 1;


}


.yelp, .google-places, .yahoo, .angies-list, .insider-pages, .citysearch, .bing, .judys-book, .mojo-pages, .manta, .kudzu, .hot-frog, .superpages {


	background-image: url(https://d73ba7.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/allsocials.png);


	background-repeat: no-repeat;


	width: 167px;


	height: 66px;


	float:left;


}


.yelp {


	background-position: 0 -328px;


}


.google-places{


	background-position: 0 -2px;


}


.yahoo{


	background-position: 0 -68px;


}


.angies-list{


	background-position: -176px -328px;


}


.insider-pages{


	background-position: 0 -198px;


}


.citysearch{


	background-position: 0 -134px;


}


.bing{


	background-position: 0 -263px;


}


.judys-book{


	background-position: -176px -1px;


}


.mojo-pages{


	background-position: -176px -68px;


}


.manta{


	background-position: -176px -133px;


}


.kudzu{


	background-position: -176px -198px;


}


.hot-frog{


	background-position: -176px -263px;


}


.superpages{


	background-position: -176px -394px;


}


#social-icons{	


	margin: 10px auto;	


	text-align: center;	


	width: 100%;


	position: relative;


	z-index: 1;


}


a.social-icon {


	display: inline-block;


	width: 32px;


	height: 32px;


	margin-right: 6px;


	background-position: 0 0;


	overflow: hidden;


	text-indent: -1000px;


	-moz-transition: background-position .25s ease;


	-webkit-transition: background-position .25s ease;


	-o-transition: background-position .25s ease;


	-ms-transition: background-position .25s ease;


	transition: background-position .25s ease;


}


a.social-icon:hover {


	background-position: 0 -32px;


}


a.social-icon-sml {


	display: inline-block;


	width: 32px;


	height: 50px;


	margin-right: 6px;


	background-position: 0 0;


	overflow: hidden;


	text-indent: -1000px;


	-moz-transition: background-position .25s ease;


	-webkit-transition: background-position .25s ease;


	-o-transition: background-position .25s ease;


	-ms-transition: background-position .25s ease;


	transition: background-position .25s ease;


	background-repeat:no-repeat;


}


#social-icons-big{	


	margin: 10px auto;	


	text-align: center;	


	width: 203px;


	position: relative;


	z-index: 1;


}


a.social-icon-big {


display: inline-block;


width: 64px;


height: 64px;


background-position: 0 0;


overflow: hidden;


text-indent: -1000px;


-moz-transition: background-position .25s ease;


-webkit-transition: background-position .25s ease;


-o-transition: background-position .25s ease;


-ms-transition: background-position .25s ease;


transition: background-position .25s ease;


background-repeat: no-repeat;


}


a.social-icon-big:hover {


	//background-position: 0 -32px;


}


#social-icons-mid{	


	margin: 10px auto;	


	text-align: center;	


	width: 203px;


	position: relative;


	z-index: 1;


}


a.social-icon-mid{


display: inline-block;


width: 48px;


height: 48px;


background-position: 0 0;


overflow: hidden;


text-indent: -1000px;


-moz-transition: background-position .25s ease;


-webkit-transition: background-position .25s ease;


-o-transition: background-position .25s ease;


-ms-transition: background-position .25s ease;


transition: background-position .25s ease;


background-repeat: no-repeat;


}


a.social-icon-mid:hover {


//	background-position: 0 -32px;


}


#social-icons-xl{	


	margin: 10px auto;	


	text-align: center;	


	width: 203px;


	position: relative;


	z-index: 1;


}


a.social-icon-xl{


display: inline-block;


width: 80px;


height: 80px;


background-position: 0 0;


overflow: hidden;


text-indent: -1000px;


	-webkit-transition: all ease 0.5s;


	-moz-transition: all ease 0.5s;


	-o-transition: all ease 0.5s;


	-ms-transition: all ease 0.5s;


	transition: all ease 0.5s;


background-repeat: no-repeat;


}


a.social-icon-xl:hover {


//	background-position: 0 -32px;


	


}


a.jump:hover{-webkit-transform: scaleY(0.9) scaleX(0.95) translateY(-1em) translateZ(0);


-moz-transform: scaleY(0.9) scaleX(0.95) translateZ(0);


-ms-transform: scaleY(0.9) scaleX(0.95) translateY(-1em) translateZ(0);


transform: scaleY(0.9) scaleX(0.95) translateZ(0);}


a.transparent:hover {opacity:1;}


a.transparent {opacity:0.7;}


a.smaller:hover {transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);


-webkit-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);


-moz-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);


-o-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);


-ms-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);}


a.bigger:hover{transform: rotate(4deg) scale(1.084) skew(1deg) translate(0px);


-webkit-transform: rotate(4deg) scale(1.084) skew(1deg) translate(0px);


-moz-transform: rotate(4deg) scale(1.084) skew(1deg) translate(0px);


-o-transform: rotate(4deg) scale(1.084) skew(1deg) translate(0px);


-ms-transform: rotate(4deg) scale(1.084) skew(1deg) translate(0px);}


a.paint:hover {


-webkit-border-radius:  20%;


-moz-border-radius: 20%;


border-radius:  20%;


  box-shadow:inset -6px -6px 8px -4px rgba(255,0,0,0.75),


            inset 6px -6px 8px -4px rgba(0,255,0,0.75),


           inset 6px 6px 8px -4px rgba(255,255,0,0.75),


          inset -6px 6px 8px -4px rgba(0,0,255,0.75);


}


/*-- MODERN --*/


.facebook-modern {


	background-image: url(https://37c187.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/facebook-modern.jpg);


}


.twitter-modern {


	background-image: url(https://d2a4b2.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/twitter-modern.jpg);


}


.youtube-modern {


	background-image: url(https://6ed34a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/youtube-modern.jpg);


}


.google-plus-modern {


	background-image: url(https://e39d97.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/google-plus-modern.jpg);


}


.linkedin-modern {


	background-image: url(https://b2b663.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/linkedin-modern.jpg);


}


.pinterest-modern {


	background-image: url(https://e12d3c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/pinterest-modern.jpg);


}


/*--BLACK SCHEME--*/


.facebook-black {


	background-image: url(https://0bb492.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/facebook.png);


}


.twitter-black {


	background-image: url(https://a87a3d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/twitter.png);


}


.youtube-black {


	background-image: url(https://4a073a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/youtube.png);


}


.google-plus-black {


	background-image: url(https://bf2a14.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/google-plus.png);


}


.linkedin-black {


	background-image: url(https://6fcbed.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/linkedin.png);


}


.pinterest-black {


	background-image: url(https://8c878d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/pinterest.png);


}


/*--WHITE SCHEME--*/


.facebook-white {	


	background-image: url(https://ee6a40.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/facebookwh.png);


}


.twitter-white {	


	background-image: url(https://95a334.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/twitterwh.png);


}


.youtube-white {	


	background-image: url(https://854164.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/youtubewh.png);


}


.google-plus-white {	


	background-image: url(https://32bb2c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/google-pluswh.png);


} 


.linkedin-white {	


	background-image: url(https://535526.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/linkedinwh.png);


}


.pinterest-white {	


	background-image: url(https://d96bc4.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/pinterestwh.png);


}


/*--CLASSIC SCHEME--*/


.facebook-classic{


	background-image: url(https://899695.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/facebookcl.png);


}


.twitter-classic {	


	background-image: url(https://3fcdbe.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/twittercl.png);


}


.youtube-classic {	


	background-image: url(https://4bbca0.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/youtubecl.png);


}


.google-plus-classic{	


	background-image: url(https://f394cb.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/google-pluscl.png);


}


.linkedin-classic {	


	background-image: url(https://ecf1dd.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/LinkedIncl.png);


}


.pinterest-classic {	


	background-image: url(https://c34b1f.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/pinterestcl.png);


}


/*--Glass SCHEME--*/


.facebook-glass{


	background-image: url(https://8ecccf.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glassicons/facebook-glass.png);


	background-size: 100%;


}


.twitter-glass{	


	background-image: url(https://ee3ca0.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glassicons/twitter-glass.png);


	background-size: 100%;


}


.youtube-glass{	


	background-image: url(https://50fc55.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glassicons/youtube-glass.png);


	background-size: 100%;


}


.google-plus-glass{	


	background-image: url(https://a3f7d2.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glassicons/google+-glass.png);


	background-size: 100%;


}


.linkedin-glass{	


	background-image: url(https://d372e2.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glassicons/linkedin-glass.png);


	background-size: 100%;


}


.pinterest-glass{	


	background-image: url(https://727816.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glassicons/pinterest-glass.png);


	background-size: 100%;


}


/*--Glowing neon SCHEME--*/


.facebook-glowing-neon{


	background-image: url(https://0f8952.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingNeon/facebook-neon.png);


	background-size: 100%;


}


.twitter-glowing-neon{	


	background-image: url(https://bc401c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingNeon/twitter-neon.png);


	background-size: 100%;


}


.youtube-glowing-neon{	


	background-image: url(https://c528f3.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingNeon/youtube-neon.png);


	background-size: 100%;


}


.google-plus-glowing-neon{	


	background-image: url(https://debfa7.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingNeon/google-neon.png);


	background-size: 100%;


}


.linkedin-glowing-neon{	


	background-image: url(https://efe88b.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingNeon/linkedin-neon.png);


	background-size: 100%;


}


.pinterest-glowing-neon{	


	background-image: url(https://792354.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingNeon/pinterest-neon.png);


	background-size: 100%;


}


/*--Glowing neon box SCHEME--*/


.facebook-glowing-box {


	background-image: url(https://828146.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingBox/facebook-neonbox.png);


	background-size: 100%;


}


.twitter-glowing-box {	


	background-image: url(https://ac71cd.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingBox/twitter-neonbox.png);


	background-size: 100%;


}


.youtube-glowing-box {	


	background-image: url(https://e63622.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingBox/youtube-neonbox.png);


	background-size: 100%;


}


.google-plus-glowing-box {	


	background-image: url(https://dbb8a1.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingBox/google-neonbox.png);


	background-size: 100%;


}


.linkedin-glowing-box {	


	background-image: url(https://bdfc1d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingBox/linkedin-neonbox.png);


	background-size: 100%;


}


.pinterest-glowing-box {	


	background-image: url(https://753d7a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GlowingBox/pinterest-neonbox.png);


	background-size: 100%;


}


/*--Glowing neon box SCHEME--*/


.facebook-glossy {


	background-image: url(https://1e798f.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossy/facebook-glossy.png);


	background-size: 100%;


}


.twitter-glossy {	


	background-image: url(https://1513c1.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossy/twitter-glossy.png);


	background-size: 100%;


}


.youtube-glossy {	


	background-image: url(https://81b2d8.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossy/youtube-glossy.png);


	background-size: 100%;


}


.google-plus-glossy {	


	background-image: url(https://398241.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossy/google-glossy.png);


	background-size: 100%;


}


.linkedin-glossy {	


	background-image: url(https://8772dc.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossy/linkedin-glossy.png);


	background-size: 100%;


}


.pinterest-glossy {	


	background-image: url(https://ff0902.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossy/pinterest-glossy.png);


	background-size: 100%;


}


/*--Glowing neon box SCHEME--*/


.facebook-glossybox {


	background-image: url(https://dad9e6.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossybox/facebook-glossybox.png);


	background-size: 100%;


}


.twitter-glossybox {	


	background-image: url(https://243399.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossybox/twitter-glossybox.png);


	background-size: 100%;


}


.youtube-glossybox {	


	background-image: url(https://c54d54.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossybox/youtube-glossybox.png);


	background-size: 100%;


}


.google-plus-glossybox {	


	background-image: url(https://f034d0.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossybox/google-glossybox.png);


	background-size: 100%;


}


.linkedin-glossybox {	


	background-image: url(https://563a46.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossybox/linkedin-glossybox.png);


	background-size: 100%;


}


.pinterest-glossybox {	


	background-image: url(https://6964ec.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Glossybox/pinterest-glossybox.png);


	background-size: 100%;


}


/*--Green Jelly SCHEME--*/


.facebook-greenjelly{


	background-image: url(https://e39bac.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJelly/facebook-greenjelly.png);


	background-size: 100%;


}


.twitter-greenjelly{	


	background-image: url(https://346a8f.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJelly/twitter-greenjelly.png);


	background-size: 100%;


}


.youtube-greenjelly{	


	background-image: url(https://1f74f6.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJelly/youtube-greenjelly.png);


	background-size: 100%;


}


.google-plus-greenjelly{	


	background-image: url(https://1a530e.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJelly/google-greenjelly.png);


	background-size: 100%;


}


.linkedin-greenjelly{	


	background-image: url(https://ebecda.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJelly/linkedin-greenjelly.png);


	background-size: 100%;


}


.pinterest-greenjelly{	


	background-image: url(https://54b3bd.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJelly/pinterest-greenjelly.png);


	background-size: 100%;


}


/*--Green Jelly box SCHEME--*/


.facebook-greenjellybox{


	background-image: url(https://e16053.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJellyBox/facebook-greenjellybox.png);


	background-size: 100%;


}


.twitter-greenjellybox{	


	background-image: url(https://4376e6.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJellyBox/twitter-greenjellybox.png);


	background-size: 100%;


}


.youtube-greenjellybox{	


	background-image: url(https://c1c73d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJellyBox/youtube-greenjellybox.png);


	background-size: 100%;


}


.google-plus-greenjellybox{	


	background-image: url(https://e5fd4a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJellyBox/google-greenjellybox.png);


	background-size: 100%;


}


.linkedin-greenjellybox{	


	background-image: url(https://a3be99.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJellyBox/linkedin-greenjellybox.png);


	background-size: 100%;


}


.pinterest-greenjellybox{	


	background-image: url(https://997cd2.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/GreenJellyBox/pinterest-greenjellybox.png);


	background-size: 100%;


}


/*--Black spot SCHEME--*/


.facebook-spot{


	background-image: url(https://db2f47.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spot/facebook-spot.png);


	background-size: 100%;


}


.twitter-spot{	


	background-image: url(https://9b599c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spot/twitter-spot.png);


	background-size: 100%;


}


.youtube-spot{	


	background-image: url(https://114a17.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spot/youtube-spot.png);


	background-size: 100%;


}


.google-plus-spot{	


	background-image: url(https://c8858d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spot/google-spot.png);


	background-size: 100%;


}


.linkedin-spot{	


	background-image: url(https://34705b.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spot/linkedin-spot.png);


	background-size: 100%;


}


.pinterest-spot{	


	background-image: url(https://481184.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spot/pinterest-spot.png);


	background-size: 100%;


}


/*--Black spot box SCHEME--*/


.facebook-spotbox{


	background-image: url(https://c224ca.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spotbox/facebook-spotbox.png);


	background-size: 100%;


}


.twitter-spotbox{	


	background-image: url(https://ae687a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spotbox/twitter-spotbox.png);


	background-size: 100%;


}


.youtube-spotbox{	


	background-image: url(https://5f155a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spotbox/youtube-spotbox.png);


	background-size: 100%;


}


.google-plus-spotbox{	


	background-image: url(https://7d0bb9.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spotbox/google-spotbox.png);


	background-size: 100%;


}


.linkedin-spotbox{	


	background-image: url(https://5d0cd9.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spotbox/linkedin-spotbox.png);


	background-size: 100%;


}


.pinterest-spotbox{	


	background-image: url(https://aaffa7.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Spotbox/pinterest-spotbox.png);


	background-size: 100%;


}


/*--Splash SCHEME--*/


.facebook-splashpink{


	background-image: url(https://dac92c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/facebook-pink.png);


	background-size: 100%;


}


.facebook-splashorange{


	background-image: url(https://44de52.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/facebook-orange.png);


	background-size: 100%;


}


.facebook-splashgreen{


	background-image: url(https://322a85.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/facebook-green.png);


	background-size: 100%;


}


.facebook-splashblue{


	background-image: url(https://1b82fa.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/facebook-blue.png);


	background-size: 100%;


}


.facebook-splashpurple{


	background-image: url(https://31b32c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/facebook-purple.png);


	background-size: 100%;


}


.facebook-splashred{


	background-image: url(https://527f72.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/facebook-red.png);


	background-size: 100%;


}


.twitter-splashpink{	


	background-image: url(https://360ae6.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/twitter-pink.png);


	background-size: 100%;


}


.twitter-splashorange{	


	background-image: url(https://c2e193.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/twitter-orange.png);


	background-size: 100%;


}


.twitter-splashgreen{	


	background-image: url(https://2c1ebf.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/twitter-green.png);


	background-size: 100%;


}


.twitter-splashblue{	


	background-image: url(https://ba3828.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/twitter-blue.png);


	background-size: 100%;


}


.twitter-splashpurple{	


	background-image: url(https://a524ec.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/twitter-purple.png);


	background-size: 100%;


}


.twitter-splashred{	


	background-image: url(https://ad80a0.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/twitter-red.png);


	background-size: 100%;


}


.youtube-splashpink{	


	background-image: url(https://e9864a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/youtube-pink.png);


	background-size: 100%;


}


.youtube-splashorange{	


	background-image: url(https://edc644.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/youtube-orange.png);


	background-size: 100%;


}


.youtube-splashgreen{	


	background-image: url(https://f5b20c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/youtube-green.png);


	background-size: 100%;


}


.youtube-splashblue{	


	background-image: url(https://998d45.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/youtube-blue.png);


	background-size: 100%;


}


.youtube-splashpurple{	


	background-image: url(https://0cbe48.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/youtube-purple.png);


	background-size: 100%;


}


.youtube-splashred{	


	background-image: url(https://18d14c.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/youtube-red.png);


	background-size: 100%;


}


.google-plus-splashpink{	


	background-image: url(https://b27342.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/google-pink.png);


	background-size: 100%;


}


.google-plus-splashorange{	


	background-image: url(https://72a2c1.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/google-orange.png);


	background-size: 100%;


}


.google-plus-splashgreen{	


	background-image: url(https://f24db6.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/google-green.png);


	background-size: 100%;


}


.google-plus-splashblue{	


	background-image: url(https://4cef91.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/google-blue.png);


	background-size: 100%;


}


.google-plus-splashpurple{	


	background-image: url(https://035fcf.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/google-purple.png);


	background-size: 100%;


}


.google-plus-splashred{	


	background-image: url(https://7a615b.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/google-red.png);


	background-size: 100%;


}


.linkedin-splashpink{	


	background-image: url(https://84b5ba.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/linkedin-pink.png);


	background-size: 100%;


}


.linkedin-splashorange{	


	background-image: url(https://c9bfda.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/linkedin-orange.png);


	background-size: 100%;


}


.linkedin-splashgreen{	


	background-image: url(https://a37fea.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/linkedin-green.png);


	background-size: 100%;


}


.linkedin-splashblue{	


	background-image: url(https://a6eea4.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/linkedin-blue.png);


	background-size: 100%;


}


.linkedin-splashpurple{	


	background-image: url(https://b6f741.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/linkedin-purple.png);


	background-size: 100%;


}


.linkedin-splashred{	


	background-image: url(https://3befac.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/linkedin-red.png);


	background-size: 100%;


}


.pinterest-splashpink{	


	background-image: url(https://ae7190.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/pinterest-pink.png);


	background-size: 100%;


}


.pinterest-splashorange{	


	background-image: url(https://4be589.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/pinterest-orange.png);


	background-size: 100%;


}


.pinterest-splashgreen{	


	background-image: url(https://55faa5.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/pinterest-green.png);


	background-size: 100%;


}


.pinterest-splashblue{	


	background-image: url(https://88d66e.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/pinterest-blue.png);


	background-size: 100%;


}


.pinterest-splashpurple{	


	background-image: url(https://2bc7af.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/pinterest-purple.png);


	background-size: 100%;


}


.pinterest-splashred{	


	background-image: url(https://6153ea.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splash/pinterest-red.png);


	background-size: 100%;


}


/*-- Splashbox SCHEME--*/


.facebook-splashboxpink{


	background-image: url(https://baf216.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/facebook-pinkbox.png);


	background-size: 100%;


}


.facebook-splashboxorange{


	background-image: url(https://340cdd.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/facebook-orangebox.png);


	background-size: 100%;


}


.facebook-splashboxgreen{


	background-image: url(https://57ac56.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/facebook-greenbox.png);


	background-size: 100%;


}


.facebook-splashboxblue{


	background-image: url(https://94ca5e.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/facebook-bluebox.png);


	background-size: 100%;


}


.facebook-splashboxpurple{


	background-image: url(https://5225f0.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/facebook-purplebox.png);


	background-size: 100%;


}


.facebook-splashboxred{


	background-image: url(https://4c41cb.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/facebook-redbox.png);


	background-size: 100%;


}


.twitter-splashboxpink{	


	background-image: url(https://7e4401.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/twitter-pinkbox.png);


	background-size: 100%;


}


.twitter-splashboxorange{	


	background-image: url(https://bb3630.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/twitter-orangebox.png);


	background-size: 100%;


}


.twitter-splashboxgreen{	


	background-image: url(https://ab9056.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/twitter-greenbox.png);


	background-size: 100%;


}


.twitter-splashboxblue{	


	background-image: url(https://4a7c9d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/twitter-bluebox.png);


	background-size: 100%;


}


.twitter-splashboxpurple{	


	background-image: url(https://be0617.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/twitter-purplebox.png);


	background-size: 100%;


}


.twitter-splashboxred{	


	background-image: url(https://19e108.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/twitter-redbox.png);


	background-size: 100%;


}


.youtube-splashboxpink{	


	background-image: url(https://777847.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/youtube-pinkbox.png);


	background-size: 100%;


}


.youtube-splashboxorange{	


	background-image: url(https://e61251.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/youtube-orangebox.png);


	background-size: 100%;


}


.youtube-splashboxgreen{	


	background-image: url(https://eba2ef.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/youtube-greenbox.png);


	background-size: 100%;


}


.youtube-splashboxblue{	


	background-image: url(https://512228.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/youtube-bluebox.png);


	background-size: 100%;


}


.youtube-splashboxpurple{	


	background-image: url(https://2bfc79.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/youtube-purplebox.png);


	background-size: 100%;


}


.youtube-splashboxred{	


	background-image: url(https://f11257.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/youtube-redbox.png);


	background-size: 100%;


}


.google-plus-splashboxpink{	


	background-image: url(https://08eb5f.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/google-pinkbox.png);


	background-size: 100%;


}


.google-plus-splashboxorange{	


	background-image: url(https://4e2327.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/google-orangebox.png);


	background-size: 100%;


}


.google-plus-splashboxgreen{	


	background-image: url(https://3a2136.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/google-greenbox.png);


	background-size: 100%;


}


.google-plus-splashboxblue{	


	background-image: url(https://3c9e1a.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/google-bluebox.png);


	background-size: 100%;


}


.google-plus-splashboxpurple{	


	background-image: url(https://46da85.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/google-purplebox.png);


	background-size: 100%;


}


.google-plus-splashboxred{	


	background-image: url(https://b4a237.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/google-redbox.png);


	background-size: 100%;


}


.linkedin-splashboxpink{	


	background-image: url(https://bb19ff.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/linkedin-pinkbox.png);


	background-size: 100%;


}


.linkedin-splashboxorange{	


	background-image: url(https://d9aff9.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/linkedin-orangebox.png);


	background-size: 100%;


}


.linkedin-splashboxgreen{	


	background-image: url(https://07b931.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/linkedin-greenbox.png);


	background-size: 100%;


}


.linkedin-splashboxblue{	


	background-image: url(https://70377d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/linkedin-bluebox.png);


	background-size: 100%;


}


.linkedin-splashboxpurple{	


	background-image: url(https://332c7f.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/linkedin-purplebox.png);


	background-size: 100%;


}


.linkedin-splashboxred{	


	background-image: url(https://667297.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/linkedin-redbox.png);


	background-size: 100%;


}


.pinterest-splashboxpink{	


	background-image: url(https://78c653.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/pinterest-pinkbox.png);


	background-size: 100%;


}


.pinterest-splashboxorange{	


	background-image: url(https://5d2f4d.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/pinterest-orangebox.png);


	background-size: 100%;


}


.pinterest-splashboxgreen{	


	background-image: url(https://38ccbc.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/pinterest-greenbox.png);


	background-size: 100%;


}


.pinterest-splashboxblue{	


	background-image: url(https://22cf33.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/pinterest-bluebox.png);


	background-size: 100%;


}


.pinterest-splashboxpurple{	


	background-image: url(https://2b24bd.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/pinterest-purplebox.png);


	background-size: 100%;


}


.pinterest-splashboxred{	


	background-image: url(https://23a4af.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/images/Splashbox/pinterest-redbox.png);


	background-size: 100%;


}


.socimg {width:140px; height:140px;}


.glass {background:url('https://193293.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glass.jpg');}


.glossy {background:url('https://d648c2.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glossy .jpg');}


.glossybox{background:url('https://5e6c55.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glossybox.jpg');}


.spot{background:url('https://94ecb4.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/spot.jpg');}


.spotbox{background:url('https://796968.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/spotbox.jpg');}


.glowing{background:url('https://707de5.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glowing.jpg');}


.glowingbox{background:url('https://7b0044.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glowingbox.jpg');}


.splash{background:url('https://259349.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/splash.jpg');}


.splashbox{background:url('https://a39c20.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/splashbox.jpg');}


.greenjelly{background:url('https://68f238.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/greenjelly.jpg');}


.greenjellybox{background:url('https://631cab.claudeassets.com/20220813185930im_/https://bosmovingcompanyva.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/greenjellybox.jpg');}


		


.paymentsbox {


	width: 300px;


	height: 40px;


	margin: 0 auto;


}


.paymentType {


	width: 50px;


height: 33px;


float: left;


border: solid black;


}


.paymentType p {


	overflow: hidden;


	text-indent: -1000px;


}


.paymentType img {


	width: 50px;


	margin:0 !important;


}


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


	#social-media-icons {


		float: none;


		margin: 18px 0;


		text-align: center;


	}


	


	.ui-dialog {


		width: 98% !important;


	}


	.localDirs {


		width: 168px;


	}


}


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


	.hours {


		width: 100%;


	}


	.hours p {


		font-size: 15px !important;


	}


}


.contact-side li span{


	float: left;


	margin-left: 5px;


}


.contact-side li img{


	text-align: right;


		


}


.facebook .icon-facebook{


	margin-right: 5px;


}


.contact-side{


	list-style: none;


	margin: 0;


	padding: 0;


}


.facebook:hover{background: #3B5998}


.twitter:hover{background: #6BCFFF}


.google-plus:hover{background: #DE4939}


.pinterest:hover{background: #CE1829}


.linkedin:hover{background: #007bb6}


.youtube:hover{background:#CD332D}


.contact-side li img{


	text-align: right;


		


}


.facebook .icon-facebook{


	margin-right: 5px;


}


.contact-side{


	list-style: none;


	margin: 0;


	padding: 0;


}


.ssi-facebook:hover{background: #3B5998}


.ssi-twitter:hover{background: #6BCFFF}


.ssi-google-plus:hover{background: #DE4939}


.ssi-pinterest:hover{background: #CE1829}


.ssi-linkedin:hover{background: #007bb6}


.ssi-youtube:hover{background:#CD332D}


.ssi-tumblr:hover{background:#639EC8}


#ssi-contact-form{


	position: fixed;


	top: -500px;


	min-width: 300px;


	min-height: 200px;


	border: 1px solid #f0f0f0;


	box-shadow: 0 0px 5px #ffffff;


	z-index: 9999;


	


	left: 50%;


	display:none;


}


#ssi-contact-form h1.ssi-top-bar{


	background: #333333;


	padding: 10px;


	color: #ffffff;


	margin:0 0 10px 0;


}


#ssi-contact-form #ssi-close-x{


	float:right;


}


#ssi-contact-form #ssi-close-x:hover{


	cursor:pointer;


}


#ssi-contact-form .ssi-contact-content{


	padding: 15px;


}


#ssi-contact-form input[type='text'],#ssi-contact-form input[type='email'],#ssi-contact-form textarea{


	padding: 7px;


	border: none !important;


	border-radius: 5px;


	transition:0.3s all ease;


	-moz-transition:0.3s all ease;


	-webkit-transition:0.3s all ease;


}


#ssi-contact-form input[type='text']:focus,#ssi-contact-form input[type='email']:focus,#ssi-contact-form textarea:focus{


	outline: 0;


	box-shadow: 0 0 5px #333333;


}


#ssi-contact-form input[type='submit']{


	padding: 7px;


	background: #ffffff !important;


	color: #333333 !important;


	border: none !important;


	float:right;


	transition:0.3s all ease;


	-moz-transition:0.3s all ease;


	-webkit-transition:0.3s all ease;


	border-radius: 5px;


}


#ssi-contact-form input[type='submit']:hover{


	background: #333333 !important;


	color: #ffffff !important;


}


#ssi-dim{


	position: fixed;


	width: 100%;


	height: 100%;


	background: #000000;


	z-index: 9998;


	top:0;left:0;


	display:none;


}
/*
     FILE ARCHIVED ON 19:16:01 Oct 12, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:54:01 Aug 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.809
  exclusion.robots: 0.133
  exclusion.robots.policy: 0.119
  esindex: 0.01
  cdx.remote: 4.276
  LoadShardBlock: 52.203 (3)
  PetaboxLoader3.datanode: 70.493 (4)
  load_resource: 368.086
  PetaboxLoader3.resolve: 322.434
*/