/*
Theme Name: medvertise
Author: Anonymous
Author URI:
Version: 1
Description: medvertise theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medvertise
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#nav .drop,
.widget ul,
.gform_wrapper .gform_body .gform_fields,
#footer .two-cols .col .footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.holder:after,
#header:after,
.menu-opener:after,
.equipment .two-cols:after,
#content .content-cols:after,
#footer .two-cols:after {
	content: "";
	display: block;
	clear: both;
}

ul li a,
.fancybox-close:after,
#nav .drop li a,
.info-block .pricing,
.btn-free,
.gform_wrapper .gform_footer input[type="submit"],
#footer .two-cols .col .copyright a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 14px/1.5 "Arimo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.5em;
}

blockquote {
	border-left: 5px solid #4146a4;
	padding-left: 25px;
	margin: 0 0 7px 12px;
	font-size: 18px;
	line-height: 1.25;
}

blockquote cite {
	color: #4146a4;
	font-style: normal;
	font-size: 14px;
}

th,
td {
	border: 1px solid #333;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ol ul ol {
	padding: 5px 0 0 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding: 5px 0 0 30px;
	margin: 0;
}

ul ol > li {
	padding: 0;
}

ul ol > li:before {
	display: none;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul li {
	margin: 0 0 6px;
	padding: 0 0 0 10px;
	line-height: 1.1;
	position: relative;
}

ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #333;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 6px 0 0 0;
}

ul li a {
	color: #333;
	text-decoration: none;
}

ul li a:hover {
	color: #fff;
}

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

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #333;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#content {
	float: left;
	width: 70%;
}

#content:only-child {
	float: none;
	width: 100%;
}

#sidebar {
	float: right;
	width: 25%;
	padding: 30px 0 0 15px;
}

#sidebar #wp-calendar {
	width: 100%;
}

.widget {
	margin-bottom: 1.5em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 140px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.5em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.5em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.5em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.5em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.5em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #333;
	padding: .4em;
	margin-bottom: 1.5em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.5em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.5em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.5em;
}

.mejs-container {
	margin-bottom: 1.5em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #333;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 12px;
	line-height: 1.25;
	color: inherit;
}

h1,
.h1 {
	font-size: 36px;
}

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

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 15px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #006cd8;
}

a:hover,
a:focus {
	text-decoration: none;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?vb3a6s");
	src: url("fonts/icomoon.eot?vb3a6s#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?vb3a6s") format("truetype"), url("fonts/icomoon.woff?vb3a6s") format("woff"), url("fonts/icomoon.svg?vb3a6s#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-left-quote:before {
	content: "\e905";
}

.icon-right-quote:before {
	content: "\e906";
}

.icon-close:before {
	content: "\e90f";
}

.popup-holder {
	position: relative;
	overflow: hidden;
	color: #fff;
	height: 0;
	z-index: 10;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	color: #999;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	text-align: center;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	padding: 0 !important;
}

.fancybox-opened {
	z-index: 8030;
	background: transparent;
	color: #fff;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: visible !important;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

/* #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox/fancybox_sprite.png');
} */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: fixed;
	top: 17px;
	right: 30px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close:after {
	content: "\e90f";
	position: absolute;
	top: 0;
	right: 0;
	font-family: "icomoon";
	color: #fff;
	font-size: 28px;
}

.fancybox-close:hover:after {
	color: #ff7e13;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

#wrapper {
	position: relative;
	overflow: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

#wrapper:before {
	z-index: 4;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .9);
	opacity: 0;
	visibility: hidden;
}

.menu-active #wrapper:before {
	opacity: 1;
	visibility: visible;
}

.menu-active #header:before {
	opacity: 1;
	visibility: visible;
}

.holder {
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
}

.section {
	text-align: center;
}

.section.comments {
	text-align: left;
}

#header {
	padding: 20px 0 25px;
	position: relative;
	z-index: 5;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

#header:before {
	z-index: 4;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .9);
	opacity: 0;
	visibility: hidden;
}

#header .logo {
	float: left;
}

#header .logo a {
	display: block;
}

#header .holder {
	max-width: 1180px;
}

#nav {
	float: right;
	margin: 15px 0 0 0;
}

#nav .drop {
	word-spacing: -4px;
}

#nav .drop li {
	display: inline-block;
	vertical-align: middle;
	word-spacing: normal;
	margin: 0 42px 0 0;
	padding: 0;
}

#nav .drop li.orange a {
	color: #ff7e13;
}

#nav .drop li:before {
	display: none;
}

#nav .drop li:last-child {
	margin: 0;
}

#nav .drop li.active a,
#nav .drop li:hover a {
	color: #006cd8;
}

#nav .drop li a {
	color: #000;
	text-decoration: none;
}

.menu-opener {
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	position: relative;
	right: 0;
	top: 5px;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	z-index: 9999;
}

.menu-opener:before,
.menu-opener:after,
.menu-opener span {
	background: #ff7e13;
	border-radius: 4px;
	position: absolute;
	top: 18px;
	left: 10%;
	right: 10%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.menu-opener:before,
.menu-opener:after {
	content: "";
	top: 12px;
}

.menu-opener:after {
	top: 24px;
}

.menu-opener:hover:before,
.menu-opener:hover:after,
.menu-opener:hover span {
	opacity: .7;
}

.menu-active .menu-opener:after,
.menu-active .menu-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.menu-active .menu-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-active .menu-opener span {
	opacity: 0;
}

.equipment {
	padding: 60px 0 35px;
}

.equipment .two-cols {
	margin: 0 -5px;
}

.equipment .two-cols .col {
	float: left;
	width: 69%;
	padding: 0 5px;
	text-align: left;
}

.equipment .two-cols .col:last-child {
	width: 31%;
}

.equipment .two-cols .col:last-child h2 {
	margin: 0 0 18px;
	line-height: 1.25;
}

.info-block {
	display: inline-block;
	max-width: 500px;
	margin: 0 0 50px;
}

.info-block h1 {
	line-height: 1.25;
	margin: 0 0 22px;
}

.info-block .pricing {
	display: inline-block;
	color: #4146a4;
	text-decoration: underline;
}

.info-block .pricing:hover {
	color: #ff7e13;
	text-decoration: none;
}

.btn-free {
	text-decoration: none;
	background: #4146a4;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border-radius: 24px;
	display: inline-block;
	padding: 10px 30px;
	min-width: 400px;
	margin: 0 0 20px;
	line-height: 1.2;
	border: 2px solid transparent;
	text-align: center;
}

.btn-free:hover {
	background: #fff;
	color: #4146a4;
	border-color: #4146a4;
}

.software {
	padding: 15px 0 0 0;
}

.software .info-block {
	width: 100%;
	max-width: none;
	text-align: left;
}

.software .info-block h1 {
	color: #4146a4;
	margin: 0 0 37px;
}

.software .info-block .sub-title {
	display: block;
	font-size: 28px;
	max-width: 700px;
	line-height: 1.25;
	margin: 0 0 22px;
}

.software .info-block .title {
	display: block;
	margin: 0 0 21px;
}

.software .info-block .follow-list {
	padding: 0 0 0 25px;
	margin: 0 0 20px;
}

.software .signup {
	text-align: center;
	padding: 9px 0 0 0;
}

.sales {
	position: relative;
	z-index: 2;
	margin: 0 0 -50px;
}

.sales .sales-info {
	padding: 35px 0;
	background: #eee;
	text-align: center;
}

.sales .sales-info blockquote {
	display: inline-block;
	font-size: 0;
	max-width: 810px;
	text-align: left;
	border: none;
	padding: 23px 80px;
	position: relative;
	margin: 0;
}

.sales .sales-info blockquote:before,
.sales .sales-info blockquote:after {
	content: "\e905";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "icomoon";
	font-size: 42px;
	color: #999;
}

.sales .sales-info blockquote:after {
	content: "\e906";
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

.sales .sales-info blockquote .post-image {
	display: inline-block;
	vertical-align: top;
	width: 16%;
}

.sales .sales-info blockquote .post-image .circle-image {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.sales .sales-info blockquote .post-image .circle-image img {
	width: 100%;
}

.sales .sales-info blockquote .post-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: 84%;
	padding: 0 0 0 20px;
}

.sales .sales-info blockquote .post-text cite {
	display: block;
	padding: 12px 0 0 0;
	font-style: normal;
	color: #000;
}

.sales .sales-info blockquote .post-text cite .name {
	font-size: 14px;
	display: block;
}

.intro {
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

#content {
	width: 70%;
	float: left;
	padding: 25px 0;
}

#content > .content-list {
	padding: 0 0 0 10px;
	margin: 0 0 25px;
}

#content .content-image {
	margin: 0 0 12px;
}

#content .content-cols {
	margin: 0 0 10px;
}

#content .content-cols .alignleft {
	float: left;
	padding: 0 10px 0 0;
}

#content .content-cols .txt {
	overflow: hidden;
}

#content blockquote {
	margin: 0 0 7px 12px;
}

#content blockquote p {
	margin: 0 0 3px;
}

#sidebar {
	width: 30%;
	float: right;
	padding: 30px 0 0 65px;
}

.widget {
	margin: 0 0 50px;
}

.widget h3 {
	font-size: 14px;
}

.widget ul {
	padding: 0;
}

.widget ul li {
	padding: 13px 0;
	margin: 0;
	border-top: 1px solid #333;
}

.widget ul li:last-child {
	border-bottom: 1px solid #333;
}

.widget ul li:before {
	display: none;
}

.widget ul li a:hover {
	color: #4146a4;
}

.gform_wrapper h1 {
	margin: 0 0 37px;
	color: #fff;
}

.gform_wrapper .gform_body {
	width: 350px;
	display: inline-block;
}

.gform_wrapper .gform_body .gform_fields {
	margin: 0 0 32px;
}

.gform_wrapper .gform_body .gform_fields li {
	padding: 0;
	margin: 0 0 22px;
}

.gform_wrapper .gform_body .gform_fields li:before {
	display: none;
}

.gform_wrapper .gform_body .gform_fields li .ginput_container input[type="text"],
.gform_wrapper .gform_body .gform_fields li .ginput_container input[type="email"] {
	width: 100%;
	border: none;
	padding: 13px 13px 13px 20px;
	font-size: 16px;
	color: #999;
	border-radius: 4px;
	outline: none;
}

.gform_wrapper .gform_footer input[type="submit"] {
	background: #ff7e13;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 9px;
	border-radius: 24px;
	min-width: 200px;
	display: inline-block;
	border: 2px solid transparent;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
	background: transparent;
	border-color: #ff7e13;
}

#footer {
	padding: 95px 0 25px;
	background: #ccc;
}

#footer.inn {
	padding: 25px 0;
}

#footer .two-cols .col {
	width: 85%;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	margin: 0 -10px;
	text-align: center;
}

#footer .two-cols .col:last-child {
	display: inline-block;
	vertical-align: middle;
	width: 15%;
	text-align: right;
	margin: 0;
	padding: 0;
}

#footer .two-cols .col:last-child .footer-logo a {
	display: inline-block;
}

#footer .two-cols .col .copyright {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px 0 0;
}

#footer .two-cols .col .copyright a {
	color: #000;
	display: inline-block;
	text-decoration: none;
	padding: 0 8px 0 0;
}

#footer .two-cols .col .copyright a:hover {
	color: #ff7e13;
}

#footer .two-cols .col .footer-nav {
	display: inline-block;
	vertical-align: middle;
}

#footer .two-cols .col .footer-nav ul {
	font-size: 0;
}

#footer .two-cols .col .footer-nav ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 10px;
	padding: 0;
}

#footer .two-cols .col .footer-nav ul li:before {
	display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: none !important;
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.equipment {
		padding: 35px 0 15px;
	}

	.equipment .two-cols {
		margin: 0;
	}

	.equipment .two-cols .col {
		width: 100%;
		padding: 0;
		margin: 0 0 10px;
		text-align: center;
	}

	.equipment .two-cols .col:last-child {
		width: 100%;
		text-align: left;
	}

	.info-block h1 br {
		display: none;
	}

	.software {
		padding: 0;
	}

	.sales {
		margin: 0;
	}

	.sales .sales-info {
		margin: 0 -15px;
		padding: 25px 30px;
	}

	.sales .sales-info blockquote {
		padding: 23px 40px;
	}

	.intro {
		background-position: 20% 0;
	}

	#sidebar {
		padding: 30px 0 0 15px;
	}

	#footer {
		padding: 25px 0;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	#nav {
		margin: 0;
	}

	#nav .drop {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		right: 0;
		opacity: 0;
		visibility: hidden;
		text-align: center;
		margin: 0;
		left: 0;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.resize-active #nav .drop {
		-webkit-transition: none;
		transition: none;
	}

	#nav .drop li {
		margin: 0 0 25px;
		display: block;
	}

	#nav .drop li.active a,
	#nav .drop li:hover a {
		color: #4146a4;
	}

	#nav .drop li a:hover {
		color: #ff7e13;
	}

	#nav .drop li a {
		font-size: 36px;
		color: #4146a4;
	}

	.menu-opener {
		display: block;
	}

	.menu-active #nav .drop {
		opacity: 1;
		visibility: visible;
		z-index: 9998;
		height: auto;
	}

	.equipment {
		padding: 15px 0;
	}

	.info-block {
		margin: 0 0 25px;
	}

	.info-block h1 {
		font-size: 28px;
	}

	.btn-free {
		font-size: 15px;
	}

	.software .info-block h1 {
		margin: 0 0 20px;
	}

	.software .info-block h1 br {
		display: none;
	}

	.software .info-block .sub-title {
		font-size: 20px;
	}

	.sales .sales-info blockquote:before,
	.sales .sales-info blockquote:after {
		font-size: 36px;
	}

	.sales .sales-info blockquote .post-text {
		font-size: 14px;
		padding: 0 0 0 60px;
	}

	.intro {
		background-position: 20% 0;
		min-height: 180px;
	}

	#content {
		width: 100%;
	}

	#content h1 {
		font-size: 28px;
	}

	#content h2 {
		font-size: 24px;
	}

	#sidebar {
		width: 100%;
		float: none;
		padding: 0;
	}

	.widget {
		margin: 0 0 25px;
	}

	.widget ul li {
		padding: 8px 0;
	}

	.gform_wrapper h1 {
		font-size: 28px;
	}

	.gform_wrapper .gform_body {
		width: 320px;
	}

	#footer .two-cols .col {
		width: 100%;
		margin: 0 0 20px;
	}

	#footer .two-cols .col:last-child {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 619px) {
	#footer .two-cols .col .copyright {
		margin: 0 0 10px;
		display: block;
	}
}

@media (max-width: 599px) {
	#footer .two-cols .col .footer-nav {
		margin: 0 0 10px;
		display: block;
	}
}

@media (max-width: 549px) {
	#nav .drop li {
		margin: 0 0 15px;
	}

	#nav .drop li a {
		font-size: 26px;
	}

	.equipment .two-cols .col:last-child h2 {
		font-size: 24px;
	}

	.info-block h1 {
		font-size: 24px;
	}

	.btn-free {
		min-width: 0;
		width: 100%;
		font-size: 14px;
		padding: 10px;
	}

	#content h1 {
		font-size: 24px;
	}

	#content h2 {
		font-size: 20px;
	}

	#content .content-cols {
		text-align: center;
	}

	#content .content-cols .alignleft {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 10px;
	}

	#content .content-cols .txt {
		width: 100%;
		text-align: left;
	}

	#content blockquote {
		font-size: 15px;
	}
}

@media (max-width: 479px) {
	.sales .sales-info {
		padding: 15px;
	}

	.sales .sales-info blockquote {
		text-align: center;
		padding: 15px 25px;
	}

	.sales .sales-info blockquote .post-image {
		width: 100%;
		margin: 0 0 10px;
	}

	.sales .sales-info blockquote .post-text {
		width: 100%;
		padding: 0;
	}

	.intro {
		background-position: 25% 0;
		min-height: 100px;
	}

	.gform_wrapper h1 {
		font-size: 20px;
	}

	.gform_wrapper .gform_body {
		width: 100%;
	}

	.gform_wrapper .gform_footer input[type="submit"] {
		width: 100%;
		min-width: 0;
		font-size: 18px;
	}

	#footer .two-cols .col {
		margin: 0 0 10px;
	}

	#footer .two-cols .col .footer-nav ul li {
		margin: 0 0 10px;
		display: block;
	}
}

