
/*
Theme Name: Diamond
Theme URI: http://www.eightpixeldesign.com/diamond-pro/
Author: EightPixelDesign
Author URI: http://www.eightpixeldesign.com/
Description: Created by <a href="http://www.eightpixeldesign.com" target="_blank">EightPixelDesign</a>, Diamond is a modern Magazine Theme for a local news or any other content focused website. The magazine-styled homepage is built with WordPress core features like Customizer and Widgets, which makes the setup super fast, flexible and easy. The theme comes with a beautiful Featured Content area and responsive design, looking great on every device.
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: diamond

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 * 18.0 - fontAwesome
 * 19.0 - Logo
 * 20.0 - Favicon
 */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
    outline: none;
}

body {
	background: #f1f1f1;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:hover {
	outline: 0;
}
a:active, a:hover {
  -webkit-transition: all .3s ease-in-out;   -moz-transition: all .3s ease-in-out;   -o-transition: all .3s ease-in-out;   transition: all .3s ease-in-out;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	
	/*color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: .8em;
	   
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #ededed;
	border: 1px solid #ededed;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}


ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid #ededed;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

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

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto Condensed', sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto Condensed', sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto Condensed', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto Condensed', sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #fff;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid #ededed;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
    border-radius: 3px;
}

input:focus,
textarea:focus {
	
	color: #b8bfc6;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
	/*padding: 0.375em;
	width: 100%;*/
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #333;
	text-decoration: none;
  -webkit-transition: all .3s ease-in-out;   -moz-transition: all .3s ease-in-out;   -o-transition: all .3s ease-in-out;   transition: all .3s ease-in-out;
}

a:hover,
a:focus {
  -webkit-transition: all .3s ease-in-out;   -moz-transition: all .3s ease-in-out;   -o-transition: all .3s ease-in-out;   transition: all .3s ease-in-out;
}


/**
 * 6.2 Menus
 */

.main-navigation a {
    font-family: 'Roboto Condensed', sans-serif;
	display: block;
	padding: 15px 20px 15px 25px;
	position: relative;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6em;
    text-transform: none;
    text-align: left;
    text-decoration: none;
}

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

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
    list-style-type: none;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}
.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    outline: none;
	content: "";
	height: 56px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 0px;
	right: 1px;
	width: 52px;
}
.search-menu form .search-menu-submit button {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 56px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 0px;
	right: 0px;
	width: 52px;
}

.dropdown-toggle:after {
	color: #333;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle,
.dropdown-toggle {
	background-color: #f5f5f5;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #f5f5f5;
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}

.social-navigation {
	margin: 9.0909% 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -1.6em 0;
}

.social-navigation li {
	float: left;
}

.social-navigation a {
	display: block;
	height: 3.2em;
	position: relative;
	width: 3.2em;
}

.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.secondary-toggle {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid #ededed;
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.secondary-toggle:before {
	color: #333;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}

.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}

.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	font-family: 'Roboto Condensed', sans-serif;
    margin-left: auto; margin-right: auto;margin-top: 30px;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin-right: 1px;
  font-weight: bold;
  line-height: 100%;
  padding: 10px 13px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	display: inline-block;
	overflow: hidden;
    height:36px;
    padding:0 !important;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 16px;
	line-height: 16px;
    font-weight: bold;
	position: relative;
	padding: 10px 13px;
}

.pagination .prev:before {
	content: "\f430";
	left: 0px;
}

.pagination .next:before {
	content: "\f429";
	text-align: center;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}


.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Roboto Condensed", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	padding: 7.6923%;
}

.site-branding {
	min-height: 2em;
	padding-right: 60px;
	position: relative;
}

.site-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.site-description {
	display: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0.5em 0 0;
	opacity: 0.7;
}


/**
 * 11.0 Widgets
 */

.widget {
	/*color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
    font-family: 'Roboto Condensed', sans-serif;
	-ms-hyphens: auto;
	hyphens: auto;
	width: 100%;
	word-wrap: break-word;
    border-top:1px solid #ededed;*/
}
.widget div, .widget ul {/*
padding:15px 28px;*/
}
.widget H2 {
    font-weight: 400;
    font-size:20px;
    padding:15px 28px;
    border-bottom:1px solid #ededed;
}
.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	/*font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;*/
}

.widget button,
.widget input {
	/*line-height: normal;*/
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget textarea {
	/*padding: 0.375em;*/
}

.widget-title {
	color: #b8bfc6;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.widget_recent_entries .post-date {
	display: block;
}

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

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}


/**
 * 12.0 Content
 */

.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.widget-area {
	margin: 9.09090% auto 0;
}

.content-area {margin-bottom: 20px;}

/**
 * 12.1 Posts and pages
 */
.site-main {/*
    width:99%;
    margin-left:auto;
    margin-right:auto;
    margin-top:4px;*/
}
.hentry {
    overflow: hidden;
	background-color: #fff;
    width:24.5%;
    margin-right:0.5%;
    margin-bottom:4px;
    float:left;
	position: relative;
}

.hentry .post-thumbnail {
  display: block;
  min-height: 100px !important;
  overflow: hidden;
  position: relative;
  clear: both;
  z-index: 10;
  padding: 15px;
  border-bottom: 1px solid #ededed;
}
.entry-container {
  text-align: left;
  padding: 18px 20px 20px 20px;
}
.entry-container .entry-header h2 a:hover { -webkit-transition: all .3s ease-in-out;   -moz-transition: all .3s ease-in-out;   -o-transition: all .3s ease-in-out;   transition: all .3s ease-in-out;}
.entry-container .entry-header h2 {
    font-size: 20px !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
    margin-bottom:10px !important;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
}
.entry-container .entry-content {
    font-size: 15px !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
    color: #333;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
}
.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.hentry .post-thumbnail img {
	display: block;
	margin: 0 auto;
    width: 100%;
    height:200px;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
    font-family: 'Roboto Condensed', sans-serif;

}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top:5px;
}

.entry-footer {
    background: #f7f7f7;
    border-top:1px solid #ededed;
	font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    text-align: left;
    font-size: 14px !important;
    line-height: 1.3em;
    text-transform: none;
    text-decoration: none;
    padding: 15px 20px 15px 20px;
}

.entry-footer a {
    color: #333;
    white-space:nowrap;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid #ededed;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 12.3 Comments
 */


.comments-area > :last-child {
	margin-bottom: 0;
}


.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

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

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid #ededed;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c3492b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


/**
 * 13.0 Footer
 */

.site-info {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.site-info a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
	border-bottom: 1px solid #333;
}

.site-info a:hover,
.site-info a:focus {
	color: #333;
}


/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 15.0 Multisite
 */

.widecolumn {
	background-color: #fff;
	padding: 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_alert {
	margin-bottom: 1.6em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.widecolumn p {
	margin: 1.6em 0;
}

.widecolumn p + h2 {
	margin-top: 1.8462em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2em 0 0;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	width: 100%;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
	ul,
	ol {
		margin-left: 0;
	}

	li > ul,
	li > ol,
	blockquote > ul,
	blockquote > ol {
		margin-left: 1.3333em;
	}

	blockquote {
		margin-left:1em;
	}

	blockquote > blockquote {
		margin-left: 0;
	}

	.site-branding {
		min-height: 3.2em;
	}

	.site-title {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 1;
	}

	.site-description {
		display: block;
	}

	.secondary {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin:7.6923% 7.6923% 7%;
		padding: 7.6923% 7.6923% 0;
	}

	.main-navigation {
		margin-bottom: 11.1111%;
	}

	.main-navigation ul {
		border-top: 1px solid rgba(51, 51, 51, 0.1);
		border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	}

	.main-navigation ul ul {
		border-top: 0;
		border-bottom: 0;
	}

	.social-navigation {
		margin-bottom: 11.1111%;
	}

	.social-navigation {
		margin-top: 0;
	}

	.widget-area {
		margin-top: 0;
	}
	.hentry.sticky:not(.has-post-thumbnail) {
		padding-top: inherit;
	}

	.hentry + .hentry {
		border-top: 0;
	}

	.page-title,
	.taxonomy-description {
		margin-left: -7px;
	}

	.page-content {
		padding: 9.0909%;
	}

	.site-footer {
		border-top: 0;
		margin: 0 auto;
        width:90%;
        padding-bottom:10px;
		display: none;
	}

	.post-navigation {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
	}

	.post-navigation a {
		padding: 4.5454% 9.0909%;
	}

	.pagination {
		border-top: 0;
        background:none;
		padding: 0;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.image-navigation {
		padding: 0 9.0909%;
	}

	.comments-area {
		border-top: 0;
	}

	.comment-content ul,
	.comment-content ol {
		margin-left: 0;
	}

	.comment-content li > ul,
	.comment-content li > ol,
	.comment-content blockquote > ul,
	.comment-content blockquote > ol {
		margin-left: 1.3333em;
	}

	.widecolumn {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923%;
	}
}


/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	button,
	input {
		line-height: normal;
	}

	blockquote {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		margin-left: 1.05em;
		padding-left: 0.85em;
	}

	blockquote p {
		margin-bottom: 1.75em;
	}

	blockquote cite,
	blockquote small {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	pre {
		line-height: 1.2353;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.6429em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	textarea {
		/*padding: 0.5em;*/
	}

	.main-navigation {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.main-navigation a {
        font-family: 'Roboto Condensed', sans-serif;
		padding: 15px 20px 15px 25px;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6em;
        text-transform: none;
        text-align: left;
        text-decoration: none;
	}

	.main-navigation ul ul {
		margin-left: 1em;
	}

	.main-navigation .menu-item-description {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.social-navigation a {
		height: 2.8824em;
		width: 2.8824em;
	}

	.secondary-toggle {
		height: 56px;
		width: 56px;
	}

	.secondary-toggle:before {
		line-height: 54px;
		width: 54px;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.image-navigation,
	.comment-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.pagination .nav-links {
		min-height: 3.2941em;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		top: 2px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4118em;
		margin-bottom: 1.6471em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.site-branding {
		min-height: 3.7059em;
		padding-right: 66px;
	}

	.site-title {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1;
	}

	.site-description {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.widget {
		/*font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;*/
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table,
	.widget pre {
		/*margin-bottom: 1.5em;*/
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
		margin-bottom: 1.6471em;
		margin-left: -1.2353em;
		padding-left: 1em;
	}

	.widget blockquote p {
		margin-bottom: 1.6471em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.widget blockquote > blockquote {
		margin-left: 0;
	}

	.widget pre {
		line-height: 1.5;
		padding: 0.75em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		/*line-height: 1.75;*/
	}

	.widget button,
	.widget input {
		/*line-height: normal;*/
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.6429em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget textarea {
		/*padding: 0.5625em;*/
	}

	.widget blockquote.alignleft,
	.widget .wp-caption.alignleft,
	.widget img.alignleft {
		margin: 0.5em 1.5em 1.5em 0;
	}

	.widget blockquote.alignright,
	.widget .wp-caption.alignright,
	.widget img.alignright {
		margin: 0.5em 0 1.5em 1.5em;
	}

	.widget blockquote.aligncenter,
	.widget .wp-caption.aligncenter,
	.widget img.aligncenter {
		margin-top: 0.5em;
		margin-bottom: 1.5em;
	}

	.widget .wp-caption.alignleft,
	.widget .wp-caption.alignright,
	.widget .wp-caption.aligncenter {
		margin-bottom: 1em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.9286;
	}

	.widget_calendar caption {
		margin: 0 0 1.5em;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.9643em 0;
	}

	.widget_rss li {
		margin-bottom: 1.5em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		line-height: 1.75;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-bottom: 1.2em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
		margin-top: 1.931em;
		margin-bottom: 0.9655em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 2.8em;
		margin-bottom: 1.4em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2353;
		margin-top: 3.2941em;
		margin-bottom: 1.6471em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 24px;
		top: 2px;
	}

	.author-info {
		margin: 0 9.0909%;
		padding: 9.0909% 0;
	}

	.author-info .avatar {
		height: 42px;
		margin: 0 1.6471em 1.6471em 0;
		width: 42px;
	}

	.author-link:after {
		top: 5px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 3px;
	}

	.taxonomy-description {
		padding-top: 0.4118em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
	}

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6471em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 1.4em;
	}

	.format-link .entry-title a:after {
		top: 0.0833em;
	}


	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6471em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6471em;
	}

	.comment-list .children > li {
		padding-left: 1.2353em;
	}

	.comment-meta {
		position: relative;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		margin-right: 1.64705em;
		position: relative;
		top: 5px;
		width: 42px;
	}

	.comment-metadata .edit-link:before {
		top: 2px;
	}

	.pingback .edit-link:before {
		top: 6px;
	}

	.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6471em;
	}

	.comment-list .reply a {
		padding: 0.4286em 0.8571em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6471em;
	}

	.comment-reply-title small a:before {
		top: -1px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6471em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1.6471em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6471em;
	}

	.widecolumn p {
		margin: 1.6471em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.6em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: normal;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.4117em;
	}
}


/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	button,
	input {
		line-height: normal;
	}
	blockquote {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.8182;
		margin-bottom: 1.8182em;
		margin-left: 1.0909em;
		padding-left: 0.9091em;
	}

	blockquote p {
		margin-bottom: 1.8182em;
	}

	blockquote cite,
	blockquote small {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	pre {
		line-height: 1.2632;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0.8125em 1.625em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	textarea {
		/*padding: 0.5278em;*/
	}

	.main-navigation {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.main-navigation a {
        font-family: 'Roboto Condensed', sans-serif;
		padding: 15px 20px 15px 25px;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6em;
        text-transform: none;
        text-align: left;
        text-decoration: none;
	}

	.main-navigation .menu-item-description {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.social-navigation ul {
		margin-bottom: -1.2632em;
	}

	.social-navigation a {
		height: 2.5263em;
		width: 2.5263em;
	}

	.secondary-toggle {
		height: 64px;
		width: 64px;
	}

	.secondary-toggle:before {
		line-height: 62px;
		width: 62px;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pagination .nav-links {
		min-height: 3.3684em;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 24px;
		top: -1px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4211em;
		margin-bottom: 1.6842em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}

	.site-branding {
		min-height: 3.7895em;
		padding-right: 74px;
	}

	.site-title {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget {
		/*font-size: 16px;
		font-size: 1.6rem;*/
	}

	.widget blockquote {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
		margin-bottom: 1.6842em;
		margin-left: -1.2632em;
		padding-left: 1.0526em;
	}

	.widget blockquote p {
		margin-bottom: 1.6842em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		/*line-height: 1.5;*/
	}

	.widget button,
	.widget input {
		/*line-height: normal;*/
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0.8125em 1.625em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget textarea {
		/*padding: 0.75em;*/
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		line-height: 1.5;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.9375;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.7188em 0;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-bottom: 1.2308em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
		margin-top: 2.3704em;
		margin-bottom: 1.1852em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-top: 2.9091em;
		margin-bottom: 1.4545em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.2632;
		margin-top: 3.3684em;
		margin-bottom: 1.6842em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		top: 3px;
	}

	.author-info .avatar {
		height: 56px;
		margin: 0 1.6842em 1.6842em 0;
		width: 56px;
	}

	.author-link:after {
		font-size: 24px;
		top:5px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 4px;
	}

	.taxonomy-description {
		padding-top: 0.4211em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
	}

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6842em
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-bottom: 1.4545em;
	}

	.format-link .entry-title a:after {
		top: 0.125em;
	}


	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6842em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6842em;
	}

	.comment-list .children > li {
		padding-left: 1.4737em;
	}

	.comment-author .avatar {
		height: 56px;
		margin-right: 1.6842em;
		top: 3px;
		width: 56px;
	}

	.comment-metadata {
		line-height: 2;
	}

	.comment-metadata .edit-link:before {
		top: 8px;
	}

	.pingback .edit-link:before {
		top: 8px;
	}

	.bypostauthor > article .fn:after {
		top: 8px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6842em;
	}

	.comment-list .reply a {
		padding: 0.4375em 0.875em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6842em;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6842em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 1.6842em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6842em;
	}

	.widecolumn p {
		margin: 1.6842em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.641em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.421em;
	}
}


/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
	body:before {/*
		background-color: #fff;
		border-right:1px solid #ededed;
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 20%;
		z-index: 0; /* Fixes flashing bug with scrolling on Safari */
	}

	.sidebar {
		float: left;
		margin-right: -100%;
		max-width: 413px;
		position: relative;
		width: 20%;
	}

	.secondary {
		background-color: transparent;
		box-shadow: none;
		display: block;
		margin: 0;
		padding: 0;
	}

	.site-content {/*
		display: block;
		float: left;
		margin-left: 20%;
		width:80%;*/
	}

	body {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	blockquote {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.6667;
		margin-bottom: 1.6667em;
		margin-left: 1.3333em;
		padding-left: 1.1111em;
	}

	blockquote cite,
	blockquote small {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	pre {
		line-height: 1.2;
	}

	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	button,
	input {
		line-height: normal;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0.7917em 1.5833em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	textarea {
		/*padding: 0.375em;*/
	}

	.main-navigation {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.main-navigation a {
        font-family: 'Roboto Condensed', sans-serif;
		padding: 15px 20px 15px 25px;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6em;
        text-transform: none;
        text-align: left;
        text-decoration: none;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 30px;
	}

	.main-navigation .menu-item-description {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
    .search-menu form .search-menu-submit button {
		height:55px !important;
		top: 0px;
		width:42px !important;
        overflow: hidden;
    }
	.search-menu form .search-menu-submit button, .dropdown-toggle {
		height:55px;
		top: 0px;
		width:42px !important;
        overflow: hidden;
	}

	.dropdown-toggle:after {
		font-size: 16px;
		line-height: 24px;
		width: 24px;
	}

	.social-navigation {
		margin: 0 20% 20%;
	}

	.social-navigation ul {
		margin-bottom: -1.6em;
	}

	.social-navigation li {
		width: 25%;
	}

	.social-navigation a {
		height: 3.2em;
	}

	.secondary-toggle {
		display: none;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.post-navigation {
		margin: 8.3333% 8.3333% 0;
	}

	.post-navigation a {
		padding: 5% 10%;
	}

	.pagination .nav-links {
		min-height: 3.2em;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 16px;
		top: 0;
	}

	.image-navigation {
		padding: 0 10%;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4em 1.6em 1.6em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4em 0 1.6em 1.6em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		clear: both;
		margin-top: 0.4em;
		margin-bottom: 1.6em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2em;
	}

	.site-header {
		background-color: transparent;
		border-bottom: 0;
		margin: 20% 0;
		padding: 0 20%;
	}

	.site-branding {
		min-height: 0;
		padding: 0;
	}

	.site-title {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 1;
	}

	.site-description {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.widget {
		/*font-size: 12px;
		font-size: 1.2rem;*/
	}

	.widget blockquote {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
		margin-bottom: 1.5em;
		margin-left: -1.5em;
		padding-left: 1.1667em;
	}

	.widget blockquote p {
		margin-bottom: 1.5em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.widget pre {
		padding: 0.5em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		/*font-size: 12px;
		font-size: 1.2rem;*/
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0.5417em 1.0833em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget textarea {
		/*padding: 0.4583em;*/
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 1.9167;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.4583em 0;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}


	.entry-title,
	.widecolumn h2 {
		font-size: 31px;
		font-size: 3.1rem;
		line-height: 1.1613;
		margin-bottom: 1.1613em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 31px;
		font-size: 3.1rem;
		line-height: 1.1613;
		margin-top: 1.5484em;
		margin-bottom: 0.7742em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.3846;
		margin-top: 1.8462em;
		margin-bottom: 0.9231em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.3636;
		margin-top: 2.1818em;
		margin-bottom: 1.0909em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
		margin-top: 2.6667em;
		margin-bottom: 1.3333em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.2;
		margin-top: 3.2em;
		margin-bottom: 1.6em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 16px;
		top: 5px;
	}

	.author-info {
		margin: 0 10%;
		padding: 10% 0;
	}

	.author-info .avatar {
		height: 36px;
		margin: 0 1.5em 1.5em 0;
		width: 36px;
	}

	.author-link:after {
		font-size: 16px;
		top: 5px;
	}


	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 0;
	}

	.page-content {
		padding: 8.3333%;
	}

	.taxonomy-description {
		padding-top: 0.4em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
	}

	.page-links {
		margin-bottom: 1.3333em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.3333em 0.3333em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
		margin-bottom: 1.3333em;
	}

	.format-link .entry-title a:after {
		top: 0;
	}


	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6em;
	}

	.comment-list .children > li {
		padding-left: 0.8em;
	}

	.comment-author {
		margin-bottom: 0.4em;
	}

	.comment-author .avatar {
		height: 24px;
		margin-right: 0.8em;
		top: 0;
		width: 24px;
	}

	.comment-metadata .edit-link:before {
		top: 3px;
	}

	.pingback .edit-link:before {
		top: 5px;
	}

	.bypostauthor > article .fn:after {
		top: 5px;
		left: 3px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 2em;
	}

	.comment-list .reply a {
		padding: 0.4167em 0.8333em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6em;
	}

	.comment-reply-title small a:before {
		top: -3px;
	}

	.site-info {
		padding: 5% 10%;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 1.6em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6em;
	}

	.widecolumn {
		margin: 8.3333%;
		padding: 8.3333%;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6em;
	}

	.widecolumn p {
		margin: 1.6em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.5484em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.375em;
	}
}


/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	button,
	input {
		line-height: normal;
	}

	blockquote {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		margin-left: 1.05em;
		padding-left: 0.85em;
	}

	blockquote p {
		margin-bottom: 1.75em;
	}

	blockquote cite,
	blockquote small {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	pre {
		line-height: 1.2353;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.5714em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	textarea {
		/*padding: 0.5em;*/
	}

	.main-navigation {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.main-navigation a {
        font-family: 'Roboto Condensed', sans-serif;
		padding: 15px 20px 15px 25px;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6em;
        text-transform: none;
        text-align: left;
        text-decoration: none;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 34px;
	}

	.main-navigation .menu-item-description {
		line-height: 1.4583;
		margin-top: 0.25em;
	}

	.search-menu form .search-menu-submit button, .dropdown-toggle {
		height:55px;
		top: 0px;
		width:52px;
	}

	.dropdown-toggle:after {
		line-height: 28px;
		width: 28px;
	}

	.social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.social-navigation li {
		width: 20%;
	}

	.social-navigation a {
		height: 2.8824em;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.pagination .nav-links {
		min-height: 3.2941em;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		top: 2px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4118em;
		margin-bottom: 1.6471em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.site-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1;
	}

	.site-description {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.widget {
		/*font-size: 14px;
		font-size: 1.4rem;*/
	}

	.widget blockquote {
		font-size: 14px;
		font-size: 1.4rem;
		padding-left: 1.2143em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		/*font-size: 14px;
		font-size: 1.4rem;*/
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0.75em 1.5em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget textarea {
		/*padding: 0.5em;*/
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		line-height: 1.4583;
		padding: 0.5833em 0;
	}

	.widget_calendar caption {
		margin: 0 0 1.9286em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 1.9286;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.4643em 0;
	}
	.widget_rss .rss-date,
	.widget_rss cite {
		line-height: 1.75;
	}
	.entry-title,
	.widecolumn h2 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-bottom: 1.2em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
		margin-top: 1.931em;
		margin-bottom: 0.9655em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 2.8em;
		margin-bottom: 1.4em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2353;
		margin-top: 3.2941em;
		margin-bottom: 1.6471em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 24px;
		top: 2px;
	}

	.author-info .avatar {
		height: 42px;
		margin: 0 1.6471em 1.6471em 0;
		width: 42px;
	}

	.author-link:after {
		top: 5px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 3px;
	}

	.taxonomy-description {
		padding-top: 0.4118em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
	}

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6471em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 1.4em;
	}

	.format-link .entry-title a:after {
		top: 0.0833em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6471em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6471em;
	}

	.comment-list .children > li {
		padding-left: 1.1667em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		margin-right: 1.64705em;
		top: 5px;
		width: 42px;
	}

	.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	.comment-metadata .edit-link:before {
		top: 6px;
	}

	.pingback .edit-link:before {
		top: 6px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6471em;
	}

	.comment-list .reply a {
		padding: 0.4286em 0.8571em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6471em;
	}

	.comment-reply-title small a:before {
		top: -1px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6471em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1.6471em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6471em;
	}

	.widecolumn p {
		margin: 1.6471em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.6em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.4117em;
	}
}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
    .search-menu form .search-menu-submit button {
        height: 55px !important;
    }
    .search-menu form .search-menu-submit button, .dropdown-toggle {
        height: 56px;
        top: 0px;
        width:52px !important;
        overflow: hidden;
    }
	body,
	button,
	input,
	select,
	textarea {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	button,
	input {
		line-height: normal;
	}

	blockquote {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.8182;
		margin-bottom: 1.8182em;
		margin-left: 1.0909em;
		padding-left: 0.9091em;
	}

	blockquote p {
		margin-bottom: 1.8182em;
	}

	blockquote cite,
	blockquote small {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	pre {
		line-height: 1.2632;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0.8125em 1.625em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	textarea {
		/*padding: 0.5278em;*/
	}

	.main-navigation {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.main-navigation a {
        font-family: 'Roboto Condensed', sans-serif;
		padding: 15px 20px 15px 25px;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.6em;
        text-transform: none;
        text-align: left;
        text-decoration: none;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.main-navigation .menu-item-description {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5385;
		margin-top: 0.3077em;
	}

	.search-menu form .search-menu-submit button, .dropdown-toggle {
		height:55px;
		top: 0px;
		width:52px;
	}

	.dropdown-toggle:after {
		line-height: 32px;
		width: 32px;
	}

	.social-navigation ul {
		margin-bottom: -1.2632em;
	}

	.social-navigation a {
		height: 2.5263em;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pagination .nav-links {
		min-height: 3.3684em;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 24px;
		top: -1px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4211em;
		margin-bottom: 1.6842em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}

	.site-title {
		font-size: 30px;
		font-size: 3rem;
		line-height: 1;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget {
		/*font-size: 16px;
		font-size: 1.6rem;*/
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1.6rem;
		padding-left: 1.25em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
	/*	font-size: 16px;
		font-size: 1.6rem;*/
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 0.8462em 1.6923em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget textarea {/*
		padding: 1em;*/
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5385;
		padding: 0.6154em 0;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 1.9375;
	}

	.widget_calendar caption {
		margin: 0 0 1.5em;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.4688em 0;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-bottom: 1.2308em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
		margin-top: 2.3704em;
		margin-bottom: 1.1852em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-top: 2.9091em;
		margin-bottom: 1.4545em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.2632;
		margin-top: 3.3684em;
		margin-bottom: 1.6842em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		top: 3px;
	}

	.author-info .avatar {
		height: 56px;
		margin: 0 1.6842em 1.6842em 0;
		width: 56px;
	}

	.author-link:after {
		font-size: 24px;
		top:5px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 4px;
	}

	.taxonomy-description {
		padding-top: 0.4211em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
	}

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6842em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-bottom: 1.4545em;
	}

	.format-link .entry-title a:after {
		top: 3px;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6842em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6842em;
	}

	.comment-list .children > li {
		padding-left: 1.4737em;
	}

	.comment-author .avatar {
		height: 56px;
		margin-right: 1.6842em;
		top: 3px;
		width: 56px;
	}

	.bypostauthor > article .fn:after {
		top: 8px;
	}

	.comment-metadata .edit-link:before {
		top: 8px;
	}

	.pingback .edit-link:before {
		top: 8px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6842em;
	}

	.comment-list .reply a {
		padding: 0.4375em 0.875em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6842em;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6842em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 1.6842em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6842em;
	}

	.widecolumn p {
		margin: 1.6842em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.641em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.421em;
	}
}



/**
 * 17.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select,
	.widecolumn form,
	.widecolumn .mu_register form {
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area,
	.widecolumn {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #333 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #ededed !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}

	.sidebar {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}

	.site-branding {
		padding: 0;
	}

	.site-header {
		padding: 7.6923% 0;
	}

	.site-description {
		display: block;
	}

	.hentry.has-post-thumbnail {
		padding-top: 7.6923%;
	}

	.sticky-post {
		background: #333 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}


	.post-thumbnail img {
		margin: 0;
	}

	.author-info {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.comments-area {
		border: 0;
	}

	.widecolumn {
		margin: 7.6923% 0 0;
		padding: 0;
	}
}
/******************** menu 2 ******************************/
#main-menu,
#main-menu ul,
#main-menu ul li,
#main-menu ul li a,
#main-menu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-menu:after,
#main-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#main-menu #menu-button {
  display: none;
}
#main-menu {
  font-family: 'Raleway', sans-serif;
  background: #fff;
}
#main-menu .active1 {
    min-height: 56px;
}
#main-menu ul li {
  float: left;
}
#main-menu.align-center ul {
  font-size: 0;
  text-align: center;
}
#main-menu.align-center ul li {
  display: inline-block;
  float: none;
}
#main-menu.align-center ul ul {
  text-align: left;
}
#main-menu.align-right ul li {
  float: right;
}
#main-menu ul li a {
  padding: 13.5px 19px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing:.5px;
  text-decoration: none;
  color: #333;
  font-weight:500;
  text-transform: uppercase;
}
#main-menu ul li a:hover {
    background:#f7f7f7;
}
#main-menu ul ul li a:hover {
    background: none;
    background-color: #f7f7f7 !important;
}
#main-menu ul li:hover a {
  color: #333;
}
#main-nav ul ul li a {
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
#main-menu > ul > li.has-sub > a {
  padding-right: 30px;
}
#main-menu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#main-menu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#main-menu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#main-menu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 1000000;
}
#main-menu.align-right ul ul {
  text-align: right;
}
#main-menu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#main-menu li:hover > ul {
  left: auto;
}
#main-menu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#main-menu li:hover > ul > li {
  height: 35px;
}
#main-menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#main-menu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#main-menu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 210px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  color: #333;
  font-weight: 400;
  background-color: #f7f7f7;
}
#main-menu ul ul li:last-child > a,
#main-menu ul ul li.last-item > a {
  border-bottom: 0;
}
#main-menu ul ul li:hover > a,
#main-menu ul ul li a:hover {
  color: #333;
}
#main-menu ul li.has-sub a {
    padding-right: 30px !important;
    transition: all .0s linear !important;
}
#main-menu ul li i {
    margin-right:6px;
}
#main-menu ul > li.has-sub:hover > a:before {
  top: 24px;
  height: 0;
}
#main-menu ul li.has-sub > a:after {
  position: absolute;
  top: 23px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #333;
  content: '';
}
#main-menu ul li.has-sub > a:before {
  position: absolute;
  top: 20px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #333;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#main-menu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #333;
  content: '';
}
#main-menu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#main-menu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #333;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#main-menu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#main-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (min-width: 900px) {
    #main-menu ul li:hover {
        background:#f7f7f7;
    }
    #main-menu ul ul li:hover {
        background:none;
    }
}
@media all and (max-width: 900px) {
  #main-menu {
    width: 100%;
  }
  #main-menu ul {
    width: 100%;
    display: none;
  }
  #main-menu.align-center > ul {
    text-align: left;
  }
  #main-menu ul li {
    width: 100%;
    border-top:1px solid #f7f7f7;
  }
  #main-menu ul ul li,
  #main-menu li:hover > ul > li {
    height: auto;
  }
  #main-menu ul li a,
  #main-menu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #main-menu ul li a {
    line-height: 12px;
    font-size: 12px;
    font-weight:700;
  }
  #main-menu > ul > li {
    float: none;
  }
  #main-menu ul ul li a {
    padding-left: 25px;
  }
  #main-menu ul ul ul li a {
    padding-left: 35px;
  }
  #main-menu ul ul li a {
    color: #333;
    background: none;
  }
  #main-menu ul ul li:hover > a,
  #main-menu ul ul li.active > a {
    color: #333;
  }
  #main-menu ul ul,
  #main-menu ul ul ul,
  #main-menu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #main-menu > ul > li.has-sub > a:after,
  #main-menu > ul > li.has-sub > a:before,
  #main-menu ul > li.has-sub > a:after,
  #main-menu ul > li.has-sub > a:before {
    display: none;
  }
  #main-menu #menu-button {
    display: block;
    padding: 17px;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #main-menu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    content: '';
  }
  #main-menu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #333;
    content: '';
  }
  #main-menu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main-menu #menu-button.menu-opened:before {
    top: 23px;
    background: #333;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #main-menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left:1px solid rgba(255,255,255,.2);
    height:39px;
    width: 46px;
    cursor: pointer;
    background: #f5f5f5;
  }
  #main-menu .submenu-button.submenu-opened {
    background:#f7f7f7;
  }
  #main-menu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #main-menu .submenu-button:after {
    position: absolute;
    top:18.5px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #333;
    content: '';
  }
  #main-menu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #main-menu .submenu-button.submenu-opened:after {
    background: #333;
  }
  #main-menu .submenu-button:before {
    position: absolute;
    top: 15.5px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333;
    content: '';
  }
  #main-menu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #main-menu .submenu-button.submenu-opened:before {
    display: none;
  }
}
/********************** end menu 2 **************************/




/*************************** Breaking News *************************************/
.clearout {
clear:both;
}

#flexiselDemo3 {
display:none;
height:135px;
}
.nbs-flexisel-container {
    position:relative; border-bottom:1px solid #f4f4f4; background-color:#fff;
    width:100%; margin-left:auto !important; margin-right:auto !important; overflow: hidden;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    cursor: pointer;
    color: #333;
    background:#f5f5f5;
    z-index: 10;
}
.nbs-flexisel-nav-left i {
	padding:9.75px 12.60px;
}
.nbs-flexisel-nav-right i {
	padding:9.75px 12.60px;
}
.nbs-flexisel-nav-left {
    left:0px;
}
.nbs-flexisel-nav-right {
    right:0px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
}
.nbs-flexisel-inner {
    overflow:hidden;
    width:89%;
    margin-left:auto !important; margin-right:auto !important;
	max-height:145px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:20px;
}
.nbs-flexisel-item img {
	width: 125px;
	height: 85px;
	overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-top:0px;
}
.als-item {max-width:100%;max-height:120px;margin-top:20px;}
.als-item .thumb-als-item {width:30%; max-height:120px; margin-right:3%;}
.als-item .content-als-item {width:64%;max-height:auto;margin-right:3%;}
.als-item .thumb-als-item, .als-item .content-als-item {float: left;}
.content-als-item {
     margin-top:0px;
    margin-bottom:0px;
    text-align: left;
}
.content-als-item .title-brk a {
	color: #333;
	font-weight:400;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
	text-decoration: none;
  -webkit-transition: all .3s ease-in-out;   -moz-transition: all .3s ease-in-out;   -o-transition: all .3s ease-in-out;   transition: all .3s ease-in-out;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.content-als-item .title-brk a:hover {
	color: #333;
  -webkit-transition: all .3s ease-in-out;   -moz-transition: all .3s ease-in-out;   -o-transition: all .3s ease-in-out;   transition: all .3s ease-in-out;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.content-als-item .date-brk .fa-clock-o {
	color: #ad901b;
	margin-right:6px;
}
.content-als-item .category-brk a {
	color:#b7b7b7;
	font-weight:400;
	font-size: 17px;
	text-decoration: none;
  -webkit-transition: all .3s ease-in-out;   -moz-transition: all .3s ease-in-out;   -o-transition: all .3s ease-in-out;   transition: all .3s ease-in-out;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.content-als-item .date-brk {
color:#b7b7b7;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size:15px;
}
/***************************END Breaking News *************************************/

/***************** pagination **********************/
.pagination .page-numbers {
    background:#fff;
}
/****************** end pagination ******************/



/*************** Single *********************/
.container-single-page {
    width:100%;
}
.content-single-page { /*
    width:100%;
    background-color: #f7f7f7;
    border-top: 0;
    margin-bottom:4px;*/
}
.title-container {
   /* width:100%;
    border-bottom:1px solid #ededed;*/
}
.content-single-page .title-content {/*padding: 15px 28px;margin:0 auto;width:90%;background:#fff;border-left:1px solid #ededed;border-right:1px solid #ededed;*/}
.content-single-page .title-content h1 {text-align: left; font-size:28px;font-weight: 400;}
.content-single-page .content-container {/*
    width:100%;
    border-bottom:1px solid #ededed;*/
}
.content-single-page .content-single {
  /*  width:90%;
    margin:0 auto;
    background:#fff;
    padding: 15px 28px;
    border-left:1px solid #ededed;border-right:1px solid #ededed;*/
}
.content-single-page .meta-container {/*
    width:100%;
    border-bottom:1px solid #ededed;*/
}
.content-single-page .meta-content {/*
    width:90%;
    margin:0 auto;
    background:#fff;
    padding: 15px 28px;
    border-left:1px solid #ededed;border-right:1px solid #ededed;
    font-size: 15px;*/
}
.meta-content span {margin-left:3px;margin-right:3px;}
.meta-content .first-meta {margin-left:0px !important;margin-right:3px !important;}

.content-single-page .tags-container {/*
    width:100%;
    border-bottom:1px solid #ededed;*/
}
.content-single-page .tags-content {/*
    width:90%;
    margin:0 auto;
    background:#fff;
    padding: 15px 28px;
    border-left:1px solid #ededed;border-right:1px solid #ededed;
    font-size: 15px;*/
}
.fa-tag {margin-right:10px;}
.post-navigation {
 width:90%;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
margin: 7.6923% auto 0;
    display: table;
}
.post-navigation .nav-previous, .post-navigation .nav-next  {
width:50%;
float:left;
    height:auto;
display: table-cell;
}
/**************** End Single ****************/



/****************** comment ********************/
.comments-area {
    width:100%;
    background-color: #f7f7f7;
    margin:0 auto;
    border-top: 0;
    font-family: 'Roboto condensed', sans-serif;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  border: 1px solid #ddd;
  margin-right: 5px;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.comment-form button,
.comment-form input[type="button"],
.comment-form input[type="reset"],
.comment-form input[type="submit"] {
	-webkit-appearance: button;
	background-color:#fff;
    border:1px solid #f5f5f5;
	color: #333;
	cursor: pointer;
	font-family: 'Roboto condensed', sans-serif;
	font-size: 16px;
    font-size: 1.4rem;
    font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;   -moz-transition: all .3s ease-in-out;   -o-transition: all .3s ease-in-out;   transition: all .3s ease-in-out;
}
.comment-form button:hover,
.comment-form input[type="button"]:hover,
.comment-form input[type="reset"]:hover,
.comment-form input[type="submit"]:hover {
    background-color:#fff !important;
    color:#333;
  -webkit-transition: all .3s ease-in-out;   -moz-transition: all .3s ease-in-out;   -o-transition: all .3s ease-in-out;   transition: all .3s ease-in-out;
}
.comment-form input[type="submit"] {border-radius:0px;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/*background-color: #333;*/
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	/*text-transform: uppercase;*/
}
.comments-title-container {
    width:100%;
    border-bottom:1px solid #ededed;
}
.comments-title-container .comments-title {
    width:90%;
    margin:0 auto;
    background:#fff;
    padding: 15px 28px;
    border-left:1px solid #ededed;border-right:1px solid #ededed;
    text-align: left;
    font-size: 28px;
    font-weight: 400;
}
.comment-list {
    width:100%;
    border-bottom:1px solid #ededed;
}
.comment-list li {
    width:90%;
    margin:0 auto;
    background:#fff;
    padding: 15px 28px;
    border-left:1px solid #ededed;border-right:1px solid #ededed;
}
.children li {
    border-left:0px solid #ededed;border-right:0px solid #ededed;
}
.comment-respond {
    width:90%;
    margin:0 auto;
    background:#fff;
    padding: 28px 28px;
    border-left:1px solid #ededed;border-right:1px solid #ededed;
}
#reply-title {
  text-align: left;
  font-size: 28px;
  font-weight: 400;
}
.comment-form p {
    margin-bottom:15px;
}
.comment-form label {
  font-size: 20px;
  font-weight: 400;
}
/**************** end comment ******************/


/****************************** Scroll To Top ****************************/
.scrollToTop{
	width: 36px;
	z-index: 20000000;
	height: 36px;
	line-height: 36px;
	position:fixed;
	right: 13px;
	bottom: 13px;
	text-align: center;
	background-color: #fff;
	color: #333;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	display:none;
	text-decoration: none;
}
.scrolltotoppicon:before {
	font-family: "FontAwesome";
	content:"\f106";
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
}
/************************ End Scroll To Top *******************************/



/************** author presentation ************/
.author-presentation-container {
    width:100%;
    background:#f7f7f7;
    margin-bottom:4px;
}
.container-author1 {
    width:100%;
    border-bottom: 1px solid #ededed;
}
.content-author {
    width:90%;
    margin:0 auto;
    background:#fff;
    padding:15px 28px;
    border-left:1px solid #ededed;border-right:1px solid #ededed;
}
.content-author2 {
display: table-cell;
}
.image-author-single {
    width:90px;
    margin-right:20px;
    float:left;
    display: table;
}
.container-name-description-author {
    width:80%;
    display: table;
    float:left;
}
.image-author-single img {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 20px;
    border-radius: 3px !important;
}
.nameauthorsingle a {
    font-size:25px;
}
.descriptionauthorsingle {
    font-size:17px;
    color:#707070;
}
/************** end author presentation ********/



/************** articles similaires ************/
.similar-posts-container {
    width:100%;
    background:#f7f7f7;
    margin-bottom:4px;
    margin-top:4px;
}
.posts-similar-content {

}
.container-title-posts-similar {
    width: 100%;
    border-bottom:1px solid #ededed;
}
.title-posts-similar {
    width:90%;
    margin:0 auto;
    background:#fff;
    padding:15px 28px;
    border-left:1px solid #ededed;border-right:1px solid #ededed;
}
.container-posts-similar {
    width: 100%;
    border-bottom:1px solid #ededed;
}
.content-similar {
    width:90%;
    margin:0 auto;
    background:#fff;
    padding:15px 28px;
    border-left:1px solid #ededed;border-right:1px solid #ededed;
}

/************** end articles similaires ********/




/***************** widget right **************/
.site-main .container-single-page, .site-main .sidebar-right {
    float:left;
}
.site-main .sidebar-right {
    width:25.8%;
    margin-left:0.4%;
}
.site-main .sidebar-right .widget {
    background:#fff;
    margin-bottom: 4px !important;
    border-top: 0px;
}
.widget input[type="search"]  {
  color: #333;
  font-size: 18px;
  line-height: 1.6em;
  text-transform: none;
  text-decoration: none;
  padding: 15px 20px 15px 20px;
}
.widget input {
  /*  border-radius: 0px !important;
    border:0px !important;*/
}
/***************** end widget right ************/


.page-header {
width:98.5%;
margin:4px;
margin-bottom:0px !important;
background: #f7f7f7;
}
.page-header-content {
    width:91%;
    margin:0 auto;
    padding:20px 28px;
    background: #fff;
    border-left:1px solid #ededed;
    border-right:1px solid #ededed;
}
.page-header h1 {
    font-size: 30px;
    color:#333;
    font-weight: 400;
    padding-left:5px;
}
.page-header p {
    font-size: 16px;
    color:#333;
    font-weight: 400;
    margin-bottom: 0px;
}
.page-title {
font-weight: 400;
}
.no-results {
width:99.4%;
margin: 4px auto 0 auto;
background:#f7f7f7;
}
.no-results input[type="search"] {
padding:20px 30px;
}
.page-content {
    width:91.1%;
    margin:0 auto;
    padding:30px 38px;
    background: #fff;
    border-left:1px solid #ededed;
    border-right:1px solid #ededed;
}
.taxonomy-description p {
    color:#333;
    font-size: 29px;
}
.search-menu .ic-s-menu {
padding:12px 18px;
}
.search-menu form input {
    border-radius:0px;
    margin:0px !important;
}
.search-menu form .search-menu-text input {
    padding: 15px 20px 15px 25px;
    border: 0px !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6em;
}
.search-menu form .search-menu-submit button {
    padding:0px !important;
    margin:0px !important;
    height: 55px;
    top: 0px;
    width: 52px;
    background:#f5f5f5 !important;
    color:#333;
    position:absolute;
    right:0px;
}
.site-title {font-weight: 400 !important;}
.search-menu form {overflow: hidden;}

/********************************************** RESPONSIVE PX *****************************************************/
@media screen and (max-width: 1100px) {
    .hentry {
        overflow: hidden;
        background-color: #fff;
        width:32.75%;
        margin-right:0.5%;
        margin-bottom:4px;
        float:left;
        position: relative;
    }
}
@media screen and (max-width: 705px) {
    .hentry {
        overflow: hidden;
        background-color: #fff;
        width:49%;
        margin-right:0.5%;
        margin-bottom:4px;
        float:left;
        position: relative;
    }
}
@media screen and (max-width: 423px) {
    .hentry {
        overflow: hidden;
        background-color: #fff;
        width:95%;
        margin-right:0.5%;
        margin-left:5px;
        margin-bottom:4px;
        float:left;
        position: relative;
    }
}
@media screen and (max-width: 1134px) {
    .site-main .container-single-page, .site-main .sidebar-right {/*float:none;*/margin:0 auto;}
    .site-main .container-single-page {
        width:98%;
    }
    .site-main .sidebar-right {
        width:271px;
        margin-top: 30px;
    }
}
@media screen and (max-width:720px) {
    .image-author-single {
        width:100%;
        float:none;
    }
    .nameauthorsingle a {font-size:20px;}
    .descriptionauthorsingle p {font-size: 15px;}
}
@media screen and (max-width: 600px) {
    .comment-form label {
      font-size: 16px;
      font-weight: 400;
    }
}
/********************************************* END RESPONSIVE PX **************************************************/
/* Widget */
.widget_tag_cloud .tagcloud a {
    padding: 10px;
    line-height: 17px;
    margin: 5px 0;
    display: -webkit-inline-box;
    display: -moz-inline-stack;
    background:#f7f7f7;
    font-size: 17px !important;
}
.widget select {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    margin: 0 auto !important;
    border: 1px solid #ddd !important;
    padding: 10px;
	width: 100%;
}
.widget_nav_menu {overflow: hidden;box-shadow: 0 rgba(0,0,0,0.4) !important;}
.widget_nav_menu ul  {
    width: 100%;
    clear: both;
    display: inline;
    visibility: visible !important;
    position: relative !important;
    left:0 !important;
    top:0 !important;
    opacity: 1 !important;
    pointer-events: auto;
    box-shadow: 0 0px 0px rgba(0,0,0,0.2) !important;
}
.widget_nav_menu ul a {
    padding: 7px 0px 7px 0px !important;
    margin: 0px !important;
    text-align: left;
    color: #333;
}
.widget_nav_menu ul a:hover {margin-left: 5px !important;}
.widget_nav_menu .menu {
    padding:0 !important;
}
.widget_nav_menu .menu > li:hover > a {
    box-shadow: 0 0px 0px rgba(0,0,0,0.1) !important;
}
.widget_nav_menu ul li {
    margin: 0px !important;
    padding: 0px !important;
    float: none !important;
    width: 100%;
}
.widget_nav_menu ul ul li, .widget_nav_menu ul li ul li ul li a {
    border: 0 !important;
    margin-left: 5px !important;
}
.widget_nav_menu ul ul {padding: 0;}
.widget_nav_menu ul ul {width: 100%;border: 0px !important;}
.widget_nav_menu .menu ul > .menu-item-has-children > a:after {
    content: "" !important;
    margin: 0px !important;
}
/* End Widget */


/*Дополнительные стили*/

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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

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

html {
    height: 100%;
}

body {
    height: 100%;
    color: #323232;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

ol,
ul {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

h1 {
}

h2 {
}

h3 {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Light';
    font-size: 48px;
    font-weight: 300;
    line-height: 52px;
}

@media all and (max-width: 1200px) {
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media all and (max-width: 500px) {
    h3 {
        font-size: 23px;
        line-height: 26px;
    }
}

h4 {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.title-wrap {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 10px 0;
}

.padding1 {
}

.padding2 {
}

.padding3 {
}

.padding4 {
}

.margin1 {
    margin-top: 15px !important;
}

.margin2 {
    margin-top: 65px;
}

@media all and (max-width: 900px) {
    .margin2 {
        margin-top: 25px;
    }
}

.margin3 {
    margin-top: 30px;
}

.margin4 {
    margin: 24px 0 0 20px;
}

.margin5 {
    margin-top: 10px;
}

.margin6 {
    margin-top: 35px;
}

.title1 {
    color: #1c1e1f;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

@media all and (max-width: 900px) {
    .title1 {
        font-size: 16px;
        line-height: 20px;
    }
}

.title2 {
    color: #1c1e1f;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.title3 {
    color: #fff;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    text-shadow: 0.5px 0.9px 0 rgba(7, 45, 57, 0.8);
    text-transform: uppercase;
}

@media all and (max-width: 850px) {
    .title3 {
        font-size: 18px;
        line-height: 24px;
    }
}

.title4 {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

@media all and (max-width: 800px) {
    .title4 {
        font-size: 23px;
        line-height: 26px;
    }
}

.title5 {
    color: #fff;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

@media all and (max-width: 800px) {
    .title5 {
        font-size: 23px;
        line-height: 26px;
    }
}

.title6 {
    color: #fff;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

@media all and (max-width: 850px) {
    .title6 {
        font-size: 25px;
        line-height: 30px;
    }
}

.text1 p {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.title7 {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.title8 {
    color: #1c1e1f;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 33px;
    background: url(/img/title7.png) no-repeat left center;
    max-width: 335px;
}

.title9 {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
	padding: 40px 0;
}
}

@media all and (max-width: 850px) {
    .title9 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media all and (max-width: 500px) {
    .title9 {
        font-size: 27px;
        line-height: 30px;
    }
}

.section-3 .title9 {
    padding-left: 20px;
}

.title10 {
    opacity: 0.15;
    color: white;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    display: inline-block;
    border-bottom: 1px solid white;
}

@media all and (max-width: 500px) {
    .title10 {
        font-size: 24px;
        line-height: 30px;
    }
}

.title11 {
    color: white;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    border-bottom: 1px solid #fff;
}

@media all and (max-width: 1050px) {
    .title11 {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
    }
}

@media all and (max-width: 500px) {
    .title11 {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }
}

.title12 {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
}

.title13 {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    text-transform: uppercase;
}

.title14 {
    color: white;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    border-bottom: 1px dotted #fff;
    display: inline-block;
    padding: 0 0 2px;
}

@media all and (max-width: 1000px) {
    .title14 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media all and (max-width: 500px) {
    .title14 {
        font-size: 21px;
        line-height: 25px;
    }
}

.title15 {
    color: black;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
}

@media all and (max-width: 600px) {
    .title15 {
        font-size: 24px;
        line-height: 27px;
    }
}

.title16 {
    color: #1c1e1f;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
}

@media all and (max-width: 1100px) {
    .title16 {
        font-size: 23px;
        line-height: 25px;
    }
}

@media all and (max-width: 450px) {
    .title16 {
        font-size: 17px;
        line-height: 20px;
    }
}

.title17 {
    color: #494a4a;
    border-bottom: 1px dotted #494a4a;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    display: inline-block;
    padding: 0 0 2px;
}

@media all and (max-width: 1000px) {
    .title17 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media all and (max-width: 500px) {
    .title17 {
        font-size: 21px;
        line-height: 25px;
    }
}

.title18 {
    color: #7bc19f;
    border-bottom: 1px dotted #7bc19f;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    display: inline-block;
    padding: 0 0 2px;
}

@media all and (max-width: 1000px) {
    .title18 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media all and (max-width: 500px) {
    .title18 {
        font-size: 21px;
        line-height: 25px;
    }
}

.title19 {
    color: black;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    display: inline-block;
    border-bottom: 1px dotted #000;
}

@media all and (max-width: 600px) {
    .title19 {
        font-size: 24px;
        line-height: 27px;
    }
}

.title20 {
    color: #1c1e1f;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 17px;
}

.box4 .text1 p {
    margin-bottom: 25px;
}

.box4 .text1 {
    padding-left: 20px;
}

@media all and (max-width: 500px) {
    .box4 .text1 {
        padding-left: 0px;
    }
}

.text1 span {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-weight: 700;
}

.text2 p,
.text2,
.text2 h1,
.text2 h2,
.text2 h3,
.text2 h4,
.text2 h5,
.text2 span {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 25px;
}

.text2 p:last-child {
    margin-bottom: 0px;
}

.text2 span {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-weight: 700;
}

.text2 a {
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: white;
    text-decoration: underline;
}

@media all and (max-width: 1000px) {
    .text2 p {
        font-size: 21px;
        line-height: 28px;
    }
}

.text3 p {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.text3 p:last-child {
    margin-bottom: 0px;
}

@media all and (max-width: 500px) {
    .text3 p {
        font-size: 17px;
        line-height: 21px;
    }
}

.text3 span {
    font-family: 'SourceSansPro-Bold', sans-serif;
}

.text3 a {
    font-family: 'SourceSansPro-Bold', sans-serif;
    color: white;
    font-weight: 700;
    text-decoration: underline;
}

.center {
    text-align: center;
}

.text4 p {
    color: #1c1e1f;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.text5 p {
    color: #1c1e1f;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.text5 span {
    color: #1c1e1f;
    font-family: 'SourceSansPro-Bold', sans-serif;
}

.text6 p {
    color: #1c1e1f;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    background: url(/img/p1.png) no-repeat 0px 12px;
    padding-left: 20px;
    margin-bottom: 23px;
}

.text6 span {
    color: #1c1e1f;
    font-family: 'SourceSansPro-Bold', sans-serif;
}

.span1 {
}

.button1 {
    width: 190px;
    height: 50px;
    background-color: #eaad31;
    border-radius: 25px;
    display: inline-block;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.button1:hover {
    background-color: #d38d00;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button2 {
    width: 120px;
    height: 27px;
    border: 1px solid #f51632;
    border-radius: 4px;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    color: white;
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-left: 10px;
}

.button2:hover {
    background-color: #f51632;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button3 {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-left: 5px;
    padding-left: 18px;
    background: url(/img/plus.png) no-repeat left center;
}

.button3:hover {
    color: #089dea;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button4 {
    width: 160px;
    height: 34px;
    background-color: #089dea;
    border: 1px solid #089dea;
    border-radius: 4px;
    display: inline-block;
    color: white;
    text-align: center;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.button4:hover {
    background-color: #4bc2ff;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button5 {
    padding: 0 15px 0;
    height: 27px;
    border: 1px solid #f51632;
    border-radius: 4px;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    color: white;
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.button5:hover {
    background-color: #f51632;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button6 {
    padding: 0 15px 0;
    height: 34px;
    background-color: #089dea;
    border: 1px solid #089dea;
    border-radius: 4px;
    display: inline-block;
    color: white;
    text-align: center;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.button6:hover {
    background-color: #4bc2ff;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header {
    position: relative;
    padding: 60px 0px 45px;
}

@media all and (max-width: 650px) {
    .header {
        padding: 60px 0px 20px;
    }
}

.header-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-in-item1 {
}

.header-in-item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (max-width: 520px) {
    .header-in-item1 {
        flex-basis: 100%;
        margin-bottom: 10px;
    }
}

.logo {
    max-width: 77px;
    margin: 0 auto;
}

.content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #1c1e1f;
    min-height: 100%;
}

.content-1 {
    padding: 45px 0 0;
    width: 165px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background: #1c1e1f;
    height: 100%;
}
@media screen and (max-width: 1540px){
.content-2 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background: #28292a;
    min-height: calc(100vh);
	top: -1px;
    position: relative;
}}
@media screen and (min-width: 1540px) and (max-width: 1583px){
.content-2 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background: #28292a;
    min-height: calc(100vh);
	top: -1px;
    position: relative;
}}
@media all and (max-width: 650px) {
    .content-1 {
        position: absolute;
        top: 0;
        left: -165px;
        width: 165px;
        padding: 45px 0 0;
        z-index: 1;
    }
	
}
@media screen and (min-width: 1584px){
.content-2 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 70%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background: #28292a;
    min-height: calc(100vh);
	top: -1px;
    position: relative;
}}

.content-3 {
}

.wrap-1 {
    min-height: calc(100vh - 200px);
}

.nav {
    padding: 30px 20px 30px 30px;
}

@media all and (max-width: 600px) {
    .nav {
        padding: 15px 20px 15px 30px;
    }
}

.nav span {
    display: block;
    margin-bottom: 5px;
}

.nav a {
    color: white;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media all and (max-width: 500px) {
    .nav a {
        font-size: 14px;
        line-height: 22px;
    }
}

.nav a:hover::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 100%;
    height: 8px;
    background: #0d93d9;
    z-index: -1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav-active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 100%;
    height: 8px;
    background: #0d93d9;
    z-index: -1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav2 span {
    display: block;
    margin-bottom: 15px;
}

.nav2 {
    padding: 0px 20px 0px 30px;
}

.nav2 a {

    color: white;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;

    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media all and (max-height: 500px) {
    .nav2 a {
        margin-bottom: 10px;
        font-size: 12px;
    }
}

.nav2 a:hover::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 100%;
    height: 8px;
    background: #0d93d9;
    z-index: -1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav2-active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 100%;
    height: 8px;
    background: #0d93d9;
    z-index: -1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer-1 {
    height: 200px;
    padding: 10px 20px 0 30px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 165px;
}

.mob-footer-1 {
    display: none;
}

@media all and (max-width: 650px) {
    .footer-1 {
        display: none;
    }
}

@media all and (max-height: 650px) {
    .footer-1 {
        display: none;
    }

    .mob-footer-1 {
        display: block;
        height: 100px;
        padding: 10px 20px 0 30px;
        position: static;
        width: 100%;
    }
}

.logo2 {
    max-width: 26px;
    margin-bottom: 10px;
}

.logo2 img {
}

.search {
    position: relative;
    max-width: 320px;
    width: 100%;
}

@media all and (max-width: 520px) {
    .search {
        max-width: 100%;
    }
}

.search-in {
}

.search_word {
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: 1px solid #595959;
    border-radius: 4px;
    -webkit-box-shadow: 1.2px 1.6px 5px rgba(28, 30, 31, 0.03);
    box-shadow: 1.2px 1.6px 5px rgba(28, 30, 31, 0.03);
    color: #949494;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px 0 45px;
}

.search-button {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 35px;
    height: 26px;
    background: url(/img/search.png) no-repeat center right;
    cursor: pointer;
}

.icon-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90px;
    margin: 10px 10px 0;
}

.icon-in-item {
    height: 15px;
    width: 17px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0 0;
    cursor: pointer;
}

.icon-in-item:nth-child(1) {
    background: url(/img/profile.png) no-repeat center center;
}

.icon-in-item:nth-child(2) {
    background: url(/img/bubbles.png) no-repeat center center;
}

.icon-in-item-:nth-child(3) {
    background: url(/img/cart.png) no-repeat center center;
}

.icon-quantity {
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: #089dea;
    border: 1px solid #28292a;
    border-radius: 50%;
    color: #141414;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    top: -10px;
    right: -10px;
}

.balance {
    margin-left: 12px;
    color: #b8bfc6;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    border-bottom: 1px solid #b8bfc6;
	display: flex;
}

.box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-item1 {
    width: 150px;
    padding: 10px 0 0;
    margin-right: 20px;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.box-item2 {
    flex-basis: 40%;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

@media all and (max-width: 520px) {
    .box-item2 {
        flex-basis: 100%;
    }
}

.box2 {
    padding: 45px 0px 50px;
}

.border1 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

@media all and (max-width: 950px) {
    .border1 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.border2 p {
    margin-bottom: 24px;
    padding: 0 15px 0;
}

.box2-in {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box2-in-item {
    flex-basis: 20%;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    transition: all 0.2s ease;
    padding: 25px 15px 25px;
    border: 1px solid #d8d8d8;
    min-height: 445px;
    background: #fff;
    position: relative;
}

@media all and (max-width: 1600px) {
    .box2-in-item {
        flex-basis: 20%;
    }
}

@media all and (max-width: 1370px) {
    .box2-in-item {
        flex-basis: 25%;
        flex-grow: 0;
    }
}

@media all and (max-width: 1280px) {
    .box2-in-item {
        flex-basis: 30%;
        flex-grow: 1;
    }
}

@media all and (max-width: 1030px) {
    .box2-in-item {
        flex-basis: 35%;
        flex-grow: 1;
    }
}
@media all and (max-width: 440px) {
    .box2-in-item {
        flex-basis: 100%;
        flex-grow: 1;
    }
}

.box2-in-item:hover {
    background-image: linear-gradient(45deg, whitesmoke 0%, white 100%);
    box-shadow: inset 0.6px 0.8px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.box2-in-item-bg {
    background: url(/img/box2-in-item-bg.png) no-repeat top center;
    background-size: cover;
}

.box2-in-item-bg:hover {
    background: url(/img/box2-in-item-bg.png) no-repeat top center;
    background-size: cover;
}

.box2-img {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (max-width: 600px) {
    .box2-img {
        width: 160px;
    }
}

.box2-in-item-big {
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: left;
    transition: all 0.2s ease;
    padding: 25px 35px 25px;
    border: 1px solid #d8d8d8;
    min-height: 445px;
    background: #fff;
    position: relative;
    background: url(/img/img-big1.png) no-repeat top center;
    background-size: cover;
}

@media all and (max-width: 1600px) {
    .box2-in-item-big {
        flex-basis: 35%;
    }
}

@media all and (max-width: 1280px) {
    .box2-in-item-big {
        flex-basis: 35%;
        flex-grow: 1;
    }
}

@media all and (max-width: 1030px) {
    .box2-in-item-big {
        flex-basis: 35%;
        flex-grow: 1;
    }
}

.price {
    display: inline-block;
    min-width: 100px;
    border: 1px solid #dadada;
    border-radius: 4px;
    color: #1c1e1f;
    font-family: 'SourceSansPro-Bold';
    font-size: 18px;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    padding: 0px 10px;
    transition: all 0.2s ease;
    margin-top: 10px;
    cursor: pointer;
}

.box2-in-item-big .price {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.box2-in-item-bg .price {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.box2-in-item-bg .title1 {
    color: #fff;
}

.box2-in-item-bg .title2 {
    color: #fff;
}

.price:hover {
    background-color: #089dea;
    border: 1px solid #089dea;
    color: #fff;
    transition: all 0.3s ease;
}

.box2 .title1 {
    padding: 0 0 10px;
    min-height: 55px;
}

.box2 .title2 {
    padding: 0 0 0px;
    min-height: 40px;
}

.wrap1 {
    padding: 0 0px 0;
}

.wrap2 {
    flex-basis: 100%;
    padding: 20px 0 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.wrap3 {
    padding: 0 50px 0 0;
}

@media all and (max-width: 950px) {
    .wrap3 {
        padding: 0 15px 0 0;
    }
}

@media all and (max-width: 500px) {
    .wrap3 {
        padding: 0 0px 0 0;
    }
}

.wrap3-in {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.wrap3-in-item1 {
    width: 60%;
    flex-grow: 1;
}

.wrap3-in-item2 {
    width: 185px;
    display: inline-block;
}

@media all and (max-width: 500px) {
    .wrap3-in-item2 {
        display: none;
    }
}

.wrap4 {
    flex-basis: 100%;
    padding: 0 0 0px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}

.wrap3-in-item1 .box-item3-active {
    padding: 2px 20px 2px 5px;
    background: url(/img/close2.png) no-repeat 95% center;
    background-color: #b8bfc6;
    border-bottom: 1px dotted transparent;
    margin: 0 3px 10px;
}

.wrap3-in-item1 .box-item3:hover {
    padding: 2px 20px 2px 5px;
    background: url(/img/close2.png) no-repeat 95% center;
    background-color: #b8bfc6;
    border-bottom: 1px dotted transparent;
    cursor: pointer;
    margin: 0 3px 10px;
    transition: all 0.3s ease;
}

.top-abs-info1 {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 120px;
    height: 40px;
    background: url(/img/top-abs-info-img.png) no-repeat top left;
    color: white;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 0 10px;
}

.top-abs-info2 {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 125px;
    height: 40px;
    background: url(/img/top-abs-img2.png) no-repeat top left;
    color: #03080f;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 0 10px;
}

.box6 .top-abs-info2 {
    background: url(/img/top-abs-img3.png) no-repeat top left;
    width: 134px;
}

.line1::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 164px;
    height: 8px;
    background: url(/img/line1.png) no-repeat top left;
}

.line2::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 8px;
    background: url(/img/line2.png) no-repeat top left;
    background-size: cover;
}

.line3 {
}

.line3::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 65%;
    height: 8px;
    background: url(/img/line3.png) no-repeat top left;
    background-size: cover;
}

.section-1 {
}

.section-1-in {
}

.box3 {
    padding: 70px 0px 0px;
}

.box3-in {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box3-in-item {
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: left;
    transition: all 0.2s ease;
    padding: 30px 15px 20px;
    margin: 0 5px 5px;
    position: relative;
    background-image: linear-gradient(135deg, #1c1e1f 0%, #212324 100%);
}

.box3-in-item:nth-child(odd) {
    padding-bottom: 35px;
}

@media all and (max-width: 1200px) {
    .box3-in-item {
        flex-basis: 100%;
        margin: 0 5px 25px;
    }
}

.data {
    color: white;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    width: 100px;
    height: 30px;
    background-color: #089dea;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 20px;
}

.data2 {
    color: #b8bfc6;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.video {
    color: #f51632;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-decoration: underline;
    padding-right: 40px;
    background: url(/img/play.png) no-repeat right center;
    position: absolute;
    top: -15px;
    right: 15px;
    cursor: pointer;
}

@media all and (max-width: 400px) {
    .video {
        right: 5px;
    }
}

.banner {
    padding: 50px 0 0;
    display: block;
    cursor: pointer;
}

@media all and (max-width: 900px) {
    .banner {
        padding: 30px 0 0;
        display: block;
    }
}

.banner2 {
    padding: 50px 0 40px;
    display: block;
    cursor: pointer;
}

@media all and (max-width: 900px) {
    .banner2 {
        padding: 30px 0 20px;
        display: block;
    }
}

.banner3 {
    padding: 30px 0 30px;
    display: block;
    cursor: pointer;
}

.box4 {
    padding: 50px 20px 0px;
}

.box4-in {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box4-in-item {
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: left;
    padding: 30px 10px 20px 35px;
}

.box4-in-item:first-child {
    margin-right: 20px;
    background: url(/img/box4-in-item-bg1.png) no-repeat left 25px;
}

.box4-in-item:nth-child(2) {
    background: url(/img/box4-in-item-bg2.png) no-repeat left 25px;
}

@media all and (max-width: 950px) {
    .box4-in-item {
        flex-basis: 100%;
        padding: 30px 10px 10px 35px;
    }

    .box4-in-item:first-child {
        margin-right: 0px;
    }

    .box4 {
        padding: 30px 20px 0px;
    }
}

@media all and (max-width: 500px) {
    .box4-in-item {
        flex-basis: 100%;
        padding: 30px 10px 10px 0px;
    }
}

.footer {
}

.footer-in {
    padding: 50px 60px 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

@media all and (max-width: 950px) {
    .footer-in {
        padding: 40px 15px 40px;
    }
}

.footer-in-item {
    flex-basis: 10%;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    padding: 0 10px 0;
}

.footer-in-item img {
    width: auto;
    display: inline-block;
}

@media all and (min-width: 650px) {
    .mob-header-menu {
    }
}

@media all and (min-width: 650px) {
    .mob-header-menu {
        display: none !important;
    }
}

.mob-header-menu-icon {
    display: none;
    position: absolute;
    top: 26px;
    left: 15px;
    width: 35px;
    height: 24px;
    cursor: pointer;
    z-index: 1;
}

@media all and (max-width: 650px) {
    .mob-header-menu-icon {
        display: inline-block;
    }
}

@media all and (min-width: 650px) {
    .mob-header-menu-icon {
        display: none !important;
    }
}

.mob-header-menu-close {
    top: 16px;
    left: 135px;
    position: absolute;
    width: 16px;
    cursor: pointer;
    display: none;
}

@media all and (min-width: 650px) {
    .mob-header-menu-close {
        display: none !important;
    }
}

.box-item3 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    text-align: left;
    padding: 2px 5px 2px 5px;
    color: white;
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    border-bottom: 1px dotted #fff;
    margin: 0 10px 10px;
    position: relative;
    transition: all 0.3s ease;
    background-position: 95% center;
}

.box-item4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    text-align: left;
    padding: 2px 5px 2px 5px;
    color: white;
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    border-bottom: 1px dotted #fff;
    margin: 0 20px 10px 0;
    position: relative;
    transition: all 0.3s ease;
    background-position: 95% center;
}

.wrap3-in-item2 .box-item3 {
    margin: 0 0px 10px;
}

.box-item3:hover {
    padding: 2px 20px 2px 5px;
    background: url(/img/close2.png) no-repeat 95% center;
    background-color: #089dea;
    border-bottom: 1px dotted transparent;
    cursor: pointer;
    margin: 0 3px 10px;
    transition: all 0.3s ease;
}

.box-item4:hover {
    padding: 2px 5px 2px 5px;
    background-color: #089dea;
    cursor: pointer;
    transition: all 0.3s ease;
}

.box-item4.active {
    padding: 2px 5px 2px 5px;
    background-color: #089dea;
    cursor: pointer;
}

.wrap3-in-item2 .box-item3:hover {
    margin: 0 0px 10px;
}

.box-item3-active {
    padding: 2px 20px 2px 5px;
    background: url(/img/close2.png) no-repeat 95% center;
    background-color: #089dea;
    border-bottom: 1px dotted transparent;
    margin: 0 3px 10px;
}

.show-more-wrap {
    text-align: center;
    padding: 0 0 30px;
}

.show-more {
    color: white;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    padding-left: 35px;
    background: url(/img/show-more-img.png) no-repeat left center;
    display: inline-block;
    cursor: pointer;
}

.nfo {
    margin: 13px 0 0;
    padding: 0 0 13px;
    border-bottom: 1px solid #616262;
}

.nfo-title {
    padding: 0 25px 0 0px;
    color: #b8bfc6;
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    background: url(/img/plus.png) no-repeat right center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: block;
}

@media all and (max-width: 600px) {
    .nfo-title {
        font-size: 15px;
    }
}

.nfo-active + .nfo-text {
    display: block;
}

.nfo-text {
    padding: 15px 0px 5px;
    display: none;
}

.nfo-active {
    background: url(/img/minus.png) no-repeat right center;
}

.box5 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box5-item1 {
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
}

.box5-item2 {
    flex-grow: 0;
    flex-shrink: 1;
    padding: 30px 0 0;
}

@media all and (max-width: 900px) {
    .box5-item1 {
        flex-basis: 100%;
    }

    .box5-item2 {
        flex-basis: 100%;
        padding: 10px 0 0;
    }
}

.breads-in {
    text-align: left;
    padding: 0px 0 5px;
}

.breads-in-item1 {
    color: white;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.breads-in-item2 {
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    color: #b8bfc6;
    padding: 0 3px 0;
}

.breads-in-item3 {
    color: white;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.cart {
    /*width: 85px;
    display: flex;*/
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.minus {
    cursor: pointer;
    flex-grow: 1;
    min-width: 15px;
    height: 30px;
    background: url(/img/cart-minus.png) no-repeat center center;
}

.sum {
    padding: 0 3px 0;
}

.cart input {
    width: 30px;
    height: 30px;
    color: #555d66;
    font-family: 'SourceSansPro-Light';
    font-size: 29px;
    font-weight: 300;
    line-height: 30px;
    border: none;
    background: transparent;
    text-align: center;
}

.plus {
    cursor: pointer;
    flex-grow: 1;
    min-width: 15px;
    height: 30px;
    background: url(/img/cart-plus.png) no-repeat center center;
}

.cart-wrap {
    width: 250px;
    height: 45px;
    border: 1px solid #595959;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media all and (max-width: 360px) {
    .cart-wrap {
        width: 100%;
    }
}

.cart-item1 {
    flex-grow: 0;
    flex-shrink: 1;
    padding: 7px 10px 0px;
}

@media all and (max-width: 500px) {
    .cart-item1 {
        padding: 7px 3px 0px;
    }
}

.cart-item2 {
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 7px 0px 0 0px;
    text-align: left;
}

@media all and (max-width: 500px) {
    .cart-item2 {
        padding: 10px 0px 0 0px;
    }
}

.cart-title {
    color: white;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 29px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    /*background: url(/img/cart.png) no-repeat 98% center;*/
    padding-right: 34px;
}
.cart-button.refactor {
    width: 37px;
    height: 30px;
    background: url(/img/cart.png) no-repeat 98% center !important;
    cursor: pointer;
    position: relative;
    top: -30px;
    right: -180px;
	padding: 0;
}

.box6 {
    padding: 45px 0px 50px;
}

@media all and (max-width: 900px) {
    .box6 {
        padding: 25px 0px 20px;
    }
}

.box6-in {
    position: relative;
    min-height: 700px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fff;
    background-image: linear-gradient(45deg, whitesmoke 0%, white 100%);
    box-shadow: inset 0.6px 0.8px 0 rgba(0, 0, 0, 0.1);
}

.box6-in .top-abs-info2 {
    top: 8px;
    left: 0px;
}

.box6-in-item1 {
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 45px;
}

.box6-in-item2 {
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 50px 0 0;
}

@media all and (max-width: 1050px) {
    .box6-in-item1 {
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        margin-right: 0px;
    }

    .box6-in-item2 {
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        padding: 20px 20px 0;
    }
}

@media all and (max-width: 350px) {
    .box6-in-item2 {
        padding: 20px 15px 0;
    }
}

.box6-in-item3 {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0px 60px 10px;
    border: 1px solid darkgrey;
    border-radius: 3px;
    padding: 30px 25px 30px;
    position: relative;
	clear: none;
    width: 185%;
    float: right;
}

@media all and (max-width: 1050px) {
    .box6-in-item3 {
        margin: 0px 20px 35px;
    }
}

@media all and (max-width: 450px) {
    .box6-in-item3 {
        margin: 0px 15px 35px;
    }
}

.box6-in-item3::after {
    content: '';
    position: absolute;
    top: 30px;
    left: -10px;
    width: 20px;
    height: 40px;
    background: #f5f5f5 url(/img/lampa.png) no-repeat center center;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.box6-in-item1-img {
    width: 410px;
    height: 410px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 20px;
    padding: 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (max-width: 1200px) {
    .box6-in-item1-img {
        width: 350px;
        height: 350px;
    }
}

@media all and (max-width: 450px) {
    .box6-in-item1-img {
        width: 270px;
        height: 270px;
    }
}

.box6-in-item1-img span {
}

.box7 {
    padding: 45px 0 0;
}

.box7-in {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box7-in-item {
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 33px;
    margin: 0 10px 25px 0;
}

@media all and (max-width: 400px) {
    .box7-in-item {
        flex-basis: 100%;
        margin: 0 0px 15px 0;
    }
}

.box7-title1 {
    color: #a5a5a5;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.box7-title2 {
    color: #1c1e1f;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
}

@media all and (max-width: 1150px) {
    .box7-title2 {
        font-size: 20px;
        line-height: 27px;
    }
}

@media all and (max-width: 460px) {
    .box7-title2 {
        font-size: 15px;
        line-height: 20px;
    }
}

.box7-in-item:nth-child(1) {
    background: url(/img/clock.png) no-repeat left 3px;
}

.box7-in-item:nth-child(2) {
    background: url(/img/water.png) no-repeat left 3px;
}

.box7-in-item:nth-child(3) {
    background: url(/img/index.png) no-repeat left 3px;
}

.box7-in-item:nth-child(4) {
    background: url(/img/health.png) no-repeat left 3px;
}

.box7-in-item:nth-child(5) {
    background: url(/img/inj.png) no-repeat left 3px;
}

.box7-in-item:nth-child(6) {
    background: url(/img/hepa.png) no-repeat left 3px;
}

.box7-in-item:nth-child(7) {
    background: url(/img/acne.png) no-repeat left 3px;
}

.box7-in-item:nth-child(8) {
    background: url(/img/aroma.png) no-repeat left 3px;
}

.skype {
    width: 38px;
    height: 39px;
    position: absolute;
    bottom: -20px;
    left: 47%;
}

.wrap5 {
    padding: 0px 0 0 10px;
}

@media all and (max-width: 800px) {
    .wrap5 {
        padding: 0px 0 0 0px;
    }
}

.wrap5 .title6 {
    padding-left: 10px;
}

.section1 {
}

.wrap5-item {
    padding: 15px 10px 20px;
    transition: all 0.3s ease;
    display: contents;
    border: 1px solid transparent;
}

.wrap5-item:hover {
    background-color: rgba(13, 147, 217, 0.05);
    border: 1px solid #0d93d9;
    transition: all 0.3s ease;
}

.wrap5-item:hover .title10 {
    color: #0d93d9;
    border-bottom: 1px solid #0d93d9;
    transition: all 0.3s ease;
}

.box8 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.box8-item1 {
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 10px;
}

.box8-item2 {
    flex-grow: 0;
    flex-shrink: 1;
}

@media all and (max-width: 550px) {
    .box8-item1 {
        flex-basis: 100%;
        margin-right: 0px;
    }

    .box8-item2 {
        padding-top: 7px;
    }
}

.section-2 {
    padding-bottom: 50px;
    background: url(/img/s2-bg.jpg) no-repeat top center;
    background-size: cover;
}

.section-2-in {
}

.section-3 {
    padding: 40px 0 0;
}

.important {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-top: 1px solid #616262;
    border-bottom: 1px solid #616262;
}

.box9 {
    padding: 50px 0 0;
}

.box9-in {
    padding: 45px 0 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box9-in-item {
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 20px;
    margin: 0 15px 25px 0;
    background: url(/img/p1.png) no-repeat left 11px;
}

.box9-in-item:nth-child(odd) {
    margin-right: 60px;
}

@media all and (max-width: 790px) {
    .box9-in-item {
        flex-basis: 100%;
    }

    .box9-in-item:nth-child(odd) {
        margin-right: 0px;
    }
}

.box11 {
    padding: 40px 0 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box11-item1 {
    flex-grow: 0;
    flex-shrink: 1;
    background: url(/img/ar-l.png) no-repeat left center;
    padding-left: 30px;
    cursor: pointer;
}

.box11-item2 {
    flex-grow: 0;
    flex-shrink: 1;
    padding-right: 30px;
    background: url(/img/ar-r.png) no-repeat right center;
    cursor: pointer;
}

@media all and (max-width: 750px) {
    .box11-item2 {
        margin: 30px 0 0;
    }
}

.box12 {
    padding: 60px 0 0;
}

.box12-in {
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box12-item1 {
    flex-basis: 20%;
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 20px;
    height: 100px;
    border: 1px solid #595959;
    border-radius: 4px;
    background-color: transparent;
}

.box12-item2 {
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 30px;
}

.box12-item3 {
    flex-basis: 20%;
    flex-grow: 1;
    flex-shrink: 1;
}

@media all and (max-width: 900px) {
    .box12-item1 {
        flex-basis: 30%;
        margin-right: 20px;
    }

    .box12-item2 {
        flex-basis: 40%;
        margin-right: 0px;
    }

    .box12-item3 {
        max-width: 300px;
        flex-basis: 100%;
        margin-right: 0px;
    }
}

@media all and (max-width: 400px) {
    .box12-item1 {
        flex-basis: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .box12-item2 {
        flex-basis: 100%;
        margin-right: 0px;
    }

    .box12-item3 {
        max-width: 100%;
        flex-basis: 100%;
        margin-right: 0px;
    }
}

.form-input-line {
    width: 100%;
    border: none;
    background-color: transparent;
    color: rgba(184, 191, 198, 0.5);
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 10px 10px;
}

.form-input-area {
    width: 100%;
    height: 100px;
    border: 1px solid #595959;
    border-radius: 4px;
    background-color: transparent;
    color: rgba(184, 191, 198, 0.5);
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 10px 10px;
}

.comments {
    padding: 50px 0px 15px;
}

.comments .title12 {
    padding-left: 20px;
}

.comments-in {
}

.comments-in-item {
    padding: 18px 0 15px 20px;
    border-bottom: 1px solid #616262;
}

.comments-in-item:last-child {
    border-bottom: none;
}

.comments-info {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.comments-name {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 5px;
    color: #b8bfc6;
    font-family: 'SourceSansPro-Bold', sans-serif;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
}

.comments-data {
    flex-grow: 0;
    flex-shrink: 1;
    font-family: 'SourceSansPro-Light', sans-serif;
    color: #b8bfc6;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    text-decoration: underline;
    padding: 3px 0 0;
}

.comments-text {
    font-family: 'SourceSansPro-Light', sans-serif;
    color: #b8bfc6;
    font-size: 18px;
    line-height: 24px;
}

.box13 {
}

.box13-in {
    padding: 30px 20px 30px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #9a9a9a;
}

.box13-in:last-child {
    border-bottom: none;
    padding: 30px 20px 40px;
}

.box13-in-item1 {
    width: 155px;
    margin-right: 15px;
    flex-grow: 0;
    flex-shrink: 1;
}

@media all and (max-width: 1000px) {
    .box13-in-item1 {
        width: 100px;
    }
}

@media all and (max-width: 500px) {
    .box13-in-item2 {
        flex-basis: 100%;
    }

    .box13-in-item1 {
        margin-bottom: 8px;
        width: 100%;
        flex-basis: 100%;
        flex-grow: 1;
    }
}

.box13-in-item2 {
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
}

.data3 {
    padding: 7px 0 0;
    color: #b8bfc6;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.attention {
    margin: 30px 0 20px;
    color: #f51632;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    padding: 15px 15px 15px;
    background-color: rgba(245, 22, 50, 0.05);
    border: 1px solid #f51632;
}

@media all and (max-width: 1000px) {
    .attention {
        font-size: 21px;
        line-height: 28px;
    }
}

.box14 {
    padding: 20px 0px 30px;
}

.table {
}

.tr {
    width: 100%;
    border-bottom: 1px solid #9a9a9a;
    padding: 10px 15px 8px;
    transition: all 0.3s ease;
}

.tr:hover {
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.tr:first-child:hover {
    background: transparent;
    transition: all 0.3s ease;
}

.td-title {
    display: table-cell;
    color: #b8bfc6;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    padding-right: 5px;
    padding: 10px 5px 10px 0;
    border-bottom: 1px solid #9a9a9a;
}

@media all and (max-width: 1150px) {
    .td-title {
        font-size: 15px;
    }
}

@media all and (max-width: 650px) {
    .td-title {
        font-size: 13px;
        line-height: 18px;
    }
}

.td-title:nth-child(1) {
    width: 27%;
    padding-left: 15px;
    padding-right: 4px;
}

.td-title:nth-child(2) {
    width: 14%
}

.td-title:nth-child(3) {
    width: 14%
}

.td-title:nth-child(4) {
    width: 14%
}

.td-title:nth-child(5) {
    width: 14%
}

.td-title:nth-child(6) {
    width: 14%
}

.td-title:nth-child(7) {
    width: 14%;
    text-align: center;
    padding-right: 15px;
}

@media all and (max-width: 900px) {
    .td-title:nth-child(3) {
        display: none;
    }
}

@media all and (max-width: 850px) {
    .td-title:nth-child(4) {
        display: none;
    }
}

@media all and (max-width: 750px) {
    .td-title:nth-child(5) {
        display: none;
    }

    .td-title:nth-child(7) {
        width: 5%;
        text-align: center;
        padding-right: 15px;
    }
}

@media all and (max-width: 400px) {
    .td-title:nth-child(7) {
        display: none;
    }
}

.td {
    display: table-cell;
    color: #b8bfc6;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 0 10px;
    border-bottom: 1px solid #9a9a9a;
}

@media all and (max-width: 1150px) {
    .td {
        font-size: 16px;
    }
}

.tr:last-child .td {
    border-bottom: none;
}

.td:nth-child(1) {
    width: 27%;
    padding-left: 15px;
    padding-right: 4px;
    color: #feffff;
}

.td:nth-child(2) {
    width: 14%
}

.td:nth-child(3) {
    width: 14%
}

.td:nth-child(4) {
    width: 14%
}

.td:nth-child(5) {
    width: 14%
}

.td:nth-child(6) {
    width: 14%
}

.td:nth-child(7) {
    width: 14%;
    text-align: center;
    padding-right: 15px;
}

@media all and (max-width: 900px) {
    .td:nth-child(3) {
        display: none;
    }
}

@media all and (max-width: 850px) {
    .td:nth-child(4) {
        display: none;
    }
}

@media all and (max-width: 750px) {
    .td:nth-child(5) {
        display: none;
    }

    .td:nth-child(7) {
        width: 5%;
        text-align: center;
        padding-right: 15px;
    }
}

@media all and (max-width: 400px) {
    .td {
        font-size: 14px;
        line-height: 17px;
    }

    .td:nth-child(7) {
        display: none;
    }
}

.t1 {
    color: #7bc19f;
}

.t2 {
    color: #c1a47b;
}

.t3 {
    color: #f51632;
}

.td-img {
    background: url(/img/cart.png) no-repeat right center;
    min-width: 30px;
    height: 19px;
    cursor: pointer;
}

.box14-in {
}

.box14-in-item {
    padding: 20px 20px 20px;
    margin: 0 0 5px;
    border: 1px solid transparent;
}

.nfo2-title {
    cursor: pointer;
}

.nfo2-active {
}

.nfo2-active + .nfo-text {
    display: block;
}

.nfo2-text {
    padding: 15px 0px 5px;
    display: none;
}

.box14-in-item-active {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid white;
}

.box15 {
    padding: 35px 0 0;
}

.comments-answer1 {
    color: #7bc19f;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-left: 12px;
}

.comments-answer2 {
    color: #c1a47b;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-left: 12px;
}

.comments-in-item-answer {
    padding: 18px 0 15px 45px;
}

.comments-name-admin {
    color: #7bc19f;
}

.comments-in-item-answer1 {
    border-bottom: 1px dotted #616262
}

.box16 {
    padding: 35px 0 0;
}

.box16-in {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box16-in-item1 {
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
}

.box16-in-item2 {
    width: 360px;
    margin-left: 50px;
    flex-grow: 0;
    flex-shrink: 1;
}

@media all and (max-width: 1200px) {
    .box16-in-item1 {
        flex-basis: 100%;
        flex-grow: 1;
    }

    .box16-in-item2 {
        margin: 0 auto;
        padding: 20px 0 0;
    }
}

@media all and (max-width: 400px) {
    .box16-in-item2 {
        width: 270px;
    }
}

.ref-address {
    padding: 20px 20px 20px;
    margin: 0 0 10px;
    border: 1px solid #089dea;
}

.ref-address-title {
    color: #089dea;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 5px;
}

.ref-link {
    display: inline-block;
    color: white;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    background: url(/img/out2.png) no-repeat right center;
    padding-right: 30px;
}

@media all and (max-width: 900px) {
    .ref-link {
        font-size: 24px;
        line-height: 30px;
    }
}

@media all and (max-width: 500px) {
    .ref-link {
        font-size: 16px;
        line-height: 25px;
    }
}

@media all and (max-width: 400px) {
    .ref-link {
        background: url(/img/out2.png) no-repeat right bottom;
        padding-right: 0px;
    }
}

.tr2 .td:nth-child(1) {
    width: 30%;
    padding-left: 15px;
    padding-right: 4px;
    color: #b8bfc6;
}

.tr2 .td:nth-child(2) {
    width: 30%;
}

.tr2 .td:last-child {
    width: 30%;
    padding-right: 15px;
    text-align: right;
}

.tr2 .td:nth-child(3) {
    display: table-cell;
}

.tr3 .td:nth-child(1) {
    width: 70%;
    padding-left: 15px;
    padding-right: 4px;
    color: #b8bfc6;
    border-bottom: none;
}

.tr3 .td:last-child {
    width: 30%;
    padding-right: 15px;
    text-align: right;
    border-bottom: none;
}

.padding-left {
    padding-left: 15px;
}

.wrap6 {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.wrap6-item1 {
    margin-right: 25px;
    flex-grow: 0;
    flex-shrink: 1;
}

.wrap6-item2 {
    margin: 8px 0 0;
    flex-grow: 0;
    flex-shrink: 1;
}

.wrap7 {
    padding: 20px 15px 25px;
}

.box17 {
    padding: 35px 0 0;
}

.box17-in {
    background-image: linear-gradient(45deg, whitesmoke 0%, white 100%);
    border: 1px solid white;
    box-shadow: inset 0.6px 0.8px 0 rgba(0, 0, 0, 0.1);
}

.box17-in-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0px 10px;
}

.box17-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    padding: 0 50px 0;
    margin-right: 15px;
    justify-content: center;
    align-items: center;
    flex-basis: 10%;
    flex-grow: 1;
    flex-shrink: 1;
}

@media all and (max-width: 1300px) {
    .box17-img {
        padding: 0 10px 0;
        flex-basis: 15%;
    }
}

@media all and (max-width: 850px) {
    .box17-img {
        padding: 0 10px 0;
        flex-basis: 30%;
    }
}

.box17-info {
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
}

.cart-wrap2 {
    width: 290px;
    height: 45px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media all and (max-width: 1000px) {
    .cart-wrap2 {
        width: 260px;
    }
}

@media all and (max-width: 500px) {
    .cart-wrap2 {
        width: 210px;
    }
}

.minus2 {
    cursor: pointer;
    flex-grow: 1;
    min-width: 15px;
    height: 30px;
    background: url(/img/cart-minus2.png) no-repeat center center;
}

.plus2 {
    cursor: pointer;
    flex-grow: 1;
    min-width: 15px;
    height: 30px;
    background: url(/img/cart-plus2.png) no-repeat center center;
}

.sum2 {
    padding: 0 3px 0;
}

.sum2 input {
    width: 30px;
    height: 30px;
    color: #1c1e1f;
    font-family: 'SourceSansPro-light', sans-serif;
    font-size: 29px;
    font-weight: 300;
    line-height: 30px;
    border: none;
    background: transparent;
    text-align: center;
}

.cart-title2 {
    color: #1c1e1f;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 29px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
}

@media all and (max-width: 1000px) {
    .cart-title2 {
        font-size: 24px;
        line-height: 26px;
    }
}

@media all and (max-width: 500px) {
    .cart-title2 {
        font-size: 19px;
        line-height: 22px;
    }
}

.box17-close {
    padding: 10px 10px 10px;
    cursor: pointer;
    margin-left: 20px;
}

@media all and (max-width: 600px) {
    .box17-close {
        margin-left: 5px;
        padding: 5px;
    }
}

.box17-close img {
    width: 13px;
    height: 13px;
}

.wrap8 {
    padding: 15px 30px 15px 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    display: flex;
    justify-content: flex-end;
}

.delivery {
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.delivery-item {
    padding: 0 15px 0;
    flex-grow: 1;
    flex-shrink: 1;
}

@media all and (max-width: 1000px) {
    .delivery-item:first-child {
        padding: 5px 15px 5px;
    }
}

@media all and (max-width: 1000px) {
    .delivery-item:last-child {
        padding: 5px 15px 5px;
    }
}

.my_select_form {
    display: inline-block;
    max-width: 180px;
    height: 50px;
    width: 100%;
    border: none;
    padding: 0px 30px 0 20px;
    cursor: pointer;
    color: #1c1e1f;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    border: 1px solid #595959;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/img/arrow-bottom.png) no-repeat 88% center;
    margin-right: 10px;
}

select::-ms-expand {
    display: none;
}

.color1 {
    color: #494a4a;
    border-bottom: 1px dotted #494a4a;
}

.all-sum {
    width: 100%;
    max-width: 465px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.all-sum-item {
    padding: 0 15px 0;
    flex-grow: 1;
    flex-shrink: 1;
}

.further {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.further-item1 {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 25px;
}

.further-item2 {
    flex-grow: 0;
    flex-shrink: 1;
}

.wrap9 {
    padding: 15px 30px 15px 0;
    display: flex;
    justify-content: flex-end;
}

.wrap10 {
    padding: 15px 30px 25px 20px;
}

.wrap11 {
    padding: 0px 20px 10px 20px;
}

.box18 {
}

.box18-in {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box18-in-item {
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
}

.box18-in-item:first-child {
    margin-right: 45px;
}

@media all and (max-width: 1050px) {
    .box18-in-item {
        flex-basis: 100%;
    }

    .box18-in-item:first-child {
        margin-right: 0px;
    }
}

.filterparaminfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 20px;
}

.filterparamcheck {
    padding: 5px 0 0;
}

label {
   /* width: 18px;
    height: 18px;*/
	color: #fff;
    display: block;
    position: relative;
}

.filterparamcheck input[type="radio"] + span {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/img/chek1.jpg) no-repeat;
    background-size: 18px 18px;
    cursor: pointer;
}

.filterparamcheck input[type="radio"]:checked + span {
    background: url(/img/chek2.jpg) no-repeat;
    background-size: 18px 18px;
}

.filterparamname {
    color: #1c1e1f;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-left: 20px;
}

.box12-item4 {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    height: 80px;
    border: 1px solid #595959;
    border-radius: 4px;
    background-color: transparent;
    margin-bottom: 10px;
}

.box12-item5 {
    flex-basis: 35%;
    flex-grow: 1;
    flex-shrink: 1;
    height: 80px;
    border: 1px solid #595959;
    border-radius: 4px;
    background-color: transparent;
    margin-bottom: 10px;
}

.box12-item5:nth-child(even) {
    margin-right: 10px;
}

@media all and (max-width: 500px) {
    .box12-item5 {
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .box12-item5:nth-child(even) {
        margin-right: 0px;
    }
}

.form-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.form-input-line2 {
    width: 100%;
    border: none;
    background-color: transparent;
    color: #1c1e1f;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 10px 10px;
}

.wrap12 {
    padding: 25px 0px 10px 0px;
}

.margin-left {
    margin-left: 15px;
}
@font-face{
font-family: "SourceSansPro-Bold";
src: url("fonts/SourceSansPro/SourceSansPro-Bold.woff")  format("truetype");
font-weight: normal;
font-style: normal;
}

@font-face{
font-family: "SourceSansPro-Light";
src: url("fonts/SourceSansPro/SourceSansPro-Light.woff")  format("truetype");
font-weight: normal;
font-style: normal;
}

@font-face{
font-family: "SourceSansPro-Regular";
src: url("fonts/SourceSansPro/SourceSansPro-Regular.woff")  format("truetype");
font-weight: normal;
font-style: normal;
}
/*Индекс*/
.title1 {
            text-transform: uppercase;
        }

        #pricelist_content tr td:nth-child(1) {
            text-transform: uppercase;
        }

        .box17-info .title16 {
            text-transform: uppercase;
        }

        .auth_a {
            width: auto;
        }

        .aligner .cart {
            margin: 0 auto;
        }

        .aligner {
            align-items: center;
            justify-content: center;
        }

        .auth_a .icon-in-item {
            margin: 1px -10px 0 0;
        }

        .auth_a a {
            color: #fff;
            display: flex;
            margin-left: 20px;
        }

        .pagination {
            margin: 0 auto;
            white-space: nowrap;
        }

        .pagination li.page-item {
            display: inline-block;
            width: 32px;
            height: 32px;
            line-height: 32px;
            font-size: 18px;
            text-align: center;
            background: #b8bfc6;
            color: #2d2d2d;
            margin: 0 5px;
            border-radius: 4px;
        }

        .pagination li.page-item.active {
            background: #000000;
            color: #b8bfc6;
        }

        .pagination li.page-item a {
            display: block;
            width: 32px;
            height: 32px;
            line-height: 32px;
            font-size: 18px;
            text-align: center;
            background: #b8bfc6;
            color: #2d2d2d;
            border-radius: 4px;
        }

        .icon-in-item.user {
            background: url(/img/profile.png) no-repeat top center;
            height: 15px;
            margin-left: 7px;
        }

        .icon-in {
            width: auto;
        }

        .icon-in a {
            margin-right: 20px;
            color: #fff;
        }

        .icon-in-item.chat {
            background: url(/img/bubbles.png) no-repeat center center;
        }

        .icon-in-item.top_cart {
            background: url(/img/cart.png) no-repeat center center;
        }

        .quantity-external {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #b8bfc6;
            height: 8px;
            z-index: 15;
        }

        .quantity-inner {
            background: #03a8ed;
            height: 8px;
        }

        .quantity-inner.quantity_max {
            width: 100%;
        }

        .quantity-inner.quantity_avg {
            width: 70%;
        }

        .quantity-inner.quantity_low {
            width: 30%;
        }

        .quantity-inner.quantity_none {
            width: 0%;
        }

        div.quantity_max {
            color: #7bc19f;
        }

        div.quantity_avg {
            color: #c1a47b;
        }

        div.quantity_low {
            color: #f51632;
        }

        #overlay {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 999;
            background: rgba(0, 0, 0, 0.7);
            display: none;
        }

        .box6-in {
            background-image: none !important;
        }

        .mobile_only {
            display: none;
        }

        .cart-button.price {
            padding-right: 40px;
            background-image: url(/img/cart_dark.png) !important;
            background-position: center right 10px !important;
            background-repeat: no-repeat !important;
            white-space: nowrap !important;
            width: auto;
        }

        .cart-button.price:hover {
            background-image: url(/img/cart.png) !important;
        }
.quantity {
	width: 60px;
	margin: auto;
}
        .quantity-external {
            height: 18px;
            line-height: 18px;
            background: #fff;
        }

        .quantity-inner-wrapper {
            height: 18px;
            line-height: 18px;
            position: relative;
        }

        .quantity_inner_wrap {
            height: 18px;
            line-height: 18px;
            position: relative;
            z-index: 10;
            width: 100%;
            z-index: 10;
            opacity: 0.4;
        }

        .quantity_inner_fill {
            height: 18px;
            line-height: 18px;
            position: relative;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 11;
        }

        .quantity_title {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 18px;
            text-align: center;
            line-height: 18px;
            color: #fff;
            z-index: 12;
            font-size: 12px;
        }

        .quantity_max .quantity_inner_wrap,
        .quantity_max .quantity_inner_fill {
            background-color: #7bc19f !important;
        }

        .quantity_avg .quantity_inner_wrap,
        .quantity_avg .quantity_inner_fill {
            background-color: #c1a47b !important;
        }

        .quantity_low .quantity_inner_wrap,
        .quantity_low .quantity_inner_fill,
        .quantity_none .quantity_inner_wrap,
        .quantity_none .quantity_inner_fill {
            background-color: #f51632 !important;
        }

        @media (max-width: 650px) {
            .content-1 {
                z-index: 20;
            }
        }

        .box2.border1 .box2-in {
            align-items: stretch;
        }
		
		#mobilefixer {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        @media (max-width: 700px) {
            #mobilefixer {
                width: 88% !important;
                top: 40px;
                left: 50%;
                transform: translate(-50%, 0%);
            }
        }
		
		 .personal_area {
            text-shadow: 2px 2px 2px #059dea;
            font-size: 11px !important;
        }
	

.box7-in-item.water_base {
    background: url(/img/oil.png) no-repeat 5px 3px;
}
		
.box7-in-item.tablets {
    background: url(/img/tablet.png) no-repeat 5px 3px;
}		
	.woocommerce div.product p.price
	{
		display: none;
	}	
	
	.woocommerce div.product .woocommerce-tabs ul.tabs
	{
		display: none;
	}
	.woocommerce-tabs {
		background: #28292A;
	}
	.woocommerce div.product .woocommerce-tabs .panel
	{
		    margin: 0;
	}
	.woocommerce .products ul, .woocommerce ul.products
	{
		margin: 0;
		background: #fff;
		
	}
	.related-products {
		background: #28292A;
	}
	
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first
	{
		clear: none;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
	{
		width: 20%;
    margin: 0;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    transition: all 0.2s ease;
    padding: 25px 15px 25px;
    border: 1px solid #d8d8d8;
    min-height: 445px;
    background: #fff;
    position: relative;
	}
	/*.woocommerce .columns-4
	{
		padding-left: 60px !important;
    padding-right: 60px !important;
}
*/
.box7-in-item.ampoules {
    background: url(/img/ampoule.png) no-repeat 5px 3px;
}
	.woocommerce ul.products li.product a img {
    width: auto;
    height: auto;
    display: inline;
    margin: 0 0 1em;
    box-shadow: none;
}
/*
ul.products li.product h3 {
height: 50px;
line-height: 20px;
}
.woocommerce ul.products li.product .price {
color: #77a464;
display: block;
font-weight: 400;
margin-bottom: .5em;
font-size: 2em !important;
}*/
.cat-item a {
	flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    text-align: left;
    padding: 2px 5px 2px 5px;
    color: white;
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    border-bottom: 1px dotted #fff;
    margin: 0 20px 10px 0;
    position: relative;
    transition: all 0.3s ease;
    background-position: 95% center;
}

.cat-item a:hover {
    padding: 2px 5px 2px 5px;
    background-color: #089dea;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cat-item a.active {
    padding: 2px 5px 2px 5px;
    background-color: #089dea;
    cursor: pointer;
}
.product-categories {
	
    flex-basis: 100%;
    padding: 20px 0 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}
.widget-title {
    color: #fff;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
text-transform: uppercase;}
.panel-widget-style {
    flex-basis: auto;
    padding: 0 0 20px;
}
.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    background: #b8bfc6;
    color: #2d2d2d;
    margin: 10px 5px;
border-radius: 4px;
}
.woocommerce nav.woocommerce-pagination ul li:hover {
	background: #2d2d2d;
    color: #b8bfc6;
	
}
.woocommerce nav.woocommerce-pagination ul li.active {
	background: #2d2d2d;
    color: #b8bfc6;
	
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul {
    margin: 0 auto;
    white-space: nowrap;
}

.auth_a a {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
    
}

.woocommerce-MyAccount-navigation li.is-active {
    padding: 2px 5px 2px 5px;
    background-color: #089dea;
    cursor: pointer;
}
.woocommerce-MyAccount-navigation li {
    list-style-type: none;
    border: none;
    margin-bottom: -1px;
    padding: 5px 15px;
    display: inline;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    text-align: left;
    padding: 2px 5px 2px 5px;
    color: white;
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    border-bottom: 1px dotted #fff;
    margin: 0 20px 10px 0;
    position: relative;
    transition: all 0.3s ease;
    background-position: 95% center;
}
.woocommerce-MyAccount-navigation li:hover {
    padding: 2px 5px 2px 5px;
    background-color: #089dea;
    cursor: pointer;
    transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation li a{
color:#fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 100%;
    padding: 20px 20px;
    color: #fff;
}
.woocommerce form .form-row span em{
	color:#fff;
}
.woocommerce-account .woocommerce-MyAccount-content a{
   color: #089dea;
   border-bottom: 1px dotted #089dea;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover{
   color: #fff;
   border-bottom: 1px dotted #fff;
}
.woocommerce table.shop_table {
   margin:0;
    background: #fff;
	border-radius: 0;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
    font-size: inherit;
	color: #555;
}
.cart_totals h2 {
	    display: none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
.woocommerce ul#shipping_method li label {
    color: #000;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button
{
	width: 48%;
    float: right;
}
.woocommerce a.button.alt {
    background-color: #089dea;
}
.term-description p{
	color: #fff;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
	padding: 20px 0;
}

.term-description a {
flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    text-align: left;
    padding: 2px 5px 2px 5px;
    color: white;
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    border-bottom: 1px dotted #fff;
    margin: 0 20px 10px 0;
    position: relative;
    transition: all 0.3s ease;
    background-position: 95% center;
    
}
.woocommerce div.product .stock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    z-index: 12;
    
}
.woocommerce div.product p.stock {
    font-size: 12px;
}
.wpcf7-form input{
	color:black;
}	
.wpcf7-form label{
	margin:0 0 20px;
}	
.box17-in {
            background: none;
            color: #fff;
            border: none;
            margin-left: -15px;
        }

        .box17-in .title19 {
            color: #fff;
            border-bottom: 1px dotted #fff;
        }

        .transfer_data a {
            color: #ff0000;
        }

        .box17-in .nfo2-title,
        .box17-in .nfo2-text {
            color: #fff;
        }

        .box12-item4 {
            background: #fff;
            border: 1px solid #fff;
        }

        .nfo2-text .text3 p {
            color: #fff;
        }

        .box14-in-item-active {
            color: #fff;
            border-color: #fff;
        }

        .linewrap {
            width: 100%;
            padding: 10px 0;
            border-bottom: 1px solid #fff;
        }

        .linewrap .transfer_label {
            width: 47.5%;
            float: left;
            padding-right: 5%;
        }

        .linewrap .transfer_value a {
            color: #ff0000;
        }

        .linewrap .transfer_value {
            width: 47.5%;
            float: left;
            text-align: right;
        }

        div.clear {
            clear: both;
        }

        .mobile_label {
            display: none;
            font-size: 12px;
            margin-bottom: 5px;
        }

        @media  all and (max-width: 600px) {
            .desktop_only {
                display: none;
            }

            .mobile_only {
                display: block;
            }

            .box18-in-item:nth-child(even) {
                margin-right: 0;
            }

            .box18-in-item {
                flex-basis: 100%;
            }

            .payment_variant, .methsel {
                background: #fff;
            }

            .mobile_label {
                display: block;
            }
        }
		.box12-item4, .box12-item5 {
            height: auto;
        }

        .button4 {
            width: auto;
            padding: 0 10px;
        }

        @media  screen and (min-width: 500px) {
            .box12-item5:nth-child(even) {
                margin-right: 0;
                margin-left: 10px;
            }
        }

        .has-danger {
            border-color: #ff0000;
            color: #ff0000;
        }

        .transfer_data {
            width: 100%;
            border: 0;
            border-collapse: collapse;
        }

        .transfer_data th, .transfer_data td {
            padding: 10px;
            border-bottom: 1px solid #fff;
            text-align: center;
        }

        p.warning {
            color: #ff0000;
            text-align: center;
            margin: 15px 0;
        }

        p.warning.big {
            font-weight: bold;

        }        
        .methsel {
            width: 100%;
            margin-bottom: 10px;
            height: 44px;
            font-size: 16px;
        }

        .normal-font {
            font-family: 'SourceSansPro-Light', sans-serif;
        }

        .normal-font p {
            line-height: 20px;
            margin-bottom: 15px;
        }

        .full_width {
            width: 100% !important;
            flex-basis: 100% !important;
            margin-right: 0 !important;
        }

        .box18-in-item {
            flex-basis: 45%;
        }

        .box18-in-item:nth-child(even) {
            margin-right: 45px;
        }

        .button4 {
            width: auto !important;
            padding: 0 10px;
        }

        .bit-amm {
            display: none;
        }
		 input[type="text"]::-webkit-input-placeholder {
    color: rgba(184, 191, 198, 0.5);
   } 
   input[type="text"]::-moz-placeholder {
    color: rgba(184, 191, 198, 0.5);
   }
   .woocommerce .col2-set, .woocommerce-page .col2-set {
    color: #fff;
}
 .col2-set a{
    color: #0594da;
}
.woocommerce-ResetPassword {
	color:#fff;
}
.woocommerce table.shop_tables{
border:1px solid #f7f7f7;
margin:0 -1px 24px 0;
text-align:left;
width:100%;
border-collapse:separate;
border-radius:5px;
}
.woocommerce table.shop_tables th{
font-weight:700;
padding:9px 12px;
line-height:1.5em;
}
.woocommerce table.shop_tables td{
	border-top:1px solid #f7f7f7;
	padding:9px 12px;
	vertical-align:middle;
	line-height:1.5em;
	}
	
.woocommerce table.shop_tables tbody th,.woocommerce table.shop_tables tfoot td,.woocommerce table.shop_tables tfoot th{
	font-weight:700;
	border-top:1px solid #f7f7f7;
	}	
.woocommerce-notice {
	color:#fff;
}
.woocommerce ul.order_details {
    color: #fff;
}

@media all and (max-width: 1108px) {
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 90%;   
}
.box6-in-item3 {
		width: 90%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images
{
	width: 100%;
	margin-top: 0px; 
}
}
.woocommerce-order a {
	color:#0594da;
}
.woocommerce-order p {
font-size: 28px;
margin-bottom:20px;
}
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads
{
	margin-bottom: 2em;
    font-size: medium;
}