/*
Theme Name: Bidsketch
Author: Anonymous
Author URI:
Version: 1
Description: Bidsketch theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bidsketch
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;
}

@font-face {
	font-family: "icomoon";
	src: url("./fonts/icomoon.eot?tcu20d");
	src: url("./fonts/icomoon.eot?tcu20d#iefix") format("embedded-opentype"), url("./fonts/icomoon.ttf?tcu20d") format("truetype"), url("./fonts/icomoon.woff?tcu20d") format("woff"), url("./fonts/icomoon.svg?tcu20d#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-clock-o:before {
	content: "\f017";
}

.icon-chevron-left:before {
	content: "\f053";
}

.icon-chevron-right:before {
	content: "\f054";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-facebook-f:before {
	content: "\f09a";
}

.icon-circle:before {
	content: "\f111";
}

.menu-nav,
.advantages-list,
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after {
	content: "";
	display: block;
	clear: both;
}

.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: 16px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.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.2em;
}

blockquote {
	background-color: #e6eeef;
	padding: 15px;
	margin: 30px 0;
}

blockquote p, .row-box blockquote p {
	margin-top: 15px;
	margin-bottom: 15px;
}

.wp-caption, .row-box .wp-caption {
	background: #eee;
	border: none;
	font-size: 13px;
	font-style: italic;
}
.wp-caption p, .row-box .wp-caption p {
    margin: 5px;
}

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

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

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

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;
}

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

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

#main {
	padding: 15px 0;
}

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

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

#sidebar {
	float: right;
	width: 25%;
}

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

ul li {
	list-style: none;
	line-height: 1.6;
	margin-bottom: 15px;
	position: relative;
}

ol li {
    line-height: 1.6;
    margin-bottom: 15px;
}

ul li:before {
	content: "\f111";
	display: inline-block;
	color: #067b89;
	font-size: 12px;
	margin-right: 17px;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
ul li:before {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #067b89;
    position: absolute;
    top: 8px;
    left: -25px;
}

input[type="text"],
[type="search"],
[type="password"],
[type="email"] {
	border: 1px solid #9ea0ab;
	border-radius: 3px;
	width: 100%;
	max-width: 403px;
	color: #9ea0ab;
	padding: 18px 10px;
	outline: none;
}

input[type="email"] {
	margin-bottom: 27px;
	padding: 11px 0 11px 22px;
}

input[type="search"] {
	margin-bottom: 10px;
}

[type=submit] {
	background-color: #f6cd2a;
	color: #000;
	border-radius: 30px;
	border: none;
	padding: 12px 15px;
	font-weight: 600;
	min-width: 120px;
	outline: none;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

[type=submit]:hover {
	background-color: #f8d85b;
}

.widget {
	margin-bottom: 1.2em;
}

.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;
}

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

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

.commentlist {
	margin: 0 0 1.2em;
}

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

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

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

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

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

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

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

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

.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-single {
	max-width: 700px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	font-size: 18px;
}

.navigation-single .icon-chevron-left,
.navigation-single .icon-chevron-right {
	color: #067b89;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
}

.navigation-single .icon-chevron-left {
	margin-right: 7px;
}

.navigation-single .icon-chevron-right {
	margin-left: 7px;
}

.next,
.prev {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #8795a1;
	padding: 8px;
	margin-bottom: 6px;
}

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

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

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

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

.alignleft {
	float: left;
	margin: 0 20px 2px 0;
}

.alignright {
	float: right;
	margin: 0 0 2px 20px;
}

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

.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 #8795a1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 600;
	margin: 0 0 .5em;
	color: #067b89;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #067b89;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

a:hover {
	text-decoration: underline;
	color: #044f58;
}

.header {
	background-color: #22888f;
	padding: 20px 0;
	position: relative;
}

.header a {
	color: #fff;
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
}

.header a.active {
	text-decoration: underline;
}

.logo {
	display: block;
	max-width: 100px;
	width: 100%;
	margin: 0 auto 10px;
}

.menu-nav {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	text-align: center;
}

.menu-nav li {
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 15px;
	vertical-align: middle;
}

.menu-nav li:last-child {
	margin-right: 0;
}

.menu-nav li:before {
	display: none;
}

.container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 15px;
}

.library-wrap {
	border-bottom: 2px solid #f2f2f2;
	text-align: center;
	padding: 10px 0 25px;
}

.library-wrap h1 {
	margin-bottom: 20px;
}

.left-side-box {
	width: 100%;
	max-width: 673px;
	margin: 0 auto 15px;
}

.right-side-box {
	text-align: center;
	width: 100%;
	max-width: 410px;
	margin: 0 auto;
}

.advantages-list {
	margin-bottom: 20px;
	text-align: left;
}

.advantages-list li {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-weight: 600;
	color: #5f5e5e;
}

.subscription-form {
	text-align: center;
}

.subscription-form [type=submit] {
	min-width: 215px;
}

.email-button span {
	font-size: 15px;
	margin-left: 12px;
	vertical-align: middle;
}

.get-free-button {
	background-color: #f6cd2a;
	color: #000;
	border-radius: 30px;
	border: none;
	padding: 12px;
	font-weight: 600;
	outline: none;
	display: inline-block;
	font-size: 18px;
	min-width: 280px;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.get-free-button:hover {
	background-color: #f8d85b;
	text-decoration: none;
}

.get-free-button span {
	font-size: 15px;
	margin-left: 12px;
	vertical-align: middle;
}

.proposal-list {
	margin: 0 -15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.resources-wrap {
	padding: 30px 0;
	text-align: center;
	border-bottom: 2px solid #f2f2f2;
}

.resources-wrap h2 {
	margin-bottom: 20px;
}

.proposal-box {
	width: 100%;
	padding: 0 15px 23px;
}

.proposal-box span {
	width: 100%;
	border: 1px solid #cbcfd1;
	padding: 10px 45px;
	text-align: center;
	font-size: 16px;
	color: #6d7a8a;
	font-weight: 600;
	height: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.proposal-box span:hover {
	background-color: #ebedee;
}

.proposal-box a:hover {
	text-decoration: none;
}

.blue-shadow {
	box-shadow: inset 0 -5px 0 0 #1fb6ff;
}

.yellow-shadow {
	box-shadow: inset 0 -5px 0 0 #ffc72d;
}

.green-shadow {
	box-shadow: inset 0 -5px 0 0 #14ce66;
}

.purple-shadow {
	box-shadow: inset 0 -5px 0 0 #7e5cef;
}

.orange-shadow {
	box-shadow: inset 0 -5px 0 0 #fd8c35;
}

.turquoise-shadow {
	box-shadow: inset 0 -5px 0 0 #17c6b6;
}

.navy-shadow {
	box-shadow: inset 0 -5px 0 0 #136790;
}

.red-shadow {
	box-shadow: inset 0 -5px 0 0 #ff5316;
}

.sale-wrap-box {
	padding: 30px 0 15px;
}

.sales-box {
	max-width: 722px;
	width: 100%;
	margin: 0 auto 30px;
}

.sales-box h3 {
	margin-bottom: 23px;
}

.sales-box p {
	line-height: 2;
	margin-bottom: 20px;
}

.last-box {
	margin-bottom: 40px;
}

.info-button {
	background-color: transparent;
	border: 1px solid #067b89;
	color: #067b89;
	min-width: 150px;
	padding: 12px;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
}

.info-button:hover {
	color: #09bdd2;
	border-color: #09bdd2;
	background-color: transparent;
	text-decoration: none;
}

.info-button span {
	font-size: 15px;
	margin-left: 12px;
	vertical-align: middle;
}

.sales-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.description-box {
	padding: 10px 0;
}

.row-box {
	margin: 0 auto;
}

.row-box h1 {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
}

.row-box h3, .row-box h2 {
	margin-bottom: 25px;
	margin-top: 25px;
	line-height: 1.8em;
}

.row-box h5 {
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.7em;
}

.row-box h4 {
	color: #000;
	margin-bottom: 25px;
	margin-top: 25px;
	line-height: 1.8em;
	font-weight: 400;
}

.row-box p {
	margin-bottom: 20px;
	line-height: 2;
}

.row-box a {
	text-decoration: underline;
}

.row-box a:hover {
	text-decoration: none;
}

.row-box img, .row-box .wp-caption  {
    margin: 0 auto;
}

.single-content-box {
    margin-bottom: 30px;
}
.avatar-container {
    margin-top: 60px;
}

.avatar-container .author-description {
    max-width: 600px; 
    text-align: left; 
    margin: 0 auto; 
    color: #444;
    line-height: 1.6em
}

.avatar-container .avatar-wrap {
    margin: 40px auto
}

.avatar-container .avatar-box {
    width: 80px;
    height: 80px;
}

.avatar-container .avatar-text-box {
    color: #444
}

.avatar-wrap {
    display: inline-block;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

.avatar-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align:middle; 
}

.avatar-text-box {
    color: #6d7a8a;
    display: inline-block;
    vertical-align:middle; 
}


.avatar-text-box > span {
	display: block;
}

.name-wrap {
	color: #313336;
	font-size: 17px;
	margin-bottom: 5px;
}

.name-wrap a {
	font-size: 18px;
}

.time-wrap {
	font-size: 14px;
	color: #5a5d60;
}

.time-wrap > span {
	margin-right: 5px;
}

.wrap-text-title {
	margin-bottom: 20px;
}

.wrap-text-title p {
	margin-bottom: 0;
}

.wrap-text-title blockquote {
	margin: 0;
}

.image-box {
	margin: 0 0 20px;
}

.image-box img {
	display: block;
	width: 100%;
}

.image-wrapper {
	max-width: 380px;
	width: 100%;
	text-align: right;
	margin: 0 auto 10px;
}

.image-wrapper:after {
	content: "";
	clear: both;
}

.image-wrapper span {
	color: #adadad;
	font-size: 12px;
}

.image-wrapper a {
	color: #adadad;
	text-decoration: underline;
}

.image-wrapper a:hover {
	text-decoration: none;
	color: #000;
}

.image-indent {
	margin-bottom: 10px;
}

.image-indent img {
	display: block;
	width: 100%;
}

.image-holder {
	text-align: right;
	margin-bottom: 10px;
}

.image-holder span {
	color: #adadad;
	font-size: 12px;
}

.image-holder a {
	color: #adadad;
	text-decoration: underline;
}

.image-holder a:hover {
	text-decoration: none;
	color: #000;
}

.product-list {
	padding: 0;
	margin-bottom: 20px;
}

.product-list li {
	margin-bottom: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.product-list li:last-child {
	margin-bottom: 0;
}

.product-list li:before {
	content: "\f111";
	display: block;
	color: #067b89;
	font-size: 12px;
	margin-right: 17px;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.techniques-library {
	background-color: #edf8f9;
	border: none;
}

.techniques-library h3 {
	margin-bottom: 73px;
}

.navigation-panel {
	text-align: right;
	padding-top: 20px;
	max-width: 920px;
	margin: 0 -10px;
	width: auto;
}

.prev-button,
.next-button {
	max-width: 335px;
	font-size: 14px;
	padding: 0 10px;
}

.prev-button:hover > span,
.next-button:hover > span {
	font-weight: 600;
}

.prev-button > span,
.next-button > span {
	display: block;
	font-size: 13px;
	color: #000;
	-webkit-transition: font-weight .3s ease;
	transition: font-weight .3s ease;
}

.next-button {
	text-align: left;
}

.sales-list-box {
	padding: 10px 0;
}

.sales-list-box h1 {
	margin-bottom: 20px;
	text-align: center;
}

.footer {
	background-color: #4e4e4e;
	padding: 25px 0;
}

.footer ul {
	font-size: 13px;
}

.footer ul a {
	color: #8795a1;
}

.footer ul a:hover {
	color: #f6cd2a;
	text-decoration: underline;
}

.footer li {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
}

.footer li:last-child {
	margin-bottom: 0;
}

.footer li:before {
	display: none;
}

.footer h6 {
	color: #fff;
	font-weight: 400;
}

.techniques-footer {
	padding-bottom: 20px;
}

.link-wrap-box {
	max-width: 980px;
	margin: 0 -15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.link-box {
	max-width: 366px;
	width: 100%;
}

.footer-logo {
	display: block;
	max-width: 130px;
	margin: 0 auto 26px;
}

.social-link-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
}

.facebook-link,
.twitter-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	width: 50px;
	border: 1px solid #5e5e5e;
	border-radius: 50px;
	margin: 0 7px;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.facebook-link:hover,
.twitter-link:hover {
	background-color: #686868;
	text-decoration: none;
}

.facebook-link span,
.twitter-link span {
	color: #1da1f2;
	font-size: 19px;
}

.facebook-link span {
	color: #3a7ec4;
}

.company-box-list,
.product-box-list,
.resources-box-list {
	width: 33%;
	padding: 0 15px;
}

.copyright-box {
	color: #8795a1;
	font-size: 13px;
	text-align: center;
	max-width: 980px;
	width: 100%;
}

.techniques-link-wrap {
	margin-bottom: 0;
}

@media (min-width: 480px) {
	.proposal-box {
		width: 50%;
	}

	.link-wrap-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: left;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0 auto 67px;
	}

	.footer-logo {
		margin: 0 0 26px;
	}

	.social-link-box {
		margin-bottom: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	[type=submit] {
		padding: 19px 15px;
	}

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

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

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

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

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

	.header {
		padding: 32px 0;
	}

	.logo {
		margin: 0 0 0 10px;
	}

	.menu-nav li {
		margin-right: 55px;
	}

	.container-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.library-wrap {
		padding-top: 35px;
		padding-bottom: 58px;
	}

	.library-wrap h1 {
		font-size: 40px;
		margin-bottom: 40px;
	}

	.library-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.left-side-box {
		margin: 0;
	}

	.right-side-box {
		padding-left: 10px;
		text-align: left;
		margin: 0;
	}

	.advantages-list {
		max-width: 370px;
		width: 100%;
		margin-bottom: 45px;
	}

	.get-free-button {
		padding: 17px;
	}

	.proposal-list {
		margin: 0 -15px 52px;
	}

	.resources-wrap {
		padding: 62px 0 64px;
	}

	.resources-wrap h2 {
		margin-bottom: 80px;
	}

	.proposal-box span {
		font-size: 20px;
	}

	.sale-wrap-box {
		padding: 87px 0 74px;
	}

	.sales-box p {
		margin-bottom: 42px;
	}

	.last-box {
		margin-bottom: 88px;
	}

	.info-button {
		padding: 19px 15px;
	}

	.description-box {
		padding: 35px 0;
	}

	.row-box {
		max-width: 700px;
		width: 100%;
	}

	.row-box h1 {
		font-size: 40px;
		margin-bottom: 43px;
	}

	.row-box h3 {
		margin-bottom: 25px;
	}

	.row-box h5 {
		margin-bottom: 25px;
	}

	.row-box h4 {
		margin-bottom: 25px;
	}

	.row-box p {
		margin-bottom: 20px;
	}

	.image-wrapper {
		padding-right: 20px;
		float: left;
	}

	.image-holder {
		margin-bottom: 22px;
	}

	.product-list {
		margin-bottom: 41px;
		max-width: 600px;
		width: 100%;
	}

	.navigation-panel {
		margin: 0 auto;
		padding-top: 50px;
	}

	.prev-button,
	.next-button {
		font-size: 16px;
		padding: 0;
	}

	.prev-button > span,
	.next-button > span {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.sales-list-box {
		padding: 25px 0;
	}

	.sales-list-box h1 {
		margin-bottom: 40px;
	}

	.footer {
		padding: 88px 0 51px;
	}

	.footer li {
		margin-bottom: 15px;
	}

	.footer h6 {
		margin-bottom: 40px;
	}

	.social-link-box {
		margin: 0 -7px;
	}

	.company-box-list,
	.product-box-list,
	.resources-box-list {
		width: auto;
	}

	.copyright-box {
		text-align: left;
		margin: 0 auto;
	}
}

@media (min-width: 1024px) {
	blockquote {
		padding: 25px 66px 25px;
	}

	.library-wrap {
		padding-top: 58px;
	}

	.library-wrap h1 {
		margin-bottom: 70px;
	}

	.proposal-box {
		width: 33%;
	}

	.description-box {
		padding: 105px 0 75px;
	}

	.avatar-wrap {
		margin: 0 auto 76px;
	}

	.wrap-text-title {
		margin-bottom: 80px;
	}

	.image-box {
		margin: 0 -140px 50px;
		max-width: 985px;
	}

	.product-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.sales-list-box {
		padding: 105px 0 126px;
	}

	.sales-list-box h1 {
		margin-bottom: 115px;
	}
}

@media (min-width: 1200px) {
	.menu-nav {
		margin-right: 44px;
	}

	.sales-box {
		margin: 0 auto 63px;
	}

	.info-button {
		margin-left: 15px;
		min-width: 186px;
	}

	.sales-list {
		margin-bottom: 20px;
	}

	.product-box-list,
	.copyright-box {
		padding: 0;
	}
}

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

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

