
body {
	background: white;
	padding: 0;
	margin: 0;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	position: relative;
	cursor: default; 
}

h1, h2, h3, h4, h5 ,h6 {
	color: #555555;
	font-family: 'Play', sans-serif !important;
	font-style:normal;
	font-weight:300;
}

h1
{	
	color:#8b2929;
	font-size:58px;
	text-transform:uppercase;
	letter-spacing:1px;
}

h2
{
	color:#554841;
	text-transform:uppercase;
	letter-spacing:1px;
}

h3
{
	color:#554841;
	font-size:36px;
	font-weight:bold;
	
}

h4
{
	color:#fffc00;
	font-weight:bold;
	
}

h5
{
	color:#8b2929;
	font-size:26px;
	font-weight:bold;
}

p {
	color: #554841;
	font-family:inherit;
	font-size:18px;
	font-weight:normal;
	line-height:1.6;
	margin-bottom:1.25rem;
	text-rendering:optimizelegibility;
}

.row {
	padding: 40px 0 0 0;
}

.top
{
	width:100% !important;
	background:#fff;
}

.banner
{
	width:100% !important;
	height:250px;
	background:url(../img/slider2.jpg) no-repeat 30% center scroll;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.testimonial
{
    width:100%;
    height:330px;
    background:#c3996c;
    margin-top:25px;
}

.testimonial-top
{
    width:100%;
    background:#8b2929;
    color:#fffc00;
    font-size:30px;
    text-align:center;
    padding:10px 0;
}

.testimonial-bottom
{
    width:100%;
    padding:0 10px;
}

.testimonial-bottom ul
{
    list-style:none;
    margin-left:-0px;
    font-size:14px;
}

.testimonial-bottom li
{
    border-bottom:1px solid #8b2929;
    padding:20px 0;
}

.testimonial-bottom li.last
{
    border-bottom:none;
}

.icon-user
{
    font-size:42px;
    background:#fff;
    padding:8px;
    border-radius:10px; float:left; margin-right:10px;
}

.top-one
{
	width:100% !important;
	background:url(../img/bg.gif) repeat left top;
}

.top-one a
{
	background: url(../img/bcBg1.png) no-repeat right center;
	text-decoration: none;
	color: #812020;
	padding: 10px 21px;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.5s;
}

.top-one a:hover
{
	background: url(../img/bcBg2.png) no-repeat right center;
	text-decoration: none;
	color: #fff;
	padding: 10px 21px;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.5s;
}

.one, .three
{
	width:100% !important;
	padding:0px 0 50px 0;
}

.two
{
	width:100% !important;
	padding:80px 0 100px 0;
	background:url(../img/back.jpg) center center no-repeat fixed;
}

.style
{
	width:100% !important;
	padding:20px 10px;
	background:url(../img/back.jpg) bottom right no-repeat;
}

.style h5
{
	color:#c3996c;
}

.style p
{
	color:#fff;
	/*text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);*/
}


.span-2 p, .span-2-last p
{
	font-family: 'Play', sans-serif !important;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#000;
	margin-top:20px;
	margin-bottom:-20px;
}

.span-2-last span
{
	font-size:26px;
	padding:0 0 0 20px;
	background:url(../img/icon-phone.png) no-repeat 0 5px;
}

.span-2-last span strong
{
	color:#812020;
}

.span-2-last a.email
{
	font-family: 'Play', sans-serif !important;
	color:#554841;
	padding:0 0 0 30px;
	font-size:16px;
	text-decoration:none;
	text-transform:none;
	background:url(../img/icon-email.png) no-repeat 0 3px;
}

.span-2-last a:hover
{
	color:#812020;
}

@media (max-width:459px){
	.span-2, .span-2-last
	{
		width:100% !important;
		float:left;
		text-align:center;
	}
}

@media (min-width:460px){
	.span-2
	{
		width:30% !important;
		float:left;
		text-align:left;
	}
	.span-2-last
	{
		width: 70% !important;
		float:right;
		text-align:right;
	}
}

.span-3 h1, .span-3-last h1
{
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	color:#c3996c;
	margin-top:5px;
}

.span-3 ul, .span-3-last ul
{
	font-family: 'Play', sans-serif !important;
	font-size:16px;
}

.span-3 a, .span-3-last a
{
	color:#cdcdcd;
	-webkit-transition-property:all;
	-webkit-transition-duration:0.5s;
}

.span-3 a:hover, .span-3-last a:hover
{
	color:#fffc00;
	-webkit-transition-property:all;
	-webkit-transition-duration:0.5s;
}

@media (max-width:699px){
	.span-3, .span-3-last
	{
		width:100% !important;
		float:left;
		text-align:center;
	}
	.span-3 ul, .span-3-last ul
	{
		margin-left:-5px;
	}
	.span-3 li, .span-3-last li
	{
		list-style-image:none;
	}
}

@media (min-width:700px){
	.span-3
	{
		width:31.3% !important;
		float:left;
		margin-right:2% !important;
		text-align:left;
	}
	.span-3 ul
	{
		margin-left:22px;
	}
	.span-3 li
	{
		list-style-image: url(../img/bullets.png);
		-webkit-transition-property:all;
		-webkit-transition-duration:0.5s;
	}
	.span-3 li:hover
	{
		list-style-image: url(../img/bullets-h.png);
		-webkit-transition-property:all;
		-webkit-transition-duration:0.5s;
	}
	.span-3-last
	{
		width:31.3% !important;
		float:right;
		text-align:right;
	}
	.span-3-last ul
	{
		list-style-type: none;
		padding: 0;
		margin: 0;
		text-align: right;
	}
	.span-3-last li
	{
		background-image: url(../img/bullets.png);
		background-repeat: no-repeat;
		background-position: 100% .4em;
		padding-right: 1.3em;
		-webkit-transition-property:all;
		-webkit-transition-duration:0.5s;
	}
	.span-3-last li:hover
	{
		background-image: url(../img/bullets-h.png);
		background-repeat: no-repeat;
		background-position: 100% .4em;
		padding-right: 1.3em;
		-webkit-transition-property:all;
		-webkit-transition-duration:0.5s;
	}
}

.span-4, .span-4-last
{
	margin-bottom:10px;
}

@media (min-width:1000px){
	.span-4
	{
		width:23.5% !important;
		float:left;
		margin-right:2% !important;
	}
	.span-4-last
	{
		width:23.5% !important;
		float:right;
	}
	.style
	{
		height:410px;
	}
}


.text-center a
{
	color:#8b2929;
	-webkit-transition-property:all;
	-webkit-transition-duration:0.5s;
}

.text-center a:hover
{
	color:#000;
	-webkit-transition-property:all;
	-webkit-transition-duration:0.5s;
}

footer
{
	width:100% !important;
	background:#000;
	padding:0 0 30px 0;
}

/* back to top button */
#back-top
{
	position: fixed;
	bottom:15px;
	right:0;
	margin-right:18px;
}
#back-top a
{
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover
{
	color: #000;
}

/* arrow icon (span tag) */
#back-top span
{
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background: url(../img/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #ddd;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span
{
	background-color: #fffc00;
}

/* Start Social Media */
.row-s
{
	margin:0;
	clear:both;
	font-size:22px;
}
.row-s i
{
	cursor:pointer;
	display:inline-block;
	-moz-transition:all 0.15s ease;
	-o-transition:all 0.15s ease;
	-webkit-transition:all 0.15s ease;
	ransition:all 0.15s ease;
}
.row-s:nth-child(2) {
  background:transparent;
}
.row-s:nth-child(2) i {
  color:white;
  padding:.6em;
  position:relative;
  background:transparent;
}
.row-s:nth-child(2) i:hover {
  border-radius:50%;
}
.row-s:nth-child(2) i:not(:first-child) {
  margin-left:0;
}
.row-s:nth-child(2) .icon-facebook {
  color:#fff;
  background: #3b5998;
}
.row-s:nth-child(2) .icon-twitter {
  color:#fff;
  background: #00a0d1;
}
.row-s:nth-child(2) .icon-googleplus {
  color:#fff;
  background: #dd4b39;
}
.row-s:nth-child(2) .icon-linkedin {
  color:#fff;
  background: #007bb6;
}
.row-s:nth-child(2) .icon-yelp {
  color:#fff;
  background: #bf2e1b;
  height:48px;
  width:48px;
  background:url(../img/yelp-hover.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom:-14px;
}
.row-s:nth-child(2) .icon-facebook:hover {
  color: white;
  background: #3b5998;
}
.row-s:nth-child(2) .icon-twitter:hover {
  color: white;
  background: #00a0d1;
}
.row-s:nth-child(2) .icon-googleplus:hover {
  color: white;
  background: #dd4b39;
}
.row-s:nth-child(2) .icon-linkedin:hover {
  color: white;
  background: #007bb6;
}
.row-s:nth-child(2) .icon-yelp:hover {
  color: white;
  background: #bf2e1b;
  height:48px;
  width:48px;
  background:url(../img/yelp-hover.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#one, #two, #three, #four, #five, #six, #seven
{
	width:100% !important;
	float:left;
}

#two, #three, #four, #five, #six, #seven
{
	display:none;
}

.h4s img
{
	margin:20px 20px 20px 0;
}

.image
{
	opacity:0.5;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	/*-webkit-transition: opacity 1s linear;*/
}
.image:hover
{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	/*-webkit-transition: opacity 1s linear;*/
}
