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,dl,dt,dd,ol,nav ul,nav 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-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*fonts*/
@font-face {
  font-family: LogoFont;
  src: url(/fonts/casablancabold.woff) format('woff');
}
/*end fonts*/
iframe {
	display: block;
	margin: 0 auto;
}
body {
  font-family: 'Open Sans', sans-serif;
	background:url(/smartphone/images/bg.png);
	background-color: #000000;
}
.maincontent p {
	color: #FFFFFF;
	padding-bottom: .4em;
	font-size: 1em;
}
.maincontent ul {
	list-style-image: url(/smartphone/images/bullet.gif);
	list-style-type: disc;
	color: #FFFFFF;
	font-size: 1em;
}
ol {
	color: #FFFFFF;
	font-size: 1em;
}
.maincontent ol, .maincontent ul {
	margin: 5px 5px 5px 0px;
	padding: 5px 5px 5px 35px;
}
div.content-bottom-grid2.maincontent {
	padding-bottom: 1.7em;
}
.border {
	border: solid 1px #FFFFFF;
}
.floatRight {
	float: right;
}
.alignRight {
  text-align: right;
}
.imgPad {
	margin: .5em 1em;
}
div#mappic {
	margin: .5em 2em;
}
.quote {
  background: url(/smartphone/images/66.png) no-repeat top left;
  padding-left: 4em;
}
.quoteclose {
  background: url(/smartphone/images/99.png) no-repeat bottom right;
  padding-right: 4em;
}
#testimonialbox {
	background: #81532E;
	width: 292px;
}
#testimonialbox h4 {
	color: #000000;
	text-align: center;
}
#testimonialbox p {
	padding: 0em 1.5em 0em 0em;
	color: #FFFFFF;
}
.auxtext {
	font-size: 1.2em;
}
.small {
	font-size: 0.9em;
	color: #919191;
}
.title-text h1, h2 {
	font-family: LogoFont, 'Open Sans', sans-serif;
	color: #FFFFFF;
	padding-left: 10px; 
}
.title-text h1 {
	font-size: 2em;
	position: absolute;
	top: 5em;
	z-index: 4;
	text-shadow: 0 0 10px black, 0 0 10px black, 0 0 10px black, 0 0 10px black, 0 0 10px black, 0 0 10px black;
}
.title-text h2 {
	font-size: 1.5em;
	position: absolute;
	top: 8em;
	z-index: 3;
	text-shadow: 0 0 10px black, 0 0 10px black, 0 0 10px black, 0 0 10px black, 0 0 10px black, 0 0 10px black;
}
.hcloc {
	color: #FFFFFF;
	text-align: right;
	right: 10px;
	font-size: 1em;
	position: absolute;
	top: 8em;
	z-index: 3;
	background: rgba(129,83,46,0.5);
	margin: 3px;
}
.auxheader h3 {
	font-family: 'Open Sans', sans-serif;
}
.wrap {
}

.header {
	background:url(/smartphone/images/bg1.png);
	border-bottom: 2px solid #81532E;
}
.logo
{
	text-align:center;
	padding:2px 0;
}
.call-us {
	float: left;
	display: block;
	padding: 31px 25px;
	margin:  0;
	line-height: 28px;
	text-decoration: none;
  	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background:#FFFFFF;
	position: fixed;
	top: 14em;
	left: 1em;
	z-index: 5;
	opacity: 0.8;
}
.call-us a {
	text-decoration: none;
	color: #81532E;
	background: #FFFFFF;
}
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
/* Menu */
.menu {
	width: 400px;
	margin: 0 auto;
}
.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	
}
/* Links */
.menu li a {
	display: block;
	padding: 5px 13.5px;
	margin: 0;
	line-height: 28px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	color: #fff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.menu li.active {
	color: #FFF;
	background: #81532E;
	text-align: center;
}
.menu li.active a {
	color:#fff;
}
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
.menu li:hover > a { color: #fff;background: #81532E;}

/* Sub Menu */
.menu ul {
	position: absolute;
	top: 84px;
	left: 0;
	opacity: 0;
	background:#0f71b4;
	padding-top: 0px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	z-index: 1;
}
.menu li:hover > ul { opacity: 1; }
.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}
.menu ul li a {
	width: 136px;
	padding: 4px 0 4px 40px;
	margin: 0;
	border-bottom: 1px solid rgba(117, 114, 114, 0.22);
	text-align: left;
}
.menu ul li:last-child a { border: none; }
/* Icons */
.menu a.documents { background: url(/img/docs.png) no-repeat 6px center; }
.menu a.messages { background: url(/img/bubble.png) no-repeat 6px center; }
.menu a.signout { background: url(/img/arrow.png) no-repeat 6px center; }
/* global */
.tsc_clr { clear:both; padding:0; margin:0; width:100%; font-size:0px; line-height:0px;}
.tsc_clear { clear:both; padding:0; margin:0; width:100%; font-size:0px; line-height:0px;}
.tsc_carousel_hor .jcarousel-direction-rtl { direction:rtl;}
.tsc_carousel_hor img { width:175px;
transition: all 300ms!important;
-webkit-transition: all 300ms!important;
-moz-transition: all 300ms!important; }
.tsc_carousel_hor h4 { margin:5px 0 5px 0;}
.tsc_carousel_hor p{
	font-size: 1em;
	color: #8A8787;	
	line-height: 1.5em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.tsc_carousel_hor img:hover{
	opacity: 1;
	-webkit-filter: grayscale(0%);
}
.tsc_carousel_hor ul li { padding:15px; width:175px; background:none;}
.tsc_carousel_hor .jcarousel-container { display:block; overflow:hidden;margin-bottom: 23px;
margin-top: 23px;}
.tsc_carousel_hor .jcarousel-item { width:175px; height: 170px;}
.tsc_carousel_hor .jcarousel-container-horizontal { padding: 0px 36px;} /* width of carousel */
.tsc_carousel_hor .jcarousel-item-horizontal { margin-left:3px; margin-bottom:3px; margin-top:3px; margin-right:11px;}
.tsc_carousel_hor .jcarousel-next-horizontal { position:absolute; top:22px; right:0; margin-right:3px; cursor:pointer;}
.tsc_carousel_hor .jcarousel-direction-rtl .jcarousel-next-horizontal { left:5px; right:auto;}
.tsc_carousel_hor .jcarousel-next-horizontal:hover { background-position:bottom right;}
.tsc_carousel_hor .jcarousel-prev-horizontal { position:absolute; top: 22px; left:0; margin-left:3px; cursor:pointer;}
.tsc_carousel_hor .jcarousel-direction-rtl .jcarousel-prev-horizontal { left:auto; right:5px;}
.tsc_carousel_hor .jcarousel-prev-horizontal:hover { background-position:bottom left;}

/* for dark style */
.tsc_carousel_hor .d-carousel img { border:none;}
.tsc_carousel_hor .d-carousel ul li { background-color:#1f1f1f; -webkit-box-shadow:0px 1px 2px 0px #000; -moz-box-shadow:0px 1px 2px 0px #000; box-shadow:0px 1px 2px 0px #000; color:#fff;}
.tsc_carousel_hor .d-carousel ul li a { color:#ccc; text-decoration:none;}
.tsc_carousel_hor .d-carousel ul li a:hover { color:#ccc; text-decoration:underline;}
.tsc_carousel_hor .d-carousel .jcarousel-next-horizontal { width:30px; height:30px; background:transparent url(/smartphone/images/carousel-arrows-dark.png) no-repeat top right; }
.tsc_carousel_hor .d-carousel .jcarousel-direction-rtl .jcarousel-next-horizontal { background-image:url(/smartphone/images/carousel-arrows-dark.png);}
.tsc_carousel_hor .d-carousel .jcarousel-prev-horizontal { width:30px; height:30px; background:transparent url(/smartphone/images/carousel-arrows-dark.png) no-repeat top left; }
.tsc_carousel_hor .d-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal { background-image:url(/smartphone/images/carousel-arrows-dark.png);}

/* for light style */
.tsc_carousel_hor .l-carousel ul li { height: 53px;
overflow: hidden;
padding: 6px 6px;
color: #666;
width: 53px;
border: 1px solid }
.tsc_carousel_hor .l-carousel ul li a {color:#0f71b4; text-decoration:none;font-family: 'Roboto', sans-serif;}
.tsc_carousel_hor .l-carousel ul li a:hover { color:#333; text-decoration:underline;}
.tsc_carousel_hor .l-carousel .jcarousel-next-horizontal { width:30px; height:30px; background:transparent url(/smartphone/images/carousel-arrows-light.png) no-repeat top right; }
.tsc_carousel_hor .l-carousel .jcarousel-direction-rtl .jcarousel-next-horizontal { background-image:url(/smartphone/images/carousel-arrows-light.png);}
.tsc_carousel_hor .l-carousel .jcarousel-prev-horizontal { width:30px; height:30px; background:transparent url(/smartphone/images/carousel-arrows-light.png) no-repeat top left; }
.tsc_carousel_hor .l-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal { background-image:url(/smartphone/images/carousel-arrows-light.png);}


/*----------------------------------------------------------------------
 BXSLIDER CSS
----------------------------------------------------------------------*/

.bxslides1_wrap a {
	text-decoration: none;
	outline: 0;
	border: 0;	
}


#bxcontent_inner {
	width: 470px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

#bxcontent #intro {
	border-bottom: dotted #ccc 1px;
	padding-bottom: 28px;
	margin-bottom: 10px;
}

#bxcontent #intro p {
	font-size: 14px;
	color: #8f8f8f;
	line-height: 22px;
	padding-bottom: 5px;
}

#bxcontent #intro a {
	color: #666;
	padding: 6px;
}

#bxcontent #intro a:hover {
	background: #eee;
	text-decoration: none;
	border-bottom: dotted #ccc 1px;
}

#bxcontent #intro ul {
	padding-bottom: 15px;
	padding-top: 3px;
}

#bxcontent #intro li {
	color: #8f8f8f;
	margin-left: 50px;
	padding-bottom: 4px;
	font-size: 14px;
}

#bxcontent p {
	font-size: 12px;
	color: #8f8f8f;
	padding-bottom: 10px;
}

#bxcontent p a {
	color: #e41996;
}

#bxcontent h2 {
	font-size: 26px;
	font-weight: normal;
	color: #666;
	padding-bottom: 17px;
	border-top: dotted #ccc 1px;
	padding-top: 20px;
	padding-bottom: 21px;
	margin-top: 13px;
}

#bxcontent h2 span {
	font-size: 20px;
}

#bxcontent #css3 {
	float: right;
}

#bxcontent #css3 a:hover {
	background: none;
	border: 0;
}

.pre_wrap {
	background: #f9f9f9;
	padding: 5px 5px 5px 14px;
	margin-bottom: 33px;
	margin-top: 32px;
}

.pre_wrap span.label {
	color: #999;
	font-size: 12px;
	font-style: italic;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
}

.bxslides1_wrap {
	position: relative;
	padding: 20px 0 37px 49px;
	width: 480px;
	
}

#bxslides1 {
	overflow: hidden;
	height: 150px;
		padding: 0;
	margin: 0;
}

#bxslides1 li {
	list-style: none;
	width: 589px;
	
}

#bxslides1 li img {
	float: left;
}

#bxslides1 .bxcontent {
	float: left;
	width: 350px;
	padding-left: 18px;
	padding-top: 2px;
	
	
}

#bxslides1 li p {
	line-height: 22px;
	padding: 0;
	margin: 0;
}

#bxslides1 h1 {
	font-size: 42px;
	color: #8d8d8d;
	font-weight: normal;
	text-transform: lowercase;
	padding: 0;
	margin: 0;	
}


#bxslides1 h2 {
	font-size: 40px;
	color: #8d8d8d;
	font-weight: normal;
	text-transform: lowercase;
	padding: 0;
	margin: 0;	
}


#bxslides1 h3 {
	font-size: 27px;
	color: #8d8d8d;
	font-weight: normal;
	text-transform: lowercase;
	padding: 0;
	margin: 0;	
}

#bxslides1 h4 {
	font-size: 17px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom: 16px;
	padding: 0;
	margin: 0;	
}

.bxslides1_wrap .prev {
	position: absolute;
	left: -6px;
	top: 70px;
	outline: 0;
}

.bxslides1_wrap .next {
	position: absolute;
	right: 90px;
	top: 70px;
	outline: 0;
}

.bxslides1_wrap a:active {
	top: 73px;
}

.bx_pager {
	padding-left: 309px;
	padding-top: 15px;
}

.bx_pager a {
	float: left;
	background: url(/smartphone/images/bg_pager.png) no-repeat 0 -21px;
	width: 14px;
	height: 17px;
	color: #fff;
	font-size: 11px;
	margin-right: 6px;
	padding: 4px 0 0 7px;
}

.bx_pager a:hover, .bx_pager a.active {
	background-position: 0 0;
	text-decoration: none;
}

.auto_controls {
	position: absolute;
	bottom: -11px;
	left: 394px;
}

.auto_controls a {
	font-size: 12px;
	color: #a3a3a3;
	outline: 0;
	padding: 2px;

}

.auto_controls a:hover {
	text-decoration: underline;	
	background: ;
	color: #e41996;
}

#bxcontent #notes li, #bxcontent #changes li {
	font-size: 12px;
	color: #8f8f8f;
	margin-left: 43px;
	padding-bottom: 6px;
}

#bxcontent #notes li a {
	color: #e41996;
}

#idc-container a {
	color: #e41996;	
}

#idc-container h3 {
	color: #666;
}
.our-clients h3{
	font-family: 'Roboto', sans-serif;
	color: #7B7C7E;
	font-size: 1.7em;
	margin: 0 auto;
	border-bottom: 1px dashed silver;
	padding-bottom: 12px;
	margin: 20px 0 29px 0px;
	border-color: rgba(160, 134, 211, 0.41);
	text-transform: uppercase;
}
.our-clients {
	margin: 40px 0px 30px 0px;
}
.dc-grids {
	margin-bottom: 65px;
}
/*----slider-----*/
.image-slider {
	background: url(/smartphone/images/bg1.png);
}
/*----End-slider-----*/
.main {
	padding: 1em 0.8em;
}
.content {
}
.content-grids {
	padding-bottom: .5em;
	padding-top: .5em;
	border-top: 1px solid rgba(222, 222, 222, 0.15);
}
.no-top-border {
	border-top: 0px;
	padding-top: 0px;
}
.content-grids h3 {
	font-family: 'Open Sans', sans-serif;
	color: #81532E;
	text-transform: uppercase;
	display: block;
	padding-bottom: 12px;
	font-size: 1.2em;
	border-bottom: 1px solid rgba(153, 153, 153, 0.16);
	margin-bottom: 22px;
	padding-top: 12px;
}
.content-grid{
	text-align: center;
	margin-bottom: 0.5em;
}
.content-grid-50{
	width: 47.5%;
	float: left;
	margin-right: 5%;
	padding-bottom: 1.4em;
}
.content-grid-33{
	width: 30%;
	float: left;
	margin-right: 5%;
	padding-bottom: 1.4em;
}
.content-grid-25{
	width: 21.25%;
	float: left;
	margin-right: 5%;
	padding-bottom: 1.4em;
}
.content-grid ul li img {
	padding: 10px;
	background: rgba(255, 255, 255, 0.57);
	box-shadow: 0px 0px 4px #999;
	cursor:pointer;
}
.content-grid ul li img:hover {
	opacity:0.9;
}
.content-grid ul li h4, div#block1.maincontent h4 {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
}
.content-grid ul li img{
	background: #81532E;
	border-radius: 30em;
	vertical-align: middle;
	padding: 2px;
	border: none;
	box-shadow: none;
}
.content-grid ul li{
	vertical-align: middle;
}
.content-grid ul li p{
    font-family: Arial, Helvetica, sans-serif;
	color: #919191;
	display: block;
	font-size: 1em;
	font-weight: 400;
}
.content-grid ul li p.bold, .defined{
	font-weight: bold;
}
.content-grid ul li a, .button a, .rdmore-btn a, .rd-more a, #block3 a,  a.comlink {
	font-family: 'Open Sans', sans-serif;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition:  all 0.5s ease-out;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4em;
}
.content-grid ul li a:hover,.button a:hover,.rdmore-btn a:hover, #block3 a:hover, a.comlink:hover {
	background: #81532E;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55e4e', endColorstr='#81532E',GradientType=0 );
	color: #fff;
}
h3.auxheader, h4.auxheader, h5.auxheader, h6.auxheader, h5.auxheaderleft {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
}
h3.auxheader {
	font-size: 1.3em;
}
h4.auxheader {
	font-size: 1.2em;
}
h5.auxheader {
	font-size: 1.1em;
	text-align: center;
}
h5.auxheaderleft {
	font-size: 1.1em;
	text-align: left;
}
h6.auxheader {
	font-size: 1em;
	text-align: center;
}
.last-grid{
	margin:0px;
}
.first-grid p{
	border:0px;
}
.content-bottom-grids
{
	float:left;
	width: 100%;
	border-top: 1px solid rgba(222, 222, 222, 0.15);
	padding-top: 1em;
}
.content-bottom-grids h3 {
	font-family: LogoFont, 'Open Sans', sans-serif;
	color: #FFFFFF;
	display: block;
	font-size: 2em;
}
.content-bottom-grid1
{
	float:left;
	width: 23%;
	margin-right: 25px;
}
.content-bottom-grid {
	width: 100%;
	float: left;
}
.content-bottom-grid1 img {
	padding: 4px;
	cursor: pointer;
	margin-top: 6px;
	width: 100%;
	border: 1px solid #444;
}
.content-bottom-grid1 img:hover {
	opacity:0.9;
}
.content-bottom-grid2 {
	float: left;
	width: 70%;
}
.content-bottom-grid2 ul li h4{
	font-family: 'Open Sans', sans-serif;
	color: #fc4f08;
	text-transform: uppercase;
	display: block;
	padding: 7px 0px;
	font-size: 1em;
}
.content-bottom-grid2 ul li p{
    font-family: Arial, Helvetica, sans-serif;
	color: #919191;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
}
.content-bottom-grid2 ul li a, .button a, .rdmore-btn a, .rd-more a {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	text-transform: uppercase;
	padding: 10px 10px;
	background: rgba(243, 243, 243, 0.82);
	display: inline-block;
	margin-top: 1em;
}
.content-bottom-grid2 ul li a:hover,.button a:hover,.rdmore-btn a:hover{
	color: #fff;
	background:#88450F;
}
/*----end-content-bottom-grid----*/
#mult10 h3, #mult11 h3, #block3 h3, #block5 h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	color:#919191;
}
p.auxtext, ul.auxtext {
	color:#919191;
	font-size: 1em;
}
div.sidebar-grid p.auxtext {
	margin-left: 25px;
}
.auxtext a {
	font-family: 'Open Sans', sans-serif;
	color: #FFFF00;
	text-transform: uppercase;
	font-size: 1em;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition:  all 0.5s ease-out;
}
.auxtext a:hover {
	background: #81532E;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55e4e', endColorstr='#81532E',GradientType=0 );
	color: #fff;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
ul#servicearea b {
	color: #81532E;
}
ul#servicearea i {
	color: #919191;
}
ul#servicearea {
	font-size: 1em;
}
#servicearea li {
	color: #919191;
	line-height: 1.8em;
}
P.formtext {
	color: #FFFFFF;
	font-size: 1em;
}
DIV.formtext {
	color: #FFFFFF;
	font-size: 1em;
	display: inline;
}
TD.leftbox {
	padding-right: 12px;
}
TD.rightbox {
	padding-left: 12px;
}
TD.vtop {
	vertical-align: top;
}
TD.vbottom {
	vertical-align: bottom;
}
/*---start-copy-right------*/
.copy-right{
	padding:5px;
	background:url(/smartphone/images/bg1.png)
}
div.copy-right {
	text-align:center;
	color: #919191;
	font-size: 0.9em;
}
div.copy-right a{
	color:#FFFF00;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
div.copy-right a:hover{
	color:#FFF;
}
/*---End-copy-right------*/
/*----start-sidebar-grid----*/
.sidebar {
}
.sidebar-grids
{
}
.sidebar-grids h4 {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	font-size: 1.4em;
}
.sidebar-grids h5 {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
}
.sidebar-grids p{
    font-family: Arial, Helvetica, sans-serif;
	color: #919191;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
}
.sidebar-grid3
{
	float:left;
	width: 23%;
}
.sidebar-grid {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(222, 222, 222, 0.15);
	padding-bottom: 13px;
	margin-bottom: 16px;
}
.sidebar-grid3 img {
	padding: 4px;
	margin-top: 6px;
	width: 100%;
	border: 1px solid #444;
}
.sidebar-grid3 img:hover {
	opacity:0.9;
}
.sidebar-grid4 {
	margin: 0px auto;
}
.sidebar-grid4 ul li h4{
	font-family: 'Open Sans', sans-serif;
	color: #81532E;
	text-transform: uppercase;
	display: block;
	padding: 7px 0px;
	font-size: 1em;
}
.sidebar-grid4 ul li h4 a{
	color:  #FFFF00;
}
.sidebar-grid4 ul li p{
    font-family: Arial, Helvetica, sans-serif;
	color: #919191;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
}
.sidebar-grid4 ul li a, .button a, .rdmore-btn a, .rd-more a {
	font-size: 1em;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.sidebar-grid4 ul li a:hover,.button a:hover,.rdmore-btn a:hover{
	color: #fff;
}
div.fb-like-box {
	text-align: center;
	display: inherit;
}
/*----end-sidebar-grid----*/
.products-list h4{
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}
.l-carousel {
	margin-bottom: 3em;
}
p.arealist {
	margin: 0px;
	line-height: 1.3em;
}
div#block1.maincontent ul.sitemap li a{
	padding: 0px;
	display: block;
	margin-top: 1px;
}
/*footer*/
.footer-bg{
	background: url(/smartphone/images/bg1.png);
}
.footer{
	float:left;
	padding:10px 0px 10px 0;
}
.footer-grid,.f-box,.r-box{
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.f-box ul, .r-box ul{
	margin-top:20px;
	margin-bottom:20px
}
.footer-grid ul li, .f-box ul li, .r-box ul li{
	margin-top: .1em;
}
.footer-grid ul li a, .f-box ul li a, .r-box ul li a{
	font-size: 1em;
	color: #919191;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: top;
}
.footer-grid1{
	float:right;
	width:210px;
	padding: 20px;
}
.footer-grid h3,.footer-grid1 h3,.f-box h3,.r-box h3{
	font-size:1.5em;
	color: #fff;
	text-transform: uppercase;
}
.footer-grid ul,.footer-grid1 ul{
	margin-top:10px;
	margin-bottom:10px;
	line-height: 2em;
}
div.footer-grid ul li, div.f-box ul li, div.r-box ul li {
	display: inline;
	white-space: nowrap;
}
li.g-page {
	text-align: center;
}
.footer-grid ul li:nth-child(1):before{
	content:url('/smartphone/images/home.png');
}
.footer-grid ul li:nth-child(2):before{
	content:url('/smartphone/images/location.png');
}
.footer-grid ul li:nth-child(3):before{
	content:url('/smartphone/images/about.png');
}
.footer-grid ul li:nth-child(4):before{
	content:url('/smartphone/images/coupon.png');
}
.footer-grid ul li:nth-child(5):before{
	content:url('/smartphone/images/check-mark.png');
}
.footer-grid ul li:nth-child(6):before{
	content:url('/smartphone/images/request.png');
}
.footer-grid ul li:nth-child(7):before{
	content:url('/smartphone/images/contact.png');
}
.footer-grid ul li:nth-child(8):before{
	content:url('/smartphone/images/products.png');
}
.footer-grid ul li:nth-child(9):before{
	content:url('/smartphone/images/services.png');
}
.footer-grid ul li:nth-child(10):before{
	content:url('/smartphone/images/testimonials.png');
}
.footer-grid ul li:nth-child(11):before{
	content:url('/smartphone/images/glossary.png');
}
.footer-grid ul li:nth-child(12):before{
	content:url('/smartphone/images/jobs.png');
}
.footer-grid ul li:nth-child(13):before{
	content:url('/smartphone/images/sitemap.png');
}
.f-box ul li:nth-child(1):before{
	content:url('/smartphone/images/facebook.png');
}
.f-box ul li:nth-child(2):before{
	content:url('/smartphone/images/twitter.png');
}
.f-box ul li:nth-child(3):before{
	content:url('/smartphone/images/linkedin.png');
}
.f-box ul li:nth-child(4):before{
	content:url('/smartphone/images/youtube.png');
}
.f-box ul li:nth-child(5):before{
	content:url('/smartphone/images/instagram.png');
}
.f-box ul li:nth-child(6):before{
	content:url('/smartphone/images/pinterest.png');
}
.f-box ul li:nth-child(7):before{
	content:url('/smartphone/images/foursquare.png');
}
.f-box ul li:nth-child(8):before{
	content:url('/smartphone/images/tumblr.png');
}
.r-box ul li:nth-child(1):before{
	content:url('/smartphone/images/facebook.png');
}
.r-box ul li:nth-child(2):before{
	content:url('/smartphone/images/nextdoor.png');
}
.r-box ul li:nth-child(3):before{
	content:url('/smartphone/images/google.png');
}
.r-box ul li:nth-child(4):before{
	content:url('/smartphone/images/bbb.png');
}
.r-box ul li:nth-child(5):before{
	content:url('/smartphone/images/angieslist.png');
}
.r-box ul li:nth-child(6):before{
	content:url('/smartphone/images/superpages.png');
}
.r-box ul li:nth-child(7):before{
	content:url('/smartphone/images/yellowbot.png');
}
.r-box ul li:nth-child(8):before{
	content:url('/smartphone/images/local.png');
}
.r-box ul li:nth-child(9):before{
	content:url('/smartphone/images/merchantcircle.png');
}
.r-box ul li:nth-child(10):before{
	content:url('/smartphone/images/homestars.png');
}
.r-box ul li:nth-child(11):before{
	content:url('/smartphone/images/citysearch.png');
}
.r-box ul li:nth-child(12):before{
	content:url('/smartphone/images/thumbtack.png');
}
.r-box ul li:nth-child(13):before{
	content:url('/smartphone/images/yelp.png');
}
.r-box ul li:nth-child(14):before{
	content:url('/smartphone/images/yahoo.png');
}
.r-box ul li:nth-child(15):before{
	content:url('/smartphone/images/citysquares.png');
}
.r-box ul li:nth-child(16):before{
	content:url('/smartphone/images/foursquare.png');
}
.f-box a:hover,.footer-grid a:hover,.footer-grid1 a:hover,.r-box a:hover{
	color:#88450F;
	cursor: pointer;
}
.footer-grid1 p{
	margin-top: 12px;
	color:#919191;
	font-size: 1em;
	line-height: 1.8em;
}
.footer1-bg{
	background: url('/smartphone/images/header-bg.png');
}
.copy{
	text-align: center;
	padding:20px;
}
.copy p {
	font-size:.9em;
	color:#808000;
}
.copy p a{
	font-size:1.2em;
	color: #fff;
}
.copy a:hover{
	text-decoration: underline;
}
span.grey {
	color: rgba(222, 222, 222, 0.30);
}
.required, .emphasize {
	color: #81532E;
	font-weight: bold;
}
/*----start-about-grid----*/
.main1{
	width: 100%;
	margin: 0px auto;
	padding-bottom: 1em;
	padding-top: 2em;
}
.about-grids
{
	float:left;
	width: 100%;
}
.about-grids h3 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding-bottom: 12px;
	font-size: 1.2em;
}
.about-grid1
{
	float:left;
	width: 99%;
}
.about-grid {
	width: 100%;
	float: left;
	padding-bottom: 13px;
	margin-bottom: 16px;
}
.about-grid1 img {
	width: 100%;
}
.about-grid1 img:hover {
	opacity:0.9;
}
.about-grid2 {
	float: left;
	width: 100%;
}
.about-grid2 ul li h4{
	font-family: 'Open Sans', sans-serif;
	color: #fc4f08;
	text-transform: uppercase;
	display: block;
	padding: 7px 0px;
	font-size: 1em;
}
.about-grid2 ul li p{
    font-family: Arial, Helvetica, sans-serif;
	color: #919191;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
}
.about-grid2 ul li a, .button a, .rdmore-btn a, .rd-more a {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	text-transform: uppercase;
	padding: 10px 10px;
	background: rgba(243, 243, 243, 0.82);
	display: inline-block;
	margin-top: 1em;
}
.about-grid2 ul li a:hover,.button a:hover,.rdmore-btn a:hover{
	color: #fff;
	background:#88450F;
}
/*----end-about-grid----*/
/*service*/
.ser-main{
	padding-bottom: 1.5em;
}
.ser-main h4{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding-bottom: 8px;
	font-size: 1.2em;
}

.ser-main h4 a{
	color:#fff;
}
.ser-para p{
	font-family: Arial, Helvetica, sans-serif;
	color: #919191;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
}
.ser-grid{
	float:right;
}
.ser-grid-list:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list{
	float: left;
	width: 43%;
	margin-right: 18px;
	padding-top: 1em;
}
.ser-grid-list h5{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-size: 1em;
}
.ser-grid-list img{
	margin-top:15px;
	padding: 4px;
	width: 100%;
	border: 1px solid #444;
}
.ser-grid-list p{
	font-family: Arial, Helvetica, sans-serif;
	color: #919191;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
}
.ser-grid-list p a{
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	text-transform: uppercase;
	padding: 5px 7px;
	background: rgba(243, 243, 243, 0.82);
	display: inline-block;
	margin-top: 1em;
}
.ser-grid-list p a:hover{
	color: #fff;
	background: #88450F;
}
.ser-rdmore {
	float:right;
	margin:30px 10px 40px 0px;
}
.ser-para {
	margin-bottom: -1%;
}
.product-main{
	float: left;
	width: 100%;
	padding-bottom: 1.5em;
}
.product-main h4{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

.product-main h4 a{
	color:#fff;
}
.product-para p{
	font-family: Arial, Helvetica, sans-serif;
	color: #919191;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
}
.product-grid{
	float:right;
}
.product-grid-list:nth-last-child(2){
	margin-right: 0;
}
.product-grid-list{
	float: left;
	width: 19.1%;
	margin-right: 10px;
	padding-top: 2em;
}
.product-grid-list h5{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}
.product-grid-list img{
	padding: 4px;
	cursor: pointer;
	margin-top: 15px;
	border: 1px solid #444;
}
.product-grid-list p{
	font-family: Arial, Helvetica, sans-serif;
	color: #919191;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
}
.product-grid-list p a{
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	text-transform: uppercase;
	padding: 10px 10px;
	background: rgba(243, 243, 243, 0.82);
	display: inline-block;
	margin-top: 1em;
}
.product-grid-list p a:hover{
	color: #fff;
	background: #88450F;
}
.product-rdmore {
	float:right;
	margin:30px 10px 40px 0px;
}
.product-para {
	margin-bottom: -1%;
}
#block3 h3.contactheader {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
/*----start-contact----*/
.group {
    zoom:1;
}
.col{
}
.col:first-child{
}	
.span_2_of_4 {
}
.span_1_of_2 {
}
.contact_info h3{
	text-transform: uppercase;
	font-size: 1.2em;
	color: #fff;
	margin-bottom: 18px;
}
.contact-form{
	position:relative;
	padding-bottom:2.2em;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span {
	color: rgba(126, 123, 123, 0.9);
	display: block;
	font-size: 1em;
	padding-bottom: 5px;
	font-weight: bold;
}
.padleft {
	padding-left: .8em;
}
.span_1_of_2 h3 {
	text-transform: uppercase;
	font-size: 1.5em;
	color: #fff;
	margin-bottom: 18px;
}
.span_2_of_4 h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	color:#fff;
	padding-bottom: 9px;
}
.contact-form input[type="text"], .contact-form textarea, .contact-form select, #application_form input[type="text"], .empform textarea, .empform select {
	border: 1px solid #FFFFFF;
	outline: none;
}
.empform {
	color: #FFFFFF;
}
.empform TD {
	padding-top: .4em;
}
.contact-form textarea, .empform textarea {
	resize:none;
	border: 1px solid #ffffff;
	background: #000000;
	color: #FFFF00;	
}
.contact-form select, .empform select {
	resize:none;
	border: 1px solid #ffffff;
	background: #81532E;
	color: #FFFF00;	
}
.contact-form input, .empform input {
	color: #FFFF00;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: #000000;
	display: inline-block;
	margin-top: 0.5em;
	border: 1px solid #FFFFFF;
	cursor:pointer;
	resize: none;
}
.contact-form input[type="submit"], .contact-form input[type="reset"], .empform input[type="submit"] {
	padding: 20px;
}
.contact-form input:hover {
	color: #fff;
	background:#81532E;
	resize: none;	
}
.company_address p {
	padding: 2px 0;
	font-size: 1em;
	line-height: 1.8em;
	color:#919191;
}
.company_address p span{
	color:#81532E;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:underline;
	color: #fff;
	-webkit-transition:0.5s;
}
.map {
	margin: 0% 0;
	margin-bottom: 22px;
}
.imgctr {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/*details*/
.details h2 {
	text-transform: capitalize;
	font-size: 2.2em;
	color: #333;
}
.details h2 span{
	color: #97b538;
}
.det-pic{
	padding:3% 0 0;
}
.det-pic img{
	border: 4px solid #ffffff;
		box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
}
.det-para{
	margin-top: 2%;
}
/*----end-contact----*/
.det-para p{
	font-size: 1.1em;
	color: #555;
	letter-spacing: 0px;
	line-height: 1.8em;
}
h3.warning, b.warning{
	color: #ff0000;
}
