/*
Theme Name: TNT Torg
Theme URI: https://tnt-torg.kg/
Author: SAIT.KG
Author URI: https://sait.kg/
Version: 1.1.9
Tested up to: 6.0
Requires PHP: 5.6
Requires at least: 4.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 1sovetnik.kg

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: 'Merriweather', serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Merriweather', serif;
}

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 {
  text-decoration: none;
  color: #bbbcc1;
  outline: none;
}

a:active,
a:hover {
  text-decoration: underline;
  color: #bbbcc1;
}

a:focus {
  outline: none;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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 {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: 'Merriweather', serif;
  font-size: 15px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
}

p {
    margin-bottom: 1.5em;
    margin-top: 0;
    line-height: 1.6;
    letter-spacing: 0.2px;
}
.single p {
  text-align: justify;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# 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 {
  color: #555;
  font-family: 'Merriweather', serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-width: 320px;
}

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

blockquote,
q {
  quotes: """";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: square;
  padding: 0 0 0 22px;
}

ol {
  list-style: decimal;
  padding: 0 0 0 22px;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: linear-gradient(#161e88, #1f29a6);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 12px 35px 11px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 0;
  height: auto;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: linear-gradient(#1f29a6, #161e88);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: linear-gradient(#161e88, #1f29a6);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #dbdbdb;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
  outline: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 12px 15px;
}

textarea {
    padding: 12px 15px 10px;
    width: 100%;
    height: 150px;
    resize: none;
    color: #666;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    max-width: 398px;
}

label {
    margin: 0 auto -10px;
    display: block;
}

.wpcf7-spinner {
    display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1f29a6;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #1f29a6;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  float: right;
  margin-top: 3px;
}

.main-navigation ul {
  /*display: none;*/
  list-style: none;
  margin: 0;
  padding-left: 0;
  line-height: 20px;
  font-weight: 600;
}

.main-navigation li {
  float: left;
  padding: 10px 20px 0 0;
  margin-right: 15px;
  position: relative;
}

.main-navigation ul li:last-child {
  margin: 0;
}

.main-navigation a {
  /*display: block;*/
  text-decoration: none;
  color: #5d5d5d;
  letter-spacing: 0.4px;
  font-size: 17px;
  font-weight: bold;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #222;
}

.main-navigation ul li.menu-item-has-children::before {
  position: absolute;
  top: 4px;
  right: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-angle-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23171616' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  font-weight: 400;
}

.main-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children::before {
  background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-angle-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23171616' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
  top: 20px;
  right: 14px;
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
}

@media only screen and (min-width: 1025px) {
  .main-navigation ul ul {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    float: left;
    position: absolute;
    top: 38px;
    /*left: -999em;*/
    left: -20px;
    z-index: 99999;
    width: 260px;
    background: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-left: -9999px;
  }

  .main-navigation ul ul ul {
    left: -100%;
    top: 0;
  }

  .main-navigation ul ul a {
    display: block;
    padding: 12px 0;
  }

  .main-navigation ul ul li {
    padding: 0 15px;
    margin: 0;
    border: 0;
    float: none;
    display: block;
    border-bottom: 1px dashed #f0f0f0;
    position: relative;
  }

  .main-navigation ul ul :hover>a,
  .main-navigation ul ul .focus>a {
    color: #222;
  }

  .main-navigation ul ul a:hover,
  .main-navigation ul ul a:focus {
    color: #222;
  }

  .main-navigation ul li:hover>ul {
    margin-left: 0;
  }

  .main-navigation ul li:focus-within>ul {
    margin-left: 0;
  }

  .main-navigation ul li.focus>ul {
    margin-left: 0;
  }
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {
  
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
  
}
  .main-navigation a {
  /*display: block;*/
  text-decoration: none;
  color: #5d5d5d;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 600;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #222;
}

.main-navigation ul li.menu-item-has-children::before {
  position: absolute;
  top: 14px;
  right: 6px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-angle-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23171616' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  font-weight: 400;
}

.main-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children::before {
  background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-angle-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23171616' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
  top: 20px;
  right: 14px;
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
}

@media only screen and (min-width: 1025px) {
  .main-navigation ul ul {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    float: left;
    position: absolute;
    top: 30px;
    /*left: -999em;*/
    left: -20px;
    z-index: 99999;
    width: 260px;
    background: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-left: -9999px;
  }

  .main-navigation ul ul ul {
    left: -100%;
    top: 0;
  }

  .main-navigation ul ul a {
    display: block;
    padding: 12px 0;
  }

  .main-navigation ul ul li {
    padding: 0 15px;
    margin: 0;
    border: 0;
    float: none;
    display: block;
    border-bottom: 1px dashed #f0f0f0;
    position: relative;
  }

  .main-navigation ul ul :hover>a,
  .main-navigation ul ul .focus>a {
    color: #222;
  }

  .main-navigation ul ul a:hover,
  .main-navigation ul ul a:focus {
    color: #222;
  }

  .main-navigation ul li:hover>ul {
    margin-left: 0;
  }

  .main-navigation ul li:focus-within>ul {
    margin-left: 0;
  }

  .main-navigation ul li.focus>ul {
    margin-left: 0;
  }
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {
  
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
  
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 20px 0 10px 0;
    padding: 50px 0 0;
    overflow: hidden;
    position: relative;
}
.site-main .post-navigation:after {
  content: 'Узнайте больше о наших услугах';
  text-align: center;
  position: absolute;
  top:  0;
  left: 0;
  right: 0;
  margin: auto;
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  z-index: 5;
}
.site-main .post-navigation:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #bbb;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -15px;
  margin-right: -15px;
}

.gallery-item {
  float: left;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.gallery-item img {
  width: 100%;
  vertical-align: top;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}



.custom-background .site {
/*   max-width: 1250px; */
  max-width: 100%;
  margin: 0 auto;
}

/*commno site style*/
.container {
  width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

.site-header .header-t {
  background: #fff;
  padding: 15px 0 0;
}
.site-header .header-t ul {
  list-style: none;
  float: left;
  color: #8e8e8e;
  margin: 0;
}
.site-header .header-t li {
  display: inline;
  font-size: 14px;
}
.site-header .header-t a {
  color: #8e8e8e;
  margin-right: 20px;
  font-size: 14px;
}
.site-header .header-t a:hover {
  text-decoration: none;
}
.site-header .header-t a i, .site-header .header-t a svg {
  color: #1f29a6;
  margin-right: 3px;
}
.site-header .header-t .right-panel a i, .site-header .header-t .right-panel a svg {
  font-size: 17px;
}
.site-header .header-t .contact-info {
  float: left;
  color: #56575a;
}
.tt_btn {
  background: #1f29a6;
  color: #fff !important;
  padding: 11px 20px;
  margin: -9px 0 8px 25px;
  border-radius: 3px;
  transition: 0.2s;
  text-decoration: none;
}
.tt_btn:hover {
  text-decoration: none;
  background: #161e88;
  text-decoration: none;
  transition: 0.2s;
}
.site-header .header-t .contact-info {
  float: left;
  color: #56575a;
}

.site-header .header-t .contact-info .fa {
  font-size: 14px;
  margin-right: 8px;
  color: #80ab4e;
}

.site-header .header-t .right-panel {
  float: right;
  display: flex;
  flex-wrap: wrap;
}

.site-header .header-t .right-panel .contact-number {
  float: right;
  font-size: 12px;
  color: #56575a;
  margin-left: 19px;
}

.site-header .header-t .right-panel .contact-number span {
  margin-right: 12px;
  text-transform: uppercase;
}

.site-header .header-t .right-panel .contact-number a {
  font-size: 17px;
  font-weight: 600;
}

.site-header .header-t .right-panel .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: right;
}

.site-header .header-t .right-panel .social-networks li {
  float: left;
  margin-left: 20px;
}

.site-header .header-t .right-panel .social-networks li:first-child {
  margin-left: 0;
}

.site-header .header-t .right-panel .social-networks li a {
  font-size: 13px;
  color: #4c4d4e;
}

.site-header .header-t .right-panel .social-networks li a:hover,
.site-header .header-t .right-panel .social-networks li a:focus {
  text-decoration: none;
  color: #80ab4e;
}

.site-header .header-b {
      padding: 15px 0;
}

.site-header .site-branding {
  float: left;
  width: 60px;
  position: relative;
}

.site-header .site-branding:after {
  content: 'ОсОО «ТНТ ТОРГ»';
  position: absolute;
  top: 15px;
  left: 65px;
  width: 220px;
  font-weight: 600;
  color: #1f29a6;
  text-transform: initial;
  letter-spacing: 0.5px;
  font-size: 17px;
}

.site-header .site-branding:before {
  content: 'строительная компания';
  position: absolute;
  top: 37px;
  left: 67px;
  width: 225px;
  font-weight: 500;
  font-size: 13px;
  color: #333;
}

.site-header .site-branding .site-title {
  font-size: 28px;
  font-family: 'Merriweather', serif;
  margin: 0 0 4px;
  color: #80ab4e;
}

.site-header .site-branding .site-title a:hover,
.site-header .site-branding .site-title a:focus {
  text-decoration: none;
}

.site-header .site-branding .site-description {
  font-size: 13px;
  color: #606060;
  margin: 0;
}

.site-header .header-b .right-panel {
  float: right;
  margin: 13px 11px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-header .header-b .btn-search {
  float: right;
  margin-left: 22px;
  position: relative;
	    display: none;
}

.site-header .header-b .btn-search .search {
  font-size: 18px;
  color: #56575a;
  cursor: pointer;
  background: none;
  padding: 0;
}

.site-header .header-b .btn-search .header-search-modal {
  position: absolute;
  top: 61px;
  right: 0;
  width: 270px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  display: none;
}

.site-header .header-b .btn-search .search-form {
  position: relative;
  display: block;
  width: 100%;
}

.site-header .header-b .btn-search .search-form label {
  float: left;
  width: 85%;
}

.site-header .header-b .btn-search .search-form input[type="search"] {
  border: 0;
  background: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-header .header-b .btn-search .search-form input[type="submit"] {
  background: url(images/bg-search.png) no-repeat;
  width: 17px;
  height: 18px;
  padding: 0;
  float: right;
  text-indent: -9999px;
  margin: 9px 8px 0 0;
}

/*banner style*/
.banner {
  position: relative;
}

.banner img {
  vertical-align: top;
  width: 100%;
}

.banner .banner-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2.5vw;
}

.banner .banner-text .text-holder {
  max-width: 670px;
  background: rgba(0, 0, 0, 0.4);
  padding: 38px 26px 42px 35px;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.banner .banner-text .text-holder .title {
  font-size: 50px;
  line-height: 53px;
  display: block;
  font-weight: 500;
}

.banner .banner-text .text-holder .sub-title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 100;
  display: block;
}

.btn {
  display: inline-block;
  background: #e57325;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 35px 11px 35px;
  text-shadow: none;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
  color: #fff;
  background: #bb5e1e;
}

.btn:focus {
  outline: none;
}

/*section one style*/
.section-one {
  padding: 64px 0 77px;
}

.section-one .text-holder {
  float: left;
  width: 58.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.section-one .text-holder .title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  margin: 0 0 13px;
  color: #363636;
}

.section-one .text-holder p {
  margin: 0 0 21px;
}

.section-one .text-holder .btn:focus {
  outline: none;
}

.section-one .img-holder {
  float: left;
  width: 41.6667%;
  padding-left: 15px;
  padding-right: 15px;
}

.section-one .img-holder img {
  vertical-align: top;
  border: 8px solid #eee;
  margin-left: 30px;
  margin-top: 8px;
}

/*section-two style*/
.section-two {
  background: #f8f8f8;
  padding: 66px 0 31px;
}

.section-two .tabs-menu {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-two .tabs-menu li {
  border-bottom: 1px solid #e4e4e4;
}

.section-two .tabs-menu li a {
  display: block;
  color: #444447;
  padding: 16px 21px 13px 21px;
}

.section-two .tabs-menu li a:hover,
.section-two .tabs-menu li a:focus,
.section-two .tabs-menu .current a {
  text-decoration: none;
  color: #80ab4e;
}

.section-two .tab {
  float: left;
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.section-two .tab .tab-content {
  display: none;
}

.section-two .tab .tab-content h2 {
  font-size: 29px;
  line-height: 34px;
  font-weight: 600;
  color: #363636;
  margin: 0 0 13px;
}

#tab-1 {
  display: block;
}

/*section-three style*/
.section-three {
  padding: 67px 0 32px;
}

.section-three .main-title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  margin: 0 0 28px;
  color: #363636;
}

.section-three .col {
  float: left;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 38px;
}

.section-three .col .img-holder {
  display: block;
}

.section-three .col .img-holder:focus {
  outline: none;
}

.section-three .col .img-holder img {
  vertical-align: top;
  width: 100%;
}

.section-three .col .text-holder {
  background: #f8f8f8;
  padding: 19px 30px;
  text-align: center;
}

.section-three .col .text-holder .title {
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 8px;
  border-bottom: 1px solid #d7d7d8;
  padding: 0 0 11px;
}

.section-three .col .text-holder .title a {
  color: #444447;
}

.section-three .col .text-holder .title a:hover,
.section-three .col .text-holder .title a:focus {
  color: #80ab4e;
  text-decoration: none;
}

.section-three .col .text-holder .time {
  font-size: 15px;
  color: #80ab4e;
}

/*section-four style*/
.section-four {
  background: url(images/img9.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 4.2vw 0 3.3vw;
}

.section-four:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.section-four .text {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.section-four .text h2 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  margin: 0 0 14px;
}

/*section-five style*/
.section-five {
  padding: 65px 0 13px;
}

.section-five .main-title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  margin: 0 0 21px;
  color: #363636;
}

.section-five .col {
  float: left;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.section-five .col .img-holder {
  margin: 0 0 26px;
}

.section-five .col .img-holder img {
  vertical-align: top;
}

.section-five .col .text-holder .name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #444447;
  margin: 0;
}

.section-five .col .text-holder .designation {
  font-size: 15px;
  display: block;
  color: #7fa455;
  margin: 0 0 8px;
}

/*testimonial style*/
.testimonial {
  background: url(images/img16.jpg) no-repeat;
  background-size: cover;
  padding: 5.2vw 0 4.5vw;
}

.testimonial .testimonial-holder {
  background: #fff;
  max-width: 946px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}

.testimonial .testimonial-holder .holder {
  max-width: 750px;
  margin: 0 auto;
  padding: 132px 0 89px;
  position: relative;
}

.testimonial .testimonial-holder .holder:before {
  position: absolute;
  top: 0;
  left: 45%;
  width: 75px;
  height: 75px;
  background: #80ab4e url(images/bg-quote.png) no-repeat 50% 50%;
  content: "";
}

.testimonial .lSSlideOuter .lSPager.lSGallery img {
  -webkit-border-radius: 100px;
  border-radius: 50%;
  position: relative;
}

.testimonial .lSSlideOuter .lSPager.lSGallery li.active:after {
  background: none;
}

.testimonial .lSSlideOuter .lSPager.lSGallery {
  margin-left: auto;
  margin-right: auto;
}

.testimonial .lSSlideOuter .lSPager.lSGallery li {
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 83px;
  width: 83px;
}

.testimonial .lSSlideOuter .lSPager.lSGallery li:hover {
  -webkit-border-radius: 100px;
  border-radius: 50%;
}

.testimonial .lSSlideOuter .lSPager.lSGallery li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.testimonial .lSAction>.lSPrev {
  background: url(images/btn-prev.png) no-repeat;
  width: 32px;
  height: 32px;
  top: 100%;
  margin-top: -32px;
}

.testimonial .lSAction>.lSNext {
  background: url(images/btn-next.png) no-repeat;
  width: 32px;
  height: 32px;
  top: 100%;
  margin-top: -32px;
}

.testimonial .tab {
  margin: 0 0 32px;
}

.testimonial .testimonial-tabs-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonial .testimonial-tabs-menu .owl-item {
  display: inline-block;
  vertical-align: top;
}

.testimonial .testimonial-tabs-menu .owl-item a {
  display: block;
}

.testimonial .testimonial-tabs-menu .owl-item img {
  vertical-align: top;
  -webkit-border-radius: 100px;
  border-radius: 50%;
  opacity: 0.3;
}

.testimonial .testimonial-tabs-menu .owl-item.current img {
  opacity: 1;
}

.testimonial .testimonial-tabs-menu .owl-buttons .owl-prev {
  float: left;
  margin-top: -60px;
  margin-left: -30px;
  background: url(images/btn-prev.png);
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}

.testimonial .testimonial-tabs-menu .owl-buttons .owl-next {
  float: right;
  margin-top: -60px;
  margin-right: -30px;
  background: url(images/btn-next.png);
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}

.testimonial .testimonial-tab-holder {
  max-width: 300px;
  margin: 0 auto;
}

.testimonial .owl-wrapper-outer {
  margin: 0;
}

.testimonial .testimonial-tab-content {
  display: none;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #6d6e72;
  font-style: italic;
}

.testimonial #testimonial-2 {
  display: block;
}

/*blog-section style*/
.blog-section {
  padding: 65px 0 32px;
  background: #f8f8f8;
}

.blog-section .main-title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  margin: 0 0 21px;
  color: #363636;
}

.blog-section .header {
  margin: 0 0 -2px;
}

.blog-section .post {
  float: left;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.blog-section .post .post-thumbnail {
  display: block;
  margin: 0 0 22px;
}

.blog-section .post .post-thumbnail img {
  vertical-align: top;
}

.blog-section .post .holder {
  overflow: hidden;
}

.blog-section .post .posted-on {
  float: left;
  width: 87px;
  text-align: center;
  padding: 22px 0 0;
}

.blog-section .post .posted-on .date {
  font-size: 60px;
  font-weight: 100;
  color: #80ab4e;
  display: block;
  line-height: 50px;
}

.blog-section .post .posted-on .month {
  display: block;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-section .post .text-holder {
  overflow: hidden;
  border-left: 1px solid #e4e4e5;
  padding: 3px 0 0 20px;
}

.blog-section .post .entry-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 12px;
}

.blog-section .post .entry-title a {
  color: #444447;
}

.blog-section .post .entry-title a:hover {
  text-decoration: none;
  color: #80ab4e;
}

.blog-section .post .text-holder p {
  margin: 0;
}

.section-eight {
  padding: 67px 0 28px;
}

.section-eight .main-title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  margin: 0 0 21px;
  color: #363636;
  text-align: center;
}

.section-eight .col-left {
  float: left;
  width: 41.6667%;
  padding-left: 15px;
  padding-right: 64px;
  margin-top: 34px;
}

.section-eight .col-mid {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 16.6667%;
}

.section-eight .col-right {
  float: left;
  width: 41.6667%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 34px;
}

.section-eight .holder {
  overflow: hidden;
  margin: 0 0 15px;
}

.section-eight .icon-holder {
  float: left;
  width: 59px;
  height: 59px;
  background: #e57326;
  color: #fff;
  -webkit-border-radius: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  margin-right: 32px;
  margin-top: 3px;
}

.section-eight .col-left .icon-holder {
  float: right;
  margin-right: 0;
  margin-left: 32px;
}

.section-eight .text-holder {
  overflow: hidden;
}

.section-eight .col-left .text-holder {
  text-align: right;
}

.section-eight .text-holder .title {
  font-size: 21px;
  line-height: 26px;
  color: #444447;
  font-weight: 600;
  margin: 0 0 12px;
}

.section-eight .col-mid .img-holder {
  margin: 0 0 0 -36px;
}

/*.section-nine style*/
.section-nine {
  background: url(images/img21.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  font-size: 19px;
  line-height: 24px;
  color: #f8f8f8;
  padding: 80px 0 67px;
}

.section-nine:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.section-nine .title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}

.section-nine .container {
  position: relative;
  z-index: 1;
}

/*blog page style*/
.top-bar {
  background: #f8f8f8;
  padding: 25px 0 24px;
}

.page-header {
  float: left;
}
.page-header .page-title {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

#crumbs {
  float: right;
  font-size: 15px;
  line-height: 18px;
  margin: 17px 0 0;
}

#crumbs .separator {
  margin: 0 5px;
}

#crumbs span:last-child .separator {
  display: none;
}

#content {
    padding: 30px 0 70px;
}
.home #content {
  padding: 0;
}

#primary {
  float: left;
  padding-left: 15px;
  padding-right: 45px;
  width: 75%;
}

.archive article:nth-child(odd) {
	width: 49%;
	float: right;
	margin-bottom: 10px;
}
.archive article:nth-child(even) {
	width: 49%;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
#primary .page {
    margin: 0 0 0 0;
    width: 100%;
    float: none;
    clear: both;
}

#primary .post .post-thumbnail,
#primary .page .post-thumbnail {
  display: block;
  margin: 0 0 0;
}

#primary .post .post-thumbnail img,
#primary .page .post-thumbnail img {
  vertical-align: top;
}

#primary .post .entry-header,
.search #primary .page .entry-header {
  margin: 0 0 19px;
}

#primary .post .entry-header .entry-title,
.search #primary .page .entry-header .entry-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin: 0 0 12px;
  background: #DA4938;
  padding: 10px 15px 10px 15px;
}
#primary .post .entry-header .entry-title:hover,
.search #primary .page .entry-header .entry-title:hover {
  background: #c03525;
}

#primary .post .entry-header .entry-title a,
.search #primary .page .entry-header .entry-title a {
  color: #fff;
 display: block;
}

#primary .post .entry-header .entry-title a:hover,
#primary .post .entry-header .entry-title a:focus,
.search #primary .page .entry-header .entry-title a:hover,
.search #primary .page .entry-header .entry-title a:focus {
  text-decoration: none;
  color: #fff;
}

#primary .post .entry-header .entry-meta {
  font-size: 16px;
  color: #6c6c6c;
  display: none;
}

#primary .post .entry-header .entry-meta a {
  color: #6c6c6c;
}

#primary .post .entry-header .entry-meta a:hover,
#primary .post .entry-header .entry-meta a:focus {
  text-decoration: none;
  color: #80ab4e;
}

#primary .post .entry-header .entry-meta span {
  display: inline-block;
  vertical-align: top;
  margin-right: 33px;
}

#primary .post .entry-header .entry-meta .byline,
#primary .post .entry-header .entry-meta .comments-link,
#primary .post .entry-header .entry-meta .posted-on {
  position: relative;
  padding-left: 20px;
}

#primary .post .entry-header .entry-meta .byline a:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 448 512'%3E%3Cpath d='M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z'/%3E%3C/svg%3E") center center no-repeat;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}

#primary .post .entry-header .entry-meta .comments-link a:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M256 64c123.5 0 224 79 224 176S379.5 416 256 416c-28.3 0-56.3-4.3-83.2-12.8l-15.2-4.8-13 9.2c-23 16.3-58.5 35.3-102.6 39.6 12-15.1 29.8-40.4 40.8-69.6l7.1-18.7-13.7-14.6C47.3 313.7 32 277.6 32 240c0-97 100.5-176 224-176m0-32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26 3.8 8.8 12.4 14.5 22 14.5 61.5 0 110-25.7 139.1-46.3 29 9.1 60.2 14.3 93 14.3 141.4 0 256-93.1 256-208S397.4 32 256 32z'/%3E%3C/svg%3E") center center no-repeat;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}

#primary .post .entry-header .entry-meta .posted-on a:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 448 512'%3E%3Cpath d='M400 64h-48V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v52H128V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zM48 96h352c8.822 0 16 7.178 16 16v48H32v-48c0-8.822 7.178-16 16-16zm352 384H48c-8.822 0-16-7.178-16-16V192h384v272c0 8.822-7.178 16-16 16z'/%3E%3C/svg%3E") center center no-repeat;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}

#primary .post .entry-content,
#primary .page .entry-content {
  margin: 0;
}
.archive article .entry-content {
  display: none;
}

#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote {
  margin: 0 0 30px;
  background: #f4f4f4 url(images/bg-quote2.png) no-repeat 30px 35px;
  border-left: 2px solid #80ab4e;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-style: italic;
  color: #6d6e72;
  padding: 74px 43px 40px 30px;
}

#primary .post .entry-content blockquote cite,
#primary .page .entry-content blockquote cite {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #444447;
  text-transform: uppercase;
}

#primary .post .entry-content iframe,
#primary .page .entry-content iframe {
  vertical-align: top;
  margin: 0 0 1.5em;
}

#primary .post.status .entry-header .entry-title,
#primary .post.aside .entry-header .entry-title,
#primary .post.link .entry-header .entry-title {
  display: none;
}

#primary .post .entry-content h1,
#primary .page .entry-content h1 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  margin: 0 0 10px;
}

#primary .post .entry-content h2,
#primary .page .entry-content h2 {
  font-size: 29px;
  line-height: 38px;
  margin: 0 0 13px;
  font-weight: 600;
}

#primary .post .entry-content h3,
#primary .page .entry-content h3 {
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 17px;
}

#primary .post .entry-content h4,
#primary .page .entry-content h4 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 20px;
}

#primary .post .entry-content h5,
#primary .page .entry-content h5 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 18px;
}

#primary .post .entry-content h6,
#primary .page .entry-content h6 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 18px;
}

#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right {
  float: right;
  width: 263px;
  border-top: 3px solid #f1f1f2;
  text-align: right;
  margin-left: 30px;
  padding-top: 10px;
}

#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left {
  float: left;
  width: 263px;
  border-top: 3px solid #f1f1f2;
  margin-right: 30px;
  padding-top: 10px;
}

#primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap {
  font-size: 86px;
  line-height: 87px;
  float: left;
  margin-right: 15px;
  font-weight: 800;
}

#primary .post .entry-content .highlight,
#primary .page .entry-content .highlight {
  background: #ea8f51;
  color: #fff;
}

#primary .post .entry-content table,
#primary .page .entry-content table {
  color: #919191;
}

#primary .post .entry-content table thead,
#primary .page .entry-content table thead {
  background: #e9e9e9;
  font-weight: 700;
  color: #616161;
}

#primary .post .entry-content table thead th,
#primary .page .entry-content table thead th {
  font-weight: 700;
  color: #616161;
}

#primary .post .entry-content table th,
#primary .page .entry-content table th,
#primary .post .entry-content table td,
#primary .page .entry-content table td {
  padding: 1vw 2vw;
  text-align: left;
}

#primary .post .entry-content table tr,
#primary .page .entry-content table tr {
  border-bottom: 1px solid #ebebeb;
}

.single-post #primary .post .entry-footer {
  overflow: hidden;
  border-top: 1px solid #f0f1f1;
  padding-top: 18px;
}

/*.single-post #primary .post .entry-footer .tag-links,
.tags-links{float: left;}*/

.cat-links,
.tags-links {
  display: block;
  font-size: 14px;
  color: #444447;
  margin: 5px 0;
}

.single-post #primary .post .entry-footer .tag-links a,
.tags-links a,
.cat-links a {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: #444447;
  border: 2px solid #dbdbdb;
  padding: 0 10px;
}

.single-post #primary .post .entry-footer .tag-links a:hover,
.single-post #primary .post .entry-footer .tag-links a:focus,
.tags-links a:hover,
.cat-links a:hover {
  text-decoration: none;
  background: #dbdbdb;
}

.edit-link {
  display: block;
  font-size: 14px;
  color: #444447;
}

.single-post #primary .post .entry-footer .social-share {
  float: right;
}

.single-post #primary .post .entry-footer .social-share ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 14px;
}

.single-post #primary .post .entry-footer .social-share ul li {
  float: left;
  margin-left: 10px;
}

.single-post #primary .post .entry-footer .social-share ul li a {
  color: #5d5f61;
}

.single-post #primary .post .entry-footer .social-share ul li a:hover,
.single-post #primary .post .entry-footer .social-share ul li a:focus {
  text-decoration: none;
  color: #80ab4e;
}

/*author section style*/
.author {
  background: #f8f8f8;
  padding: 30px 30px 0;
  margin: 0 0 73px;
}

.author .img-holder {
  float: left;
  width: 105px;
  margin-right: 20px;
}

.author .img-holder img {
  vertical-align: top;
}

.author .text-holder {
  overflow: hidden;
}

.author .text-holder .name {
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  color: #5a5a5e;
  margin: 0 0 7px;
}

/*comments area style*/
.comments-area {
  margin: 0 0 73px;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 29px;
  line-height: 32px;
  font-weight: 600;
  color: #444447;
}

.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment-body .avatar {
  float: left;
  margin-right: 20px;
}

.comments-area .comment-body .fn {
  float: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #313131;
  margin-right: 15px;
}

.comments-area .comment-body .says {
  display: none;
}

.comments-area .comment-body .comment-metadata {
  float: left;
  font-size: 14px;
  color: #919191;
}

.comments-area .comment-body .comment-metadata a {
  color: #919191;
}

.comments-area .comment-body .comment-metadata a:hover,
.comments-area .comment-body .comment-metadata a:focus {
  text-decoration: none;
  color: #80ab4e;
}

.comment-author {
  float: left;
}

.comment-meta {
  overflow: hidden;
}

.comments-area .comment-body .comment-content {
  margin-left: 97px;
  margin-top: -42px;
}

.comments-area .comment-body .reply {
  margin-left: 97px;
  font-size: 16px;
  font-weight: 700;
}

.comments-area .comment-body {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.comments-area .comment-list .children {
  padding-left: 77px;
}

.comments-area .comment-form .comment-form-author {
  float: left;
  width: 267px;
  margin-right: 8px;
}

.comments-area .comment-form .comment-form-email {
  float: left;
  width: 267px;
  margin-right: 8px;
}

.comments-area .comment-form .comment-form-url {
  float: left;
  width: 267px;
}

.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"],
.comments-area .comment-form input[type="url"] {
  width: 100%;
  padding: 10px 15px;
}

.comments-area .comment-form input[type="submit"]:focus {
  outline: none;
}

.comments-area .comment-form .comment-form-cookies-consent {
  margin-top: 0;
}

.comments-area .comment-form .comment-form-cookies-consent input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

.comments-area .comment-form label[for="wp-comment-cookies-consent"] {
  display: inline-block;
  margin-left: 5px;
}

.full-width #primary {
  width: 100%;
}

/*pagination style*/
.pagination a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #7a7a7f;
  border: 2px solid #dbdbdb;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-right: 9px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.pagination span {
  display: inline-block;
  margin-right: 9px;
  height: 40px;
  line-height: 40px;
}

.pagination .current {
  background: #515154;
  color: #fff;
  border: 2px solid #515154;
  padding: 0 15px;
}

.pagination a:hover,
.pagination a:focus {
  text-decoration: none;
  color: #fff;
  background: #515154;
  border-color: #515154;
}

.pagination a:focus {
  outline: none;
}

/*widget style*/
#secondary {
  float: right;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

#secondary .widget {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 2px solid #e5e5e5;
}

.widget .widget-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #eee;
    margin: 0 10px 15px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #aaa;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.widget ul:after {
  content: "";
  display: block;
  clear: both;
}

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

.widget ul li:after {
  display: block;
  clear: both;
  content: "";
}

.widget ul li:last-child {
  margin: 0;
}

.widget ul li a {
  color: #646569;
}

.widget ul li a:hover,
.widget ul li a:focus {
  text-decoration: none;
  color: #80ab4e;
}

/*widget_search style*/
.widget.widget_search .search-form,
.error404 .error-holder .search-form {
  background: #f8f8f8;
  overflow: hidden;
  padding: 17px 14px 13px;
}

.widget.widget_search .search-form label,
.error404 .error-holder .search-form label {
  float: left;
  width: 80%;
}

.widget.widget_search .search-form input[type="search"],
.error404 .error-holder .search-form input[type="search"] {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 15px;
}

.widget.widget_search .search-form input[type="submit"],
.error404 .error-holder .search-form input[type="submit"] {
  float: right;
  text-indent: -9999px;
  background: url(images/bg-search.png) no-repeat;
  width: 17px;
  height: 18px;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.widget.widget_search .search-form input[type="submit"]:focus,
.error404 .error-holder .search-form input[type="submit"]:focus {
  outline: none;
}

/*widget flickr photo style*/
.widget.widget_flickr_photo ul {
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
}

.widget.widget_flickr_photo ul li {
  float: left;
  margin-bottom: 2px;
  padding-left: 1px;
  padding-right: 1px;
  text-align: center;
  width: 25%;
}

.widget.widget_flickr_photo ul li a {
  display: block;
}

.widget.widget_flickr_photo ul li img {
  vertical-align: top;
  width: 100%;
}

/*widget recent/popular post style*/
.widget.widget_pranayama_yoga_recent_post ul li .post-thumbnail,
.widget.widget_pranayama_yoga_popular_post ul li .post-thumbnail {
  float: left;
  width: 60px;
  margin-right: 20px;
}

.widget.widget_pranayama_yoga_recent_post ul li .post-thumbnail:focus,
.widget.widget_pranayama_yoga_popular_post ul li .post-thumbnail:focus {
  outline: none;
}

.widget.widget_pranayama_yoga_recent_post ul li .post-thumbnail img,
.widget.widget_pranayama_yoga_popular_post ul li .post-thumbnail img {
  vertical-align: top;
}

.widget.widget_pranayama_yoga_recent_post ul li,
.widget.widget_pranayama_yoga_popular_post ul li {
  display: flex;
  flex-wrap: wrap;
}

.widget.widget_pranayama_yoga_recent_post ul li .text-holder .entry-title,
.widget.widget_pranayama_yoga_popular_post ul li .text-holder .entry-title {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  font-weight: 600;
}

.widget.widget_pranayama_yoga_recent_post ul li .text-holder .entry-title a,
.widget.widget_pranayama_yoga_popular_post ul li .text-holder .entry-title a {
  color: #444447;
}

.widget.widget_pranayama_yoga_recent_post ul li .text-holder .entry-title a:hover,
.widget.widget_pranayama_yoga_recent_post ul li .text-holder .entry-title a:focus,
.widget.widget_pranayama_yoga_popular_post ul li .text-holder .entry-title a:hover,
.widget.widget_pranayama_yoga_popular_post ul li .text-holder .entry-title a:focus {
  color: #80ab4e;
}

.widget.widget_pranayama_yoga_recent_post ul li .text-holder .posted-on a,
.widget.widget_pranayama_yoga_popular_post ul li .text-holder .posted-on a {
  font-size: 14px;
  color: #6c6c6c;
}

.widget.widget_pranayama_yoga_recent_post ul li .text-holder .posted-on a:hover,
.widget.widget_pranayama_yoga_recent_post ul li .text-holder .posted-on a:focus,
.widget.widget_pranayama_yoga_popular ul li .text-holder .posted-on a:hover,
.widget.widget_pranayama_yoga_popular ul li .text-holder .posted-on a:focus {
  color: #80ab4e;
}

/*widget tag cloud*/
.widget.widget_tag_cloud .tagcloud {
  overflow: hidden;
}

.widget.widget_tag_cloud .tagcloud a {
  font-size: 14px;
  line-height: 17px;
  color: #444447;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 8px;
  border: 2px solid #dbdbdb;
}

.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:focus {
  background: #80ab4e;
  border-color: #80ab4e;
  color: #fff;
  text-decoration: none;
}

/*widget calendar style*/
.widget.widget_calendar caption {
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  background: #87ab5d;
  padding: 12px 0;
  font-weight: 700;
}

.widget.widget_calendar table {
  position: relative;
  margin: 0;
}

.widget.widget_calendar thead th {
  font-size: 14px;
  background: #fff;
  color: #57585b;
  font-weight: 400;
  height: 35px;
}

.widget.widget_calendar tbody {
  background: #f9f9f9;
}

.widget.widget_calendar tbody td {
  text-align: center;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  color: #57585b;
}

.widget_calendar .calendar_wrap {
  position: relative;
}

.widget_calendar .calendar_wrap .wp-calendar-nav-prev a,
.widget_calendar table #prev a {
  left: 15px;
  position: absolute;
  top: 16px;
  background: url(images/btn-prev-month.png) no-repeat;
  width: 7px;
  height: 11px;
  text-indent: -9999px;
}

.widget_calendar .calendar_wrap .wp-calendar-nav-next a,
.widget.widget_calendar table #next a {
  position: absolute;
  right: 15px;
  top: 16px;
  background: url(images/btn-next-month.png) no-repeat;
  width: 7px;
  height: 11px;
  text-indent: -9999px;
}

.widget.widget_calendar table tbody td a {
  display: block;
  height: 100%;
  color: #e57326;
}

.widget address {
  font-style: normal;
  margin: 0 0 10px;
}

/*widget contact info style*/
.widget.widget_pranayama_yoga_contact_info .phone {
  display: block;
  margin: 0 0 5px;
  font-weight: 600;
}

.widget.widget_pranayama_yoga_contact_info .email {
  display: block;
  margin: 0 0 5px;
  font-weight: 600;
}

.widget.widget_pranayama_yoga_contact_info .phone a,
.widget.widget_pranayama_yoga_contact_info .email a {
  font-weight: 400;
  color: #646569;
}

.widget.widget_pranayama_yoga_contact_info .phone a:hover,
.widget.widget_pranayama_yoga_contact_info .email a:hover,
.widget.widget_pranayama_yoga_contact_info .phone a:focus,
.widget.widget_pranayama_yoga_contact_info .email a:focus {
  color: #80ab4e;
  text-decoration: none;
}

.widget.widget_text p:last-child {
  margin: 0;
}

/*widget social media style*/
.widget.widget_pranayama_yoga_social_links li {
  float: left;
  padding: 0;
  margin-right: 20px;
  margin-bottom: 15px;
}

.widget.widget_pranayama_yoga_social_links li a {
  font-size: 17px;
  color: #5d5f61;
}

.widget.widget_pranayama_yoga_social_links li a:hover,
.widget.widget_pranayama_yoga_social_links li a:focus {
  text-decoration: none;
}

/*.error-page style*/
.error404 .error-holder {
  max-width: 585px;
  margin: 0 auto;
  padding: 70px 0;
  text-align: center;
}

.error404 .error-holder h1 {
  font-size: 107px;
  font-weight: 700;
  color: #e57326;
  line-height: 100px;
  margin: 0 0 10px;
}

.error404 .error-holder h2 {
  font-size: 29px;
  line-height: 38px;
  font-weight: 600;
  color: #444447;
  margin: 0 0 10px;
}

/*footer style*/
.site-footer {
  background: #222;
}

.site-footer .footer-t {
  padding: 65px 0 15px;
}

.site-footer .footer-t .widget {
  margin-bottom: 30px;
}

.site-footer .footer-t .column {
  float: left;
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}

.site-footer .footer-t address {
  font-style: normal;
  margin: 0 0 10px;
}

.site-footer .footer-b {
    padding: 10px 0;
    overflow: hidden;
    font-size: 13px;
    color: #777;
    border-top: 1px solid #555;
}

.site-footer .footer-b .site-info,
.site-footer .footer-b .site-info a,
.site-footer .footer-b .site-info a:hover {
  float: none;
  text-align: center;
  color: #ddd;
}

.toskg, .toskg:hover {
  cursor: default;
  color: #ddd;  
}

.site-footer .footer-b .social-networks {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  overflow: hidden;
}

.site-footer .footer-b .social-networks li {
  float: left;
  margin-left: 10px;
}

.site-footer .footer-b .social-networks li:first-child {
  margin-left: 0;
}

.site-footer .footer-b .social-networks li a {
  color: #4e5059;
}

.site-footer .footer-b .social-networks li a:hover {
  color: #80ab4e;
  text-decoration: none;
}

.site-footer .widget.widget_search .search-form {
  background: #fff;
}

.menu-opener {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  transition: ease 0.35s;
}

.svg-holder svg {
  width: 100%;
  vertical-align: top;
}

/*responsive style*/
@media only screen and (max-width: 1199px) {
  .container {
    width: 970px;
  }

  .banner .banner-text {
    bottom: 1vw;
  }

  .banner .banner-text .text-holder {
    padding: 20px;
  }

  .banner .banner-text .text-holder .title {
    font-size: 40px;
    line-height: 48px;
  }

  .banner .banner-text .text-holder .sub-title {
    font-size: 38px;
    line-height: 48px;
  }

  .section-one .img-holder img {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    background: #fff;
    height: 100%;
    z-index: 1;
    margin: 0;
    padding-top: 80px;
    -webkit-transform: translateX(420px);
    -moz-transform: translateX(420px);
    transform: translateX(420px);
    -webkit-transition: ease 0.35s;
    -moz-transition: ease 0.35s;
    transition: ease 0.35s;
    overflow-y: auto;
  }

  body.menu-open .main-navigation {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  .main-navigation .btn-close-menu {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 25px;
    cursor: pointer;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
  }

  .main-navigatio ul {
    display: flex;
    flex-direction: column;
  }

  .main-navigation ul li {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
  }

  .main-navigation ul li .angle-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .main-navigation ul li .angle-down:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 25px;
    content: "";
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .main-navigation ul li .angle-down.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-navigation ul li a {
    display: block;
    padding: 10px 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .main-navigation ul ul {
    display: none;
  }

  .menu-opener {
    display: block;
    width: 25px;
    height: 18px;
    margin-left: 15px;
    cursor: pointer;
  }

  .menu-opener span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    margin-bottom: 5px;
  }

  .menu-opener span:last-child {
    margin-bottom: 0;
  }

  .site-header .header-b .right-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  body.menu-open .overlay {
    visibility: visible;
    opacity: 1;
  }

  body.admin-bar .mobile-menu {
    padding-top: 100px;
  }

  body.admin-bar .mobile-menu .close {
    top: 50px;
  }

  body.menu-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    width: 750px;
  }

  .banner .banner-text .text-holder {
    font-size: 18px;
    line-height: 22px;
  }

  .banner .banner-text .text-holder p {
    margin: 0 0 10px;
  }

  .banner .banner-text .text-holder .title {
    font-size: 35px;
    line-height: 40px;
  }

  .banner .banner-text .text-holder .sub-title {
    font-size: 30px;
    line-height: 35px;
  }

  .section-one .text-holder {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-one .img-holder {
    width: 100%;
    text-align: center;
  }

  .section-one .img-holder img {
    width: 100%;
  }

  .section-three .col {
    width: 50%;
  }

  .blog-section .post .posted-on {
    width: 50px;
    padding: 0;
  }

  .blog-section .post .posted-on .date {
    font-size: 45px;
    line-height: 45px;
  }

  .blog-section .post .posted-on .month {
    font-size: 22px;
    line-height: 26px;
  }

  #primary {
    width: 100%;
    margin-bottom: 20px;
  }

  #secondary {
    width: 100%;
  }

  .site-footer .footer-t .column {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .site-header .header-t .contact-info,
  .site-header .header-t .right-panel .contact-number,
  .site-header .header-t .right-panel .social-networks {
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
  }

  .site-header .header-t .right-panel .social-networks li {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }

  .site-header .header-t .right-panel .social-networks li:first-child {
    margin: 0 10px;
  }

  .site-header .header-t .right-panel {
    width: 100%;
  }

  .site-header .header-b .right-panel {
    margin-left: 0;
  }

  .site-header .header-b .btn-search {
    float: left;
    margin-left: 15px;
  }

  #mobile-header {
    float: right;
    margin-left: 15px;
  }

  .banner .banner-text {
    position: relative;
    bottom: 0;
    width: 100%;
    background: #999;
  }

  .banner .banner-text .text-holder {
    padding: 10px 0;
  }

  .banner .banner-text .text-holder {
    background: none;
    width: 100%;
  }

  .banner .banner-text .text-holder .title {
    font-size: 24px;
    line-height: 28px;
  }

  .banner .banner-text .text-holder .sub-title {
    font-size: 22px;
    line-height: 25px;
  }

  .btn {
    padding: 10px 20px 8px;
    font-size: 15px;
  }

  .section-two .tabs-menu,
  .section-two .tab {
    width: 100%;
  }

  .section-two .tabs-menu {
    margin-bottom: 30px;
  }

  .section-three .col,
  .section-five .col,
  .blog-section .post {
    width: 100%;
  }

  .section-eight .col-left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 15px;
  }

  .section-eight .col-mid {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-eight .col-mid .img-holder {
    margin: 0;
    text-align: center;
  }

  .section-eight .col-right {
    width: 100%;
  }

  .site-footer .footer-t .widget {
    width: 100%;
  }

  .site-footer .footer-b .site-info {
    width: 100%;
  }

  .site-footer .footer-b .social-networks {
    width: 100%;
    float: left;
  }

  .section-one,
  .section-two,
  .section-three,
  .section-five,
  .blog-section,
  .section-eight,
  .site-footer .footer-t,
  .section-nine,
  .error404 .error-holder {
    padding: 20px 0;
  }

  .section-three .main-title,
  .section-five .main-title,
  .blog-section .main-title,
  .section-eight .main-title {
    font-size: 30px;
    line-height: 38px;
  }

  .section-four .text h2,
  .section-nine .title {
    font-size: 25px;
    line-height: 32px;
  }

  .testimonial .tabs-menu li img {
    width: 50px;
  }

  #primary .post .entry-header .entry-meta span {
    display: block;
    margin: 0 0 5px;
  }

  .pagination a {
    margin-bottom: 10px;
  }

  .testimonial .testimonial-tabs-menu .owl-buttons .owl-next {
    margin-right: 0;
    position: relative;
    z-index: 10;
  }

  .testimonial .testimonial-tabs-menu .owl-buttons .owl-prev {
    margin-left: 0;
    position: relative;
    z-index: 10;
  }

  .custom-background .site {
    width: 95%;
  }

  .site-footer .footer-t .column {
    width: 100%;
  }
}

/* Mobile Menu */
.right-panel .mobile-menu {
  display: none;
}

.btn-search .close {
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23121212' viewBox='0 0 32 32'%3E%3Cpath d='M32,2.3L29.7,0L16,13.7L2.3,0L0,2.3L13.7,16L0,29.7L2.3,32L16,18.3L29.7,32l2.3-2.3L18.3,16L32,2.3z'/%3E%3C/svg%3E");
  top: 18px;
  right: 47px;
  width: 15px;
  height: 15px;
  padding: 0px;
  border: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 0;
  background-color: transparent;
  border-radius: 0;
  z-index: 111;
}

.btn-search .modal .close:focus {
  outline: none;
  opacity: 1;
}

.btn-search .modal .search-submit:focus {
  outline: none;
  opacity: 1;
}

.right-panel .menu-opener {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0px;
}

.right-panel .menu-opener:focus {
  outline: none;
}

@media only screen and (max-width: 1024px) {
  .right-panel .mobile-main-navigation {
    padding: 15px 0;
  }

  .mobile-menu {
    position: fixed;
    max-width: 356px;
    width: 100%;
    background: #fff;
    top: 0;
    right: 0;
    height: 100%;
    padding-top: 66px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
    display: none;
  }

  .mobile-menu ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
  }

  .mobile-menu ul ul {
    display: block;
    width: 100%;
    font-size: 1em;
    display: none;
    position: relative;
    margin: 0;
    left: 0;
  }

  .mobile-menu ul li {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
  }

  .mobile-menu ul li a {
    display: block;
    padding: 10px 25px;
    text-decoration: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #56575a;
  }

  .mobile-menu .current_page_item>a,
  .mobile-menu .current-menu-item>a,
  .mobile-menu .current_page_ancestor>a,
  .mobile-menu .current-menu-ancestor>a {
    color: #1f29a6;
  }

  .mobile-menu .close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 25px;
    padding: 0px;
    cursor: pointer;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
  }

  .mobile-menu .close:focus {
    outline: none;
  }

  .mobile-menu ul li .angle-down {
    position: absolute;
    top: 0;
    right: 4px;
    padding: 0;
    width: 43px;
    height: 43px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
  }

  .mobile-menu ul li .angle-down:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 25px;
    content: "";
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .mobile-menu ul li .angle-down.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .mobile-menu ul li .angle-down:focus {
    outline: none;
  }

  .main-navigation {
    display: none;
  }

  .mobile-main-navigation {
    display: block;
  }

}

@media (min-width:1024px) {
  .right-panel .mobile-menu {
    display: none;
  }
}

@media only screen and (max-width:450px) {
  .mobile-menu {
    width: 100%;
    max-width: 100%;
  }
}

/* Single post and single page underline fixes */
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.widget .textwidget a {
  color: #DA4938;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.widget .textwidget a:hover {
  color: #DA4938;
  text-decoration: underline;
}


html {
  position: unset !important;
}

body {
  padding: 0 !important;
}

body.admin-bar.menu-open {
  padding-top: 46px !important;
}

@media only screen and (min-width:782px) {
  body.admin-bar.menu-open {
    padding-top: 32px !important;
  }
}

/* My Next New Go CSS */
#t_bg {
	width: 100%;
	height: 700px;
	background: url(/wp-content/uploads/2025/06/top_bg_1.jpg);
	background-size: cover;
}
#t_bg h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 65px;
  color: #fff;
  text-shadow: 0.5px 0.5px 1px #000;
  letter-spacing: 0.5px;
}
#t_bg h3 {
  text-align: center;
  margin: 150px auto 30px;
  text-transform: uppercase;
  font-size: 35px;
  color: #fff;
  text-shadow: 0.5px 0.5px 1px #000;
  letter-spacing: 0.5px;
}
#t_bg h3:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 1px;
  background: #fff;
}
#t_bg h2 {
  text-align: center;
  width: 550px;
  margin: 20px auto 0;
  line-height: 1.6;
  text-shadow: 0.5px 0.5px 1px #000;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.3px;
}
.home .top-bar {
	display: none;
}
.t_bg_btn {
  text-align: center;
  margin: 15px auto 0;
}
.t_bg_btn a {
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 21px 35px;
  background: linear-gradient(#161e88, #1f29a6);
  transition: 0.2s !important;
  box-shadow: 1px 1px 1px #555 !important;
}
.t_bg_btn a:hover {
  background: linear-gradient(#1f29a6, #161e88);
  transition: 0.2s !important;
  box-shadow: 1px 1px 3px #000 !important;
}
.about_bl {
  border-radius: 5px;
  margin: -75px auto 0;
  background: #fff;
  padding: 45px 0 5px 50px;
  box-shadow: 0 0 5px #555;
}
.about_bl h3 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 21px;
  margin: 0 0 25px 0;
  color: #222;
}
.about_bl h3:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #1f29a6;
}
.about_bl p {
  padding-right: 25px;
  line-height: 1.7;
}
.about_bl img {
  margin: -55px -20px -15px 0;
  border-radius: 0 5px 5px 0 !important;
}
#uslugi {
  padding: 75px 0 65px;
}
#uslugi h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #777;
  font-size: 15px;
  text-align: center;
  margin: 0 auto 5px;
}
#uslugi h2 {
  text-align: center;
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 35px;
  margin: 0 auto 55px;
}
#uslugi h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 40px;
  background: #1f29a6;
}
#uslugi figure {
  width: 20% !important;
}
#uslugi h3 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #333;
  font-size: 17px;
}
.line_znachki {
  margin: 0 auto 30px;
}
.vse_uslugi {
  text-align: center;
  margin: 20px auto 0;
}
.vse_uslugi a {
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 20px 45px;
  background: #1f29a6;
  transition: 0.2s !important;
  box-shadow: 1px 1px 1px #777 !important;
}
.vse_uslugi a:hover {
  background: #161e88;
  transition: 0.2s !important;
  box-shadow: 1px 1px 3px #555 !important;
}
.vse_uslugi a i, .vse_uslugi a svg {
  font-size: 15.5px;
  margin-left: 8px;
}
#zeni {
  background: url(/wp-content/uploads/2025/06/top_bg_2.jpg);
  padding: 90px 0 40px;
  height: 700px;
  background-position: center;
}
#zeni .elementor-container {
    max-width: 1720px !important;
}
.vnutri_zeni {
  border: 1px solid #ddd;
  text-align: center;
  padding: 80px 250px 140px;
}
.vnutri_zeni h4 {
  color: #1f29a6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  margin: 0 0 15px 0;
  background: #fff;
  display: inline-block;
  padding: 6px 15px 5px;
  font-weight: bold;
}
.vnutri_zeni h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 38px;
  text-shadow: 1px 1px 1px #000;
  margin: 0 0 60px 0;
  position: relative;
}
.vnutri_zeni h2:after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 30px;
  background: #fff;
}
.vnutri_zeni p {
  color: #fff;
  font-size: 18px;
  text-shadow: 0.5px 0.5px 1px #333;
  letter-spacing: 0.3px;
  line-height: 1.6;
}
.vnutri_zeni h3 {
  color: #fff;
  text-shadow: 0.5px 0.5px 1px #333;
  letter-spacing: 0.5px;
  font-size: 30px;
  text-transform: uppercase;
  margin: 40px 0 0 0;
}
.vnutri_zeni h3 strong {
  font-size: 35px;
  letter-spacing: 0;
}
.foot_f {
    background: #fff;
    width: 805px;
    height: auto;
    margin: -160px auto 65px;
    border-radius: 5px;
    padding: 60px 95px 85px;
    box-shadow: 0 0 15px #999;
}
.foot_f:before {
  content: '';
  position: absolute;
  top: 170px;
  right: -170px;
  width: 300px;
  height: 200px;
  background: url(/wp-content/uploads/2025/06/fb-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
  border-radius: 4px;
  transform: rotate(-17deg);
  box-shadow: 1px 2px 4px #777;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
  background-color: #f5f5f5;
  border-radius: 3px;
  color: #333;
  font-size: 16px;
  height: 60px;
  border: 0 !important;
  padding: 15px 5px 15px 22px;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 6px 0;
}
.foot_f h2 {
  text-align: center;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 -10px 0;
}
.foot_f:after {
  content: '';
  position: absolute;
  bottom: 70px;
  left: -180px;
  width: 300px;
  height: 200px;
  background: url(/wp-content/uploads/2025/06/fb-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
  border-radius: 4px;
  transform: rotate(8deg);
  box-shadow: -1px 2px 4px #777;
}
.foot_f h4 {
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #777;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 0 0;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #1f29a6;
    border: 1px solid #1f29a6;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px 50px;
    letter-spacing: 0.6px;
    border-radius: 3px;
    margin-top: 35px;
	text-shadow: 0.5px 0.5px 1px #777;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #1f29a6;
    border: 1px solid #1f29a6;
	text-shadow: 0.5px 0.5px 1px #555;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 140px;
}
.footer-t, .footer-t a {
  color: #ddd !important;
  text-decoration: none !important;
}
.footer-t a:hover {
  text-decoration: underline !important;
}
.mystickyelements-minimize {
  background: #555 !important;
  display: none !important;
}
.mystickyelements-social-icon.social-whatsapp.social-custom {
  border-radius: 10px 0 0 0 !important;
}
article .entry-footer {
	display: none;
}
.inside_company img {
  box-shadow: 2px 2px 4px #777 !important;
}
.single  #primary .post .entry-header .entry-title,
.single #primary .page .entry-header .entry-title {
  font-size: 29px;
  line-height: 29px;
  font-weight: 600;
  margin: 5px 0 0;
  background: transparent;
  padding: 10px 2px 10px 0;
  color: #222;
}
.single #primary .post .entry-header .entry-title:hover,
.single #primary .page .entry-header .entry-title:hover {
  background: transparent;
}

.single #primary .post .entry-header .entry-title a,
.singleh #primary .page .entry-header .entry-title a {
  color: #222;
  display: block;
}
.single #primary .post .entry-header .entry-title a:hover,
.single #primary .post .entry-header .entry-title a:focus,
.single #primary .page .entry-header .entry-title a:hover,
.single #primary .page .entry-header .entry-title a:focus {
  text-decoration: none;
  color: #fff;
}
.single #primary .post, .single #primary .page {
    margin: 0 0 0 0;
    width: 100%;
    float: none;
    clear: both;
}
.single #primary .post .entry-header, .single #primary .page .entry-header {
    margin: 10px 0 10px;
}
.rekviz em {
  font-style: normal;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
.aioseo-breadcrumbs {
  margin: -62px 0 30px 16px;
}
.aioseo-breadcrumb, .aioseo-breadcrumb span, .aioseo-breadcrumb a {
  color: #333;
}
.incontact figure {
  width: 12% !important;
  margin: 0 auto 0 !important;
}
.incontact h3 {
  color: #333;
  font-size: 16px !important;
  margin: 0 0 0 0 !important;
}
.incontact p {
  font-size: 14px;
  color: #333;
  margin: 0 0 0 0;
}
.incontact .cont_z {
    margin: 15px 0 0 0;
}
.second_map {
  margin: -20px 0 0 0;
}
.bl_usl .elementor-image-box-wrapper {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 4px #999;
}
.bl_usl .elementor-image-box-content {
	padding: 0 20px 0 0;
}
.bl_usl figure {
	margin: 0 15px -7px 0  !important;
	border-radius: 4px 0 0 4px !important;
}
.bl_usl figure img {
	border-radius: 4px 0 0 4px !important;
}
.bl_usl h4 {
	color: #222;
	margin: 0 0 10px 0 !important;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
}









/* = MY NEXT NEW PLUS GO 1600
-------------------------------------------------------------- */
@media (max-width: 1600px) {
.vnutri_zeni {
    padding: 80px 150px 140px;
    margin: 0 60px;
}
#zeni {
    padding: 60px 0 40px;
}




}

/* = MY NEXT NEW PLUS GO 1536
-------------------------------------------------------------- */
@media (max-width: 1536px) {
.vnutri_zeni {
    padding: 80px 100px 140px;
    margin: 0 70px;
}
#zeni {
    padding: 60px 0 40px;
}





}



/* = MY NEXT NEW PLUS GO 1440
-------------------------------------------------------------- */
@media (max-width: 1440px) {
.vnutri_zeni {
    padding: 80px 70px 140px;
    margin: 0 75px;
}
#zeni {
    padding: 60px 0 40px;
}





}

/* = MY NEXT NEW PLUS GO 1366
-------------------------------------------------------------- */
@media (max-width: 1366px) {
.vnutri_zeni {
    padding: 80px 50px 140px;
    margin: 0 60px;
}
#zeni {
    padding: 60px 0 30px;
}
#t_bg h1 {
    font-size: 60px;
}




}


/* = MY NEXT NEW PLUS GO 1024
-------------------------------------------------------------- */
@media (max-width: 1024px) {
#primary .post .entry-content h3, #primary .page .entry-content h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 15px;
}
#t_bg h3 {
    margin: 120px auto 30px;
    font-size: 30px;
}
#t_bg h1 {
    font-size: 55px;
}
#t_bg {
    height: 600px;
}
.site-header .header-t ul {
    list-style: none;
    float: left;
    color: #8e8e8e;
    margin: 0;
    padding: 0;
}
.about_bl {
    padding: 30px 0 5px 35px;
}
.about_bl p {
    padding-right: 0px;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
}
.about_bl img {
    margin: -40px -20px -15px 0;
    border-radius: 0 5px 5px 0 !important;
}
.about_bl h3 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 20px;
    margin: 0 0 17px 0;
    color: #222;
}
.vnutri_zeni {
    padding: 70px 50px 70px;
    margin: 0 60px;
}
.vnutri_zeni h3 {
    font-size: 25px;
    margin: 30px 0 0 0;
}
.footer-t img {
  width: 90px;
}
#media_image-2 {
  width: 120px;
  height: 120px;
  padding: 10px;
}
.widget .widget-title {
    font-size: 17px;
    line-height: 20px;
    margin: 0 10px 10px 0;
}
.widget ul li {
    margin: 0 0 10px;
    font-size: 14px;
}
.page-header .page-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}	
p {
    margin-bottom: 1.3em;
    margin-top: 0;
    line-height: 1.4;
    letter-spacing: 0.2px;
}	
#primary .post .entry-header .entry-title, .search #primary .page .entry-header .entry-title {
    font-size: 17px;
}
.top-bar {
    padding: 20px 0 19px;
}
.single #primary .post .entry-header .entry-title, .single #primary .page .entry-header .entry-title {
    font-size: 25px;
    line-height: 26px;
}
#uslugi h2 {
    font-size: 25px;
    margin: 0 auto 55px;
}	
#uslugi h4 {
    font-size: 14px;
    margin: 0 auto 0px;
}	
#uslugi h3 {
    text-transform: uppercase;
    letter-spacing: 0;
    color: #333;
    font-size: 16px;
    margin: 0 0 5px 0;
}	
.vse_uslugi a,
.vse_uslugi a:hover {
    font-size: 14px;
    padding: 15px 30px;
}	
.vnutri_zeni h2 {
    font-size: 25px;
    margin: 0 0 40px 0;
}
.vnutri_zeni p {
    font-size: 15px;
}
.foot_f {
    width: 805px;
    margin: -200px auto 65px;
    padding: 60px 95px 85px;
}	
.foot_f:before {
    content: '';
    position: absolute;
    top: 170px;
    right: -80px;
    width: 250px;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-17deg);
}	
.foot_f:after {
  content: '';
  position: absolute;
  bottom: 275px;
  left: -80px;
  width: 250px;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
  border-radius: 4px;
  transform: rotate(8deg);
  box-shadow: -1px 2px 4px #777;
}
.bl_usl figure {
	margin: 0 15px -7px 0  !important;
	width: 40% !important;
	border-radius: 4px 0 0 4px !important;
}	
.bl_usl h4 {
    margin: 0 0 5px 0 !important;
    font-size: 20px !important;
}	
	
	
	
	
}

/* = MY NEXT NEW PLUS GO 768
-------------------------------------------------------------- */
@media (max-width: 768px) {
.site-header .header-t {
    display: none;
}
#t_bg h3 {
    margin: 100px auto 30px;
	font-size: 30px;
}
#t_bg h1 {
    font-size: 50px;
}
#uslugi h2 {
    font-size: 25px;
    margin: 0 auto 55px;
}
#uslugi h4 {
    font-size: 14px;
    margin: 0 auto 0;
}
#uslugi h3 {
    font-size: 14px;
}
p {
    font-size: 14px;
}
.about_bl img {
    margin: 70px 0 0 0;
    border-radius: 0 !important;
}
.about_bl {
    padding: 30px 0 5px 15px;
}
.foot_f {
    width: 600px;
    margin: -180px auto 65px;
    padding: 45px 25px 85px;
}
.foot_f:after {
    bottom: 0;
    left: 0;
    width: 190px;
    height: 190px;
}	
.foot_f h2 {
    font-size: 23px;
}	
.foot_f h4 {
    font-size: 14px;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    font-size: 15px;
    height: 55px;
    padding: 12px 5px 12px 18px;
}
.foot_f:before {
    width: 250px;
}	
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-size: 14px;
    padding: 10px 40px;
    margin-top: 35px;
}	
.vnutri_zeni h2 {
    font-size: 25px;
    margin: 0 0 40px 0;
}	
.vnutri_zeni {
    padding: 55px 45px 70px;
    margin: 0 60px;
}	
.vnutri_zeni h3 {
    font-size: 20px;
    margin: 30px 0 0 0;
}
.vnutri_zeni h3 strong {
    font-size: 24px;
    letter-spacing: 0;
}
.vse_uslugi a {
    font-size: 14px;
    padding: 15px 35px;
}
.vnutri_zeni p {
    font-size: 15px;
    line-height: 1.6;
}
.site-footer .footer-b .site-info {
    float: none;
    text-align: center;
    color: #ddd;
    line-height: 1.4;
    font-size: 13px;
}	
#media_image-2 {
    width: 120px;
    height: 120px;
    padding: 10px;
    display: none;
}	
.site-footer .footer-t .column:nth-child(1) {
  width: 33%;
}
.site-footer .footer-t .column:nth-child(2) {
  width: 33%;
}
.site-footer .footer-t .column:nth-child(3) {
  width: 33%;
}
.site-footer .footer-t .column:nth-child(4) {
  width: 33%;
}	
.widget .widget-title {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0px 10px 0;
}
.vnutri_zeni h4 {
    font-size: 16px;
}	
.page-header .page-title {
    font-size: 25px;
    line-height: 26px;
}	
.incontact h3 {
    font-size: 15px !important;
}
#primary .post .entry-header .entry-title, .search #primary .page .entry-header .entry-title {
    font-size: 16px;
}
.single #primary .post .entry-header .entry-title, .single #primary .page .entry-header .entry-title {
    font-size: 23px;
    line-height: 24px;
}	
.site-main .post-navigation:after {
    font-size: 16px;
}
.foot_f:before,
.foot_f:after {
	display: none;
}	
.bl_usl figure {
	margin: 0 15px 0 0  !important;
	width: 60% !important;
	border-radius: 4px 0 0 4px !important;
}	
.bl_usl h4 {
    margin: 0 0 5px 0 !important;
    font-size: 18px !important;
}
	
	
	


}

/* = MY NEXT NEW PLUS GO 500
-------------------------------------------------------------- */
@media (max-width: 500px) {
#t_bg {
    height: 515px;
}
#t_bg h2 {
    width: auto;
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
}
.foot_f {
    width: 97%;
    margin: -180px auto 65px;
    padding: 40px 20px 60px;
}
.foot_f h2 {
    font-size: 19px;
}
#t_bg h3 {
    margin: 70px auto 30px;
    font-size: 19px;
}	
#t_bg h1 {
    font-size: 30px;
}
.about_bl {
    padding: 30px 10px 15px;
    margin: -125px auto 0;
    text-align: center;
}
.about_bl h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 2px;
}
.site-header .site-branding {
    width: 55px;
}
.site-header .site-branding:after {
    position: absolute;
    top: 10px;
    left: 65px;
    width: 220px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.site-header .site-branding:before {
    position: absolute;
    top: 32px;
    left: 65px;
    width: 225px;
    font-weight: 500;
    font-size: 13px;
    color: #333;
}
.site-header .header-b {
    padding: 4px 0 0;
}
.vnutri_zeni {
    padding: 50px 20px 70px;
    margin: 0;
}
.about_bl h3 {
    font-size: 19px;
    margin: 0 0 0 0;
}	
.about_bl img {
    margin: 0px 0 0 0;
    border-radius: 0 !important;
}
#uslugi h2 {
    font-size: 21px;
    margin: 0 auto 15px;
}
#uslugi figure {
    width: 16% !important;
}	
.line_znachki {
    margin: 0 auto;
}
#uslugi figure {
    width: 23% !important;
    margin-top: 25px;
    margin-bottom: 5px;
}
#uslugi h2:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 35px;
}	
#uslugi h3 {
    font-size: 18px;
}
.vnutri_zeni h2 {
    font-size: 20px;
    margin: 0 0 40px 0;
}
.vnutri_zeni p {
    font-size: 14px;
    line-height: 1.6;
}
.vnutri_zeni h4 {
    font-size: 15px;
}
.mobile-menu ul li a {
    padding: 9px 40px;
    font-size: 16px;
    text-align: right;
}
.vnutri_zeni h3 {
    font-size: 19px;
    margin: 30px 0 0 0;
}
.foot_f:after {
    bottom: 0;
    left: 0;
    width: 150px;
    height: 150px;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    font-size: 14px;
    padding: 12px 5px 12px 16px;
}	
.site-footer .footer-t .column:nth-child(1) {
  width: 100%;
  text-align: center;
}
.site-footer .footer-t .column:nth-child(2) {
  width: 100%;
  text-align: center;
}
.site-footer .footer-t .column:nth-child(3) {
  width: 100%;
  text-align: center;
}
.site-footer .footer-t .column:nth-child(4) {
  width: 100%;
  text-align: center;
}	
#media_image-2 {
    width: 120px;
    height: 120px;
    padding: 10px;
    display: block;
    margin: 20px auto 25px;
}	
.widget .widget-title {
    font-size: 17px;
    line-height: 20px;
    margin: 0 0px 15px 0;
    padding-bottom: 10px;
}	
.t_bg_btn a {
    font-size: 13px;
    padding: 20px 30px;	
}
#primary {
    float: none;
    padding-left: initial;
    padding-right: inherit;
    width: 100%;
}	
.page-header .page-title {
    font-size: 23px;
    line-height: 23px;
}	
#primary .post .entry-content h3, #primary .page .entry-content h3 {
    font-size: 19px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}	
.archive article:nth-child(odd) {
	width: 100%;
	float: none;
	margin-bottom: 25px;
}
.archive article:nth-child(even) {
	width: 100%;
	float: none;
	clear: both;
	margin-bottom: 25px;
}	
#primary .post .entry-header .entry-title,
.search #primary .page .entry-header .entry-title {
    background: #c03525;
}	
body, button, input, select, textarea {
    font-size: 14px;
}
.aioseo-breadcrumbs {
    margin: -62px 0 15px 2px;
}	
.single #primary .post .entry-header .entry-title, .single #primary .page .entry-header .entry-title {
    font-size: 18px;
    line-height: 19px;
}	
.site-main .post-navigation:after {
    font-size: 14px;
}
.menu-opener {
    display: block;
    width: 20px;
    height: 30px;
    margin-left: 15px;
    cursor: pointer;
}	
input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 10px 15px;
    max-width: 100%;
}
.site-footer .footer-t {
	padding: 55px 0 0;
}	
.bl_usl figure {
	margin: 0 0 0 0  !important;
	width: 100% !important;
	border-radius: 4px 0 0 4px !important;
}	
.bl_usl h4 {
    margin: 0 0 5px 0 !important;
    font-size: 19px !important;
}	
.bl_usl .elementor-image-box-content {
    padding: 5px 15px 25px;
    text-align: center;
}	
#uslugi h4 {
    font-size: 14px;
    margin: 0 auto 0;
    line-height: 1.2;
}
	
	
	
}

/* = MY NEXT NEW PLUS GO 400
-------------------------------------------------------------- */
@media (max-width: 400px) {
#t_bg h3 {
    margin: 70px auto 30px;
    font-size: 17px;
}
#t_bg h1 {
    font-size: 28px;
}
.mystickyelements-fixed {
    top: 65% !important;
}
#uslugi h2 {
    font-size: 19px;
    margin: 0 auto 15px;
}
.vse_uslugi {
    margin: 35px auto 0;
}
#uslugi {
    padding: 75px 0 60px;
}
#zeni {
    padding: 30px 0 30px;
}
.vnutri_zeni h2 {
    font-size: 20px;
    margin: 0 0 35px 0;
}
.vnutri_zeni h2:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 30px;
}
.vnutri_zeni h3 {
    font-size: 17px;
    margin: 20px 0 0 0;
}
.vnutri_zeni h3 strong {
    font-size: 23px;
    letter-spacing: 0;
}
.foot_f {
    width: 97%;
    margin: -155px auto 65px;
    padding: 30px 12px 60px;
    border-radius: 0;
}
.page-header .page-title {
    font-size: 22px;
    line-height: 22px;
}
#primary .post .entry-content h3, #primary .page .entry-content h3 {
    font-size: 18px;
    line-height: 19px;
    font-weight: 600;
    margin: 0 0 15px;
}
.t_bg_btn a,
.t_bg_btn a:hover {
    font-size: 13px;
    padding: 15px 20px 14px;
}
#uslugi h3 {
    font-size: 16px;
}
.vse_uslugi a,
.vse_uslugi a:hover {
    font-size: 13px;
    padding: 12px 30px;
}	
.vnutri_zeni {
    padding: 50px 15px 70px;
    margin: 0;
}
.vnutri_zeni h4 {
    font-size: 14px;
}	
.foot_f h4 {
    font-size: 13px;
}	
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 13px;
  line-height: 20px;
  padding: 11px 30px 9px;
}	
.widget ul li {
    margin: 0 0 5px;
    font-size: 13px;
}	
.site-footer .footer-b .site-info {
    font-size: 12px;
}		
.bl_usl h4 {
    margin: 0 0 7px 0 !important;
    font-size: 18px !important;
	line-height: 1.25 !important;
}	
.bl_usl .elementor-image-box-content {
    padding: 5px 10px 25px;
    text-align: center;
}	
	
	
	
	
	
	
}
