address {

	margin: 0 !important;

}

#navbut {

display: block;

float: left;

padding: 10px;

margin: 0 10px;

}

svg {

float: left;

clear: both;

margin-right: 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 */

/* 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(../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(../images/facebook-modern.jpg);

}

.twitter-modern {

	background-image: url(../images/twitter-modern.jpg);

}

.youtube-modern {

	background-image: url(../images/youtube-modern.jpg);

}

.google-plus-modern {

	background-image: url(../images/google-plus-modern.jpg);

}

.linkedin-modern {

	background-image: url(../images/linkedin-modern.jpg);

}

.pinterest-modern {

	background-image: url(../images/pinterest-modern.jpg);

}

/*--BLACK SCHEME--*/

.facebook-black {

	background-image: url(../images/facebook.png);

}

.twitter-black {

	background-image: url(../images/twitter.png);

}

.youtube-black {

	background-image: url(../images/youtube.png);

}

.google-plus-black {

	background-image: url(../images/google-plus.png);

}

.linkedin-black {

	background-image: url(../images/linkedin.png);

}

.pinterest-black {

	background-image: url(../images/pinterest.png);

}

/*--WHITE SCHEME--*/

.facebook-white {	

	background-image: url(../images/facebookwh.png);

}

.twitter-white {	

	background-image: url(../images/twitterwh.png);

}

.youtube-white {	

	background-image: url(../images/youtubewh.png);

}

.google-plus-white {	

	background-image: url(../images/google-pluswh.png);

} 

.linkedin-white {	

	background-image: url(../images/linkedinwh.png);

}

.pinterest-white {	

	background-image: url(../images/pinterestwh.png);

}

/*--CLASSIC SCHEME--*/

.facebook-classic{

	background-image: url(../images/facebookcl.png);

}

.twitter-classic {	

	background-image: url(../images/twittercl.png);

}

.youtube-classic {	

	background-image: url(../images/youtubecl.png);

}

.google-plus-classic{	

	background-image: url(../images/google-pluscl.png);

}

.linkedin-classic {	

	background-image: url(../images/LinkedIncl.png);

}

.pinterest-classic {	

	background-image: url(../images/pinterestcl.png);

}

/*--Glass SCHEME--*/

.facebook-glass{

	background-image: url(../images/Glassicons/facebook-glass.png);

	background-size: 100%;

}

.twitter-glass{	

	background-image: url(../images/Glassicons/twitter-glass.png);

	background-size: 100%;

}

.youtube-glass{	

	background-image: url(../images/Glassicons/youtube-glass.png);

	background-size: 100%;

}

.google-plus-glass{	

	background-image: url(../images/Glassicons/google--glass.png);

	background-size: 100%;

}

.linkedin-glass{	

	background-image: url(../images/Glassicons/linkedin-glass.png);

	background-size: 100%;

}

.pinterest-glass{	

	background-image: url(../images/Glassicons/pinterest-glass.png);

	background-size: 100%;

}

/*--Glowing neon SCHEME--*/

.facebook-glowing-neon{

	background-image: url(../images/GlowingNeon/facebook-neon.png);

	background-size: 100%;

}

.twitter-glowing-neon{	

	background-image: url(../images/GlowingNeon/twitter-neon.png);

	background-size: 100%;

}

.youtube-glowing-neon{	

	background-image: url(../images/GlowingNeon/youtube-neon.png);

	background-size: 100%;

}

.google-plus-glowing-neon{	

	background-image: url(../images/GlowingNeon/google-neon.png);

	background-size: 100%;

}

.linkedin-glowing-neon{	

	background-image: url(../images/GlowingNeon/linkedin-neon.png);

	background-size: 100%;

}

.pinterest-glowing-neon{	

	background-image: url(../images/GlowingNeon/pinterest-neon.png);

	background-size: 100%;

}

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

.facebook-glowing-box {

	background-image: url(../images/GlowingBox/facebook-neonbox.png);

	background-size: 100%;

}

.twitter-glowing-box {	

	background-image: url(../images/GlowingBox/twitter-neonbox.png);

	background-size: 100%;

}

.youtube-glowing-box {	

	background-image: url(../images/GlowingBox/youtube-neonbox.png);

	background-size: 100%;

}

.google-plus-glowing-box {	

	background-image: url(../images/GlowingBox/google-neonbox.png);

	background-size: 100%;

}

.linkedin-glowing-box {	

	background-image: url(../images/GlowingBox/linkedin-neonbox.png);

	background-size: 100%;

}

.pinterest-glowing-box {	

	background-image: url(../images/GlowingBox/pinterest-neonbox.png);

	background-size: 100%;

}

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

.facebook-glossy {

	background-image: url(../images/Glossy/facebook-glossy.png);

	background-size: 100%;

}

.twitter-glossy {	

	background-image: url(../images/Glossy/twitter-glossy.png);

	background-size: 100%;

}

.youtube-glossy {	

	background-image: url(../images/Glossy/youtube-glossy.png);

	background-size: 100%;

}

.google-plus-glossy {	

	background-image: url(../images/Glossy/google-glossy.png);

	background-size: 100%;

}

.linkedin-glossy {	

	background-image: url(../images/Glossy/linkedin-glossy.png);

	background-size: 100%;

}

.pinterest-glossy {	

	background-image: url(../images/Glossy/pinterest-glossy.png);

	background-size: 100%;

}

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

.facebook-glossybox {

	background-image: url(../images/Glossybox/facebook-glossybox.png);

	background-size: 100%;

}

.twitter-glossybox {	

	background-image: url(../images/Glossybox/twitter-glossybox.png);

	background-size: 100%;

}

.youtube-glossybox {	

	background-image: url(../images/Glossybox/youtube-glossybox.png);

	background-size: 100%;

}

.google-plus-glossybox {	

	background-image: url(../images/Glossybox/google-glossybox.png);

	background-size: 100%;

}

.linkedin-glossybox {	

	background-image: url(../images/Glossybox/linkedin-glossybox.png);

	background-size: 100%;

}

.pinterest-glossybox {	

	background-image: url(../images/Glossybox/pinterest-glossybox.png);

	background-size: 100%;

}

/*--Green Jelly SCHEME--*/

.facebook-greenjelly{

	background-image: url(../images/GreenJelly/facebook-greenjelly.png);

	background-size: 100%;

}

.twitter-greenjelly{	

	background-image: url(../images/GreenJelly/twitter-greenjelly.png);

	background-size: 100%;

}

.youtube-greenjelly{	

	background-image: url(../images/GreenJelly/youtube-greenjelly.png);

	background-size: 100%;

}

.google-plus-greenjelly{	

	background-image: url(../images/GreenJelly/google-greenjelly.png);

	background-size: 100%;

}

.linkedin-greenjelly{	

	background-image: url(../images/GreenJelly/linkedin-greenjelly.png);

	background-size: 100%;

}

.pinterest-greenjelly{	

	background-image: url(../images/GreenJelly/pinterest-greenjelly.png);

	background-size: 100%;

}

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

.facebook-greenjellybox{

	background-image: url(../images/GreenJellyBox/facebook-greenjellybox.png);

	background-size: 100%;

}

.twitter-greenjellybox{	

	background-image: url(../images/GreenJellyBox/twitter-greenjellybox.png);

	background-size: 100%;

}

.youtube-greenjellybox{	

	background-image: url(../images/GreenJellyBox/youtube-greenjellybox.png);

	background-size: 100%;

}

.google-plus-greenjellybox{	

	background-image: url(../images/GreenJellyBox/google-greenjellybox.png);

	background-size: 100%;

}

.linkedin-greenjellybox{	

	background-image: url(../images/GreenJellyBox/linkedin-greenjellybox.png);

	background-size: 100%;

}

.pinterest-greenjellybox{	

	background-image: url(../images/GreenJellyBox/pinterest-greenjellybox.png);

	background-size: 100%;

}

/*--Black spot SCHEME--*/

.facebook-spot{

	background-image: url(../images/Spot/facebook-spot.png);

	background-size: 100%;

}

.twitter-spot{	

	background-image: url(../images/Spot/twitter-spot.png);

	background-size: 100%;

}

.youtube-spot{	

	background-image: url(../images/Spot/youtube-spot.png);

	background-size: 100%;

}

.google-plus-spot{	

	background-image: url(../images/Spot/google-spot.png);

	background-size: 100%;

}

.linkedin-spot{	

	background-image: url(../images/Spot/linkedin-spot.png);

	background-size: 100%;

}

.pinterest-spot{	

	background-image: url(../images/Spot/pinterest-spot.png);

	background-size: 100%;

}

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

.facebook-spotbox{

	background-image: url(../images/Spotbox/facebook-spotbox.png);

	background-size: 100%;

}

.twitter-spotbox{	

	background-image: url(../images/Spotbox/twitter-spotbox.png);

	background-size: 100%;

}

.youtube-spotbox{	

	background-image: url(../images/Spotbox/youtube-spotbox.png);

	background-size: 100%;

}

.google-plus-spotbox{	

	background-image: url(../images/Spotbox/google-spotbox.png);

	background-size: 100%;

}

.linkedin-spotbox{	

	background-image: url(../images/Spotbox/linkedin-spotbox.png);

	background-size: 100%;

}

.pinterest-spotbox{	

	background-image: url(../images/Spotbox/pinterest-spotbox.png);

	background-size: 100%;

}

/*--Splash SCHEME--*/

.facebook-splashpink{

	background-image: url(../images/Splash/facebook-pink.png);

	background-size: 100%;

}

.facebook-splashorange{

	background-image: url(../images/Splash/facebook-orange.png);

	background-size: 100%;

}

.facebook-splashgreen{

	background-image: url(../images/Splash/facebook-green.png);

	background-size: 100%;

}

.facebook-splashblue{

	background-image: url(../images/Splash/facebook-blue.png);

	background-size: 100%;

}

.facebook-splashpurple{

	background-image: url(../images/Splash/facebook-purple.png);

	background-size: 100%;

}

.facebook-splashred{

	background-image: url(../images/Splash/facebook-red.png);

	background-size: 100%;

}

.twitter-splashpink{	

	background-image: url(../images/Splash/twitter-pink.png);

	background-size: 100%;

}

.twitter-splashorange{	

	background-image: url(../images/Splash/twitter-orange.png);

	background-size: 100%;

}

.twitter-splashgreen{	

	background-image: url(../images/Splash/twitter-green.png);

	background-size: 100%;

}

.twitter-splashblue{	

	background-image: url(../images/Splash/twitter-blue.png);

	background-size: 100%;

}

.twitter-splashpurple{	

	background-image: url(../images/Splash/twitter-purple.png);

	background-size: 100%;

}

.twitter-splashred{	

	background-image: url(../images/Splash/twitter-red.png);

	background-size: 100%;

}

.youtube-splashpink{	

	background-image: url(../images/Splash/youtube-pink.png);

	background-size: 100%;

}

.youtube-splashorange{	

	background-image: url(../images/Splash/youtube-orange.png);

	background-size: 100%;

}

.youtube-splashgreen{	

	background-image: url(../images/Splash/youtube-green.png);

	background-size: 100%;

}

.youtube-splashblue{	

	background-image: url(../images/Splash/youtube-blue.png);

	background-size: 100%;

}

.youtube-splashpurple{	

	background-image: url(../images/Splash/youtube-purple.png);

	background-size: 100%;

}

.youtube-splashred{	

	background-image: url(../images/Splash/youtube-red.png);

	background-size: 100%;

}

.google-plus-splashpink{	

	background-image: url(../images/Splash/google-pink.png);

	background-size: 100%;

}

.google-plus-splashorange{	

	background-image: url(../images/Splash/google-orange.png);

	background-size: 100%;

}

.google-plus-splashgreen{	

	background-image: url(../images/Splash/google-green.png);

	background-size: 100%;

}

.google-plus-splashblue{	

	background-image: url(../images/Splash/google-blue.png);

	background-size: 100%;

}

.google-plus-splashpurple{	

	background-image: url(../images/Splash/google-purple.png);

	background-size: 100%;

}

.google-plus-splashred{	

	background-image: url(../images/Splash/google-red.png);

	background-size: 100%;

}

.linkedin-splashpink{	

	background-image: url(../images/Splash/linkedin-pink.png);

	background-size: 100%;

}

.linkedin-splashorange{	

	background-image: url(../images/Splash/linkedin-orange.png);

	background-size: 100%;

}

.linkedin-splashgreen{	

	background-image: url(../images/Splash/linkedin-green.png);

	background-size: 100%;

}

.linkedin-splashblue{	

	background-image: url(../images/Splash/linkedin-blue.png);

	background-size: 100%;

}

.linkedin-splashpurple{	

	background-image: url(../images/Splash/linkedin-purple.png);

	background-size: 100%;

}

.linkedin-splashred{	

	background-image: url(../images/Splash/linkedin-red.png);

	background-size: 100%;

}

.pinterest-splashpink{	

	background-image: url(../images/Splash/pinterest-pink.png);

	background-size: 100%;

}

.pinterest-splashorange{	

	background-image: url(../images/Splash/pinterest-orange.png);

	background-size: 100%;

}

.pinterest-splashgreen{	

	background-image: url(../images/Splash/pinterest-green.png);

	background-size: 100%;

}

.pinterest-splashblue{	

	background-image: url(../images/Splash/pinterest-blue.png);

	background-size: 100%;

}

.pinterest-splashpurple{	

	background-image: url(../images/Splash/pinterest-purple.png);

	background-size: 100%;

}

.pinterest-splashred{	

	background-image: url(../images/Splash/pinterest-red.png);

	background-size: 100%;

}

/*-- Splashbox SCHEME--*/

.facebook-splashboxpink{

	background-image: url(../images/Splashbox/facebook-pinkbox.png);

	background-size: 100%;

}

.facebook-splashboxorange{

	background-image: url(../images/Splashbox/facebook-orangebox.png);

	background-size: 100%;

}

.facebook-splashboxgreen{

	background-image: url(../images/Splashbox/facebook-greenbox.png);

	background-size: 100%;

}

.facebook-splashboxblue{

	background-image: url(../images/Splashbox/facebook-bluebox.png);

	background-size: 100%;

}

.facebook-splashboxpurple{

	background-image: url(../images/Splashbox/facebook-purplebox.png);

	background-size: 100%;

}

.facebook-splashboxred{

	background-image: url(../images/Splashbox/facebook-redbox.png);

	background-size: 100%;

}

.twitter-splashboxpink{	

	background-image: url(../images/Splashbox/twitter-pinkbox.png);

	background-size: 100%;

}

.twitter-splashboxorange{	

	background-image: url(../images/Splashbox/twitter-orangebox.png);

	background-size: 100%;

}

.twitter-splashboxgreen{	

	background-image: url(../images/Splashbox/twitter-greenbox.png);

	background-size: 100%;

}

.twitter-splashboxblue{	

	background-image: url(../images/Splashbox/twitter-bluebox.png);

	background-size: 100%;

}

.twitter-splashboxpurple{	

	background-image: url(../images/Splashbox/twitter-purplebox.png);

	background-size: 100%;

}

.twitter-splashboxred{	

	background-image: url(../images/Splashbox/twitter-redbox.png);

	background-size: 100%;

}

.youtube-splashboxpink{	

	background-image: url(../images/Splashbox/youtube-pinkbox.png);

	background-size: 100%;

}

.youtube-splashboxorange{	

	background-image: url(../images/Splashbox/youtube-orangebox.png);

	background-size: 100%;

}

.youtube-splashboxgreen{	

	background-image: url(../images/Splashbox/youtube-greenbox.png);

	background-size: 100%;

}

.youtube-splashboxblue{	

	background-image: url(../images/Splashbox/youtube-bluebox.png);

	background-size: 100%;

}

.youtube-splashboxpurple{	

	background-image: url(../images/Splashbox/youtube-purplebox.png);

	background-size: 100%;

}

.youtube-splashboxred{	

	background-image: url(../images/Splashbox/youtube-redbox.png);

	background-size: 100%;

}

.google-plus-splashboxpink{	

	background-image: url(../images/Splashbox/google-pinkbox.png);

	background-size: 100%;

}

.google-plus-splashboxorange{	

	background-image: url(../images/Splashbox/google-orangebox.png);

	background-size: 100%;

}

.google-plus-splashboxgreen{	

	background-image: url(../images/Splashbox/google-greenbox.png);

	background-size: 100%;

}

.google-plus-splashboxblue{	

	background-image: url(../images/Splashbox/google-bluebox.png);

	background-size: 100%;

}

.google-plus-splashboxpurple{	

	background-image: url(../images/Splashbox/google-purplebox.png);

	background-size: 100%;

}

.google-plus-splashboxred{	

	background-image: url(../images/Splashbox/google-redbox.png);

	background-size: 100%;

}

.linkedin-splashboxpink{	

	background-image: url(../images/Splashbox/linkedin-pinkbox.png);

	background-size: 100%;

}

.linkedin-splashboxorange{	

	background-image: url(../images/Splashbox/linkedin-orangebox.png);

	background-size: 100%;

}

.linkedin-splashboxgreen{	

	background-image: url(../images/Splashbox/linkedin-greenbox.png);

	background-size: 100%;

}

.linkedin-splashboxblue{	

	background-image: url(../images/Splashbox/linkedin-bluebox.png);

	background-size: 100%;

}

.linkedin-splashboxpurple{	

	background-image: url(../images/Splashbox/linkedin-purplebox.png);

	background-size: 100%;

}

.linkedin-splashboxred{	

	background-image: url(../images/Splashbox/linkedin-redbox.png);

	background-size: 100%;

}

.pinterest-splashboxpink{	

	background-image: url(../images/Splashbox/pinterest-pinkbox.png);

	background-size: 100%;

}

.pinterest-splashboxorange{	

	background-image: url(../images/Splashbox/pinterest-orangebox.png);

	background-size: 100%;

}

.pinterest-splashboxgreen{	

	background-image: url(../images/Splashbox/pinterest-greenbox.png);

	background-size: 100%;

}

.pinterest-splashboxblue{	

	background-image: url(../images/Splashbox/pinterest-bluebox.png);

	background-size: 100%;

}

.pinterest-splashboxpurple{	

	background-image: url(../images/Splashbox/pinterest-purplebox.png);

	background-size: 100%;

}

.pinterest-splashboxred{	

	background-image: url(../images/Splashbox/pinterest-redbox.png);

	background-size: 100%;

}

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

.glass {background:url('http://customconcreteconceptsllc.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glass.jpg');}

.glossy {background:url('http://customconcreteconceptsllc.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glossy .jpg');}

.glossybox{background:url('http://customconcreteconceptsllc.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glossybox.jpg');}

.spot{background:url('http://customconcreteconceptsllc.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/spot.jpg');}

.spotbox{background:url('http://customconcreteconceptsllc.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/spotbox.jpg');}

.glowing{background:url('http://customconcreteconceptsllc.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glowing.jpg');}

.glowingbox{background:url('http://customconcreteconceptsllc.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/glowingbox.jpg');}

.splash{background:url('http://customconcreteconceptsllc.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/splash.jpg');}

.splashbox{background:url('http://customconcreteconceptsllc.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/splashbox.jpg');}

.greenjelly{background:url('http://customconcreteconceptsllc.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/greenjelly.jpg');}

.greenjellybox{background:url('http://customconcreteconceptsllc.com/wp-content/plugins/Contact-Form-7/css/images/screenshots/greenjellybox.jpg');}

.paymentsbox {

	width: 100%;

	min-height: 40px;

	margin: 0 auto;

}

.paymentType {

	max-width: 50px;

height: 33px;

float: left;

padding: 0 1px;

}

.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;

}