/* ============================================================
  RESET - http://meyerweb.com/eric/tools/css/reset/
============================================================ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

.dnone {
	display: none;
}

.cntr {
	display: block;
	margin: auto;
	text-align: center;
}

.pagebanner {
	margin-bottom: 30px;
}

h1 {
	font-size: 3em;
	color: #777;
	color: #404040;
	font-family: "Montserrat";
}

h3 {
	font-size: 1.5em;
	color: #333;
	text-transform: uppercase;
	font-family: "Montserrat";
}

h1 span {
	display: none;
}

.inline_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	max-width: 40%;
}

.inline_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
	max-width: 40%;
}

p {
	display: inline;
}

.largeText {
	font-size: 2em;
	font-weight: bold;
	font-family: 'Yellowtail', cursive;
}

.mont {
	font-family: "Montserrat";
}

iframe {
	display: block;
	margin: auto;
}

.keepit100 {
	max-width: 100%;
	height: auto;
}

.dblock {
	display: block;
	margin: auto;
}

.gray {
	/*
background-color: #ededee;
    */
}

body {
	line-height: 1;
	background-color: #fff;
	color: #333;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ============================================================
  BOX SIZING & CLEARFIX !perfecto
============================================================ */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


/* ============================================================
  HTML & BODY
============================================================ */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	/*	
background: rgba(254,254,254,1);
background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 37%, rgba(226,226,226,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(37%, rgba(254,254,254,1)), color-stop(100%, rgba(226,226,226,1)));
background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 37%, rgba(226,226,226,1) 100%);
background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 37%, rgba(226,226,226,1) 100%);
background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 37%, rgba(226,226,226,1) 100%);
background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 37%, rgba(226,226,226,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0 );
*/
}


/* ============================================================
  PRIMARY STRUCTURE
============================================================ */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

main {
	display: block;
	background-color: #fff;
}

.container {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.56);
	-moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.56);
	box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.56);
	padding: 50px;
	margin-top: 50px;
}


/* site title */

.site-title {
	padding: 5px 0;
	background-color: #818181;
	text-align: center;
}

.site-title h1 {
	color: #fff;
}


/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */

a {
	text-decoration: none;
}

a:hover {
	color: #333;
}

body {
	background-color: #fff;
}


/* ============================================================
  TOP
============================================================ */

#tipyTop {
	background-color: #192748;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	margin-bottom: 25px;
	width: 100%;
	
background-image: url(//spazzarinips.com/templates/global_graphics/bg-top-bar_epoxy.png);
background-position: center center;
background-size: 100% 100%;
}

#tipyTop a{
color: #fff;
}

#subTitle {
	background-color: #192748;
	margin-bottom: 25px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	opacity: .9;
}

#subTitle h1 {
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 1.65em;
	padding: 15px !important;
}

#tipyTopInner {
	max-width: 1200px;
	display: block;
	margin: auto;
}

#tipyTopQuote {
	display: inline-block;
}

#tipyTopQuote a {
	background-color: #496cbf !important;
	text-align: center;
	display: inline-block;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 8px;
	text-transform: uppercase;
}

#tipyTopQuote a:hover {
	color: #fff;
	background-color: #496cbf !important;
}

#tipyTopNumber {
	color: #fff;
	font-size: 1.75em;
	padding-right: 20px;
	text-align: center;
	display: inline-block;
	padding-top: 10px;
}

#tipyTopNumber a:hover {
	color: #fff;
}

#top {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	background-color: #fff;
}

#main_nav {
	z-index: 1;
	margin-bottom: 15px;
}

#topLogo {
	float: left;
	width: 34%;
}


#main_nav {
	width: 100%;
}

#main_nav ul {
	float: right;
	width: 65%;
}

#main_nav ul li {
	display: inline;
}

#main_nav ul li a {
	display: inline-block;
	width: 25%;
	padding: 28px 0px 24px 0px;
	font-size: .90em;
	text-transform: uppercase;
	font-family: "Montserrat";
	color: #333;
	font-weight: bold;
	float: left !important;
	text-align: center;
	line-height: .99em;
}

#main_nav ul li:last-child a {
	border-right-width: 0px;
}

#main_nav ul li a:hover {
	color: #496cbf;
}

h2 {
	font-family: 'Roboto Slab', serif;
	color: #192748;
	font-size: 1.75em;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom-color: #192748;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-transform: uppercase;
}

.bod {
	width: 100%;
	background-color: #557fba;
	padding-bottom: 75px;
}

@media all and (min-width: 1000px) {
	.bod {
	/* ONLY SHOW THIS BACKGROUND ON LARGE SCREENS*/
	background-image: url(../../global_graphics/bg-new-big-bg_epoxy.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 600px;	
	}
}

.more {
	color: #192748;
	text-decoration: underline;
	font-weight: bold;
}

.more:hover {
	text-decoration: none;
}

.container p {
	line-height: 2em;
	display: inline;
	font-size: 1.1em !important;
	text-align: justify !important;
}


.fiver {
	padding-top: 40px;
}

.fiver div {
	float: left;
	width: 19%;
	background-color: #333;
	margin: .5%;
	height: 150px;
}

.fiver div a {
	width: 100%;
	display: block;
	background-color: #172442;
	height: 150px;
	text-align: center;
	padding-top: 35%;
	font-weight: bold;
	opacity: .8;
	color: #fff !important;
}


.fiver div a, .fiver div a:visited{
color: #fff !important;
text-decoration: none !important;
}


/* IF TITLE IS 2 LINES ... MOVE UP A BIT */

.fiver #a1 a {
	padding-top: 30%;
}


/* ON HOVER MAKE PHOT BRIGHT AND ADD SHADOW TO TEXT */

.fiver div a:hover {
	background-color: transparent;
	opacity: 1;
	color: #fff;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.26);
	border-bottom-width: 10px;
	border-bottom-color: #5b6f9e;
	border-bottom-style: solid;
	/*ANIMATED THE BACKGROUND FADE */
	-webkit-transition: background 1.5s ease-out;
	-moz-transition: background 1.5s ease-out;
	-o-transition: background 1.5s ease-out;
	transition: background 1.5s ease-out;
}


/* BLOCK BUTTON BACKGROUNDS HOMEPAGE */

#a1 {
	background-image: url(../../global_graphics/block_a1.jpg);
	background-size: 100% 100%;
}

#a2 {
	background-image: url(../../global_graphics/block_a2.jpg);
	background-size: 100% 100%;
}

#a3 {
	background-image: url(../../global_graphics/block_a3.jpg);
	background-size: 100% 100%;
}

#a4 {
	background-image: url(../../global_graphics/block_a4.jpg);
	background-size: 100% 100%;
}

#a5 {
	background-image: url(../../global_graphics/block_a5.jpg);
	background-size: 100% 100%;
}

#b1 {
	background-image: url(../../global_graphics/block_b1.jpg);
	background-size: 100% 100%;
}

#b2 {
	background-image: url(../../global_graphics/block_b2.jpg);
	background-size: 100% 100%;
}

#b3 {
	background-image: url(../../global_graphics/block_b3.jpg);
	background-size: 100% 100%;
}

#b4 {
	background-image: url(../../global_graphics/block_b4.jpg);
	background-size: 100% 100%;
}

#b5 {
	background-image: url(../../global_graphics/block_b5.jpg);
	background-size: 100% 100%;
}

#fbNGal {
	max-width: 950px;
	display: block;
	margin: auto;
}

#fbBox {
	float: left;
	width: 400px;
}

#galBox {
	float: right;
	width: 500px;
	text-align: right;
}

#galBox img {
	display: inline-block;
}

.employButton {
		background-color: #192748 !important;
	text-align: center;
	display: inline-block;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 8px;
	width: 490px;
	display: block;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	float: right;
	color: #fff;
}

.employButton:hover {
		background-color: #192748!important;
	color: #fff !important;
}

.employButton span {
	display: block;
}

.employButton #topline {
	text-transform: uppercase;
	font-weight: bold;
}

#footWrap {
	width: 100%;
	background-color: #0f182f;
}

#footInnerWrap {
	display: block;
	padding-top: 50px;
	padding-bottom: 75px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#fCol1,
#fCol2,
#fCol3,
#fCol4,
#fCol5,
#fCol6 {
	float: left;
	display: inline-block;
}

#fCol1 {
	width: 350px;
}

#fCol2 {
	display: none;
}

#fCol3,
#fCol4,
#fCol5,
#fCol6 {
	width: 162px;
}

#fCol1 img {
	max-width: 350px;
}


#fCol1 span a{
	color: #999;
}
#fCol1 span a:hover {
	color: #fff;
}


/* FOOTER ITEMS */

#fCol3 a,
#fCol4 a,
#fCol5 a,
#fCol6 a {
	display: block;
	color: #fff;
}

#fCol3 a:hover,
#fCol4 a:hover,
#fCol5 a:hover,
#fCol6 a:hover {
	color: #708bbf;
}

#fCol3,
#fCol4,
#fCol5,
#fCol6 {
	font-size: .75em;
	padding: 8px;
}

#fCol3 a span,
#fCol4 a span,
#fCol5 a span,
#fCol6 a span {
	color: #6c9f38;
}

#fCol3 {
	width: 110px;
	margin-left: 30px;
}

#fCol4 {
	width: 155px;
}

#fCol5 {
	width: 175px;
}

#fCol1 img {
	margin-bottom: 20px;
}

#fCol1 {
	color: #efefef;
	font-size: .75em;
	text-align: right;
}

#fCol1 address {
	font-size: 1.2em;
	text-align: right;
}

address a, address a:visited{
	color: #fff;
}

.topL {
	font-size: 1.2em;
	font-weight: bold;
	color: #708bbf !important;
	display: block;
	margin-bottom: 10px;
}

.topL:hover {
	color: #fff !important;
}

.Servicing{
font-size: .7em;
color: #6f778d;
padding: 25px;
}

.Servicing h4{
font-size: 1.4em;
}

.customers img{
width: 30%;
}

.customers{
text-align: center;
}


.hasSub a{
color: #63941e !important;
text-decoration: underline;
}



blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  /*quotes: "\201C""\201D""\2018""\2019";*/
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
  font-size: .7em;
  line-height: 1em;
}





.content h1{
color: #1a2849;
border-width: 4px;
border-style: solid;
text-align: left;
text-transform: uppercase;
margin-bottom: 35px;
font-family: 'Roboto Slab', serif;
font-weight: bold;
width: 100%;
margin: auto;
margin-bottom: 50px;
border-top: 0px;
border-right: 0px;
}

.content .cap{
display: inline-block;
background-color: #1a2849;
color: #fff;
padding-left: 10px;
padding-right: 10px;
margin-right: 1px;
}


@keyframes animatedBackground{
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

.innerBanner{
	/*
-webkit-box-shadow: 4px 43px 62px -39px rgba(255,255,255,0.31);
-moz-box-shadow: 4px 43px 62px -39px rgba(255,255,255,0.31);
box-shadow: 4px 43px 62px -39px rgba(255,255,255,0.31);
*/
height: 400px;
width: 100%;

background-position: -50% 0px;
background-repeat: repeat-x;

-webkit-animation: animatedBackground 25s linear infinite;
-moz-animation: animatedBackground 25s linear infinite;
-o-animation: animatedBackground 25s linear infinite;
-ms-animation: animatedBackground 25s linear infinite;
animation: animatedBackground 25s linear infinite;
}

.banner_about{
background-image: url(../../global_graphics/banner_about.jpg);
}

.banner_property{
background-image: url(../../global_graphics/banner_property.jpg);
}

.banner_asphalt{
background-image: url(../../global_graphics/banner_asphalt.jpg);
}

.banner_contact, .banner_employ{
background-image: url(../../global_graphics/banner_contact.jpg);
background-position: center top;
}


.banner_epoxy{
background-image: url(../../global_graphics/banner_epoxy.jpg);
}

strong{
font-weight: bold;
color: #000;
}


.content ul{
padding: 20px;
max-width: 50%;
}

.content ul li{
padding-top: 5px;
padding-bottom: 5px;
border-bottom-color: #c0c0c0;
border-bottom-width: 1px;
border-bottom-style: solid;
}

.content ul li i{
color: #63941e;
font-size: 1.5em;
}

.colHalf{
width: 50%;
float: left;
margin-top: 50px;
}

.colHalf ul{
margin-top: 25px;
max-width: 100%;
display: block;

}

h3{
font-size: 1.1em;
}

/* ANIMATE TIPPY */

#tipyTop {
transition: all 0.4s ease;	
}

#tipyTop.sticky{
font-size: .7em;
position: fixed;
padding-top: 10px;
padding-bottom: 10px;
}

#tipyTop.stickyoff{
font-size: 1em;
position: static;
padding-top: 20px;
padding-bottom: 20px;
}



.sigFreeClassic{
max-width: 850px !important;
text-align: center !important;
display: block;
margin: auto;
}

.sigFreeClassic li{
padding: 5px !important;
}


/*RESPONSIVE FORMS*/

.item-page .moduletable .rsform{
width: 100% !important;
margin: 0px; !important;
padding: 0px !important;
float: non !important;
}

.item-page .moduletable .rsform input{
width: 40%;
}

.item-page .moduletable .rsform textarea{
width: 50%;
}

.formControlLabel{
width: 40% !important;
padding-right: 1% !important;
}


#g-recaptcha-50, #g-recaptcha-58{
width: 100%;
text-align: center !important;
padding-left: 225px;
}

.rsform-block-sbmt #sbmt{
padding: 20px;
font-size: 1.2em;
background: rgba(126, 184, 25, 1) !important;
background: -moz-linear-gradient(top, rgba(126, 184, 25, 1) 0%, rgba(96, 147, 19, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(126, 184, 25, 1)), color-stop(100%, rgba(96, 147, 19, 1)));
background: -webkit-linear-gradient(top, rgba(126, 184, 25, 1) 0%, rgba(96, 147, 19, 1) 100%);
background: -o-linear-gradient(top, rgba(126, 184, 25, 1) 0%, rgba(96, 147, 19, 1) 100%);
background: -ms-linear-gradient(top, rgba(126, 184, 25, 1) 0%, rgba(96, 147, 19, 1) 100%);
background: linear-gradient(to bottom, rgba(126, 184, 25, 1) 0%, rgba(96, 147, 19, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7eb819', endColorstr='#609313', GradientType=0);
background-image: none !important;
}

#digital_sig{
width: 100px !important;
}


/*CONTACT FORM */

.colHalf .rsform .formBody input, .colHalf .rsform .formBody textarea{
width: 70% !important;
}

.colHalf .rsform .formControlLabel{
width: 35% !important;
}

#submit{
padding: 20px;
font-size: 1.2em;
background-color: #192748;
background-image: none !important;
}



/* ========== --------- ========== */
/* ========== RDUBYADEE ========== */
/* ========== --------- ========== */

@media all and (max-width: 1250px) {
	#tipyTop {
		padding-right: 20px;
	}
	#topLogo {
		padding-left: 20px;
	}
	
	.innerBanner{
	-webkit-animation: animatedBackground 95s linear infinite;
	-moz-animation: animatedBackground 95s linear infinite;
	-o-animation: animatedBackground 29s linear infinite;
	-ms-animation: animatedBackground 29s linear infinite;
	animation: animatedBackground 29s linear infinite;
	}
	
	#tipyTop {
	position: static;
	background-size: cover;
	}
}

@media all and (max-width: 1075px) {
	#main_nav ul li a {
		font-size: .8em;
		padding-top: 15px;
	}
	
	#fbNGal div{
	width: 50%;
	}


	#fbNGal div img{
	max-width: 100%;
	}

	#galBox a{
	width: 100% !important;
	}
}

@media all and (max-width: 1050px) {
	#fCol1{
	width: 350px;
	margin-left: 40px;
	}

	#fCol1 img{
	width: 100%;
	}
	.innerBanner{
	-webkit-animation: animatedBackground 32s linear infinite;
	-moz-animation: animatedBackground 32s linear infinite;
	-o-animation: animatedBackground 32s linear infinite;
	-ms-animation: animatedBackground 32s linear infinite;
	animation: animatedBackground 32s linear infinite;
	}
}

@media all and (max-width: 1023px) {
	#main_nav {
		width: 100%;
		margin: auto;
		padding-bottom: 15px;
	}
	#main_nav ul li a {
		font-size: .9em;
	}
}

@media all and (max-width: 950px) {
	#main_nav ul li a {
		font-size: .7em;
		padding-top: 8px;
	}
	#subTitle {
		font-size: .95em;
	}
	
	#fbBox{
	float: none;
	display: block;
	margin: auto;
	margin-bottom: 50px;
	}

	#galBox{
	float: none;
	display: block;
	margin: auto;
	}
	.sigFreeClassic{
	width: 646px;
	}
}


@media all and (max-width: 925px) {
	#fCol1{
	width: 330px;
	}
}




/* 900 FIVER */

@media all and (max-width: 900px) {
	#a2, #b4{
	display: none;
	}
	.fiver div{
	width: 49%;
	height: 300px;
}

.fiver div a, .fiver #a1 a{
	padding-top: 40%;
	height: 300px;
	}

}


@media all and (max-width: 890px) {
	#fCol1{
	width: 300px;
	margin-left: 25px;
	}
}

@media all and (max-width: 850px) {
	#fbBox{
	display: none;
	}
	
	#galBox{
	width: 95% !important;
	text-align: center;
	}
	
	#fCol1{
	width: 250px;
	margin-left: 25px;
}

}


@media all and (max-width: 800px) {
	
	.fiver div{
	overflow: hidden;
	}
	.fiver div, .fiver div a{
	height: 150px;
	}
	
	.fiver div a{
	height: 170px;
	}
	
	.fiver div a, .fiver #a1 a{
	padding-top: 70px;
	}
	
	#fCol1{
	width: 220px;
	margin-left: 25px;
	}
	
	.customers img{
	width: 40% !important;
	}
	
	#g-recaptcha-50, #g-recaptcha-58{
	text-align: center !important;
	padding-left: 0px;
	}

}

@media all and (max-width: 769px) {
	#main_nav ul {
		display: none;
	}
	#topLogo {
		padding-top: 15px;
		width: 100%;
		text-align: center;
		margin: 0px;
		padding-left: 0px;
	}
	
	#topLogo img {
		max-width: 70%;
	}
	#subTitle {
		font-size: .8em;
	}
	.container {
		margin-top: 0px !important;
	}
	
	.innerBanner{
	height: 150px;
	background-size: cover;
	}
}

@media all and (max-width: 760px) {
	#fCol1{
	margin-left: 0px;
	float: none;
	display: block;
	width: 100%;
	text-align: center;
	}

	#fCol1 address{
	margin-left: 0px;
	float: none;
	display: block;
	width: 100%;
	text-align: center;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 20px;
	}
	

	#fCol1 span{
	display: none;
	}

	#fCol3, #fCol4, #fCol5, #fCol6{
	width: 50%;
	margin-left: 0px;
	}

	#footInnerWrap{
	max-width: 500px;
	}
	
	.content ul{
	max-width: 100%;
	}
	
	.sigFreeClassic{
	width: 100%;
	}
	.sigFreeClassic li{
	width: 32%;
	}
	
}

@media all and (max-width: 650px) {
	#subTitle {
		font-size: .7em;
	}
	h2 {
		font-size: 1.3em;
	}
	.formControlLabel{
	width: 99% !important;
	}
	h1 {
		font-size: 1.7em;
	}
	.videoHolder{
	max-width: 500px !important;
	overflow: hidden;
	}
	.videoHolder iframe{
	width: 100% !important;
	}
}

@media all and (max-width: 600px) {
	#fCol3, #fCol4, #fCol5, #fCol6{
	width: 90%;
	margin-left: 0px;
	padding-left: 30px;
	}
	
	#fCol2{
	display: block;
	padding-left: 30px;
	}
	
	.colHalf{
	width: 100%;
	float: none;
	margin-top: 50px;
	}
}

@media all and (max-width: 550px) {
	#tipyTop {
		margin: 0px;
		display: block;
		margin: auto;
		width: 100%;
		padding-right: 0px;
	}
	#tipyTopNumber {
		width: 100%;
		display: block;
		margin: auto;
		text-align: center;
		padding-bottom: 10px;
		padding-right: 0px;
	}
	#tipyTopQuote {
		width: 100%;
		float: none;
		display: block;
		margin: auto;
	}
	#tipyTopQuote a {
		display: block;
		margin: auto;
		max-width: 75%;
	}
	#subTitle {
		font-size: .6em;
	}
	h2 {
		font-size: 1.2em;
	}
	.inline_right {
		float: none;
		max-width: 90%;
		display: block;
		margin: auto;
		margin-bottom: 10px;
	}
	.inline_left {
		float: none;
		max-width: 90%;
		display: block;
		margin: auto;
		margin-bottom: 10px;
	}
	.innerBanner{
	height: 150px;
	background-size: cover;
	}
}

@media all and (max-width: 500px) {
	h1 {
		font-size: 2em;
		text-align: center;
	}
	h3 {
		font-size: 1.1em;
		color: #333;
		margin-top: 25px;
	}
	h1, h2. h3 {
		text-align: center;
	}
	p {
		font-size: 9pt;
	}
	.content p {
		padding: 15px !important;
	}
	#main_nav ul li a {
		font-size: .7em;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.bod p {
		font-size: .8em !important;
		line-height: 1.5em;
		display: block;
		padding: 10px;
	}
	.more, .more:visited{
	display: block;
	width: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #192748;
	text-align: center;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 8px;
	text-transform: uppercase;
	color: #fff;
	display: block; 
	margin: auto;
	margin-top: 15px;
	text-decoration: none;
	color: #fff !important;
	}
	.more:hover{
	color: #fff;
	opacity: .9;
	}
	
	#fCol3, #fCol4, #fCol5, #fCol6{
	font-size: .95em;	
	}
	.sigFreeClassic li{
	width: 49%;
	}
}

@media all and (max-width: 450px) {
	#link_1 {
		display: none !important;
	}
	h2 {
		font-size: 1em;
	}
	.fiver #a1 a{
	padding-top: 60px;
	}
	#topline{
	font-size: .85em;
	}
	
	.videoHolder iframe{
	height: 200px;
	}
	.rsform{
	font-size: .75em !important;
	}
	.formDescription{
	display: none !important;
	}
}

@media all and (max-width: 400px) {
	iframe,
	#iframeDiv {
		
	}
	#tipyTopQuote {
		font-size: .7em;
	}
	#topline, #bottomline{
	font-size: .75em;
	}
	.Servicing, .Servicing h4{
	text-align: center;
	}
	
	h1 {
		font-size: 1.5em;
		text-align: center;
	}
}

@media all and (max-width: 375px) {
	#tipyTopNumber{
	padding-top: 40px;
	}	
	
	#topLogo img{
	max-width: 90%;
	}
	.fiver div, .fiver div a{
	width: 100%;
	height: 170px;
	}
	.fiver a, 	.fiver #a1 a{
	padding-top: 60px;
	font-size: 1em;
	}
	

	#fCol1 img{
	max-width: 80%;
	}
	.sigFreeClassic li{
	display: block;
	margin: auto;
	width: 90%;
	text-align: center;
	}
	h1 {
		font-size: 1.2em;
		text-align: center;
	}
}


/* MOBILE MENU DESIGN AND HIDE */

#mobileMenu {
	display: none;
	position: fixed;
	top: 10px;
	left: 10px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	z-index: 999;
}

#mobileMenu a {
	text-decoration: none;
	font-size: 1em;
	color: #333;
	display: block;
	padding: 10px;
}

@media all and (max-width: 769px) {
	#mobileMenu {
		display: inline-block;
	}
	#tipyTop {
		margin: 0px;
	}
}

.swoopOuter #camera-slideshow {
	max-width: 1200px;
	display: block;
	margin: auto;
}




/* BACKGROUND FIXES */

@media all and (max-width: 1500px) {
	.bod {
		background-position: left 500px !important;
	}
}

@media all and (max-width: 1500px) {
	.bod {
		background-position: center 400px !important;
	}


}


@media all and (max-width: 1100px) {

	.container {
		margin-top: 0px;
	}	
	
}

.fancybox-title, .fancybox-title-inside-wrap{
display: none !important;
}




#scrollToTop{
background-color: #3f4d6e !important;
}

.fa-check-square-o{
color: #3f4d6e !important;
}

.rsform-captcha-refresh-button{
color: #192748 !important;
}

.rsform-block-name2{
display: none;
}

.rsform-block-phone2{
display: none;
}

.rsform-block-email2{
display: none;
}