/*
    Theme Name: Sterland WordPress Theme
	Theme URI: http://thedma.com.au
	Description: Custom theme for Sterland.
    Author: The DMA
    Author URI: http://thedma.com.au/
 
    Version: 1.8
 
    Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

/* Clear
------------------------------------------------------------ */

.software:before,
.software:after,
.entry-content:before,
.entry-content:after,
.wrap:before,
.wrap:after {
	display: table;
	content: '';
}

.software:after,
.entry-content:after,
.wrap:after {
	clear: both;
}

.software,
.entry-content,
.wrap {
	zoom: 1;
}

.wrap {
	width: 1080px;
	margin: 0 auto;
}

/* Hyperlinks
------------------------------------------------------------ */

a {
	color: #edb113;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url('images/bg-noise.gif') repeat;
}

::-moz-selection {
	background-color: #02447b;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Header
------------------------------------------------------------ */

#header {
	background: #fff;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

#title-area,
#title {
	float: left;
	margin: 0;
	padding: 0;
}

#title a {
	width: 130px;
	height: 115px;
	float: left;
	background: url('images/sprite.svg') no-repeat 0 0;
	text-indent: -9999px;
	margin: 15px 0;
}

#description {
	position: absolute;
	top: -900px;
	left: -900px;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav {
	float: right;
	margin-top: 48px;
}
#nav ul {
	display: block;
	text-align: center;
}

#nav li {
	display: inline-block;
	list-style-type: none;
}

#nav a {
	color: #6f757a;
	font-weight: 600;
	display: block;
	padding: 7px 15px 6px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover {
	color: #333;
}

#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a,
#nav .current_page_item a:hover,
#nav .current-cat a:hover,
#nav .current-menu-item a:hover {
	color: #EDB113;
}


/* Inner
------------------------------------------------------------ */

#inner {
	
}

/* Site Links
------------------------------------------------------------ */

.site-links {
	background: url('images/bg-grey-texture.gif') repeat;
	-webkit-box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.4);
}

.site-links .wrap {
	padding: 70px 0 80px;
}

.site-links .widget {
	float: left;
	width: 25.33%;
	position: relative;
	padding: 100px 0 0 0;
	margin: 0 4%;
	text-align: center;
}

.site-links .widget p {
	text-align: left;
	margin-bottom: 25px;
	color: #6f757a;
	font-size: 15px;
}

.site-links .widget img {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -42px;
}

.site-links .widget .widgettitle {
	text-align: center;
	font-size: 22px;
	margin-bottom: 15px;
	color: #786e52;
}


/* About Page
------------------------------------------------------------ */

.post-8 h1.entry-title {
	text-align: center;
}

.page-id-8 #content .wp-post-image {
	display: block;
	margin: 0 auto 40px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.page-id-8 .entry-content {
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
	min-height: 350px;
}

/* Employees
------------------------------------------------------------ */

.employees {
	clear: both;
	display: block;
	text-align: center;
}

.employees a {
	float: left;
	width: 20%;
	text-align: left;
	margin: 0 2% 30px 2%;
}

.employees a:hover {
	text-decoration: none;
}

.employees a:hover h3 {
	color: #EDB113;
}

.employees .wrap {
	padding: 30px 0 40px;
}

.employees a h3 {
	margin: 0;
}

.employees p {
	font-weight: 600;
	color: #848484;
}

.employees a img {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	border: 3px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.employees a:hover img {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	opacity: 0.8;
}




/* Timeline
------------------------------------------------------------ */

section.timeline {
	clear: both;
	display: block;
	text-align: center;
}

section.timeline h2 {
	color: #fff;
}

section.timeline .wrap {
	padding: 70px 0 80px;
}

.timeline #timeline {
	margin: 40px auto 0;
	height: 380px;
}

.timeline #timeline #dates {
	margin-bottom: 20px;
}

.timeline #timeline #issues li img {
	margin: 20px 50px 10px 70px;
	border: 3px solid #fff;
}

.timeline #dates a {
	color: #fff;
	font-size: 18px;
}

.timeline #dates a.selected {
	color: #edb113;
	font-size: 26px;
}

.timeline #timeline li h1,
.timeline #timeline li p {
	text-align: left;
	text-shadow: -1px 1px 3px #000;
}

.timeline #timeline li h1 {
	font-size: 23px;
	margin: 10px 0 10px 0;
	font-weight: 600;
	color: #edb113;
}

.timeline #timeline li p {
	color: #fff;
	font-size: 16px;
}



/* Testimonials
------------------------------------------------------------ */

section.quote, 
section.slider,
section.timeline {
	background-image: url('images/blue-texture.gif'), url('images/dark-texture.gif');
	background-repeat: repeat-y, repeat;
	background-position: center top, 0 0;
	-webkit-box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.8);
}

section.timeline {
	width: 100%;
}

.quote .wrap {
	padding: 70px 0 80px;
	text-align: center;
	text-shadow: -1px 1px 3px #000000;	
}

.quote .testimonials {
	position: relative;
	padding: 0 14%;
	overflow: hidden;
}
.quote .testimonials:before,
.quote .testimonials:after {
	content: '';
	width: 100px;
	height: 100px;
	background: url('images/sprite.svg');
	display: block;
	position: absolute;
}
.quote .testimonials:before {
	background-position: 0 -230px;
	left: 0;
}

.quote .testimonials:after {
	background-position: -100px -230px;
	right: 0;
	bottom: 0px;
}

.quote .testimonials h2 a {
	position: absolute;
	bottom: 5px;
	right: 150px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-transform: none;
}

.quote .widgettitle {
	color: #fff;
}

.quote .testimonials img {
	margin: -20px 0 45px 0;
	padding: 0;
	float: right;
}

.quote p {
	color: #fff;
	font-size: 21px;
	text-align: left;
	font-style: italic;
	line-height: 170%;
	margin-top: 20px;
	padding-bottom: 40px;
	min-height: 80px;
}

section.slider {
	overflow: hidden;
	text-shadow: -1px 1px 3px black;
}

section.slider h2,
section.slider h2 a,
section.slider p {
	color: #fff;
}

section.slider p {
	font-size: 18px;
}

section.slider h2 a {
	font-size: 31px;
}

section.slider a.button {
	padding: 7px 17px;
	font-size: 15px;
}

section.slider .ls-bottom-nav-wrapper {
	display: block;
	width: 300px;
	margin: -50px 0 0 0;
}
section.slider .ls-bottom-slidebuttons {
	display: block;
	width: 100%;
	margin: 0;
}
section.slider .ls-bottom-slidebuttons a {
	float: left;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: #e2e2e2;
	margin: 0 10px 0 0;
	display: block;
}

section.slider .ls-bottom-slidebuttons a.ls-nav-active {
	background: #EDB113;
}


/* Link Slider
------------------------------------------------------------ */

section.link-slider {
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.link-slider {
	text-align: center;
}

.link-slider .wrap {
	padding: 40px 0 20px;
}



/* Home Products
------------------------------------------------------------ */

section.products {
	padding: 70px 0 80px;
}

section.products .feature-thumb {
	float: left;
	width: 22%;
	text-align: center;
	margin-right: 50px;
}

section.products p {
	font-size: 19px;
}


section.products .widget:after,
.post:after, 
.page-id-8 #content:after,
.software:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	clear: both;
	display: block;
	margin: 50px 0 70px;
}

hr {
	width: 100%;
	height: 3px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	clear: both;
	display: block;
	margin: 50px 0;
	border: none;
}

.page-id-8 #content:after {
	margin: 60px 0;
}

section.products .widget:last-child:after {
	display: none;
}

section.products .textwidget {
	padding: 0 13%;
	overflow: hidden;
}

section.products .textwidget .button {
	float: right;
	margin-top: 30px;
}

section.products .textwidget h2 a {
	color: #4c5053;
}

.product-sidebar, 
.forum-sidebar,
.contact-sidebar {
	font-size: 18px;
	display: block;
	height: 40px;
	margin-bottom: 15px;
	line-height: 40px;
	color: #4c5053;
}

.product-sidebar span, 
.forum-sidebar span,
.contact-sidebar span {
	display: block;
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 40px;
}

.product-sidebar span {
	background: url('http://www.sterland.com.au/wp-content/uploads/2012/10/product-support.png');
	background-size: 100%;
}

.forum-sidebar span {
	background: url('http://www.sterland.com.au/wp-content/uploads/2012/10/user-forums.png');
	background-size: 100%;
}

.contact-sidebar span {
	background: url('http://www.sterland.com.au/wp-content/uploads/2012/10/contact-icon.png');
	background-size: 100%;
}


/* Software
------------------------------------------------------------ */

.software-template #content-sidebar-wrap {
	margin-left: 4%;
	margin-right: 4%;
}

.software-template .software {
	display: table;
}

.software .entry-content {
	width: 40%;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}

.software .thumb {
	width: 50%;
	margin-left: 50%;
	text-align: center;
}

.software.id453 .thumb {
	width: 40%;
}

.software .entry-content h2 {
	font-size: 21px;
}

.software .entry-content p {
	padding: 0;
	margin: 0;
}

.software a.button {
	margin: 30px 10px 30px 0;
	padding: 7px 22px;
	text-align: center;
}


	

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	margin: 80px 0;
}

.home #content-sidebar-wrap {
	margin: 0;
}

/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 71%;
	margin-bottom: 60px;
}

.content-sidebar #content {
	width: 71%;
}

.full-width-content #content {
	width: 100%;
}

.post {
	position: relative;
}

.page-template-page_blog-php .post .entry-title,
.page-template-page_blog-php .post .post-info,
.page-template-page_blog-php .post .entry-content,
.page-template-page_blog-php .post .post-meta,
.archive .post .entry-title,
.archive .post .post-info,
.archive .post .entry-content,
.archive .post .post-meta,
.search-results .post .entry-title,
.search-results .post .post-info,
.search-results .post .entry-content,
.search-results .post .post-meta {
	padding: 0 0 0 255px;
}

.search-results .testimonials .post-info,
.search-results .testimonials .post-meta {
	display: none;
}

.post .post-info,
.post .post-meta {
	font-weight: 600;
	font-size: 14px;
}

.post .post-meta {
	
}

.post .post-comments {
	margin-left: 10px;
}

.post .entry-content p {
	margin-bottom: 10px;
}


.page-id-29 .post .entry-content a,
.search-results .post .entry-content a,
.archive .post .entry-content a,
.category .post .entry-content a {
	position: absolute;
	top: 0;
	left: 0;
	width: 235px;
	height: 150px;
}

.post .entry-content a img {
	border: 3px solid #fff;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}


.entry-content {

}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.single-post .wp-post-image {
	float: left;
	margin: 0 40px 30px 0;
	border: 3px solid white;
	padding: 0;
	-webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.single-post h1.entry-title {
	margin-bottom: 10px;
}

.single-post .post .post-info {
	margin-bottom: 20px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6,
.widgettitle {
	line-height: 130%;
	color: #4c5053;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h1 {
	font-size: 30px;
	margin-bottom: 30px;
}

h2,
h2 a {
	font-size: 28px;
}

h3,
h3 a {
	font-size: 19px;
}

.entry-content h3 {
	font-size: 16px;
}

.widgettitle,
.widgettitle a {
	font-size: 27px;
	display: block;
}

.sidebar .widgettitle {
	font-size: 20px;
	text-transform: none;
	font-weight: 600;
}

.sidebar .featuredpost .testimonials {
	position: relative;
	padding-bottom: 70px;
}

.sidebar .featuredpost .testimonials p {
	font-style: italic;
	color: #7f8589;
}

.sidebar .featuredpost .testimonials h2 {
	position: absolute;
	bottom: 0;
	font-size: 13px;
}

.sidebar .featuredpost .testimonials:before {

}

h5,
h5 a {
	font-size: 18px;
}

h2.entry-title,
h2.entry-title a {
	font-size: 20px;
}

.page-template-page_blog-php h2.entry-title a,
.archive h2.entry-title a,
.search-results h2.entry-title a {
	color: #4c5053;
}

.page-template-page_blog-php h2.entry-title a:hover,
.archive h2.entry-title a:hover {
	color: #EDB113;
}

.entry-content h2 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul,
.popup .content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li,
.popup .content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {

}


/* Post Meta
------------------------------------------------------------ */

.post-meta {

}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0 60px;
	width: 100%;
	
}

.navigation ul {
	float: right;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li.active a {
	padding: 5px 8px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 2px transparent;
}

.navigation li a:hover,
.navigation li.active a {
	color: #fff;
	background: #edb113; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNlZGIxMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2U5NjAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #edb113 55%, #ce9602 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#edb113), color-stop(100%,#ce9602)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #edb113 55%,#ce9602 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #edb113 55%,#ce9602 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #edb113 55%,#ce9602 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #edb113 55%,#ce9602 100%); /* W3C */
	text-shadow: 1px 1px 2px #a97c00;
	text-decoration: none;
}

.button:hover,
input[type="submit"]:hover {
	text-decoration: none;
	background: #ce9602; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlOTYwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzdkMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ce9602 0%, #ac7d01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce9602), color-stop(100%,#ac7d01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ce9602 0%,#ac7d01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ce9602 0%,#ac7d01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ce9602 0%,#ac7d01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ce9602 0%,#ac7d01 100%); /* W3C */
	color: #fff;
}


/* Primary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 25%;
	margin-bottom: 40px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background: #fff;
	-webkit-box-shadow: -3px 3px 5px 0px rgba(160, 160, 160, 0.2);
	box-shadow: -3px 3px 5px 0px rgba(160, 160, 160, 0.2);
	margin: 0 0 40px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

.sidebar .widget .widget-wrap {
	padding: 30px;
}

.sidebar .widget.widget_search {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sidebar .widget.widget_search .widget-wrap {
	padding: 0;
	overflow: hidden;
}

.sidebar .widget.widget_search .widget-wrap {
	-webkit-box-shadow: -3px 3px 5px 0px rgba(160, 160, 160, 0.2);
	box-shadow: -3px 3px 5px 0px rgba(160, 160, 160, 0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sidebar .widget.widget_search input[type="text"],
.sidebar .widget.widget_search input[type="submit"] {
	display: block;
	float: left;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 110%;
	font-size: 13px;
	height: 40px;
	border: 1px solid #fff;
}

.sidebar .widget.widget_search input[type="text"] {
	width: 70%;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.sidebar .widget.widget_search input[type="submit"] {
	background: #02447b;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	padding: 12px;
	border: 1px solid #02447b;
	width: 30%;
	
}


.sidebar .widget select {
	width: 100%;
}

.page-id-139 h1.entry-title {
	position: absolute;
	top: -9999px;
	left: -9999px;
}


.shr_class {
	clear: both;
	overflow: hidden;
}

/* Footer
------------------------------------------------------------ */

footer {
	background: url('images/footer-texture.gif') repeat;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
	border-top: 1px solid #000;
}

footer .logo {
	float: left;
	background: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	margin: 25px 0 10px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}

footer .logo span {
	background: url('images/sprite.svg') no-repeat 0 0;
	float: left;
	text-indent: -9999px;
	width: 130px;
	height: 115px;
}

footer nav {
	float: right;
	clear: right;
}

.footer-nav ul {
	text-align: center;
}

.footer-nav li {
	display: inline-block;
	list-style-type: none;
}

.footer-nav a {
	color: #fff;
	padding: 0 15px;
	border-right: 1px solid #fff;
}
.footer-nav li:last-child a {
	border-right: 0;
	padding-right: 0;
}

.footer-nav a,
footer a,
footer p {
	color: #fff;
	font-size: 12px;
}

p.copyright {
	float: right;
	clear: right;
}

p.copyright a {
	text-decoration: underline;
}

p.phone {
	font-size: 21px;
	font-weight: 400;
	float: right;
	clear: right;
	font-weight: 400;
	margin-bottom: 5px;
}

.sm {
	float: right;

	margin: 30px 0 15px;
}

.sm .rss,
.sm .linkedin,
.sm .facebook {
	background: url('images/sprite.svg') no-repeat 0 -150px;
	width: 27px;
	height: 27px;
	display: inline-block;
	text-indent: -9999px;
	margin-right: 10px;
}

.sm .linkedin:hover {
	background-position: 0px -192px;
}

.sm .rss {
	background-position: -84px -150px;
}

.sm .rss:hover {
	background-position: -84px -192px;
}

.sm .facebook {
	background-position: -42px -150px;
	margin-right: 0;
}

.sm .facebook:hover {
	background-position: -42px -192px;
}



/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* Buttons
------------------------------------------------------------ */

.button,
input[type="submit"],
.gform_previous_button,
.gform_next_button {
	text-transform: uppercase;
 	padding: 3px 12px;
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	border: none;
	cursor: pointer;
}


.button.yellow,
input[type="submit"],
.gform_previous_button,
.gform_next_button {
	color: #fff;
	background: #edb113; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNlZGIxMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2U5NjAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #edb113 55%, #ce9602 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#edb113), color-stop(100%,#ce9602)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #edb113 55%,#ce9602 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #edb113 55%,#ce9602 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #edb113 55%,#ce9602 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #edb113 55%,#ce9602 100%); /* W3C */
	text-shadow: 1px 1px 2px #a97c00;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.button:hover,
input[type="submit"]:hover,
.gform_previous_button:hover,
.gform_next_button:hover {
	text-decoration: none;
	background: #ce9602; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlOTYwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzdkMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ce9602 0%, #ac7d01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce9602), color-stop(100%,#ac7d01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ce9602 0%,#ac7d01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ce9602 0%,#ac7d01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ce9602 0%,#ac7d01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ce9602 0%,#ac7d01 100%); /* W3C */
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}


/* Forms
------------------------------------------------------------ */

input[type="text"],
textarea,
input[type="select"] {
	border: 1px solid #efefef;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	color: #757575;
	padding: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="select"]:focus {
	border-color: #ddd;
	-webkit-box-shadow:  1px 1px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

label {
	font-size: 15px;
	color: #757575;
}

/* MAILCHIMP FORM IN SIDEBAR */

#gform_widget-3 .gform_body ul{
	list-style-type: none;
}

#gform_widget-3 .gform_body input[type="text"]{
	padding: 5px;
	margin-bottom: 5px;
}

#gform_widget-3 .gform_description{
	color:#7f8589;
}

#gform_widget-3 .gform_heading{
	margin-bottom: 5px;
}

#gform_widget-3 .gform_footer{
	margin-bottom: 0px;
}
input#gform_submit_button_5.button.gform_button{
	margin-top: 10px;
}

#gform_widget-3 label{
	font-size: 14px;
}

.entry-content .gform_wrapper ul {
	margin: 0;
	padding: 0;
}

.entry-content .gform_wrapper li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px;
}

.gform_wrapper li:before,
.gform_wrapper li:after {
	display: table;
	content: '';
}
.gform_wrapper li:after {
	clear: both;
}
.gform_wrapper li {
	zoom: 1;
}

.gfield_required,
.validation_error,
.validation_message {
	color: red;
}

.entry-content .gform_wrapper li.gfield_error {
	background: #fcf3f3;
	background: rgba(245, 209, 209, 0.4);
	border: 1px solid #ffb1b1;
	padding: 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.entry-content .gform_wrapper li.gfield_error input[type="text"], 
.entry-content .gform_wrapper li.gfield_error textarea, 
.entry-content .gform_wrapper li.gfield_error input[type="select"] {
	border: 1px solid #ffb1b1;
}

.gform_footer {
	text-align: right;
	margin-bottom: 50px;
}

#gform_wrapper_4{
	max-width: 600px
}

#gform_wrapper_4 .gfield_description{
	font-style: italic;
	color:#757575;
	font-size: 14px;
}

#gform_wrapper_4 ul#input_4_23 li{
	display:inline;
}


.page-id-114 .gform_wrapper label {
	float: left;
	width: 20%;
	line-height: 40px;
}
.page-id-114 .gform_wrapper .ginput_container {
	float: left;
	width: 80%;
}

.page-id-114 .gform_wrapper textarea {
	height: 110px;
}


.side_icons {
	float: right;
	width: 400px;
	text-align: right;
}

.side_icons a {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: #000;
	background: #fff url('images/icons2.png') no-repeat 7px 5px;
	padding: 5px 15px 5px 25px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}

.side_icons a:hover {
	text-decoration: none;
	background-color: #efefef;
}


.side_icons a.support {
	-webkit-border-radius: 0 0 0px 6px;
	border-radius: 0 0 0px 6px;
}

.side_icons a.forums {
	background-position: 7px -20px;
	-webkit-border-radius: 0 0 6px 0px;
	border-radius: 0 0 6px 0px;
}

.side_icons a.contact {
	background-position: 7px -34px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.comment-list li ul li {
	list-style-type: none;
	-webkit-box-shadow: -3px 3px 4px 0px rgba(227, 227, 227, 0.6);
	box-shadow: -3px 3px 4px 0px rgba(227, 227, 227, 0.6);
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #fff;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


#fancybox-wrap #fancybox-title {
	display: none !important;
}
.popup {
	background: url('images/bg-noise.gif') repeat;
	padding: 20px;
	overflow: hidden;
}

.popup img {
	float: left;
	margin: 0 3% 30px 0;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	border: 3px solid white;
	width: 20%;
}

.popup .content {
	float: left;
	width: 74%;
}
.popup .content h2 {
	font-size: 20px;
}

.entry-content .agm_google_maps {
	width: 100% !important;
}


section.timeline .timeline .issues li span {
	text-align: left;
	display: block;
	font-size: 25px;
	margin: 0 70px;
}

section.timeline .timeline .issues li p {
	color: #fff;
	font-size: 16px;
}

.timeline .dates {
	margin-bottom: 30px;
}

section.timeline .timeline .dates .selected {
	font-size: 30px;
}

section.timeline .timeline .dates li {
	font-size: 19px;
}

section.timeline {
	height: auto;
}

section.timeline .timeline .issues li {
	opacity: 1.0 !important;
}



/* Smaller screens */
@media only screen and (max-width: 1120px) {
	.wrap {
		width: 960px;
	}
	.sidebar .widget.widget_search input[type="submit"] {
		width: 40%;
		height: 30px;
		font-size: 10px;
		padding: 4px;
	}
	.sidebar .widget.widget_search input[type="text"] {
		width: 60%;
		font-size: 11px;
		height: 30px;
	}
}

/* Smaller Again... */
@media only screen and (max-width: 980px) {
	.wrap {
		width: 750px;
	}
	#title-area {
		display: block;
		float: none;
		text-align: center;
	}
	#title {
		display: inline-block;
		float: none;
	}
	#title a {
		margin-bottom: 3px;
	}
	#nav {
		margin-top: 0;
		float: none;
		display: block;
		margin-bottom: 5px;
	}
	#nav a {
		font-size: 14px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.site-links .widget {
		width: 29.33%;
		margin: 0 2%;
	}
	.side_icons {
		position: absolute;
		top: 0;
		right: 20px;
	}
	#title a {
		margin-top: 25px;
	}
	
	.product-sidebar span, .forum-sidebar span, .contact-sidebar span {
		float: none;
		margin: 0 auto;
	}	
	.product-sidebar,
	.forum-sidebar,
	.contact-sidebar {
		height: auto;
		font-size: 16px;
		line-height: 110%;
		text-align: center;
	}
	
	.single-post .wp-post-image {
		float: none;
		display: block;
	}
	.popup .content {
		float: none;
		width: 100%;
	}
	.popup img {
		margin-bottom: 10px;
	}
	
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
	.wrap {
		width: 94%;
	}
	
	.sidebar,
	.content-sidebar #content,
	#content,
	.software.id453 .thumb {
		display: block;
		float: none;
		clear: both;
		width: 100%;
	}
	.software.id453 .thumb {
		margin-top: 30px;
	}
	.page-template-page_blog-php .post .entry-title,
	.page-template-page_blog-php .post .post-info,
	.page-template-page_blog-php .post .entry-content,
	.page-template-page_blog-php .post .post-meta,
	.archive .post .entry-title,
	.archive .post .post-info,
	.archive .post .entry-content,
	.archive .post .post-meta {
		padding: 0;
	}
	.post .entry-content a {
		position: relative;
		display: block;
		width: 100%;
		overflow: hidden;
		margin-bottom: 15px;
		padding: 5px;
	}
	
	.page-id-8 .entry-content {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.employees a {
		width: 48%;
		margin: 0 1% 20px;
	}
	section.timeline {
		display: none;
	}
	
	footer .logo {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 120px;
		width: 43%;
	}
	
	footer .logo span {
		margin-left: auto;
		margin-right: auto;
		float: none;
		display: block;
	}
	
	.sm,
	p.copyright {
		float: none;
		text-align: center;
	}
	p.phone {
		float: none;
		text-align: center;
	}
	footer nav {
		float: none;
	}
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		display: block;
		margin: 0 0 20px;
		padding-left: 0;
		width: 100%;
		overflow: hidden;
	}
	
	.site-links .widget {
		width: 84%;
		margin: 0 auto 50px auto;
		float: none;
	}
	
	.single-post .wp-post-image {
		float: none;
	}
	
	section.products .feature-thumb {
		width: 50%;
		float: none;
		margin: 0 auto 20px;
		text-align: center;
	}
	
	section.products .textwidget {
		padding: 0 5%;
	}
	h2, h2 a {
		font-size: 20px;
	}
	
	.quote .testimonials::before, .quote .testimonials::after {
		display: none;
	}
	.quote .testimonials::after {
	right: 23px;
	}	
	.page-id-29 .post .entry-content a, .search-results .post .entry-content a {
		position: relative;
	}
	.sidebar .featuredpost .testimonials {
		padding-bottom: 100px;
	}
	.software .entry-content {
		width: 100%;
		float: right;
	}
	.software .thumb {
		width: 100%;
		margin-left: 0;
		float: left;
		margin-bottom: 30px;
	}
	.software-template #content {
		margin: 0;
	}
	.side_icons {
		width: 100%;
		right: 0;
		text-align: center;
	}
	.side_icons a {
		float: none;
		display: inline-block;
	}
	#title a {
		margin-top: 35px;
	}
	.side_icons a.forums {
		-webkit-border-radius: 0 0 0 6px;
		border-radius: 0 0 0 6px;
	}
	.side_icons a.support {
		-webkit-border-radius: 0 0 6px 0;
		border-radius: 0 0 6px 0;
	}
	.link-slider .wrap {
		padding: 30px 0 20px;
	}
	.quote .wrap {
		padding: 30px 0 20px;
		width: 98%;
	}
	section.timeline .wrap {
		padding: 30px 0 20px;
	}
	.employees .wrap {
		padding: 30px 0 20px;
	}
	.site-links .wrap {
		padding: 30px 0 20px;
	}
	.quote .testimonials {
		padding: 0 8%;
	}
	.quote .testimonials h2 a {
		width: 100%;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.quote p {
		padding-bottom: 60px;
		font-size: 16px;
	}
	.quote .testimonials img {
		float: none;
	}
	.widgettitle, .widgettitle a {
		font-size: 23px;
	}
	section.products p {
		font-size: 16px;
	}
	.software a.button {
		margin: 10px 10px 10px 0;
		float: none;
		display: block;
		width: 86%;
	}
	
	section.slider a.button {
		font-size: 7px;
		padding: 4px 9px;
	}
	section.slider .ls-bottom-nav-wrapper {
		display: none;
	}
	#nav a {
		font-size: 12px;
		padding-left: 4px;
		padding-right: 4px;
	}
	section.slider {
		display: none;
	}

 
}







