/*
Website Name: Metro Express of Baltimore
Copyright 2016
Adventure Web Interactive
*/


/* Fonts */

@font-face {
	font-family: 'Source Sans Pro';
	font-weight: 300;
	font-style: normal;
	src: url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-light-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Titillium';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/titillium-regular-webfont.woff2') format('woff2'), url('../fonts/titillium-regular-webfont.woff') format('woff');
}


/* Normalize */

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

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

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

audio, canvas, video {
	display: inline-block;
	display: inline;
	vertical-align: middle;
	zoom: 1;
}

video {
	width: 100% !important;
	height: auto !important;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

dfn {
	font-style: italic;
}

mark {
	color: #000;
	background: #ff0;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-family: 'courier new', monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

::-moz-selection {
	text-shadow: none;
	background: #3eb2dd;
}

::selection {
	text-shadow: none;
	background: #3eb2dd;
}


/* General */

html {
	font-family: sans-serif;
	font-size: 21px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 100%/1.5 'Source Sans Pro', Arial, Helvetica, sans-serif;	
	color: #4c4a4a;
	background: #fff;
}

p, h1, h2, h3, h4, form, table, hr, pre, blockquote {
	margin: 0 0 20px;
}

h1, h2, h3, h4 {
	margin-top: 40px;
	line-height: 1.2;
}

h1, .banner h2 {
	font-family: 'Titillium', 'Source Sans Pro', sans-serif;
	font-size: 2.2857em;
	color: #127ea6;
}

h2 {
	font-size: 1.7143em;
	text-transform: uppercase;
}

.banner h2 {
	text-transform: none;
}

h3 {
	font-size: 1.5238em;
}

h4 {
	font-size: 1.1429em;
}

h5 {
	font-size: .8571em;
}

h6 {
	font-size: .75em;
}

ul, ol, dl, menu {
	margin: 0 0 20px 40px;
}

ul li {
	padding: 0 0 10px 0;
}

a {
	color: #127ea6;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:active, a:hover {
	text-decoration: underline;
	outline: 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 80%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

blockquote, q {
	quotes: none;
}

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

blockquote {
	padding: 20px;
	color: #064c66;
	background: #3eb2dd;
	border-left: 8px solid #127ea6;
}

blockquote p {
	margin: 0;
}


/* Tools */

.hidden, .tablet-view, .mobile-view {
	display: none !important;
	visibility: hidden;
}

.desktop-view {
	display: block !important;
	visibility: visible;
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after, .container:after {
	clear: both;
}

.clearfix, .container {
	zoom: 1;
}

.browserupgrade {
	padding: 5px 0;
	color: #000;
	text-align: center;
	background: #ccc;
}

.inlineblock-fix {
	font-size: 0;
}

.inlineblock-reset {
	font-size: 21px;
	font-size: 1rem;
}

:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child {
	margin-top: 0;
}

:last-child {
	margin-bottom: 0;
}

.list--unstyled {
	margin: 0;
	list-style: none;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
}

.icon-megaphone {
	width: 1.5751953125em;
}

.icon-phone {
	width: .7861328125em;
}

.icon-user {
	width: .7861328125em;
}

.icon-quote-right {
	width: .9287109375em;
}

.icon-youtube {
	width: .857421875em;
}

.icon-feed {
	width: .787109375em;
}

.icon-twitter {
	width: .9287109375em;
}

.icon-pinterest-p {
	width: .7138671875em;
}

.icon-google-plus {
	width: 1.2861328125em;
}

.icon-linkedin {
	width: .857421875em;
}

.icon-facebook {
	width: .587890625em;
}


/* Forms */

legend {
	margin-left: -7px;
	white-space: normal;
}

label {
	display: block;
	margin: 0 0 4px;
}

input, textarea, select, button, .button {
	width: 100%;
	height: 32px;
	padding: 0 5px;
	font: inherit;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
}

input, textarea {
	-webkit-appearance: none;
}

select {
	padding: 0 0 0 5px;
}

textarea {
	height: 120px;
	padding: 5px;
	vertical-align: top;
	overflow: auto;
	resize: vertical;
}

button, html input[type='button'], input[type='reset'], input[type='submit'], .button {
	overflow: visible;
	cursor: pointer;
	-webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type='radio'], input[type='checkbox'] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 4px 0 0;
	border: none;
}

input[type='radio'] {
	-webkit-appearance: radio;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

input[type='file'] {
	height: auto;
	height: 32px\9;
	background: none;
	background: #fff\9;
	border: none;
	border: 1px solid #ccc\9;
}

input[type='file']::-ms-value {
	background: #fff;
	border: none;
}

input[type='search'] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

button, html input[type='button'], input[type='reset'], input[type='submit'], .button {
	width: auto;
	height: auto;
	padding: .75em 4em;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background: #3eb2dd;
	border: 1px solid #fff;
	border-radius: 0;
	-webkit-appearance: none;
}

.button {
	display: inline-block;
	text-align: center;
}

button:hover, html input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, .button:hover {
	text-decoration: none;
	background: #127ea6;
}

button:active, html input[type='button']:active, input[type='reset']:active, input[type='submit']:active, .button:active {
 	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}

button[disabled], html input[disabled] {
	cursor: default;
}


/* Structure */

.container {
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
}

.form-list {
	max-width: 500px;
	margin: 0;
	list-style: none;
}

.form-list li {
	margin: 10px 0 0;
}

.form-list li:first-child {
	margin: 0;
}


/* Header */

.top-section-wrap {
	position: relative;
	min-height: 500px;
	background-position: center;
	background-size: cover;
}

header {
	width: 100%;
	padding: 23px 0 18px;
}

header .logo {
	float: left;
}

.header-tel {
	float: right;
	padding: 15px 25px;
	margin-top: -18px;
	font-size: 1.3333em;
	line-height: 0;
	color: #fff;
	transition: background .1s ease-out;
	background: #127ea6;
	border-radius: 0 0 15px 15px;
}

.header-tel:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: border-color .1s ease-out;
	border-bottom: 5px solid #127ea6;
}

.header-tel svg {
	margin-right: 8px;
}

.header-tel:hover {
	text-decoration: none;
 	background: #064c66;
}

.header-tel:hover:before {
	border-color: #064c66;
}


/* Navigation */

nav {
	float: right;
	padding: 0 15px;
	margin-top: 20px;
	clear: right;
	background: #fff;
	background: rgba(255, 255, 255, .6);
	border-radius: 8px;
}

.rNav, .rNav ul {
	margin: 0;
	list-style: none;
}

.rNav {
	zoom: 1;
}

.rNav:before, .rNav:after {
	content: '';
	display: table;
}

.rNav:after {
	clear: both;
}

.rNav > li {
	float: left;
	position: relative;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
}

.rNav a {
	display: block;
	padding: 0 15px;
	font-size: .8571em;
	color: #504e4e;
	text-decoration: none;
	text-transform: uppercase;
}

.rNav a:hover, .rNav li:hover > a {
	color: #127ea6;
}

.rNav ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	display: none;
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	background: #fff;
}

.rNav li:hover > ul {
	display: block;
	width: auto;
	height: auto;
	visibility: visible;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.rNav ul li {
	float: none;
	height: 40px;
	line-height: 40px;
}

.rNav ul ul {
	top: 0;
	left: 100%;
}

#rNav-trigger {
	display: none;
}


/* Banner */

.banner {
	height: 450px;
}

.banner .container {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.banner__content {
	display: table-cell;
	vertical-align: middle;
}

.banner__content hr {
	position: relative;
	width: 15px;
	height: 15px;
	margin: 20px auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	border: 0;
	box-shadow: 1px 1px 3px #000;
}

.banner__content hr:before, .banner__content hr:after {
	content: '';
	position: absolute;
	top: 21px;
	right: 100%;
	width: calc(50vw - 40px);
	max-width: 300px;
	margin-right: 8px;
	-webkit-transform: rotate(-45deg);
 	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	border-bottom: 2px solid #fff;
	box-shadow: 0 1px 3px #000;
}

.banner__content hr:after {
	top: -8px;
	right: auto;
	left: 100%;
	margin-right: 0;
	margin-left: 8px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.banner__content p {
	font-size: 1.7143em;
}

.banner__content a[href^='tel:']:hover {
	color: #064c66;
	text-decoration: none;
}

.banner__content .button {
	font-size: 1.1429rem;
}


/* Services */

.services {
	padding: 30px 0;
	color: #fff;
	text-align: center;
	background: #040404 url('../img/blackorchid.png') center;
	background-size: 300px 300px;
	border-top: 5px solid #127ea6;
}

.services h2 {
	text-transform: none;
}

.services ul {
	margin: 0 -15px;
	list-style: none;
}

.services ul li {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.services h3 {
	height: 100px;
	margin: 0 0 30px;
	font-size: 1.125em;
	font-weight: 300;
	line-height: 100px;
	text-align: center;
	background: #127ea6;
	border-bottom: 2px solid #064c66;
}

.services a {
	color: #fff;
}

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

.services a:hover h3 {
	background: #064c66;
}

.services img {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.services p {
	margin: 0;
}


/* Products */

.products {
	padding: 30px 0;
	background: #e6e6e6;
}

.products ul {
	margin: 0 -15px;
	list-style: none;
}

.products ul li {
	float: left;
	width: 25%;
	padding: 0 15px;
}

.products h4 {
	margin: 0;
	text-align: center;
}

.products img {
	margin: 0 auto 10px;
}


/* Main */

main {
	padding: 30px 0;
}

article, aside {
	float: left;
	width: 70%;
	width: calc(100% - 330px);
}

article.full-width {
	float: none;
	width: 100%;
	margin: 0 auto;
	max-width: 54em;
}
.home main {
	background-position: center;
	background-size: cover;
}

.home article, .home aside {
	width: 50%;
}

.home main h1 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #4c4a4a;
	text-align: center;
	font-size: 1.7143em;
	text-transform: uppercase;
}

.home main h1:before {
	content: '';
	display: inline-block;
	height: 1.2em;
	margin-right: 15px;
	vertical-align: middle;
	border-right: 5px solid;
}

.home aside li {
	margin-bottom: 8px;
}

.home aside a, .home aside span {
	display: block;
	padding: 10px;
	color: #fff;
	background: #127ea6;
}

.home aside a:hover {
	text-decoration: none;
	background: #064c66;
}

.home aside img {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}

.company-logos {
	padding: 20px 0;
	text-align: center;
	background: #ddd url('../img/brushed.png') center;
	background-size: 114px 114px;
}

.company-logos li {
	display: inline-block;
	margin: 10px 0 10px 30px;
	vertical-align: middle;
}

.company-logos li:first-child {
	margin-left: 0;
}

.rave-reviews {
	padding: 30px 0 300px;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url('../img/baltimore-skyline.png');
}

.rave-reviews h2 {
	text-align: center;
}

.icon-divider {
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 55px;
	color: #fff;
	text-align: center;
	background: #127ea6;
	border-radius: 50%;
}

.icon-divider:before, .icon-divider:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: calc(50vw - 80px);
	max-width: 158px;
	margin-right: 10px;
	border-bottom: 1px solid #4c4a4a;
}

.icon-divider:after {
	right: auto;
	left: 100%;
	margin: 0 0 0 10px;
}

.testimonials {
	position: relative;
	padding: 0 50px;
	margin-top: 30px;
}

.flex-nav a {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	font-size: 40px;
	line-height: 0;
	color: #000;
}

.flex-nav .flex-next {
	right: 0;
	left: auto;
}

.testimonial__inner {
	max-width: 880px;
	margin: 0 auto;
}

.testimonial__icons, .testimonial__content {
	display: inline-block;
	vertical-align: middle;
}

.testimonial__icons {
	width: 128px;
}

.testimonial__content {
	width: calc(100% - 128px);
	padding-left: 10px;
}

.ti-quote {
	display: inline-block;
	width: 52px;
	height: 52px;
	font-size: 26px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background: #000;
	border-radius: 50%;
}

.ti-person {
	display: inline-block;
	width: 72px;
	height: 72px;
	margin-left: -10px;
	font-size: 41px;
	line-height: 65px;
	color: #fff;
	text-align: center;
	background: #127ea6;
	border-radius: 50%;
}

ul.sub-menu-list { 
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

ul.sub-menu-list li {
	float: left;
	margin: 0 0 0 4px;
	padding: 10px;
	display: block;
}

ul.sub-menu-list .button {
	font-size: 0.814em;
	width: 380px;
	text-transform: none;
}

.partners-container {
	padding: 0 0 30px;
}

.partners .box {
	width: 810px;
	margin: 0 auto;		
}

.partners .logos li {
	height: 150px;
	text-align: center;
	float: left;
	list-style: none;
	padding: 0 25px 10px 25px;
}

.partners .logos li span {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.partners ul.logos li img {
	max-height: 150px;
	vertical-align: middle;
	display: inline-block;
	padding: 0 0 15px 0;
}


/* Sidebar */

aside {
	width: 30%;
	width: calc(100% - (100% - 330px));
	padding: 0 0 0 30px;
}

.sidebar {
	padding: 20px;
	margin: 0 0 30px;
	border-top: 5px solid #127ea6;
	border-bottom: 5px solid #127ea6;
}

.sidebar ul {
	margin: 0;
	list-style: none;
}

.sidebar > ul li {
	margin: 20px 0 0;
}

.sidebar ul ul li {
	margin: 10px 0 0;
}

.sidebar > ul li:first-child, .sidebar ul ul li:first-child {
	margin: 0;
}

.sidebar-content span {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	background: #127ea6;
}

.sidebar-content img {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}

aside .contact-us-box {
	color: #127ea6;
	background: #ddd url('../img/brushed.png') center;
}

aside .contact-us-box h2 {
	text-align: center;
	border-bottom: 4px solid #fff;
	padding: 15px 0 15px 0;
}

aside .contact-us-box .phone {
	font-size: 32px;
	text-align: center;
	background: none;
}


/*Footer */

footer {
	position: relative;
	padding: 40px 0;
	background: #000;
}

.social-media {
	position: absolute;
	top: -22px;
	left: 0;
	width: 100%;
	text-align: center;
}

.social-media li {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-left: 10px;
	font-size: 25px;
	line-height: 40px;
	text-align: center;
	background: #ff6060;
	border-radius: 50%;
}

.social-media li:first-child {
	margin-left: 0;
}

.social-media a {
	display: block;
	color: #141414;
	border-radius: 50%;
}

.social-media a:hover {
	color: #7a0e0e;
	text-decoration: none;
}

.footer-links {
	text-align: center;
}

.footer-links li {
	display: inline-block;
	padding: 2px 5px;
}

.footer-links a {
	font-size: .8571em;
	color: #fff;
	text-transform: uppercase;
}

footer .geos {
	font-size: 0.75em;
	color: #7e7c7c;
	text-align: center;
	display: block;
	padding: 25px 0;
}

footer address {
	font-size:  0.625em;
	color: #7e7c7c;
	text-align: center;
	display: block;
	padding: 15px 0;
}

.copyright {
	position: relative;
	padding: 10px 0;
	margin: 0;
	font-size: 0;
	color: #fff;
	overflow: hidden;
	text-align: center;
	list-style: none;
	background: #000;
}

.copyright:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100% - 40px);
	max-width: 960px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 1px solid #fff;
}

.copyright li {
	display: inline-block;
	padding: 0 6px;
	font-size: 13.125px;
	font-size: .625rem;
	line-height: 1;
	border-left: 1px solid #fff;
}

.copyright li:first-child {
	border: none;
}

.copyright a {
	color: #fff;
}

/* WPCF7 */

.wpcf7-form.sent * {
	display: none;
}

.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 80%;
	line-height: 1.2;
}

.wpcf7-mail-sent-ok {
	padding: 4px 6px !important;
	background: #d2f7ad;
	color: #318a1c;
	border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
	color: #f00;
	border: none !important;
}

.wpcf7-not-valid-tip {
	padding: 0 !important;
	top: 0 !important;
	left: auto !important;
	background: none !important;
	border: none !important;
	font-size: 80% !important;
	width: auto !important;
}

.wpcf7-captchac {
	display: inline-block;
	vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap {
	width: 100%;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
	background: #f6c1c1;
	border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	display: inline-block;
}

span.wpcf7-list-item {
	margin: 0 !important;
}


/* Jetpack */

.jetpack_subscription_widget form {
	margin: 0;
}

.jetpack_subscription_widget label[for="subscribe-field"] {
	margin: 0;
}

.jetpack_subscription_widget label[for="email"] {
	display: none;
}

#subscribe-text {
	display: none;
}

#subscribe-email {
	margin: 0 0 10px;
}

#subscribe-submit {
	margin: 0;
}

#subscribe-email input {
	width: 100% !important;
}

div.success p {
	font-size: 1rem;
	line-height: 1.2;
	margin: 0 0 10px;
}

div.sharedaddy div.sd-block {
	margin: 0 0 15px !important;
	padding: 0 !important;
	border: none !important;
}

div.sharedaddy .sd-content {
	width: 100% !important;
	margin: 0 !important;
}

.widget_rss_links p {
	margin: 0;
	text-align: center;
}

.widget_rss_links img {
	margin-right: 5px;
	display: inline;
	vertical-align: middle;
}

#wpstats, .home div.sharedaddy, .archive div.sharedaddy, .search div.sharedaddy {
	display: none;
}

.comment-subscription-form {
	margin: 0;
}

.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Media */

@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 1023px) {
	.services {
		padding: 20px 0;
	}
	.services ul {
		margin: 0 -10px;
	}
	.services ul li {
		padding: 0 10px;
	}
	.services h3 {
		margin-bottom: 20px;
	}
	.products {
		padding: 20px 0;
	}
	.products ul li {
		padding: 0 10px;
	}
	.container {
		padding: 0 20px;
	}
	main {
		padding: 20px 0;
	}
	aside {
		padding-left: 20px;
	}
	footer .links {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		-ms-column-count: 3;
		-o-column-count: 3;
		column-count: 3;
	}
	.no-csscolumns footer .links li, .no-js footer .links li {
		width: 33.3333%;
	}
}

@media screen and (max-width: 920px) {
	header .logo {
		width: 220px;
	}
	.services h2 {
		font-size: 1.5238em;
	}
	.services h3 {
		font-size: 1.1429em;
	}
	.home main {
		text-align: center;
	}
	.home main h2 {
		display: inline-block;
		padding-left: 15px;
		border-left: 5px solid;
	}
	.home main h2:before {
		display: none;
	}
	.home article, .home aside {
		float: none;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.home aside {
		margin-top: 20px;
	}
	.testimonial__icons {
		display: block;
		margin: 0 auto;
	}
	.testimonial__content {
		display: block;
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}
}

@media screen and (max-width: 850px) {
	.rNav a {
		font-size: .7619em;
	}
}

@media screen and (max-width: 800px) {
	header .logo {
		position: relative;
		z-index: 2;
	}
	nav {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0;
		background: #f00;
		border-radius: 0;
	}
	#rNav-wrap {
		position: relative;
		text-align: center;
	}
	#rNav-trigger {
		display: block;
		height: 50px;
		padding: 0 20px;
    	line-height: 50px;
		text-align: center;
		cursor: pointer;
	}
	#rNav-trigger div {
		display: inline-block;
		vertical-align: middle;
	}
	#rNav-trigger span {
		display: block;
		width: 40px;
		height: 4px;
		background: #fff;
		border-radius: 4px;
	}
	#rNav-trigger span:first-child + span {
		margin: 5px 0;
	}
	.rNav {
		position: absolute;
		top: 100%;
		z-index: 9999;
		display: none;
		width: 100%;
		background: #fff;
  	}
	.rNav > li {
		float: none;
		height: 40px;
		line-height: 40px;
	}
	.rNav a {
		height: auto;
		padding: 0 20px;
  	}
	.rNav li.rNav-back a:before {
		content: '\25C0';
		padding: 0 10px 0 0;
		font-family: 'Lucida Sans Unicode', 'Arial Unicode MS';
	}
	a.rNav-parent:after {
		content: '\25B6';
 		padding: 0 0 0 10px;
		font-family: 'Lucida Sans Unicode', 'Arial Unicode MS';
	}
	.rNav-trans {
		position: absolute;
		display: block;
		overflow: hidden;
	}
	.rNav-trans li, .rNav-trans li a {
		white-space: nowrap;
		overflow: hidden;
	}
	.banner {
		padding-bottom: 50px;
	}
	.partners .box, .partners .logos li {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 767px) {
	
	.services ul {
		margin: 0;
	}
	.services ul li {
		float: none;
		width: 100%;
		max-width: 400px;
		padding: 0;
		margin: 20px auto 0;
	}
	.services ul li:first-child {
		margin-top: 0;
	}
	.services h3 {
		height: auto;
		padding: 20px 10px;
		line-height: 1.5;
	}
	.products {
		padding-bottom: 0;
	}
	.products ul li {
		float: left;
		width: 50%;
		padding: 0 15px;
		margin: 0 0 20px;
	}
	blockquote {
		padding: 15px;
	}
	.container {
		padding: 0 10px;
	}
	article, aside {
		float: none;
		width: 100%;
	}
	aside {
		padding: 0;
		margin-top: 20px;
	}
	.sidebar {
		padding: 15px;
	}
	footer .links {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-ms-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
	}
	.no-csscolumns footer .links li, .no-js footer .links li {
		width: 50%;
	}
}

@media screen and (max-width: 567px) {
	html {
		font-size: 1rem;
	}
	button, html input[type='button'], input[type='reset'], input[type='submit'], .button {
		padding: .75em 2.5em;
	}
	header {
		padding: 0;
		text-align: center;
	}
	.header-tel {
		float: none;
		display: inline-block;
		margin-top: 0;
  	}
	header .logo {
		float: none;
		display: block;
		margin: 10px auto 0;
	}
	.top-section-wrap {
		height: 300px;
	}
	.banner {
		height: auto;
		padding: 25px 0 75px;
	}
	.products ul {
		padding-bottom: 20px;
	}
	.products ul li {
		float: none;
		width: 100%;
		max-width: 400px;
		padding: 0;
		margin: 20px auto 0;
	}
	.products ul li:first-child {
		margin-top: 0;
	}
	.company-logos li {
		display: block;
		margin: 10px 0;
	}
	.company-logos img {
		display: inline-block;
	}
	.testimonials {
		padding: 0;
	}
	.flex-nav {
		display: none;
	}
	.rave-reviews {
		padding-bottom: 150px;
		background-size: auto 140px;
	}
	ul.sub-menu-list li {
		float: none;
		width: 100%;
		margin: 0;
		padding-left: 0;
	}
	.partners-container {
		margin: 45px 0 0 0;
	}
	.partners .logos li {
		float: none;
		display: inline;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.copyright li {
		display: block;
		padding: 0;
		line-height: 1;
		border: none;
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5625), screen and (min-resolution: 150dpi) {
	.services {
		background-image: url('../img/blackorchid@2x.jpg');
	}
	.company-logos {
		background-image: url('../img/brushed@2x.png');
	}
}
@media print {
	@page {
		margin: .5cm !important;
	}
	*, *:before, *:after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	body {
		padding: .75cm !important;
		font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
	}
	article, .container {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	nav, aside, footer {
		display: none;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';}
	a[href^='#']:after, a[href^='javascript:']:after {
		content: '';
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 18pt !important;
		font-weight: bold !important;
	}
	h2 {
		font-size: 16pt !important;
	}
	h3 {
		font-size: 14pt !important;
	}
	h4 {
		font-size: 12pt !important;
	}
	h5, h6 {
		font-size: 10pt !important;
	}
	code {
		font: 10pt Courier, monospace;
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}