/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

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 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

@font-face{
font-family:"GothamPro";
src:url("fonts/GothamPro/GothamPro.eot");
src:url("fonts/GothamPro/GothamPro.eot?#iefix")format("embedded-opentype"),
	url("fonts/GothamPro/GothamPro.woff2") format("woff2"),
	url("fonts/GothamPro/GothamPro.woff") format("woff"),
	url("fonts/GothamPro/GothamPro.ttf") format("truetype");
font-weight:400;
font-display: swap;
}
@font-face{
font-family:"GothamPro";
src:url("fonts/GothamPro/GothamProBold.eot");
src:url("fonts/GothamPro/GothamProBold.eot?#iefix")format("embedded-opentype"),
	url("fonts/GothamPro/GothamProBold.woff2") format("woff2"),
	url("fonts/GothamPro/GothamProBold.woff") format("woff"),
	url("fonts/GothamPro/GothamProBold.ttf") format("truetype");
font-weight:700;
font-display: swap;
}



/*Scroll*/
* {
  scrollbar-width: thin;
  scrollbar-color: #C8D7E0 transparent;
}
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #C8D7E0;
  border-radius: 20px;
  border: 3px solid transparent;
}


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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

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

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

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

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

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

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

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

legend {
	border: 0;
	padding: 0;
}

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

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before,
.menu-toggle:before,
.close-menu::before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 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: #1a1a1a;
	font-family: GothamPro, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 10px;
}

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

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

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

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

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

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

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

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

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	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.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #000;
	font-family: GothamPro, "Helvetica Neue", sans-serif;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
	background: rgba(241,203,0,1);
	margin:20px auto 0 auto;
	-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
input[type="submit"]{
	width:100%;
	max-width:250px;	
}
.form-item-submit{
	text-align:center;
	position:relative;
	}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: rgba(241,203,0,0.7);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #305311;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
	margin-bottom:10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

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

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */
.site-header-menu {
	/*display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;*/
	width:250px;
	height:100%;
	top:0; 
	left:0;
	background:#fff;
	position: fixed;
	z-index:999;
	padding:10px;
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
overflow-y: auto;
}
.site-header-menu.menu-hide{
transform: translateX(-110%);
-webkit-transform: translateX(-110%);
-moz-transform: translateX(-110%);
-ms-transform: translateX(-110%);
-o-transform: translateX(-110%);
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
	}
.close-menu{
	text-align:right;
	}
.close-menu:before{
	position:relative;
	width:24px;
	height:24px;
	content: "\f405";
	font-size:24px;
	margin:0 0 0 auto;
	}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: GothamPro, "Helvetica Neue", sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

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

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
	text-align:center;
}

.main-navigation a {
	font-size:16px;
	color: #000;
	display: block;
	line-height:1;
	text-transform:uppercase;
	font-weight:700;
	outline-offset: -1px;
	padding:8px 15px;
	-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #f5d236;
	outline:none;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color: #f5d236;
	outline:none;
}

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

.no-js .main-navigation ul ul {
	display: block;
}

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

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

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

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

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

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

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

.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #1a1a1a;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.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*="path.com"]:before {
	content: "\f219";
}

.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*="skype.com"]:before {
	content: "\f220";
}

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

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

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

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

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

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

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

.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: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 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;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* 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-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	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.2);
	font-family: "Open Sans", sans-serif;
}

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


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
	width:100%;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
	width:100%;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

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

.widget .widget-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

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

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

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

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
	max-width:2000px;
}
.home .site-inner {
    max-width: 2000px;
    padding: 0;
    width: 100%;
	height:auto;
}
.site-inner {
    margin: 0 auto;
    max-width: 2000px;
    position: relative;
    width: 100%;
}
.site-content {
	word-wrap: break-word;
}
.home .site-content {
    margin: 0 auto;
    max-width: 2000px;
    padding: 0;
    position: relative;
}
.site-content {
    margin: 0 auto 0 auto;
    /*max-width: 1470px;
    padding: 0 4.5455%;*/
    position: relative;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom:0;
}

.site-main > :last-child {
	margin-bottom: 0;
}
.container-center {
    margin: 0 auto 0 auto;
    max-width: 1470px;
    padding: 0 4.5455%;
    position: relative;
}
.container-desc {
    margin: 0 auto 0 auto;
    max-width: 1470px;
    padding: 0 4.5455%;
    position: relative;
}
.content-area{
	overflow:hidden;
	}
.paddingtopbottom{padding-top:20px;padding-bottom:20px;}
.paddingbottom{padding-bottom:20px;}
.paddingtop{padding-top:20px;}
.margintopbottom{margin:20px 0 20px 0;}
.marginbottom{margin-bottom:20px;}
.margintop{margin-top:20px;}
.marginbigbottom{margin-bottom:25px;}
h1{font-size:22px;line-height:26px;}
h2{font-size:20px;line-height:24px;}
h3{font-size:18px;line-height:22px;}
h4{font-size:16px;line-height:20px;}

.content-404 {max-width:700px; margin:0 auto;}
.txt1-404 {font-size:22px;margin:0 0 20px 0;text-align:center;}
.txt2-404 {font-size:28px; line-height:32px;margin:20px 0 10px 0;text-align:center;text-transform:uppercase;}

.page_contacts{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;}
.page_contacts_left{width:100%;margin:0 0 20px 0;font-size:18px;}
.page_contacts_right{width:100%;min-height:400px;}
#map_canvas2{max-height:550px;}
.soc_contacts{margin:0 0 20px 0;clear:both;overflow:hidden;}
.soc_title{font-size:18px;font-weight:normal;margin:0 0 15px 0;}
/*.caddress_wrap{margin:0 auto 10px auto;width:auto;padding:0 0 0 27px;position:relative} 
.caddress{display:table;font-size:16px;line-height:18px;color:#353535;white-space:nowrap;}
.caddress_wrap:before{position:absolute;content:"";margin:auto;top:0;bottom:0;left:0;height:24px;width:15px;background-image:url(images/icons.png);background-position:-1px -264px;}*/

/*.caddress_wrap {
    margin: 0 auto 20px auto;
    width: auto;
    padding: 0 0 0 27px;
    position: relative;
}
.caddress_wrap::before {
position:absolute;content:"";margin:auto;top:-4px;bottom:0;left:0;height:24px;width:15px;background-image:url(images/icons.png);background-position:-1px -264px;
}

.cmail_wrap {
margin:0 0 20px 0;width:auto;padding:0 0 0 27px;position:relative;
}
.cmail_wrap a{ color:#474747;}
.cmail_wrap:before{position:absolute;content:"";margin:auto;top:2px;bottom:0;left:0;height:16px;width:20px;background-image:url(images/icons.png);background-position:-102px -210px;}

.cphone_wrap{margin:0 0 20px 0;width:auto;padding:0 0 0 27px;position:relative} 
.cphone{display:table;font-size:18px;line-height:22px;color:#353535;white-space:nowrap;margin:0 0 20px 0;}
.cphone_wrap:before{position:absolute;content:"";margin:auto;top:7px;bottom:0;left:0;height:21px;width:21px;background-image:url(images/icons.png);background-position:-78px -210px;}
.cphone a {
	color:#353535;
	}*/

.page_contacts_right .mapframe,
.page_contacts_right .mapframe iframe{
	height:100%;
	min-height:300px;
	}

.about-container .container-center,
.news-container .container-center,
.single-content .container-center{
	padding-top:0;
	padding-bottom:0;
	}
.first-container{
	background-image:url(images/main_pic_small.jpg);
	background-size:cover;
	background-position:center;
	}
@media screen and (max-width: 680px) and (orientation: portrait) {
.first-container{
	background-image:url(images/main_pic_small_vert.jpg);
	}
}
@media screen and (max-width: 800px) and (orientation: portrait) {
.first-container{
	background-image:url(images/main_pic_medium_vert.jpg);
	}
}


.baner-scroll-arrow{position:absolute;left:0;right:0;bottom:5px;display:block;width:31px;height:36px;margin:auto;cursor:pointer;overflow:hidden;z-index:10}
.baner-scroll-arrow:focus{outline:0;}
.baner-scroll-arrow__icon{position:absolute;left:0;right:0;width:100%;height:100%;margin:auto;background-image:url(images/arrow_down.png);background-size:24px;background-repeat:no-repeat;background-position:center;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}
.baner-scroll-arrow__icon--top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}

.baner-scroll-arrow:hover .baner-scroll-arrow__icon--top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.baner-scroll-arrow:hover .baner-scroll-arrow__icon--bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}

.baner-scroll-arrow__icon--bottom{
	-webkit-transform:translate3d(0,4px,0);transform:translate3d(0,4px,0);
	}
.baner-scroll-arrow__icon--bottom.vibro{
	-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);
	}
	
	

.slogan-container svg {
  stroke-width: 1px;
  stroke: rgba(147,147,147,0.7);
  position:absolute;
  top:0;
  max-height:500px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.slogan-container{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items:center;
	width:80%;
	max-width:12.5em;
	position:relative;
	margin:5vh 0 0 1%;
	z-index:2;
	font-size:16px;
	}
.slogan-container-inner{
	padding:2.3em 2.1em 1em 2.1em;
}
.slogan-container2{
	width:80%;
	max-width:300px;
	position:relative;
	margin:0 0 0 2%;
	z-index:2;
	}
.slogan-big{
	display:table;
	font-size:1.25em;
	line-height:1.1;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	position:relative;
	z-index:2;
	}
.slogan-medium{
	display:table;
	font-size:1em;
	line-height:1.1;
	font-weight:700;
	text-transform:uppercase;
	color:#f1cb00;
	margin:10px 0 0 0;
	position:relative;
	z-index:2;
	}

.slick-slider {
    margin-bottom:0 !important;
}
/*.slider-container{
	padding-top:5px;
	}*/
.slider{
	position:relative;
	}
.slider-wrap{
	width:100%;
	height:100vh;
	}	
.slide-item{
	height:100vh !important;
	/*max-height:350px;
	margin-bottom:25px;*/
	}
/*@media screen and (min-width: 320px) and (orientation: portrait) {
.slider-wrap{
	height:100vh;
	max-height:250px;
	}	
.slide-item{
	height:100vh !important;
	max-height:250px;
	margin-bottom:10px;
	}	
	}
@media screen and (min-width: 700px) and (orientation: portrait) {
.slider-wrap{max-height:450px;}	
.slide-item{max-height:450px;}	
	}
@media screen and (min-width: 1024px) and (orientation: portrait) {
.slider-wrap{max-height:650px;}	
.slide-item{max-height:650px;}	
	}*/
.intro {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items:center;
	width:14.4em;
	height:16.7em;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto 0 auto 5%;
	background-image:url(images/plashka_slyder.png);
	background-size:cover;
	font-size:14px;
}
.intro-inner {
    padding: 1.6em 1.9em 1.4em 1.9em;
}
.stitle1{
	font-size:1.5em;
	line-height:1.2;
	color:#f1cb00;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:0.3em;
	}
.stitle2{
	font-size:1em;
	line-height:1.1;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:0.3em;
	}
.slider-button-container{
	display:table;
	position:absolute;
	bottom:10%;
	right:5%;
	z-index:99;
}
@media screen and (orientation: portrait) {
/*.slider-button-container{
	bottom:45%;
	left:calc((100% - 170px)/2);
	margin:0 auto;
}*/
.see-button-container {
    bottom: 10% !important;
    left:calc((100% - 170px)/2);
}
/*.about-container2-bg {
    height: 80vh !important;
    width: 100% !important;
    margin: 15vh 0 0 0 !important;
}*/
}
@media screen and (min-width: 568px) and (orientation: portrait) {
/*.slider-button-container{
	bottom:45% !important;
	left:calc((100% - 200px)/2);
	margin:0 auto;
}*/
/*.about-container2-bg {
    height: 80vh !important;
    width: 100% !important;
    margin: 20vh 0 0 0 !important;
}*/
}
.see-button-container{
	display:table;
	position:absolute;
	bottom:10%;
	right:10%;
	z-index:5;
}
.gal-button-container{
	display:table;
	position:relative;
	margin:30px auto 0 auto;
}
.see-button{
	background:rgba(241,203,0,0.7);
	display:block;
	padding:7px 20px 7px 20px;
	width:160px;
	font-size:14px;
	line-height:18px;
	text-align:center;
	color:#000;
	text-transform:uppercase;
	position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
	}
.see-button:hover{
	background:rgba(241,203,0,1);
	color:#000;
	}

.big-title{
	font-size:20px;
	line-height:1.3;
	color:#000;
	text-transform: uppercase;
	text-align:center;
	position:relative;
	display:table;
	margin:0 auto 20px auto;
	z-index:2;
	min-width:250px;
	font-weight:400;
	border-bottom:2px solid #f1cb00;
	}
/*.big-title span{
	position:relative;
	z-index:2;	
	}
.big-title:before{
	position:absolute;
	content:"";
	background-image:url(images/plashka_rubrika.png);
	background-size:cover;
	height:100%;
	width:100%;
	bottom:0;
	left:0;
	z-index:1;
	}*/
/*.about-container2{
	height:100vh;
	}
.about-container2-bg{
	background-image:url(images/block_pic.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center left;
	height:90vh;
	width:85%;
	margin:10vh 0 0 0;
	}
.about-container2-bg img{
	height:auto;
	max-height:100%;
	}
.about-container2-inner{
	position:absolute;
	top:20vh;
	width:100%;
	height:100%;

	}*/
.about-container{
	height:100vh;
	background-image:url(images/pic_screen3.jpg);
	background-size:cover;
	position:relative;
	}
.about{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items:center;
	margin-bottom:20px;
	}
.yhex{
	display:table;
	position:relative;
	text-align:center;
	max-width:200px;
	margin:0 auto;
	}
.yhex-title{
	position:absolute;
	top:10%;
	text-align:center;
	font-size:20px;
	line-height:1.2;
	text-transform:uppercase;
	font-weight:700;
	margin:0 auto;
	left:0;
	right:0;
	}
.about-left{
	width:100%;
	margin:0 0 0 0;
	}
.about-right{
	width:100%;
	text-align:center;
	}
.about-desc{
	font-size:16px;
	}
.about-desc h2{
	font-size:24px;
	line-height:1;
	font-weight:700;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:3px solid #ee7f01;
	}
.benefits{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;	
	-webkit-align-items:flex-start;
	align-items:flex-start;
	}
.benefit-item{
	width:100%;
	margin:0 auto 30px auto;
	max-width:550px;
	}
.benefit-item-icon {
	display: -webkit-box;
  	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;	
min-height: 130px;
margin: auto;
overflow: visible;
	}

.benefit-item-icon{position:relative;text-align:center;}
.benefit-item-icon img {z-index:2;}
.benefit-item-icon img.top {position:absolute;left:0;right:0; top:0; bottom:0; margin:auto}
.benefit-item-icon img.bottom{opacity:0;filter:alpha (opacity=0);-moz-transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-o-transition: all 0.5s linear;transition: all 0.5s linear;}
.benefit-item:hover img.bottom{opacity:1;filter:alpha (opacity=100);-moz-transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-o-transition: all 0.5s linear;transition: all 0.5s linear;}
.benefit-item:hover img.top, .clients_item img.top:hover{opacity:0;filter:alpha (opacity=0);-moz-transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-o-transition: all 0.5s linear;transition: all 0.5s linear;}
.benefit-item:hover .benefit-item-title{
	color:#fff;
}
	
	
	
.benefit-item-icon{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;	
	-webkit-align-items:flex-end;
	align-items:flex-end;
	text-align:center;
	margin-bottom:10px;
	min-height:90px;
	/*max-width:90px;*/
	}
.benefit-item-icon img{
	max-width:90px;
	}
.benefit-item-title{
	font-family:GothamPro;
	font-size:12px;
	line-height:1.3;
	max-width:30ch;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color:#f1cb00;
	margin:0 auto;
	-moz-transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-o-transition: all 0.5s linear;transition: all 0.5s linear;	
	}
.benefit-item-title span{
	display:block;
	font-size:14px;
	text-transform:none;
	font-weight:400;
	}
.benefit-item-title__single{
	font-family:GothamPro;
	font-size:18px;
	line-height:20px;
	font-weight:700;
	color:#305311;
	text-align:center;	
	}
.news-container{
	position:relative;
	margin-bottom:30px;
	}
.about-page-first{
	position:relative;
	}
.news{
	padding:0 30px;
	position:relative;
	}
.news-item{
	margin:0 0 0 0;
	}
.news-item a{
	color:#000;
	}
.news-item-thumb {
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	/*min-height:250px;*/
	margin-bottom:20px;
	overflow:hidden;
}
.news-item-thumb img{
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.news-item:hover .news-item-thumb img{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.news-item-title{
	font-size: 16px;
    line-height:1.2;
    font-weight: 400;
    padding: 0 0 0 20px;
    position: relative;
	}
.news-item-title::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 25px;
    left: 0;
    top: 0;
    background-image: url(images/news_marker.png);
	background-size:cover;
    z-index: 2;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.news-item-title:after {
    position: absolute;
    content: "";
    width: 21px;
    height: 38px;
    left: 0;
    top: 0;
    background-image: url(images/news_marker_select.png);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.news-item:hover .news-item-title:before{ opacity:0;}
.news-item:hover .news-item-title:after{ opacity:1;}


/*.home-video {max-width: 800px;margin: 0 auto 0 auto; position:relative; z-index:10;}
.video-item {
    width: 100%;
    margin: 0 auto 20px auto;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out;
}
.video-item img.videobg{
	transition: all .4s ease-in-out;
	}
.video-item:hover > a img.videobg {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
*/

.galphoto{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:flex-start;
	align-items:flex-start;	
	}
.singlephotoitem{
	width:99%;
	margin:0 0.1% 3px 0.1%;
	overflow:hidden;
	}
.singlephotoitem img{
	transition: all .4s ease-in-out;
	}
.singlephotoitem:hover > a img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.myvideo {
    position: relative;
    padding-bottom: 48.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.myvideo iframe, .myvideo object, .myvideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-video {margin: 0 auto;}

.single-product-title{
	margin-bottom:30px;
	}
.big-title-product {
    font-size: 34px;
    line-height: 36px;
    display: block;
    margin-bottom: 5px;
	font-weight:700;
}
.medium-title-product {
    font-size: 20px;
    line-height: 22px;
    display: block;
    margin-bottom: 5px;
	font-weight:700;
}
.small-title-product {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #989898;
    display: block;
	font-weight:700;
}

.etabs {margin-left:0;margin-top: 10px; position:relative; z-index:2; overflow:hidden;border-bottom: 2px solid #000;}
.tab-title{
	float: left;
	list-style:none;
	width:50%;
	max-width:150px;
font-size:18px; color:#000; display: block;
 	display: block;
	padding: 6px 0;
	text-decoration: none;
	text-align:center;
	color: #000;
	background: #ffed00;
  -o-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
	}
.tab-title.tab-active{
background:#dd0b0c !important;
color:#fff;
	}
.tab-title:hover{
	cursor:pointer;
	}
.tab-content{
	position:relative;
	}
.tab-item{
	position:absolute;
	top:0;
	width:100%;
	opacity:0;
	}
.tab-item.tab-active{
	opacity:1;
	position:relative;
	}
.about-page-first{
	margin-top:20px;
	padding-bottom:30px;
	}
.about-page-container{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items:center;
}
.top-img{
	width:80%;
	text-align:right;
	margin:0 auto;
	max-width:250px;
	}

.top-svg{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items:center;
	width:100%;
	max-width:290px;
	position:relative;
	margin:0 auto 30px auto;
	z-index:2;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	line-height:1.3;
	min-height:250px;
	}
.top-svg svg {
  stroke-width: 1px;
  stroke: rgba(245,213,52,0.9);
  position:absolute;
  top:0;
  max-height:500px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.top-svg-inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
	z-index:3;
	padding:2.8em 3.4em 2.1em 3.4em;
}
.top-svg-title_big{
	font-size:1em;
	margin-bottom:5px;
	}
.top-svg-title_small{
	font-size:0.7em;
	}
.about-page-pred{
	height:100vh;
	background-image:url(images/about_pic_back.jpg);
	background-size:cover;
	position:relative;
	}
.about-page-pred .yhex {
    display: table;
    position: absolute;
    left: 5%;
    top:0;
    text-align: center;
}
.about-page-pred .about{
	height:100vh;
	}
.about-benefits-title{
	font-size:14px;
	line-height:1.3;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	margin:0 auto 20px auto;
	border-bottom:2px solid #f5d534;
	display:table;
	}
.about-page-benefits{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-around;
	justify-content:space-around;
}
.about-page-benefits_left{
	width:100%;
	}
.about-page-benefits_right{
	width:100%;
	}
.about-benefits-item{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items:center;
	margin-bottom:20px;
}
.about-benefits-item_num{
	background-image:url(images/num_bg.png);
	background-size:cover;
	width:84px;
	height:73px;
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size:50px;
	line-height:74px;
	}
.about-benefits-item_title{
	width:calc(100% - 84px);
	padding-left:20px;
	font-size: 14px;
	line-height:1.1;
	}
.pro-desc{
	width:calc(100% - ((100% - 90vw)/2));
	}
.desc1{
	background:#fff37d;
	margin:0 auto 40px 0;
	}
.desc1 .container-desc-num {
	color:#fff37d;
}
.desc2{
	background:#f5d534;
	margin:0 0 40px auto;
	}
.desc2 .container-desc-num {
	color:#f5d534;
}
.desc3{
	background:#cbad0d;
	margin:0 auto 40px 0;
	}
.desc3 .container-desc-num {
	color:#cbad0d;
}
.desc4{
	background:#949494;
	margin:0 0 40px auto;
	}
.desc4 .container-desc-num {
	color:#949494;
}
.container-desc{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items:center;
}
.container-desc-big{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	width:100%;
}
.desc-left .container-desc-big{
	padding:20px 0 20px 0;	
}
.desc-right .container-desc-big{
	padding:20px 0 20px 0;	
}
.container-desc-small{
	width:0;
	display:none;
}
.container-desc-small img{
	margin:0 0 0 auto;
}
.container-desc-num {
    background-image: url(images/num_bg_white.png);
    background-size: cover;
    width: 71px;
    height: 62px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
}
.container-desc-title{
font-size:16px;
line-height:1.2;
text-transform:uppercase;
font-weight:700;
margin:17px 0 10px 0;
	}
.container-desc-txt {
    width:100%;
    padding-left:0;
    line-height: 1.2;
	font-size:14px;
}
.synergy{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	padding:10px;
	border:5px solid #f5d236;
	max-width:1200px;
	margin:0 auto 0 auto;
}
.synergy-container-left{
	width:100%;
	padding-right:0;
	font-size:14px;
	line-height:1.3;
	}
.synergy-container-right{
	width:100%;
	padding-left:0;
	}
.synergy h2{
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:10px;
	}
.all-news{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;	
}
.all-news .news-item{
	width:96%;
	margin:0 2% 30px 2%;
	}
.art-title {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    position: relative;
    display: table;
    margin: 0 0 30px 0;
    z-index: 2;
    min-width: 250px;
    font-weight: 400;
    border-bottom: 2px solid #f1cb00;
}
.container-desc-num-prod {
    background-size: cover;
    width: 80px;
    height: 92px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
}
.prod1{
	background:#cbad0d;
	margin:0 auto 40px 0;
	}
.prod1 .container-desc-num-prod {
	background-image: url(images/producia_icon1.jpg);
}
.prod2{
	background:#f1ca00;
	margin:0 0 40px auto;
	}
.prod2 .container-desc-num-prod {
	background-image: url(images/producia_icon2.jpg);
}
.prod3{
	background:#fef27a;
	margin:0 auto 40px 0;
	}
.prod3 .container-desc-num-prod {
	background-image: url(images/producia_icon3.jpg);
}
.form-container{
	margin:0 auto;
	max-width:600px;
	padding:0 4.5%;
	}
.fleft{
	float:left;
	}
.fright{
	float:right;
	}
.w50{
	width:100%;
	}
.form-title{
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
	}

/**
 * 11.1 - Header
 */
/* Underline From Center */
.hvr-underline-from-center a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ffed00;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center a:hover:before, .hvr-underline-from-center a:focus:before, .hvr-underline-from-center a:active:before {
  left: 0;
  right: 0;
}


.home .site-header{
	background:rgba(0,0,0,0.85);
	position:fixed;
	z-index:999;
	margin:0;
	}
.site-header {
	background: rgba(0,0,0,0.85);
	width:100%;
	position:relative;
	top:0;
	padding:0;
	margin:0 auto 20px auto;
	z-index:999;
}

.site-header-main {
    margin: 0 auto;
    max-width: 1470px;
    padding: 0 4.5455%;
    position: relative;
}

.site-branding {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items:center;	
	position:relative;
	padding:10px 0;
	}
.logo{
	margin:0 auto 0 0;
	outline:none;
	max-width:60px;
	}
.logo a,.logo img{
	outline:none;
	}
.header-right{
	width:100%;		
}
.top-line{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	-webkit-align-items:center;
	align-items:center;
	width:100%;
	text-align:right;
	margin-top:10px;	
	}

.hsoc{display:none;}	
.goo{margin:-2px 5px 0 0;}
.fb, .inst, .yt{margin:0 5px 0 0;}
.fb, .inst, .yt{position:relative;float:left;}
.inst {width:34px;height:34px;}
.fb {width:34px;height:34px;}
.yt {width:34px;height:34px;}

.fb div.top {background-image:url(images/icons.png);width:34px;height:34px;background-position:-1px -141px;}
.fb div.bottom {background-image:url(images/icons.png);width:34px;height:34px;background-position:-37px -141px;}
.inst div.top {background-image:url(images/icons.png);width:34px;height:34px;background-position:-1px -176px;}
.inst div.bottom {background-image:url(images/icons.png);width:34px;height:34px;background-position:-37px -176px;}
.yt div.top {background-image:url(images/icons.png);width:34px;height:34px;background-position:-1px -211px;}
.yt div.bottom {background-image:url(images/icons.png);width:34px;height:34px;background-position:-37px -211px;}
.fb div, .inst div, .yt div{position:absolute;left:0;top:0;-webkit-transition:opacity 0.5s ease-in-out;-moz-transition:opacity 0.5s ease-in-out;-o-transition:opacity 0.5s ease-in-out;transition:opacity 0.5s ease-in-out;}
.fb div.bottom, .inst div.bottom, .yt div.bottom{opacity:0;}
.fb:hover div.bottom, .inst:hover div.bottom, .yt:hover div.bottom{opacity:1;}
.fb:hover div.top, .inst:hover div.top, .yt:hover div.top{opacity:0;}

.hphone_wrap{margin:0 auto 0 auto;padding:0 0 0 25px;position:relative} 
.hphone{display:table;font-size:12px;line-height:24px;color:#fff;white-space:nowrap;margin:0;}
.hphone_wrap:before{position:absolute;content:"";margin:auto;top:-2px;bottom:0;left:0;height:22px;width:16px;background-image:url(images/icons.png);background-position:-62px -246px;}
.hphone a {color:#fff;}
.hcall{
	display:none;
	margin:0 auto 0 30px;
	border:1px solid #f1cb00;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
	}
.hcall a {
    display: block;
    padding: 7px 20px 7px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #f1cb00;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.language{
	margin:0 auto 0 auto;
	}
.language ul{
	margin:0;
	}
.language li{
	list-style:none;
	float:left;
	border-right: 1px solid #9c9c9c;
	line-height:16px;
	}
.language li:last-child{
	border-right:none;
	}
.language li a{
	font-size:12px;
	line-height:14px;
	color:#9c9c9c;
	padding:0 7px;
	text-transform:uppercase;
	}
.language li.current a{
	color:#fff;
	}
.menu-toggle:before{color:#fff;content:"\f419";line-height:20px;width:20px;font-size:20px;font-weight:normal;position:relative;}
.menu-toggle{background:none;border:1px solid #fff;color:#ffe6ac;font-size:18px;margin:0 0 0 auto;padding:4px 5px 4px 5px;line-height:18px;border-radius:0;
position:absolute;top:10px;right:0;
}
.menu-toggle:hover{background:none;border:1px solid #fff;color:#fff;}
.menu-toggle:hover:before{color:#fff;}
.no-js .menu-toggle{display:none;}
#menu-toggle.toggled-on:before{content:"\f405";font-size:42px;position:relative;top:1px;left:-13px;color:#fff;}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus{background-color:none;border-color:#fff;color:#fff;}
.menu-toggle:focus{outline:0;}
.menu-toggle.toggled-on:focus{}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}

.entry-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}

.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,
.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,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}


body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

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

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

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

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

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

.entry-footer {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

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

.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

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

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

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

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - 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: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

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


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

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

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

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

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

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

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

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

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

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

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

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

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

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

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

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

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

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

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

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.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:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

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


/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
	background-image:url(images/footer_pic.jpg);
	/*background-size:auto 100%;*/
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
	width:100%;
	
}
.site-info-wrap {
    position: relative;
    height: auto;
    bottom: 0;
    width: 100%;
	padding-top: 70px;
}
.site-info {
	background:rgba(0,0,0,0.7);
    margin: 0 auto 0 auto;
    max-width: 460px;
    padding: 20px 4.5455% 5px 4.5455%; 
    width: 100%;
	height:100%;
}
.site-info-inner{
	max-width:300px;
	margin:0 auto;
	padding:0 0;
	color:#fff;
	}
.footer_logo{
	text-align:center;
	margin:0 auto 20px auto;
	max-width:200px;
	}
.faddress {
	display:block;
    font-size: 16px;
	color:#fff;
    clear: both;
    overflow: hidden;
	padding:0 0 0 55px;
	margin-bottom:20px;
	position:relative;
}
.faddress:before {
position:absolute;
content:"";
width: 32px;
height: 44px;
top:7px;
left:1px;
background-image: url(images/icons.png);
background-position: -1px -246px;
}
.fphone_wrap{margin:0 0 20px 0;padding:0 0 0 55px;position:relative} 
.fphone{display:table;font-size:20px;line-height:24px;color:#fff; font-weight:700;white-space:nowrap;margin:0;}
.fphone_wrap:before{position:absolute;content:"";margin:auto;top:-2px;bottom:0;left:3px;height:32px;width:24px;background-image:url(images/icons.png);background-position:-37px -246px;}
.fphone a {color:#fff;}
.fcallback {
    position: relative;
    border: 2px solid #f1cb00;
    margin: 0 0 30px 0;
    max-width: 200px;
    left: 55px;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.fcallback a {
    display: block;
    padding: 8px 10px 8px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #f1cb00;
    text-align: center;
	text-transform:uppercase;
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.fcallback:hover{
	background:#f1cb00;
	}
.fcallback:hover a{
	color:#000;
	}
.fmail {
    display:block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    clear: both;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0 0 55px;
    margin: 0 0 20px 0;
    position: relative;
}
.fmail::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 24px;
    background-image: url(images/icons.png);
    background-position: -1px -292px;
    top: 2px;
    left: 0;
}
.fmail a{
	color:#fff;
	}
.fmap a{
	font-size: 18px;
    line-height: 30px;
	color:#fff;
	}
.fmap img{
	margin:0 20px 0 0;
	}
.fmap a:focus{
	outline:0;
	}
/*.fsite {
    display:block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    clear: both;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
    position: relative;
}
.fsite::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 28px;
    background-image: url(images/icons.png);
    background-position: 0 -173px;
    top: -2px;
    left: 0;
}
.fsite a{
	color:#fff;
	}*/
.fsoc-container {
	display:table;
    position: relative;
    margin: 20px auto 20px auto;
	border:2px solid #ffed00;
	padding:10px 20px;
}
.fsoc-title {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.fsoc {
	display: -webkit-box;
  	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	margin-bottom:10px;
	}
.fsoc .fb, .fsoc .inst, .fsoc .yt{margin:0 5px 0 5px;}
.fsoc .fb, .fsoc .inst, .fsoc .yt{position:relative;float:left;}
.fsoc .inst {width:46px;height:46px;}
.fsoc .fb {width:46px;height:46px;}
.fsoc .inst {width:46px;height:46px;}
.fsoc .yt {width:46px;height:46px;}
.fsoc .pint {width:46px;height:46px;}
.fsoc .vk {width:46px;height:46px;}
.fsoc .fb div.top {background-image:url(images/icons.png);width:46px;height:46px;background-position:0 0;}
.fsoc .fb div.bottom {background-image:url(images/icons.png);width:46px;height:46px;background-position:-47px 0;}
.fsoc .inst div.top {background-image:url(images/icons.png);width:46px;height:46px;background-position:0 -47px;}
.fsoc .inst div.bottom {background-image:url(images/icons.png);width:46px;height:46px;background-position:-47px -47px;}
.fsoc .yt div.top {background-image:url(images/icons.png);width:46px;height:46px;background-position:0 -94px;}
.fsoc .yt div.bottom {background-image:url(images/icons.png);width:46px;height:46px;background-position:-47px -94px;}
.fsoc .fb div, .fsoc .inst div, .fsoc .yt div{position:absolute;left:0;top:0;-webkit-transition:opacity 0.5s ease-in-out;-moz-transition:opacity 0.5s ease-in-out;-o-transition:opacity 0.5s ease-in-out;transition:opacity 0.5s ease-in-out;}
.fsoc .fb div.bottom, .fsoc .inst div.bottom, .fsoc .yt div.bottom{opacity:0;}
.fsoc .fb:hover div.bottom, .fsoc .inst:hover div.bottom, .fsoc .yt:hover div.bottom, .fsoc .pint:hover div.bottom, .fsoc .vk:hover div.bottom{opacity:1;}
.fsoc .fb:hover div.top, .fsoc .inst:hover div.top, .fsoc .yt:hover div.top{opacity:0;}

.footer-menu{
	position:relative;
	bottom:0;
	background:rgba(0,0,0,0.8);
	width:100%;
	overflow:hidden;
	z-index:5;
	padding:10px 0;
	}
.footer-menu ul {
	margin:0;
	}
.footer-menu li {
	list-style:none;
	line-height:24px;
	float:none;
	text-align:center;
	margin-bottom:10px;
	}
.footer-menu li a {
	font-size:14px;
	line-height:1;
	text-transform:uppercase;
	color:#fff;
	padding:5px 10px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
	}
.footer-menu li:hover > a,
.footer-menu li.current-menu-item a {
	color:#ffed00;
	}
.footer-container{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;		
	}
.fmenu{
	margin-top:15px;
	}
.fmenu ul{
	display:inline-block;
	overflow:hidden;
	}
.scrollTop{display:none;background:url(images/up_arrow.png) no-repeat;background-size:cover;display:block;width:25px;height:29px;position:fixed;bottom:10px;right:10px;z-index:2000;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;opacity:1}
.scrollTop:hover{opacity:0.8;}
.allrights{
	font-size:12px;
	color:#ccc;
	margin:0 auto 10px auto;
	}
.powered{
	font-size:12px;
	color:#ccc;
	margin:0 auto;
	}
.powered img{
	position:relative;
	top:-5px;
	}
/**
 * 12.0 - Media
 */

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

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

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

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

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

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

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

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

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

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

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

.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: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

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


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

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

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

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

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.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: 1rem;
	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: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

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


/**
 * 14.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;
}
@media screen and (min-width:414px){
.logo {max-width: 70px;}
.header-right{width:auto;		}
.language{margin:0 40px 0 10px;}
.top-line {margin-top: 0;}
.hphone_wrap {margin: 4px auto 0 auto;}
}
@media screen and (min-width:480px){
h1{font-size:24px;line-height:28px;}
h2{font-size:22px;line-height:26px;}
h3{font-size:20px;line-height:24px;}
h4{font-size:18px;line-height:22px;}
.cart-icon{margin:0 30px 0 20px;}
.login-button a.cl{display:inline-block;}
.site-info {max-width:400px;}
.footer-menu li {float:left;margin-bottom:0;}
.allrights {margin: 0 auto 0 auto;}
.singlephotoitem{width:49%;margin:0 0.5% 3px 0.5%;}
.hphone_wrap {margin: 2px auto 0 auto;}
.hphone {font-size: 14px;}
.language{margin:0 40px 0 20px;}
.benefit-item {width: 48%;}
.all-news .news-item{width:46%;}
.about-benefits-title{font-size:16px;}
}
@media screen and (min-width:568px){
.logo {max-width: 80px;}
/*.see-button{
padding:10px 32px 10px 12px;
	width:200px;
	font-size:18px;
	line-height:20px;
}
.see-button:before{top:10px;}*/
.see-button-container{bottom:5%;right:10%;}
.top-svg{
width:55%;
max-width:350px;
margin:0 auto 0 0;
	}
.top-img{width:45%;text-align:right;}
.w50{width:46%;}
.form-title{font-size:18px;margin-bottom:0;}
}
@media screen and (min-width:667px){
.see-button-container{bottom:5%;right:15%;}
.cart-icon{margin:0 40px 0 30px;}
.fmenu{margin-bottom:15px; width:100%;}
.menu-main-container{
	display:table;
	margin:0 auto;
	}
.benefit-item {width: 33%;}
/*.benefit-item {
    width: 19%;
    margin: 0 3% 0 3%;
}*/
.about-container .container-center,
.news-container .container-center,
.single-content .container-center{
	padding-top:70px;
	padding-bottom:0;
	}
.news-item{margin:0 10px 0 10px;}
.site-header {position:absolute;}
.top-img{width:50%;max-width:none;}
.top-svg{width:50%;}
.container-desc-txt {width: calc(100% - 80px);padding-left: 20px;}
.form-container{padding:0;}
.form-title{font-size:20px;}
.alignright,
.alignleft {
	width:auto;
	max-width:50%;
}

}
@media screen and (min-width:736px){
.slogan-container{margin:0 0 0 5%;font-size:20px;}
/*.slogan-container-inner {padding: 50px 40px 35px 45px;}
.slogan-big{font-size:24px;line-height:26px;}
.slogan-medium{font-size:20px;line-height:22px;}*/
.slogan-container2{margin:0 0 0 5%;max-width: 250px;}
.slider-button-container{bottom:5%;right:5%;}
.see-button-container{bottom:5%;right:18%;}
.page_contacts_left{width:48%;margin:0 4% 0 0;font-size:18px;}
.page_contacts_right{width:48%;}
.hphone_wrap{margin:0 0 0 0;}
.hcall{display:block;margin:0 auto 0 30px;}
.logo {max-width: 90px;}
.intro {font-size:18px;}
.slider-button-container{bottom:10%;right:10%;}
.big-title{font-size:24px;}
.about-page-benefits_left{width:48%;padding-right:10px;}
.about-page-benefits_right{width:48%;padding-left:10px;}
.about-benefits-title{font-size:18px;}
.top-svg{font-size:14px;min-height:270px;}
.about-container .container-center,
.news-container .container-center,
.single-content .container-center{
	padding-top:90px;
	}
.synergy-container-left{width:50%;padding-right:10px;}
.synergy-container-right{width:50%;padding-left:10px;}
.art-title {font-size: 18px;}
}
@media screen and (min-width:800px){
.baner-scroll-arrow{bottom:15px;}
/*.slogan-container{width:55%;max-width:500px;}
.slogan-container2{width:55%;max-width:500px;}*/
/*.slogan-big{font-size:50px;line-height:52px;}
.slogan-medium{font-size:32px;line-height:34px;}*/
.slider-button-container{bottom:5%;right:5%;}
.singlephotoitem{width:33%;margin:0 0.1% 3px 0.1%;}
}
@media screen and (min-width: 700px) and (orientation: portrait) {
.slogan-container{width:70%;font-size:40px}
.slogan-container2{width:70%;max-width:600px;}
/*.slogan-big{font-size:44px;line-height:46px;padding: 10px 20px;}
.slogan-medium{font-size:40px;line-height:42px;padding:10px 15px;margin-bottom:10px;}*/
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
/*.slogan-container{width:60%;max-width:none;}
.slogan-container2{width:60%;max-width:none;}*/
/*.slogan-big{font-size:130px;line-height:134px;}
.slogan-medium{font-size:66px;line-height:68px;padding:0 5%;margin-bottom:20px;}*/
}
/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
.footer_left1 {
width:auto;
text-align:left;
margin-bottom:0;
}
.contacts-left {
	width:50%;
	padding-right:10px;
	}
.contacts-right {
	width:50%;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site-main {
		margin-bottom:0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

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

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

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 23.0769%;
	}

	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

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

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

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

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

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

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

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
.paddingtopbottom{padding-top:40px;padding-bottom:40px;}
.paddingbottom{padding-bottom:40px;}
.paddingtop{padding-top:40px;}
.margintopbottom{margin:40px 0 40px 0;}
.marginbottom{margin-bottom:40px;}
.margintop{margin-top:40px;}
.marginbigbottom{margin-bottom:50px;}
h1{font-size:26px;line-height:30px;}
h2{font-size:24px;line-height:28px;}
h3{font-size:22px;line-height:26px;}
h4{font-size:20px;line-height:24px;}
.container-center, .site-header-main{
padding-left: 35px;
padding-right: 35px;
}
.container-desc.desc-left{
padding-left: 35px;
padding-right: 0;
}
.container-desc.desc-right{
padding-left: 0;
padding-right: 35px;
}

/*.slogan-big{font-size:50px;line-height:56px;}
.slogan-medium {
    font-size: 42px;
    line-height: 44px;
}*/
.slider-button-container {bottom: 5%;right: 10%;}
.about-container .container-center,
.news-container .container-center,
.single-content .container-center{
	padding-top:110px;
	padding-bottom:0;
	}

.about-left{width:50%;margin:0 3% 0 0;}
.about-right{width:47%;text-align:center;}
.benefit-item {
    width: 100%;
}
.yhex{position:absolute;left:10%;top:0;max-width: 300px;}
.yhex-title{font-size:30px;}

/*.benefit-item{width:44%;margin:0 3% 15px 3%;}*/
.see-button-container {bottom: 7%;right: 25%;}

.footer-menu li {
    line-height: 24px;
    float: left;
}
/*.site-branding {-webkit-align-items:flex-start;align-items:flex-start;}*/
.logo {max-width: 120px;}
.cart-icon{margin:0 0 8px 60px;}
.menu-line{margin-top:10px;}
.first-container{background-image:url(images/main_pic_medium.jpg);}
/*.slider-wrap{max-height:450px;}	
.slide-item{max-height:450px;}	*/
.site-info {max-width: 380px;width: 50%;margin: 0 5% 0 auto;}
.fsoc-container {
    position: absolute;
    bottom: 40%;
    right: 15%;
    margin: 0 auto;
}
.home .fsoc-container {bottom: 40%;}


	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

.site-header-menu.menu-hide {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.site-header-menu {
    width: auto;
    background: none;
    position: relative;
    padding: 0;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.close-menu {
    display: none;
}
.language{margin:0 0 0 30px;}
.hphone {font-size: 16px;}
.language li a{font-size:14px;line-height:14px;}
.top-line{margin-bottom:10px;}
.hsoc{display:block;}
.slogan-container{width:55%;font-size:30px}
.slogan-container2{width:55%;max-width:450px;}
/*.slogan-container-inner {
    padding: 90px 65px 30px 65px;
}
.slogan-big {
    font-size: 40px;
    line-height: 44px;
}
.slogan-medium {
    font-size: 36px;
    line-height: 40px;
	margin: 20px 0 0 0;
}*/
.intro {font-size:22px;}
.news{padding:0 50px;}
.big-title{font-size:26px;margin:0 auto 30px auto;}
.all-news .news-item{width:29%;}
.about-page-first {
    margin-top: 20px;
    padding-bottom:0;
}
.top-svg{width:45%; max-width:500px;font-size:16px;min-height:300px;}
.top-img{width:55%;}
.desc-left .container-desc-big{padding:10px 2% 10px 2%;}
.desc-right .container-desc-big{padding:10px 2% 10px 2%;}
.container-desc-big{width:70%;}
.container-desc-small{width:30%; display:block;}
.container-desc-title{font-size:20px;}
.alignright,
.alignleft {
	width:auto;
	max-width:none;
}

	.main-navigation {
		margin: 0 0;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		font-size:14px;
		color:#fff;
		outline-offset: -8px;
		padding: 8px 10px;
		white-space: nowrap;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

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

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

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

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom:0;
	}
	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

	.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: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

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

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

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

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: right;
		width: 71.42857144%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}
@media screen and (min-width: 960px) {
.main-navigation a {
    font-size: 14px;
    padding: 8px 15px;
}
}
@media screen and (min-width: 1024px) {
.logo {max-width: 130px;}
.slogan-container{width:55%;font-size:36px}
.intro {font-size: 26px;}
/*.slider-wrap{max-height:520px;}	
.slide-item{max-height:510px;}*/
/*.slogan-big{font-size:44px;line-height:46px;}
.slogan-medium {
    font-size: 40px;
    line-height: 42px;
}*/

/*.home-video{max-width:800px;}*/
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	position:relative;
	z-index:10;
    width: 100% !important;
    /*height: 100% !important;*/
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.footer-container{
-webkit-justify-content:flex-start;
justify-content:flex-start;
}
.allrights{
	display:none;
	}
.fmenu {
	margin-top: 5px;
    margin-bottom: 0;
    width: auto;
}
.powered {margin: 0 0 0 auto;}
.big-title-product {font-size: 38px;line-height: 40px;}
.medium-title-product {font-size: 22px;line-height: 24px;}
.small-title-product {font-size: 18px;line-height: 20px;}
.tab-title{font-size:22px;padding: 10px 0;}
.main-navigation a {
    font-size: 14px;
    padding: 8px 20px;
}
.top-svg{font-size:18px;min-height:330px;}
.synergy-container-left{padding-right:20px;font-size:16px;}
.synergy-container-right{padding-left:20px;}
.synergy h2{font-size:20px;}
.art-title {font-size: 20px;}
}
@media screen and (min-width: 1100px) {
.logo {max-width: 150px;}
.hphone{font-size:18px;} 

.footer_right {
-webkit-justify-content: flex-start;
justify-content: flex-start;
width:auto;
}
.footer_left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.footer_left1 {
	margin:0;
	}
.footer_left2 {
	margin:0 auto;
	}	
/*.slider-wrap{max-height:570px;}	
.slide-item{max-height:560px;}*/
.top-svg {font-size: 20px; min-height: 370px;}
}

/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
.logo {max-width: 180px;}
.hphone{font-size:18px;} 
.main-navigation a {
    font-size: 16px;
    padding: 8px 20px;
}
.top-line {
    margin-bottom: 20px;
}
.see-button-container{bottom:5%;right:30%;}
/*.slider-wrap{max-height:620px;}	
.slide-item{max-height:600px;}*/
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}


	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}
@media screen and (min-width:1280px){
.home .is-loaded.active .slogan-container{
	opacity:1;
    transform: scale(1.0);
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s;
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s,-webkit-transform .5s ease-in-out .2s	
	}
.home .is-loaded .slogan-container{
	opacity:0;
     transform: scale(0.5);
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s;
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s,-webkit-transform .5s ease-in-out .2s	
	}
.home .slogan-container{
	opacity:0;
     transform: scale(0.5);
    transition: transform .5s ease-in-out .7s,opacity .5s ease-in-out .7s;
    transition: transform .5s ease-in-out .7s,opacity .5s ease-in-out .7s,-webkit-transform .5s ease-in-out .7s	
	}
.home .active .slogan-container2{
	opacity:1;
    transform: scale(1.0);
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s;
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s,-webkit-transform .5s ease-in-out .2s	
	}
.home .slogan-container2{
	opacity:0;
     transform: scale(0.5);
    transition: transform .5s ease-in-out .7s,opacity .5s ease-in-out .7s;
    transition: transform .5s ease-in-out .7s,opacity .5s ease-in-out .7s,-webkit-transform .5s ease-in-out .7s	
	}

.home .active .intro{
	opacity:1;
    transform: translate3d(0,0,0);
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s;
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s,-webkit-transform .5s ease-in-out .2s	
	}
.home .intro{
	opacity:1;
    transform: translate3d(0,0,0);
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s;
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s,-webkit-transform .5s ease-in-out .2s;
	}

.home .active .about-left{
	opacity:1;
    transform: translate3d(0,0,0);
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s;
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s,-webkit-transform .5s ease-in-out .2s	
	}
.home .about-left{
	opacity:0;
    transform: translate3d(-200px,0,0);
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s;
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s,-webkit-transform .5s ease-in-out .2s;
	}
.home .active .about-right{
	opacity:1;
    transform: translate3d(0,0,0);
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s;
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s,-webkit-transform .5s ease-in-out .2s	
	}
.home .about-right{
	opacity:0;
    transform: translate3d(0,0,0);
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s;
    transition: transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s,-webkit-transform .5s ease-in-out .2s;
	}
.home .active .benefits{
	opacity:1;
    transform: translate3d(0,0,0);
    transition: transform .5s ease-in-out .7s,opacity .5s ease-in-out .7s;
    transition: transform .5s ease-in-out .7s,opacity .5s ease-in-out .7s,-webkit-transform .5s ease-in-out .7s;	
	}
.home .benefits{
	opacity:0;
    transform: translate3d(200px,0,0);
    transition: transform .5s ease-in-out .7s,opacity .5s ease-in-out .7s;
    transition: transform .5s ease-in-out .7s,opacity .5s ease-in-out .7s,-webkit-transform .5s ease-in-out .7s;
	}

.home .active .site-info {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: opacity .3s ease-in-out .7s,-webkit-transform 1s ease-in-out .4s;
    transition: transform 1s ease-in-out .4s,opacity .3s ease-in-out .7s;
    transition: transform 1s ease-in-out .4s,opacity .3s ease-in-out .7s,-webkit-transform 1s ease-in-out .4s;
}
.home .site-info{
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    transition: opacity .5s ease-in-out .7s,-webkit-transform .5s ease-in-out .7s;
    transition: transform .5s ease-in-out .7s,opacity .5s ease-in-out .7s;
    transition: transform .5s ease-in-out .7s,opacity .5s ease-in-out .7s,-webkit-transform .5s ease-in-out .7s;
}
.home .active .fsoc-container {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: opacity .3s ease-in-out .7s,-webkit-transform 1s ease-in-out .4s;
    transition: transform 1s ease-in-out .4s,opacity .3s ease-in-out .7s;
    transition: transform 1s ease-in-out .4s,opacity .3s ease-in-out .7s,-webkit-transform 1s ease-in-out .4s;
}
.home .fsoc-container{
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    transition: opacity .5s ease-in-out .7s,-webkit-transform .5s ease-in-out .7s;
    transition: transform .5s ease-in-out .7s,opacity .5s ease-in-out .7s;
    transition: transform .5s ease-in-out .7s,opacity .5s ease-in-out .7s,-webkit-transform .5s ease-in-out .7s;
}
.home .active .footer_logo, 
.home .active .faddress, 
.home .active .fmail, 
.home .active .fsite,
.home .active .fphone_wrap,
.home .active .fphone_wrap2, 
.home .active .fcallback,
.home .active .fmap,
.home .active .bchome,
.home .active .footer-menu{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: opacity .3s ease-in-out 1.3s,-webkit-transform 1s ease-in-out 1.3s;
    transition: transform 1s ease-in-out 1.3s,opacity .3s ease-in-out 1.3s;
    transition: transform 1s ease-in-out 1.3s,opacity .3s ease-in-out 1.3s,-webkit-transform 1s ease-in-out 1.3s;
}
.home .footer_logo,
.home .faddress, 
.home .fmail, 
.home .fsite, 
.home .fphone_wrap,
.home .fphone_wrap2,
.home .fcallback,
.home .fmap, 
.home .bchome,
.home .footer-menu{
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    transition: opacity .3s ease-in-out 1.3s,-webkit-transform 1s ease-in-out 1.3s;
    transition: transform 1s ease-in-out 1.3s,opacity .3s ease-in-out 1.3s;
    transition: transform 1s ease-in-out 1.3s,opacity .3s ease-in-out 1.3s,-webkit-transform 1s ease-in-out 1.3s;
}
.intro {margin:auto 0 auto 10%;font-size:30px;}
.home .footer-menu{
position:absolute;
bottom:0;
}
.footer-menu{
position:relative;
bottom:0;
background:rgba(0,0,0,0.8);
width:100%;
overflow:hidden;
z-index:5;
padding:15px 0;
}
.site-info-wrap {
    /*height: auto;*/
	height:auto;
    bottom: 0;
    width: 100%;
    position: relative;
	padding-top:100px;
}
.home .site-info-wrap {
    height:70vh;
	position: absolute;
    bottom: 10%;
	padding-top:0;
}
.home .site-info {
    padding: 40px 2.5455% 0 2.5455%;
}
.site-info {
    margin: 0 auto 0 15%;
    max-width: 500px;
    padding: 20px 2.5455% 20px 2.5455%;
    width: 50%;
    height: 100%;
}
.site-info-inner{
	max-width:380px;
	}
.allrights {
    display: block;
}
.fsoc-container {
    right: 15%;
}
.home .fsoc-container {bottom: 50%;}
.home .scroll_button {
    background: url(images/up_arrow.png) no-repeat;
        background-size: auto;
    background-size: cover;
    display: block;
    width: 50px;
    height: 58px;
    position: fixed;
    bottom: 140px;
    right: 10px;
    z-index: 2000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}
.home .scroll_button:hover {
    opacity: 0.8;
}
.scrollTop{
	display:block;
	}
/*.slider-wrap{max-height:650px;}	
.slide-item{max-height:640px;}*/
.slider-button-container{bottom: 8%;right: 10%;}
.see-button{font-size:16px;padding:15px 20px 15px 20px;width:175px;}
.about-container .container-center,
.news-container .container-center,
.single-content .container-center{
padding-top:125px;
}
.about-left{width:47%;margin:0 3% 0 0;}
.about-right{width:50%;text-align:center;}
.yhex{left:14%;top:100px;max-width: 350px;}
.yhex-title{font-size:36px;}
.benefit-item-title {font-size: 16px;}
.about-desc {font-size: 16px;line-height: 24px;}
.about{padding:0 100px;}
.benefit-item-icon img{max-width:80px;}
/*.home-video{max-width:800px;}*/
.site-info-inner {padding:0 0 20px 0;}
.footer_logo {margin-bottom: 10px;}
div#festi-cart-pop-up-content div.festi-cart-pop-up-body{
	width:400px !important
	}
.medium-title-product {font-size: 24px;line-height: 26px;}
.small-title-product {font-size: 20px;line-height: 22px;}
.slogan-container{font-size:40px;}
/*.slogan-big {font-size: 48px;line-height: 52px;}
.slogan-medium {font-size: 40px;line-height: 44px;}*/
.news-container:before,
.about-page-first:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(images/news_left_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    width: 125px;
    height: 279px;
}

.news-container:after,
.about-page-first:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(images/news_right_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    width: 125px;
    height: 279px;
    z-index: -1;
}
.about-page-first:after {
    z-index: 1;
}
.news-item{margin:0 30px 0 30px;}
.news-item-title{font-size: 18px;padding: 0 0 0 30px;}
.news-item-title::before {width: 21px;height: 38px;}
.big-title{font-size:28px;}
.about-page-benefits_left{width:40%;padding-right:20px;}
.about-page-benefits_right{width:40%;padding-left:20px;}
.about-benefits-item_title{font-size: 16px;}
.about-benefits-title{font-size:20px;}
.about-page-first{min-height:100vh;}
.top-svg {font-size: 20px; min-height: 400px;}
.top-img{position:relative; z-index:5;}
.synergy h2{font-size:22px;}
.synergy {padding: 15px;}
.art-title {font-size: 22px;}
}
@media screen and (min-width:1366px){
.main-navigation a {font-size: 18px;padding: 8px 25px;}
.intro {font-size:32px;}
/*.slider-wrap{max-height:620px;}	
.slide-item{max-height:610px;}*/
.news {padding: 0 100px;}
.desc-left .container-desc-big{padding:10px 7% 10px 5%;}
.desc-right .container-desc-big{padding:10px 5% 10px 7%;}
}
@media screen and (min-width:1440px){
.hphone{font-size:20px;} 
.first-container{background-image:url(images/main_pic.jpg);}
/*.slogan-container-inner{padding:110px 100px 50px 100px;}*/
.slogan-container2{width:55%;max-width:600px;}
/*.slogan-big{font-size: 60px;line-height: 68px;}
.slogan-medium{font-size: 48px;line-height: 56px;}*/
.slogan-container{margin:0 0 0 7%;font-size: 48px;}
.slogan-container2{margin:0 0 0 7%;}
.intro {margin:auto 0 auto 14%;font-size:36px;}
/*.slider-wrap{max-height:730px;}	
.slide-item{max-height:720px;}*/
.about-desc{font-size:18px;}
.about-desc h2{font-size:30px;}
/*.benefit-item{width:44%;margin:0 3% 30px 3%;}*/
.yhex {max-width: 400px;}
.yhex-title {font-size: 40px;}
.benefit-item-title{font-size:18px;}
.about{padding:0 50px;}
.benefits{padding:0 50px;}
.about-desc {font-size: 18px;line-height: 26px;}
.benefit-item-icon img{max-width:120px;}
.site-info-inner {padding: 20px 0;}
.footer_logo {margin-bottom: 30px;}
.footer-menu li a {
    padding: 5px 15px;
}
.home .site-info-wrap {
    bottom: 8%;
}
.site-info-wrap {
    bottom: 0;
}
.footer_logo{margin-bottom:50px;max-width:none;}
.faddress {font-size: 16px;line-height: 1.3;margin-bottom:20px;}
.fphone{font-size:24px;line-height:30px;}
.fmail {font-size: 18px;line-height: 26px;}
.fsite {font-size: 20px;line-height: 26px;}
.fsoc-container {padding:15px 40px;}
.medium-title-product {font-size: 26px;line-height: 28px;}
.desc-left {
    margin: 0 0 0 auto;
}
.desc-right {
    margin: 0 auto 0 0;
}
.about-benefits-title{font-size:22px;}
.pro-desc{width:calc(100% - ((100% - 1350px)/2));}
.top-img{top:-30px;}
.top-svg {font-size:22px;}
.container-desc-title{font-size:22px;}
.container-desc-txt {font-size:16px;}
}
@media screen and (min-width: 1280px) and (min-height: 900px){
/*.slider-container{padding-top:45px;}
.slider-wrap{max-height:750px;}	
.slide-item{max-height:740px;}
.intro {bottom:-10px !important}*/	
/*.see-button{
padding:12px 40px 12px 20px;
width:250px;
font-size:20px;
line-height:22px;
}
.see-button:before{right:25px;top:14px;}*/
}
@media screen and (min-width:1680px){
.logo{max-width:none;}
.slogan-container{margin:0 0 0 14%;}
.slogan-container2{margin:0 0 0 14%;}
/*.slogan-container{width:40%;max-width:none;}
.slogan-big{font-size:130px;line-height:134px;}
.slogan-medium{font-size:60px;line-height:62px;padding:0 5%;margin-bottom:20px;}
.slogan-small{font-size:34px;line-height:36px;}*/
/*.slider-container{padding-top:45px;}
.slider-wrap{height:100vh;max-height:800px;}	
.slide-item{height:100vh !important;max-height:790px;margin-bottom:25px;}
.intro {bottom:-15px;}*/
/*.home-video{max-width:830px;}*/
/*.see-button{
padding:12px 40px 12px 20px;
width:250px;
font-size:20px;
line-height:22px;
}*/
.see-button:before{right:25px;top:14px;}
.about{padding:0 0;}
.benefits{padding:0 0;}
.yhex{max-width:none;}
.yhex-title{font-size:50px;}
.benefit-item-icon img{max-width:none;}
.about-container .container-center,
.news-container .container-center,
.single-content .container-center{
padding-top:125px;
}
.fsoc-container {
    right: 25%;
}
.medium-title-product {font-size: 30px;line-height: 32px;}
.small-title-product {font-size: 22px;line-height: 24px;}
.news-container:before,
.about-page-first:before {width: 250px;height: 557px;}

.news-container:after,
.about-page-first:after {width: 250px;height: 557px;}
.big-title{font-size:30px;}
.desc-left .container-desc-big{padding:20px 12% 20px 5%;}
.desc-right .container-desc-big{padding:20px 5% 20px 12%;}
}
@media screen and (min-width:1920px){
.news{padding:0 100px;}
/*.slider-wrap{height:100vh;max-height:820px;}	
.slide-item{height:100vh !important;max-height:810px;margin-bottom:25px;}
.intro {bottom:-15px;}*/
	}
/*js/nivo/nivo-slider.css*/
.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden;}
.nivoSlider img{position:absolute;top:0px;left:0px;max-width:none;}
.nivo-main-image{display:block !important;position:relative !important;width:100% !important;}
.nivoSlider a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;filter:alpha(opacity=0);opacity:0;}
.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-box img{display:block;}
.nivo-caption{position:absolute;left:0px;bottom:0px;background:#000;color:#fff;width:100%;z-index:8;padding:10px 30px;opacity:0.8;overflow:hidden;display:none;-moz-opacity:0.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.nivo-caption p{padding:5px;margin:0;}
.nivo-caption a{display:inline !important;}
.nivo-html-caption{display:none;}
.nivo-directionNav a{position:absolute;top:-moz-calc(50% - 20px);top:-webkit-calc(50% - 20px);top:calc(50% - 20px);z-index:9;cursor:pointer;}
.nivo-prevNav{left:0px;}
.nivo-nextNav{right:0px;}
.nivo-controlNav{text-align:center;padding:15px 0;}
.nivo-controlNav a{cursor:pointer;}
.nivo-controlNav a.active{font-weight:bold;}

/*js/nivo/themes/default/default.css*/
.theme-default .nivoSlider{position:relative;background:#fff url(/wp-content/themes/twentysixteen/js/nivo/themes/default/loading.gif) no-repeat 50% 50%;margin-bottom:10px;overflow:visible;}
.theme-default .nivoSlider img{position:absolute;top:0px;left:0px;display:none;}
.theme-default .nivoSlider a{border:0;display:block;}
.theme-default .nivo-controlNav{text-align:center;padding:20px 0;}
.theme-default .nivo-controlNav a{display:inline-block;width:43px;height:44px;background:url(/wp-content/themes/twentysixteen/js/nivo/themes/default/bullets.png) no-repeat;text-indent:-9999px;border:0;margin:0 2px;}
.theme-default .nivo-controlNav a.active{background-position:0 -22px;}
.theme-default .nivo-directionNav a{display:block;width:43px;height:44px;text-indent:-9999px;border:0;opacity:.8;-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;}
.theme-default:hover .nivo-directionNav a{opacity:1;}
.theme-default a.nivo-nextNav{background:url(/wp-content/themes/twentysixteen/js/nivo/themes/default/arrow_right.png) no-repeat;right:-60px;}
.theme-default a.nivo-prevNav{left:-60px;background:url(/wp-content/themes/twentysixteen/js/nivo/themes/default/arrow_left.png) no-repeat;}
.theme-default .nivo-caption{font-family:Helvetica, Arial, sans-serif;background:none;display:block;width:auto;opacity:1;-moz-opacity:1;filter:alpha(opacity=1);left:18% !important;bottom:10% !important;left:auto;}
.theme-default .nivo-caption a{display:block;font:18px/26px Arial;text-transform:uppercase;border:1px solid #fff;color:#fff;background:#95a638;text-align:center;margin:0 0 10px 0;padding:10px 35px 11px 35px;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.theme-default .nivo-caption a:hover{color:#fff;background:#505823;}
.theme-default .nivo-controlNav.nivo-thumbs-enabled{width:100%;}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a{width:auto;height:auto;background:none;margin-bottom:5px;}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img{display:block;width:120px;height:auto;}
@media screen and (min-width:480px){.slide_text_middle{display:block;}
}
@media screen and (min-width:580px){.slide_content{display:block;height:calc(100% - 60px);}
.slide_button{display:table;margin:0 0 0 4%;}
}
@media screen and (min-width:710px){.slide_text_big{font-size:22px;line-height:24px;}
.slide_text_middle{font-size:20px;line-height:22px;}
.slide_content{height:calc(100% - 70px);}
.theme-default .nivo-caption a{ font-size:18px;line-height:22px;/*font-family:DINPro Bold;*/padding:7px 20px 8px 20px;}
}
@media screen and (min-width:783px){}
@media screen and (min-width:910px){.theme-default .nivo-caption{padding:10px 4.5455% 2% 4.5455%;}
.slide_text_big{font-size:26px;line-height:26px;margin:0 0 10px 0;}
.slide_text_middle{font-size:22px;line-height:22px;margin:0 0 10px 0;}
.theme-default .nivo-caption a{font-size:20px;line-height:24px;/*font-family:DINPro Bold;*/padding:7px 20px 8px 20px;}
.bi{ display:block}
.si{ display:none}
}
@media screen and (min-width:985px){.theme-default .nivo-caption{padding:20px 4.5455% 2% 4.5455%;}
.slide_text_big{font-size:28px;line-height:28px;margin:0 0 10px 0;}
.slide_text_middle{font-size:24px;line-height:24px;margin:0 0 10px 0;}
}
@media screen and (min-width:1100px){.slide_text_big{font-size:32px;line-height:32px;}
.slide_text_middle{font-size:26px;line-height:26px;}
}
@media screen and (min-width:1200px){.theme-default .nivo-caption{padding:20px 4.5455% 2% 4.5455%;}
.slide_content{max-width:460px;margin:0 0 0 4%;height:calc(80% - 0px);}
.slide_text_big{font-size:36px;line-height:36px;}
.slide_text_middle{font-size:30px;line-height:30px;}
}
@media screen and (min-width:1280px){}
@media screen and (min-width:1366px){.slide_text_big{font-size:50px;line-height:50px;}
.slide_text_middle{font-size:32px;line-height:32px;}
.theme-default .nivo-caption a{font-size:22px;line-height:26px;/*font-family:DINPro Bold;*/padding:10px 40px 11px 40px;}
.slide-decor{display:block;height:80px;top:45%;}
}
@media screen and (min-width:1440px){.slide_text_big{font-size:56px;line-height:56px;margin:0 0 15px 0;}
.slide_text_middle{font-size:36px;line-height:36px;}
.slide-decor{height:100px;top:40%;}
}
@media screen and (min-width:1680px){.slide_text_big{font-size:62px;line-height:62px;}
.slide_text_middle{font-size:42px;line-height:42px;margin:0 0 20px 0;}
.slide-decor{height:120px;top:35%;}
.scrollTop{width:50px;height:58px;}
}
@media screen and (min-width:1920px){

}

/*modal.css*/
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:100;padding:20px;box-sizing:border-box;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.75);text-align:center;}
.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em;}
.blocker.behind{background-color:transparent;}
.modal{display:inline-block;vertical-align:middle;position:relative;z-index:2;max-width:550px;box-sizing:border-box;width:96%;background:#fff;padding:30px 20px;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left;}
.modal a.close-modal{}
.modal a.close-modal{position:absolute;top:-10px;right:-10px;padding:0;width:30px;height:30px;border:2px solid #ccc;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;border-radius:15px;background-color:rgba(212, 179, 92, 1);-webkit-box-shadow:0px 0px 10px #000;-moz-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;text-align:center;text-decoration:none;font-weight:bold;line-height:22px;-webkit-transition:all ease .8s;-moz-transition:all ease .8s;-ms-transition:all ease .8s;-o-transition:all ease .8s;transition:all ease .8s;}
.modal a.close-modal:before{color:rgba(255, 255, 255, 1);content:"X";text-shadow:0 -1px rgba(0, 0, 0, 0.9);font-size:12px;}
.modal a.close-modal:hover{background-color:rgba(252, 20, 0, 1);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}

.callmap.modal{
	max-width:1000px;
	border-radius:0;
	padding:0;
	}
.callmap.modal iframe {
    height: 100%;
    height: 50vh;
	min-height:300px;
    width: 100%;
    margin-bottom: 0;
}
/* wp-content/plugins/contact-form-7/includes/css/styles.css */
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}
.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}
.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}
.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}
.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}
.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{border-color:#ffb900}
.wpcf7-form-control-wrap{position:relative}
.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}
.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}
.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}
.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}
.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:absolute;bottom:0}
.wpcf7 form.submitting .ajax-loader{visibility:visible}
.wpcf7 .ajax-loader::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}
@media (prefers-reduced-motion: reduce) {
.wpcf7 .ajax-loader::before{animation-name:blink;animation-duration:2000ms}
}
@keyframes spin {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
@keyframes blink {
from{opacity:0}
50%{opacity:1}
to{opacity:0}
}
.wpcf7 input[type="file"]{cursor:pointer}
.wpcf7 input[type="file"]:disabled{cursor:default}
.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}
.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}



/*div.wpcf7{margin:0;padding:0;}
div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;margin:0;padding:0;border:0;}
div.wpcf7-response-output{margin:2em 0.5em 1em;padding:0.2em 1em;}
.invalid div.wpcf7-response-output{border:2px solid #ff0000;}
div.wpcf7-mail-sent-ok{border:2px solid #398f14;}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted{border:2px solid #ff0000;}
div.wpcf7-spam-blocked{border:2px solid #ffa500;}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{border:2px solid #f7e700;}
.wpcf7-form-control-wrap{position:relative;}
span.wpcf7-not-valid-tip{color:#f00;font-size:1em;font-weight:normal;display:block;}
.use-floating-validation-tip span.wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px solid #ff0000;background:#fff;padding:.2em .8em;}
span.wpcf7-list-item{display:inline-block;margin:0 0 0 1em;}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after{content:" ";}
.wpcf7-display-none{display:none;}
div.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;background-image:url('/wp-content/plugins/contact-form-7/images/ajax-loader.gif');width:16px;height:16px;border:none;padding:0;margin:0 0 0 4px;vertical-align:middle;}
div.wpcf7 .ajax-loader.is-active{visibility:visible;}
div.wpcf7 div.ajax-error{display:none;}
div.wpcf7 .placeheld{color:#888;}
div.wpcf7 .wpcf7-recaptcha iframe{margin-bottom:0;}
div.wpcf7 input[type="file"]{cursor:pointer;}
div.wpcf7 input[type="file"]:disabled{cursor:default;}
div.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed;}*/

/*pagenavi-css.css*/
.wp-pagenavi {clear: both;}
.wp-pagenavi a, .wp-pagenavi span {text-decoration: none;border: 1px solid #BFBFBF;padding: 3px 5px;margin: 2px;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {border-color: #000;}
.wp-pagenavi span.current {font-weight: bold;}

/* v4.0.7 sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.css*/
li.wpml-ls-current-language a{ color:#fff;}
.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:0;clear:both}
.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}
.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}
.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px;line-height:1}
.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle;width:18px;height:12px}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}
.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}
/* wpml-cms-nav/res/css/navigation.css */
.wpml_cms_navigation .wpml_table th{background-color:#DFDFDF;border-bottom:solid 1px #fff;width:200px;border-collapse:collapse}
.wpml_cms_navigation .wpml_table tfoot th{border-bottom:none;background:0 0;background-color:#DFDFDF}
#icl_cat_menu_contents input{margin-bottom:4px}
/* wpml-cms-nav/res/css/cms-navigation-base.css */
#menu-wrap{width:100%;height:30px;position:relative;z-index:100;}
#menu-wrap ul{padding:0;margin:0;list-style-type:none;}
#menu-wrap ul li{float:left;position:relative;}
#menu-wrap ul a,
#menu-wrap ul a:visited{display:block;line-height:30px;padding-left:10px;padding-right:20px;}
#menu-wrap ul ul{visibility:hidden;position:absolute;height:0;top:30px;left:0;width:149px;}
#menu-wrap ul ul li{width:100%;}
#menu-wrap ul ul a,
#menu-wrap ul ul a:visited{border:0;height:auto;line-height:15px;padding:5px 10px;width:150px;}
#menu-wrap ul li:hover ul,
#menu-wrap ul a:hover ul{visibility:visible;}
#menu-wrap li,
#menu-wrap a,
#menu-wrap div{padding:0;margin:0;}
#menu-wrap li.section{line-height:25px;padding-left:10px;padding-right:11px;}
#menu-wrap li.selected_page{line-height:20px;}
#menu-wrap li.selected_subpage{line-height:25px;padding-left:10px;padding-right:11px;}
#menu-wrap li.selected_subpage a,
#menu-wrap li.selected_subpage a:visited{padding-right:0;padding-left:0;}
#menu-wrap table{position:absolute;top:0;left:0;border-collapse:collapse;}
* html #menu-wrap{width:100%;w\idth:100%;}
* html #menu-wrap a, * html #menu-wrap a:visited{width:10px;w\idth:10px;padding-right:20px;white-space:nowrap;}
* html #menu-wrap ul ul{top:30px;t\op:30px;}
* html #menu-wrap ul ul a, * html #menu-wrap ul ul a:visited{width:150px;w\idth:128px;}
.cms-nav-clearit{clear:both;height:0;line-height:0.0;font-size:0;}
.cms-nav-sub-section{font-weight:bold;font-size:110%;list-style-type:none;}
ul li.cms-nav-sub-section:before{content:'' !important;}
.cms-nav-sidebar ul, .cms-nav-sidebar li, .cms-nav-sidebar a{list-style:none;padding:0;margin:0;}
.cms-nav-sidebar ul ul,
.cms-nav-sidebar ul li,
.cms-nav-sidebar ul a, .cms-nav-sidebar li ul,
.cms-nav-sidebar li li,
.cms-nav-sidebar li a, .cms-nav-sidebar a ul,
.cms-nav-sidebar a li,
.cms-nav-sidebar a a{padding:0;margin:0;}
.cms-nav-sidebar ul li, .cms-nav-sidebar li li, .cms-nav-sidebar a li{position:relative;margin:4px 8px 2px 8px;}
/* wpml-cms-nav/res/css/cms-navigation.css */
#menu-wrap{background-color:#eee;}
#menu-wrap ul{background-color:#5798d0;}
#menu-wrap ul a,
#menu-wrap ul a:visited{text-decoration:none;color:#000;border-right:1px solid #fff;}
#menu-wrap ul li:hover a,
#menu-wrap ul a:focus,
#menu-wrap ul a:active{background-color:#5798D0;color:#000;}
#menu-wrap ul ul a{}
#menu-wrap ul ul a, #menu-wrap ul ul a:visited{color:#000;}
#menu-wrap ul ul a:hover{background:#B3D9FF;}
#menu-wrap ul ul:hover > a{background:#B3D9FF;}
#menu-wrap ul ul li a.selected{background-color:#D0D8F0;color:#004D99;}
#menu-wrap a:hover,
#menu-wrap ul ul a:hover{color:#000;background:#5798d0;}
#menu-wrap:hover > a,
#menu-wrap ul ul:hover > a{color:#000;background:#B3D9FF;}
#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited{background-image:url(/wp-content/plugins/wpml-cms-nav/res/img/cms-nav-dark-s.gif);background-repeat:no-repeat;background-position:right center;}
#menu-wrap li{}
#menu-wrap li.section{color:#fff;background-color:#4283b7;font-weight:bold;}
#menu-wrap li.selected_page{color:#004D99;background-color:#5798d0;}
#menu-wrap li.selected_subpage{color:#004D99;background-color:#B3D9FF;}
#menu-wrap li.selected_subpage a,
#menu-wrap li.selected_subpage a:visited{background-color:#B3D9FF;}
#sidebar-navigation h4{}
#sidebar-navigation .cms-nav-sidebar a, #sidebar-navigation .cms-nav-sidebar a:visited{}
#sidebar-navigation .cms-nav-sidebar a:hover, #sidebar-navigation .cms-nav-sidebar a:focus, #sidebar-navigation .cms-nav-sidebar a:active{}
.cms-nav-sidebar .selected_page_side{}
.cms-nav-bc a, .cms-nav-bc a:visited{}
.cms-nav-bc a:hover, .cms-nav-bc a:focus, .cms-nav-bc a:active{}
.cms-nav-bc{}

/* slick.css */
.slick-slide:focus{outline:none;}
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:before,
.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}

/* js/slick/slick-theme.css */
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url('js/slick/ajax-loader.gif') center center no-repeat;}
@font-face{font-family:'slick';font-weight:normal;font-style:normal;src:url('js/slick/fonts/slick.eot');src:url('js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('js/slick/fonts/slick.woff') format('woff'), url('js/slick/fonts/slick.ttf') format('truetype'), url('js/slick/fonts/slick.svg#slick') format('svg');}
.slick-prev,
.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;cursor:pointer;color:transparent;border:none;outline:none;background:transparent;}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{opacity:1;}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{opacity:1;}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{opacity:.25;}
.slick-prev:before,
.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
button.slick-prev,
button.slick-next{z-index:100; background-size:cover;}
.slick-prev{left:0;background:url(js/slick/arrow_left.png) no-repeat;background-size:cover;height:42px;width:14px;top:-moz-calc(50% - 20px);top:-webkit-calc(50% - 20px);top:calc(50% - 20px);opacity:1;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.slick-prev:hover{background:url(js/slick/arrow_left.png) no-repeat;opacity:0.75; background-size:cover;height:42px;width:14px;}
[dir='rtl'] .slick-prev{right:-25px;left:auto;}
[dir='rtl'] .slick-prev:before{content:'→';}
.slick-next{right:0;background:url(js/slick/arrow_right.png) no-repeat;background-size:cover;height:42px;width:14px;top:-moz-calc(50% - 20px);top:-webkit-calc(50% - 20px);top:calc(50% - 20px);opacity:1;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.slick-next:hover{background:url(js/slick/arrow_right.png) no-repeat;opacity:0.75;background-size:cover;height:42px;width:14px;}
[dir='rtl'] .slick-next{right:auto;left:-25px;}
[dir='rtl'] .slick-next:before{content:'←';}
.slick-slider{margin-bottom:30px;}
.slick-dots{position:absolute;bottom:-45px;display:block;width:100%;padding:0;list-style:none;text-align:center;}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
.slick-dots li button:hover,
.slick-dots li button:focus{outline:none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity:1;}
.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-dots li.slick-active button:before{opacity:.75;color:black;}
@media screen and (min-width:910px){
.slick-prev{background-size:cover;height:86px;width:29px;top:-moz-calc(45% - 40px);top:-webkit-calc(45% - 40px);top:calc(45% - 40px);}
.slick-next{background-size:cover;height:86px;width:29px;top:-moz-calc(45 - 40px);top:-webkit-calc(45% - 40px);top:calc(45% - 40px);}
.slick-prev:hover,.slick-next:hover{height:86px;width:29px;}
}
@media screen and (min-width:1280px){
.slick-prev{left:30px;}
.slick-next{right:30px;}
}
@media screen and (min-width:1366px){
.slick-prev{left:50px;}
.slick-next{right:50px;}
}




/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.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: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}
