* { font-size: 100%; }
html { font-size: 87.5%; }
body {
	margin: 0;
	color: #333;
	font: 1em/1.2143em Arial, Helvetica, sans-serif;
	background: #fff;
	min-width: 980px;
}
img { border-style: none; }
a {
	text-decoration: none;
	color: #f00;
}
a:hover { text-decoration: underline; }
a:active { background-color: transparent; }
input,
textarea,
select {
	font: 13px/16px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #333;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

/*GROW*/
.grow img {
  height: 390px;
  width: 300px;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.grow img:hover {
  width: 380px;
  height: 494px;
}

#header { position: relative; }
#header .header-holder {
	background:#e6e6e6;
	font-size:14px;
	line-height:17px;
}
#header .header-frame{
	width: 558px;
	margin: 0 auto;
	position: relative;
	padding: 18px 0 15px 422px;
}
#header .logoarea {
	position: absolute;
	top: 0;
	left: 2px;
	z-index: 400;
	width: 358px;
	height: 102px;
	padding: 20px 16px 20px 33px;
	background: url(../images/bg-logo.png) no-repeat;
}
h2.title {
    clear: both;
    font-size: 2em;
    margin: 20px 0;
    padding-top: 20px;
}
.logo {
	display: block;
	width: 344px;
	height: 69px;
	margin: 0 0 10px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background: url(../images/logo.png) no-repeat;
}
.logo a {
	display: block;
	height: 100%;
}
#header .logoarea address {
	display: block;
	font-size: 15px;
	line-height: 17px;
	color: #808080;
	font-style: normal;
	margin: 0 0 0 2px;
	font-weight: bold;
}
#header .phone { 
	float: left;
	text-transform: uppercase;
}
#header .info { float: right; }
#header .info .link {
	color: #006db6;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
#header .info .date {
	font-style: normal;
	float: right;
	padding: 0 0 0 12px;
	margin: 0 0 0 8px;
	background: url(../images/bullet.gif) no-repeat 0 50%;
}
#nav {
	padding: 0 0 20px;
	background: url(../images/bg-nav.png) repeat-x;
}
#nav > ul {
	list-style: none;
	width: 570px;
	padding: 0 2px 0 410px;
		font-size: 19px;
	line-height: 22px;
	margin: 0 auto;
	text-align:right;
	background: url(../images/bullet2.gif) repeat-y 100% 0;
}
#nav > ul > li {
	display:inline-block;
	vertical-align:top;
	padding: 0 0 0 2px;
	position: relative;
	background: url(../images/bullet2.gif) repeat-y;
}
#nav > ul > li > a {
	display: block;
	color: #999;
	text-align:left;
}
#nav > ul > li > a em {
	display: block;
	font-style: normal;
	padding: 0 29px 0 32px;
}
#nav > ul > li.active > a,
#nav > ul > li:hover > a,
#nav > ul > li > a:hover {
	color: #fff;
	text-decoration: none;
	background: #111 url(../images/elements.png) no-repeat 100% 100%;
}
#nav > ul > li.active > a em,
#nav > ul > li:hover > a em,
#nav > ul > li > a:hover em { background: url(../images/elements.png) no-repeat 0 100%; }
#nav > ul > li > a span {
	font-size: 16px;
	line-height: 18px;
	display: block;
	margin: 0 0 -3px;
	text-transform:uppercase;
}
#nav > ul > li > a > em strong {
	display: block;
	padding: 18px 0 13px;
	position: relative;
	z-index: 20;
}
#nav > ul > li.hasdrop:hover > a > em strong{ background: url(../images/arrow.png) no-repeat 50% 100%; }
#nav > ul > li:hover .dropdown { display: block; }
.dropdown {
	position: absolute;
	top: 66px;
	right: 14px;
	width: 735px;
	z-index: 19;
	display: none;
	text-align:left;
	border: #8c8c8c solid 1px;
	background:url(../images/bullet5.png);
}
.dropdown .dropdown-holder{
	overflow:hidden;
	background: url(../images/shadow2.png) repeat-x;
}
.dropdown ul {
	float: left;
	width: 152px;
	margin: 0;
	list-style: none;
	padding: 17px 10px 21px 20px;
	border-left: #5e99cc solid 1px;
}
.dropdown ul:first-child { border: none; }
.dropdown ul > li {
	font-size: 14px;
	line-height: 19px;
}
.dropdown ul > li a { color: #333; }
#main {
	width: 950px;
	padding: 0 15px;
	margin: -20px auto 0;
	overflow: hidden;
	background: url(../images/bg-main.png) repeat-y 50% 0;
}
.slideshow {
	width: 950px;
	overflow: hidden;
	position: relative;
}
.slideshow .mask {
	width: 950px;
	overflow: hidden;
	height: 450px !important;
}
.slideshow .slideset {
	width: 9999px;
	float: left;
}
.slideshow .slide {
	width: 950px;
	float: left;
	position: relative;
}
.slideshow .slide > img { display: block; }
.slideshow .weather {
	position: absolute;
	width: 150px;
	left: 20px;
	bottom: 21px;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding: 11px 0 0;
	background: url(../images/bg-weather.png) no-repeat;
}
.slideshow .weather-holder {
	overflow: hidden;
	padding: 0 0 11px;
	background: url(../images/bg-weather.png) no-repeat -160px 100%;
}
.slideshow .weather-frame {
	padding: 0 10px 0 5px;
	background: url(../images/bg-weather.png) repeat-y -320px;
}
.slideshow .weather-content {
	margin: 0 0 -5px;
}
.slideshow .weather .temprature {
	display: block;
	font-size: 33px;
	line-height: 33px;
	margin: -1px 0 -5px;
}
.slideshow .weather .symbol{
	display:inline-block;
	vertical-align:top;
	font-size:21px;
	line-height:26px;
	text-transform:uppercase;
}
.slideshow .weather p { margin: 0 0 5px; }
.slideshow .weather img {
	display: block;
	margin: -2px auto 5px;
}
.slideshow .title {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 508px;
	color: #fff;
	padding: 15px 10px 15px 37px;
	background: url(../images/bullet4.png);
	font: italic 16px/20px Georgia, "Times New Roman", Times, serif;
}
.slideshow .sub-title {
	position: absolute;
	width: 301px;
	right: 0;
	bottom: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	padding: 9px 19px;
	text-align: right;
	font-weight: normal;
	background: url(../images/bullet4.png);
}
.btn-more{
	padding:0 18px 0 0;
	display:inline-block;
	background:url(../images/arrow8.png) no-repeat 100% 50%;
}
.intro {
	overflow: hidden;
	padding: 11px 27px 85px 15px;
	background: url(../images/bg-intro.png) no-repeat;
}
.intro-holder {
	background:url(../images/border.gif) no-repeat 630px 0;
	width:100%;
}
.intro-holder:after {
	clear:both;
	content:'';
	display:block;
}
.intro .services {
	float: right;
	width: 260px;
	margin-bottom:-23px;
}
.intro h2 {
	font-size: 1.2em;
	line-height: 1.112em;
	margin: 0;
	position:relative;
}
.intro .services h2 { text-align: right; }
.intro .services .head { padding: 55px 0 6px 126px; }
.intro .services p { margin: 0 0 7px; }
.intro .btn-more {
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}
.intro .services .btn-more {
	color: #006db6;
	background-image:url(../images/arrow9.png);
}
.intro .services-content {
	overflow: hidden;
	padding: 15px 0 0 15px;
}
.intro .head {
	border-bottom: #b3cfe7 solid 1px;
	padding: 0 0 10px;
	position: relative;
}
.intro .services .logo {
	width: 78px;
	height: 80px;
	position: absolute;
	left: 5px;
	top: 5px;
	background: url(../images/elements.png) no-repeat -168px 0;
}
.intro .txt-grow {
	width: 148px;
	height: 70px;
	position: absolute;
	top: -49px;
	left: -41px;
	overflow: hidden;
	text-indent: -9999px;
	text-align:left;
	background: url(../images/elements.png) no-repeat;
}
.intro .partners {
	float: left;
	width: 615px;
}
.intro .partners .mask-holder {
	overflow: hidden;
	padding: 12px 0 0 8px;
}
.intro .partners .mask {
	width: 600px;
	overflow: hidden;
}
.intro .partners .slideset {
	width: 9999px;
	float:left;
}
.intro .partners .slide {
	float: left;
	width: 600px;
}
.intro .txt-featured {
	width: 235px;
	height: 75px;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	left: -39px;
	top: -55px;
	background: url(../images/elements.png) no-repeat -265px 0;
}
.partners .switcher {
	float: right;
	width: 131px;
	height: 29px;
	position:relative;
	z-index:999;
}
.intro .partners .head { padding: 45px 6px 7px 40px; }
.intro .partners h2 { margin: 10px 0 0; }
.featured-business .slideshow .btn-prev,
.featured-business .slideshow .btn-next,
.partners .btn-prev,
.partners .btn-next {
	width: 29px;
	height: 29px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/elements.png) no-repeat 0 -90px;
}
.featured-business .slideshow .btn-next,
.partners .btn-next {
	float: right;
	background-position: -59px -90px;
}
.featured-business .slideshow .slider-counter,
.partners .slider-counter {
	overflow: hidden;
	text-align: center;
	padding: 6px 5px;
	font-size: 15px;
	line-height: 17px;
	color: #006db6;
	display: block;
}
.partners .info {
	float: left;
	width: 340px;
	padding: 2px 17px 0 0;
}
.partners .info img { display: block; }
.partners .info .image {
    margin: 0 0 10px;
    width: 340px !important;
    height: auto !important;
    max-width: 400px !important;
}
.partners .logo-partner {
	display: block;
	padding: 0 0 1px;
}
.partners .textbox { overflow: hidden; }
.partners .slide .title {
	display: block;
	padding: 0 0 17px;
}
.partners .slide .title a{color:#333;}
.partners .slide p { margin: 0 0 15px; }
.panel {
	margin: 0 0 -18px;
	padding: 0 0 18px;
	position: relative;
	background: url(../images/shadow.png) repeat-x 0 100%;
}
.panel .panel-holder {
	padding: 9px 20px 9px 48px;
	background: #020202 url(../images/bg-panel.png) repeat-x;
}
.panel .box {
	float: right;
	width: 322px;
	font-weight: bold;
	position: relative;
	padding: 8px 0 7px 132px;
	border-left: #fff solid 1px;
}
.panel .box:first-child {
	width: 284px;
	padding: 8px 40px 0 103px;
	border: none;
	float: left;
}
.panel .box:first-child .icon { left: 0; }
.panel .icon {
	position: absolute;
	left: 23px;
	top: -59px;
	height: 108px;
}
.panel .box:first-child .link { background: url(../images/arrow2.png) no-repeat 0 2px; }
.panel .link {
	float: left;
	font-size: 1.072em;
	padding: 0 0 0 16px;
	color:#fff;
	text-transform: uppercase;
	background: url(../images/arrow3.png) no-repeat 0 2px;
}
.panel .box .link span{
	font-size: 0.929em;
	color: #808080;
	text-transform:none;
	display:block;
}
.three-columns {
	overflow: hidden;
	padding: 30px 3px 38px 30px;
	background: url(../images/bg-threecolumns.png) no-repeat 100% 0;
}
.three-columns .column {
	float: left;
	width: 314px;
	padding:24px 0 0;
}
.three-columns .column:first-child {width: 287px;}
.three-columns .column:first-child .column-holder {
	padding:0 22px 0 0;
	border: none;
}
.three-columns .column:first-child .column-frame { margin: -23px 0 -18px; }
.three-columns .column-holder {
	border-left: #abcae4 solid 1px;
	padding: 0 23px;
}
.three-columns .column-frame{
	float: left;
	margin: -19px 0 -18px;
}
.three-columns .services {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.three-columns .services li {
	overflow: hidden;
	padding: 0 0 16px;
}
.three-columns .services .title {
	font-size: 1em;
	line-height: 1.143em;
	color: #000;
	display:block;
	margin: 0 0 2px;
	text-transform: uppercase;
}
.three-columns .services p { margin: 0; }
.three-columns .services .btn-more {
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	line-height:1.143em;
}
.three-columns .social-media {
	width: 246px;
	height: 367px;
	padding: 10px;
	border: #4d4d4d solid 1px;
	overflow: hidden;
}
.three-columns .social-media .text {
	font-size: 1.715em;
	line-height: 1.375em;
	color: #c2c2c2;
	display: block;
	text-align: center;
	margin: 75px 0 0 14px;
}
.three-columns .box {
	float: left;
	width: 100%;
}
.three-columns .box .alignleft {
	float: left;
	margin: 0 21px -25px 0;
}
.three-columns .box .textbox { 
	overflow: hidden;
	color: #009245;
}
.three-columns .box p {margin: 0 0 7px;}
.three-columns .box .slogan {
	font-size: 1.286em;
	line-height: 1.11em;
	color: #006db6;
	display: block;
}
.three-columns h3 {
	color: #f15a24;
	text-transform: uppercase;
	font-size: 1.715em;
	line-height: 1.084em;
	margin: 0 0 12px;
}
.three-columns .aligncenter {
	display: block;
	margin: 0 auto;
}
.twocolumns {
	overflow: hidden;
	padding: 20px 28px 172px 29px;
	background: url(../images/bg-twocolumns.png) no-repeat;
}
#content {
	float: right;
	width: 633px;
	padding:0;
	/*padding: 36px 0 0;*/
}
.breadcrumbs {
	overflow: hidden;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 0 -31px;
	padding: 14px 0 0 407px;
	list-style: none;
	position: relative;
}
.breadcrumbs li {
	padding: 0 8px 0 17px;
	float: left;
	background: url(../images/arrow5.png) no-repeat 0 50%;
}
.breadcrumbs li:first-child {
	background: none;
	padding-left: 0;
}
.breadcrumbs li a { color: #4d4d4d; }
.breadcrumbs li.active { color: #c1272d; }
#content .head { padding: 0 0 39px; }
.form-search {
	float: right;
	width: 174px;
	position: relative;
	padding: 5px 48px 4px 5px;
	background: url(../images/elements.png) no-repeat 100% -67px;
}
.form-search > .form-holder {
	padding: 8px 0 9px 13px;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	background: url(../images/elements.png) no-repeat 0 -277px;
}
/*
.form-search:hover .box {
	left: auto;
	right: 29px;
}
*/
.form-search:hover {
	cursor: pointer;
}
.form-search .box {
	position: absolute;
	width: 281px;
	top: 23px;
	left: -9999px;
	padding: 39px 0 0;
	z-index: 999;
	background: url(../images/bg-form.png) no-repeat 1px 0;
}
.form-search .box-holder {
	padding: 0 0 20px;
	overflow: hidden;
	background: url(../images/bg-form.png) no-repeat -289px 100%;
}
.form-search form {
	overflow: hidden;
	padding: 5px 24px 4px 25px;
	background: url(../images/bg-form.png) repeat-y -580px 0;
}
.form-search .text {
	overflow: hidden;
	width: 227px;
	height: 28px;
	padding: 2px;
	margin: 0 0 7px;
	background: url(../images/elements.png) no-repeat -529px 0;
}
.form-search label {
	display: block;
	padding: 0 0 5px;
	color: #006db6;
	font-weight: bold;
	text-transform: uppercase;
}
.form-search input[type="text"] {
	float: left;
	margin: 0;
	width: 215px;
	height: 16px;
	padding: 6px;
	background: none;
	border: none;
}
.form-search input[type="submit"] {
	padding: 0;
	width: 103px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	color: #fff;
	float: right;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	background: url(../images/elements.png) no-repeat 0 -143px;
}
.form-search input[type="submit"]:hover { cursor: pointer; }
#content h1 {
	font-size: 1.358em;
	line-height: 1.158em;
	margin: 21px 0 0;
	text-transform: uppercase;
	color: #006db6;
	float: right;
    background: #c3d9ec;
    padding: 2px 5px 0px;
    margin-bottom: 5px;
}
.featured-business {
	padding: 11px 0 0;
	margin: 0 0 60px;
	background: url(../images/bg-slideshow.png) no-repeat;
}
.featured-business .holder {
	padding: 0 0 11px;
	background: url(../images/bg-slideshow.png) no-repeat -1286px 100%;
}
.featured-business .frame { background: url(../images/bg-slideshow.png) repeat-y -643px; }
.featured-business .featured-content {
	float: left;
	width: 606px;
	padding: 0 13px;
	margin: -37px 0 -2px;
}
.featured-business h2 {
	font-size: 22px;
	line-height: 44px;
	height: 44px;
	width:593px;
	overflow: hidden;
	margin: 0 0 11px -13px;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/elements.png) no-repeat 0 -377px;
}
.featured-business .slideshow {
	width: 606px;
	color: #000;
	overflow: visible;
}
.featured-business .slideshow .mask { width: 606px; }
.featured-business .slideshow .slide { width: 606px; }
.featured-business .slideshow .switcher {
	position: absolute;
	right: -13px;
	bottom: -21px;
	padding: 0 12px 0 0;
	background: url(../images/elements.png) no-repeat 100% -159px;
}
.featured-business .slideshow .switcher-holder {
	overflow: hidden;
	min-width: 117px;
	padding: 7px 3px 8px 16px;
	background: url(../images/elements.png) no-repeat 0 -213px;
}
.featured-business .slide .subheading {
	font-size: 1.286em;
	line-height: 1.167em;
	display: block;
	color: #006db6;
	margin: 0 0 9px;
}
.featured-business .slide .aligncenter {
	display: block;
	margin: 0 auto 11px;
}
.featured-business .slide .block { overflow: hidden; }
#content .widget .info,
.featured-business .slide .info {
	float: left;
	width: 183px;
	padding: 4px 19px 0 0;
}
#content .widget .partners-logo,
.featured-business .slide .partners-logo {
	overflow: hidden;
	width: 179px;
	height: 89px;
	padding:2px;
	margin: 0 0 6px;
	/*background: url(../images/bg-busines.png) no-repeat;*/
}
#content .widget .partners-logo img,
.featured-business .slide .partners-logo img{
	display:block;
	-moz-border-radius: 11px;
	border-radius: 11px;
	max-width:179px;
	height:89px;
	margin: auto;
}
#content .widget address,
.featured-business .slide address {
	font-style: normal;
	font-size: 0.858em;
	line-height: 1.333em;
	padding: 0 0 31px;
}
#content .widget .area,
.featured-business .slide .area { overflow: hidden; }
.featured-business .slide p { margin: 0 0 10px; }
#content .widget .link,
.featured-business .slide .link {
	display: inline-block;
	padding: 0 17px 0 0;
	color: #c1272d;
	font-size: 1.143em;
	font-weight: bold;
	background: url(../images/arrow6.png) no-repeat 100% 50%;
}
.featured-business .slideshow .btn-prev { background-position: 0 -331px; }
.featured-business .slideshow .btn-next { background-position: -89px -331px; }
.featured-business .slideshow .slider-counter {
	color: #fff;
	padding: 8px 5px 0;
}
#content .widget {
	padding: 11px 0 0;
	background: url(../images/bg-blocks.png) no-repeat;
	margin-bottom: 60px;
}
#content .widget .block-holder {
	padding: 0 0 10px;
	background: url(../images/bg-blocks.png) no-repeat -643px 100%;
}
#content .widget .block-frame {
	/*background: #feffff;*/
	border: #d2d0e0 solid 1px;
	border-top: none;
	border-bottom: none;
	padding: 0 13px 0 15px;
}
#content .widget .block-content {
	float: left;
	width: 100%;
	margin: -27px 0 0;
}
#content .widget h2 {
	margin: 0 0 17px -17px;
	padding: 0 10px;
	height: 34px;
	width:573px;
	line-height: 34px;
	overflow: hidden;
	font-size: 22px;
	color: #000;
	text-transform: capitalize;
	background: url(../images/elements.png) no-repeat 0 -434px;
}
#content .widget .aligncenter {
	display: block;
	margin: 0 auto 12px;
}
#content .widget .block { overflow: hidden; }
#content .widget .block p{margin:0 0 10px;}
#content .widget .info { padding: 3px 17px 0 0; }
#content .widget .partners-logo{margin:0 0 7px;}
#content .widget .link {
	color: #006db6;
	background-image: url(../images/arrow7.png);
}
#sidebar {
	float: left;
	width: 221px;
	padding: 68px 0 65px;
}

#sidebar .sidebar-frame {
	float: left;
	margin: -44px 0 -72px;
}
#sidebar h2 {
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 22px;
	color: #006db6;
	text-transform: uppercase;
}
#sidebar .sidenav {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}
#sidebar .sidenav li {
	overflow: hidden;
	padding: 0 0 5px;
}
#sidebar .sidenav li a {
	color: #808080;
	float: left;
}
#sidebar .sidenav li a:hover, #sidebar .sidenav li a.active {
	padding: 0 0 0 16px;
	color: #c1272d;
	text-decoration: none;
	background: url(../images/arrow4.png) no-repeat 0 50%;
}
#footer {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0.858em;/*12*/
	line-height: 1.25em;/*15*/
	color: #808080;
	background: url(../images/bg-main.png) repeat-y 50% 0;
}
#footer .footer-holder {
	overflow: hidden;
	padding: 0 15px;
	background: url(../images/bg-main-b.png) no-repeat 50% 100%;
}
#footer .footer-frame {
	overflow: hidden;
	padding: 27px 30px 16px 31px;
	background:#1a1a1a  url(../images/bg-footer.png) no-repeat;
}
#footer .footer-info {
	float: right;
	width: 366px;
	padding: 3px 0 0 10px;
	text-align: right;
}
#footer .logo {
    background-position: 50% 0;
    height: 125px;
    margin-left: 30px;
    margin-top: -20px;
    text-align: left;
    width: 350px;
}
#footer .footer-info .textbox {
	position: relative;
	overflow: hidden;
	margin: -50px 0 0 0px;
	padding: 18px 0 0;
}
#footer .footer-info address {
	font-style: normal;
	font-size: 1em;
	line-height: 1.231em;
	color: #999;
	font-weight: bold;
	padding: 0 0 12px;
}
#footer .footer-info .slogan{
	font: italic 1em/1.25em Georgia, "Times New Roman", Times, serif;
	display: block;
	color: #fff;
}
#footer .nav {
	margin: 0;
	padding: 0 0 6px;
	list-style: none;
	overflow: hidden;
	font-size: 1.333em;
	line-height: 1em;
	font-weight: bold;
	text-transform: capitalize;
}
#footer .nav li {
	float: left;
	margin: 0 26px 17px 0;
}
#footer .nav li a { color: #ccc; }
#footer .block { overflow: hidden; }
#footer .facebook {
	padding: 3px 0 2px 59px;
	margin:0 0 8px;
	display:inline-block;
	font-size: 27px;
	line-height: 23px;
	font-weight:bold;
	color: #808080;
	vertical-align:top;
	cursor:pointer;
	background: url(../images/elements.png) no-repeat -148px -90px;
}
#footer .facebook span {
	font-size: 20px;
	line-height: 23px;
	margin: 0 0 0;
	float: left;
}
#footer .facebook:hover span,
#footer .facebook:hover{ text-decoration: underline; }
#footer p { margin: 0 0 10px; }
#footer .copyright{display:block;}
#header .header-frame:after,
.three-columns .reviews:after,
.three-columns .column-holder:after,
#content .widget .block-frame:after,
#content .widget .block-holder:after,
#content .widget:after,
.featured-business .title:after,
.featured-business .frame:after,
.featured-business .holder:after,
.featured-business:after,
#content .head:after,
.form-search .form-holder:after,
#sidebar .sidebar-holder:after,
.panel .panel-holder:after,
.panel:after,
.intro .head:after,
.slideshow .weather-frame:after,
#nav > ul:after,
#nav:after,
#header .header-holder:after,
#header:after {
	display: block;
	content: '';
	clear: both;
}

#map-canvas {
	width: 100%;
	height: 300px;
}

#map-canvas #content {
	max-width: 300px;
	width: auto;
	padding: 0;
	margin: 0;
}

#firstHeading {
	display: block;
	max-width: 300px;
	clear: both;
	margin-top: 5px !important;
}
#bodyContent {
	display: block;
	max-width: 300px;
	clear: both;
}
.map-image {
	margin: 20px 0;
}

.social-links {
	margin: 30px 0;
}

.social-links a {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -500px;
}

.social-links .facebook {
	background: url('../images/facebook.png') top center no-repeat !important;
}

.social-links .twitter {
	background: url('../images/twitter.png') top center no-repeat !important;
}

.social-links .instagram {
	background: url('../images/instagram.png') top center no-repeat !important;
}

.m20p {
	margin: 20px;
}

.cat-list-item {
	float: left;
	width: 25%;
	height: 250px;
	padding: 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.cat-list-item .cat-list-item-border {
	height: 100%;
	width: 100%;
	padding: 10px;
	border: 1px solid #848484;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.cat-list-item .image-holder {
	width: 100%;
	text-align: center;
}

.cat-list-item .image-holder img {
	max-width: 100%;
	display: block;
}

.cat-list-item .info-holder {
	width: 100%;
	margin-top: 20px;
}

/*.services li {
	list-style: decimal;
}*/

.services-top {
	font-size: 18px;
}

/*added style march212017*/
.cat-search form.catform {
	display: none;
    background: url(../images/quote-bg.png)no-repeat;
    position: absolute;
    z-index: 10;
    width: 272px;
    background-size: contain;
    background-position: bottom center;
    padding: 70px 28px 72px 20px;
    text-align: right;
    top: 15px;
    right: -20px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.cat-search form.catform.showform {
    display: block;
}
.cat-search a#categorylinker {
    background: url(../images/cat-search-bg.png)no-repeat;
    width: 165px;
    display: inline-block;
    background-size: contain;
    padding: 15px 50px 18px 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    z-index: 11;
    cursor: pointer;
}
.cat-search {
    padding: 0!important;
    position: relative;
}
.cat-search form.catform div {
    background: none;
    box-shadow: 0 0 0;
    border: 0;
    text-shadow: 0 0 0;
    padding: 0;
    margin: 0;
    color: rgba(0,0,0,0);
    text-align: left;
    overflow: visible;
}
.cat-search form.catform h5,.cat-search form.catform input {
    text-align: left;
}
.cat-search form.catform input[type=text] {
    width: 100%;
    max-width: 255px;
    padding: 5px 5px;
    margin: 5px 0 15px;
    border: 1px solid #b0b0b0;
    border-radius: 0;
    background: #dfe0e1;
    box-shadow: 1px 1px 0px #fff inset;
    color: #333;
}
.cat-search form.catform h5 {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px;
    color: #006db6;
    margin: 0;
}
.cat-search form.catform input[type=submit] {
    background: #920c07;
    border: 1px solid #333;
    color: #fff;
    padding: 5px 20px 7px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    width: auto;
    height: auto;
    opacity: 1;
    text-indent: initial;
    display: block;
}
.pricing {
	width: 49%;
	float: left;
	margin-left: 5px;
}
html, body#services {
	height: 100%;
}
#service-list {
	position: relative;
	height: 100%;
}
.service {
	-webkit-transition: width 1s, left 1s, right 1s; /* Safari */
    transition: width 1s, left 1s, right 1s;
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	width: 25%;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}
.service.active {
	-webkit-transition: width 1s, left 1s, right 1s; /* Safari */
    transition: width 1s, left 1s, right 1s;
	width: 100% !important;
	z-index: 200;
	left: 0 !important;
	right: 0 !important;
	overflow-x: hidden;
	overflow-y: auto;
}
.service .cover {
	-webkit-transition: opacity 1s, width 1s, left 1s, right 1s; /* Safari */
    transition: opacity 1s, width 1s, left 1s, right 1s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	-webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
	opacity: .3;
	cursor: pointer;
}
.service:hover .cover {
	-webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
	opacity: .6;
}
.service.active .cover {
	-webkit-transition: opacity 1s, width 1s, left 1s, right 1s; /* Safari */
    transition: opacity 1s, width 1s, left 1s, right 1s;
	opacity: 0;
	z-index: 0;
	cursor: default;
}
.service .full-page {
	height: 100%;
	padding: 0 5px;
	display: flex;
	display: -webkit-flex;
}
.service .full-page .full-page-title {
	text-align: center;
	font-size: 25px;
	line-height: 28px;
	vertical-align: middle;
	margin: auto;
	color: #ffffff;
	z-index: 100;
	cursor: pointer;
}
.service.active .full-page .full-page-title {
	cursor: default;
	text-shadow: 2px 2px #000000;
}
.service .full-page .full-page-title small {
	display: block;
	font-size: 15px;
	line-height: 18px;
}
.service .full-page .full-page-close {
	background: url('../images/return.png') no-repeat center center;
	width: 50px;
	height: 50px;
	cursor: pointer;
	vertical-align: middle;
	margin: 30px auto auto;
	display: none;
}
.service.active .full-page .full-page-close {
	display: block;
}
#the-publication {
	left: 0;
}
#the-publication .full-page {
	background: url('../images/publication.jpg') no-repeat center center;
	background-size: cover;
}
#web-presence {
	left: 25%;
}
#web-presence .full-page {
	background: url('../images/seo.jpg') no-repeat center center;
	background-size: cover;
}
#social-media {
	left: 50%;
}
#social-media .full-page {
	background: url('../images/social.jpg') no-repeat center center;
	background-size: cover;
}
#digital-version {
	left: 75%;
}
#digital-version .full-page {
	background: url('../images/digital.jpg') no-repeat center center;
	background-size: cover;
}
.service .service-content {
    padding: 10px 20px;
}