/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Resets & Typography
3. Buttons
4. Forms
   4.1 Search form
   4.2 Comment form
   4.3 Post Password form
   4.4 Contact Form 7
5. Sidebars & Widgets
6. Elements
7. Navigation
8. Content & Comments
9. Header
10. Footer
11. Layout
12. Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------**/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-300.eot");
  src: local("Roboto Light"), local("Roboto-Light"),
  url("../fonts/roboto-300.eot?#iefix") format("embedded-opentype"),
  url("../fonts/roboto-300.woff2") format("woff2"),
  url("../fonts/roboto-300.woff") format("woff"),
  url("../fonts/roboto-300.ttf") format("truetype"),
  url("../fonts/roboto-300.svg#Roboto") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-300italic.eot");
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"),
  url("../fonts/roboto-300italic.eot?#iefix") format("embedded-opentype"),
  url("../fonts/roboto-300italic.woff2") format("woff2"),
  url("../fonts/roboto-300italic.woff") format("woff"),
  url("../fonts/roboto-300italic.ttf") format("truetype"),
  url("../fonts/roboto-300italic.svg#Roboto") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"),
  url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/roboto-regular.woff2") format("woff2"),
  url("../fonts/roboto-regular.woff") format("woff"),
  url("../fonts/roboto-regular.ttf") format("truetype"),
  url("../fonts/roboto-regular.svg#Roboto") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-italic.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"),
  url("../fonts/roboto-italic.eot?#iefix") format("embedded-opentype"),
  url("../fonts/roboto-italic.woff2") format("woff2"),
  url("../fonts/roboto-italic.woff") format("woff"),
  url("../fonts/roboto-italic.ttf") format("truetype"),
  url("../fonts/roboto-italic.svg#Roboto") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-700.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"),
  url("../fonts/roboto-700.eot?#iefix") format("embedded-opentype"),
  url("../fonts/roboto-700.woff2") format("woff2"),
  url("../fonts/roboto-700.woff") format("woff"),
  url("../fonts/roboto-700.ttf") format("truetype"),
  url("../fonts/roboto-700.svg#Roboto") format("svg");
  font-display: swap;
}

/* @font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-700italic.eot");
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"),
  url("../fonts/roboto-700italic.eot?#iefix") format("embedded-opentype"),
  url("../fonts/roboto-700italic.woff2") format("woff2")
  url("../fonts/roboto-700italic.woff") format("woff"),
  url("../fonts/roboto-700italic.ttf") format("truetype"),
  url("../fonts/roboto-700italic.svg#Roboto") format("svg");
  font-display: swap;
} */

@font-face {
  font-family: 'GothamPro';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GothamPro-Bold.eot?") format("eot"),
  url("../fonts/GothamPro-Bold.otf") format("opentype"),
  url("../fonts/GothamPro-Bold.woff") format("woff"),
  url("../fonts/GothamPro-Bold.ttf") format("truetype"),
  url("../fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'GothamPro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/GothamPro-Black.eot?") format("eot"),
  url("../fonts/GothamPro-Black.otf") format("opentype"),
  url("../fonts/GothamPro-Black.woff") format("woff"),
  url("../fonts/GothamPro-Black.ttf") format("truetype"),
  url("../fonts/GothamPro-Black.svg#GothamPro-Black") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
  url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
  url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
  url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
  url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

mark {
  background-color: transparent;
}

[hidden] {
  display: none;
}

/* Custom normalize */
input::placeholder,
textarea::placeholder {
  font-family: "Roboto", sans-serif;
  color: #b1b1b1;
  font-weight: 300;
}

button {
  padding: 0;
  border: none;
  outline: none;
}

button:hover,
button:focus {
  outline: none;
}

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

/* Box Sizing Reset  */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* iOS "clickable elements" fix for role="button" */
[role="button"] {
  cursor: pointer;
}

/* Body Reset */
html {
  font-family: "Roboto", sans-serif, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  padding: 0;
  overflow-x: hidden;
}

body {
  color: #333;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  background-color: #f5f5f5;
}

/* Typography */
/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.footer .widget-title {
  font-family: "GothamPro", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 1.1px;
  color: #161616;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}

h4,
.h4,
h5,
.h5,
h6,
.h6,
.footer .widget-title {
  margin-top: .625rem;
  margin-bottom: .9375rem;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2.1875rem;
}

h3,
.h3 {
  font-size: 1.5625rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5,
.footer .widget-title {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: .875rem;
}

/* *************
   Typography
************* */
/* Body text */
p {
  margin: 0 0 1.5625rem;
}

b,
strong {
  font-weight: 700;
}

/* Lists */
ul,
ol {
  list-style-position: inside;
  margin: 0 0 .9375rem;
  padding: 0;
}

ul li,
ol li {
  margin-bottom: 1rem;
}

/* Links */
a {
  color: #161616;
  text-decoration: none;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

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

a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap;
  user-select: none;
}

/* Figure */
figure {
  margin: 1rem 0;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Horizontal rules */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #e0e0e0;
}

/* Abbreviation */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e0e0e0;
  text-decoration: none;
}

/* Blockquote */
blockquote {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 1rem;
  color: #444;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer {
  display: block;
  color: #333;
}

blockquote footer cite {
  font-style: normal;
}

/* Address */
address {
  margin-bottom: 1.5625rem;
  font-style: normal;
  line-height: 1.1;
}

/* Tables */
table,
th,
td {
  border: 1px solid #e0e0e0;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  width: 100%;
  border: none;
}

tr {
  border: 1px solid #e6e6e6;
}

th,
td {
  vertical-align: baseline;
  text-align: center;
  padding: .3125rem .625rem;
}

th {
  font-weight: 700;
}

/* Definition Lists */
dt {
  font-weight: 400;
  color: #161616;
}

dd {
  margin: 0 0 1rem;
}

/* Code blocks & Preformatted text */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 90%;
}

/* Inline code */
code {
  padding: .2rem .4rem;
  border-radius: .25rem;
  font-size: 90%;
  color: #161616;
  background-color: #f7f7f9;
}

a>code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

/* User input typically entered via keyboard */
kbd {
  padding: .2rem .4rem;
  border-radius: .25rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
}

kbd kbd {
  padding: f5f5f5;
  font-size: 100%;
  font-weight: bold;
}

/* Blocks of code */
pre {
  display: block;
  padding: 1rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow: auto;
  font-size: 90%;
  line-height: 1.6;
  color: #292b2c;
  background-color: #eee;
}

/* Account for some code outputs that place code tags in pre tags */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* Inline variables */
var {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.alignright,
a img.alignright {
  float: right;
  margin: .75rem 0 1.5rem 1.5rem; }

.alignleft,
a img.alignleft {
  float: left;
  margin: .75rem 1.5rem 1.5rem 0; }

.aligncenter,
a img.aligncenter {
  display: block;
  margin: .75rem auto 1.5rem; }

.alignnone,
a img.alignnone {
  margin: .75rem 0 1.5rem;
  width: 100%; }

.alignnone,
img.size-full,
img.size-large,
img.size-medium,
img.size-thumbnail {
  max-width: 100%;
  height: auto; }

img.size-full {
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}

.sidebar-content .widget-testimonial-item:after,
.footer-widgets:after,
.intro:after,
.icons-adv:after {
  content: "";
  clear: both;
  display: table;
}

/* Accessibility */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.screen-reader-text:active,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.accent {
  color: #ffdc39;
}
/*--------------------------------------------------------------
  3. Buttons
  --------------------------------------------------------------*/
.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button,
.wpcf7 input[type="submit"],
.btn {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: relative;
  display: inline-block;
  min-width: 196px;
  padding: 1.125rem 1.5625rem;
  margin: 0 0 .625rem 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #161616;
  background-color: #ffdc39;
  text-transform: uppercase;
}

.wpcf7 input[type="submit"].btn-inv,
.btn.btn-inv {
  background-color: #333;
  color: #fff;
}

.wpcf7 input[type="submit"].btn-inv:hover,
.btn.btn-inv:hover {
  background-color: #000;
  color: #fff;
}

.wpcf7 input[type="submit"] {
  padding: .9375rem 1.5625rem;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover,
.wpcf7 input[type="submit"]:hover,
.btn:hover {
  color: #161616;
  background-color: #f2d136;
}

/*--------------------------------------------------------------
  4. Forms
  --------------------------------------------------------------*/
input,
textarea {
  padding: 0.75rem 1.125rem;
  margin: 0 0 1.875rem;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  margin-bottom: 0.625rem;
  line-height: 1rem;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid rgba(185, 192, 203, 0.22);
  background-color: #fff;
  color: #5c5c5c;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #ffdc39;
  outline: none;
}

textarea {
  resize: none;
}

/* Contact Form 7 */
.wpcf7 form {
  text-align: center;
  background-color: #eeeeee;
}

.wpcf7 form .btn-wrap {
  padding-top: 5px;
  margin-bottom: 10px;
}

.wpcf7 form p {
  margin-bottom: 20px;
}

.wpcf7 form .form-title,
.wpcf7 form .form-text {
  font-size: 1rem;
  line-height: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.wpcf7 form .form-text {
  font-size: .875rem;
  margin-bottom: 0;
}

div.wpcf7 .ajax-loader {
  position: absolute;
}
span.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  line-height: 1.1;
  color: #de2727;
  margin-top: -5px;
  margin-bottom: 5px;
}
div.wpcf7-response-output {
  font-size: 0.8125rem;
  line-height: 1.1;
  padding: 0.5em 1em;
}
.wpcf7 .star-rating-wrap {
  padding: 0.625rem 0 1.25rem;
}
.wpcf7 .cf7-star-rating {
  display: inline-block;
}
.wpcf7 .cf7-star-rating a {
  font-size: 1.5rem;
  color: #333;
}
.mail-desc-wrap {
  display: none;
}

.mail-search-wrap {
  display: none;
}

.rating-input-wrap {
  display: none;
}

/*--------------------------------------------------------------
  5. Sidebars & Widgets
--------------------------------------------------------------*/
.sidebar-wrap {
  margin-bottom: 60px;
  width: 27%;  
}

.sidebar-content input,
.sidebar-content textarea {
  margin-bottom: 0.625rem;
  resize: none;
}

.sidebar-content .btn,
.sidebar-content input[type="submit"] {
  font-size: 0.875rem;
  min-width: auto;
}

.sidebar-content .wpcf7 form {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-content .widget {
  padding: 25px 15px 25px;
  color: #333;
  background-color: #eeeeee;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
.sidebar-content .widget ul {
  list-style: none;
  text-align: left;
}

.sidebar-content .widget-title {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: #333;
}

.sidebar-content .widget .accent {
  margin-top: .625rem;
  display: block;
  font-weight: 700;
  text-decoration: underline;
}

.sidebar-content .widget p:last-child {
  margin-bottom: 0;
}

.sidebar-content .widget-sidebar-contacts {
  background: #eeeeee url("../images/widget-contacts-bg.jpg") 100% 100% no-repeat;
}

.sidebar-content .widget-testimonial__list {
  list-style: none;
  margin-bottom: 40px;
}

.sidebar-content .widget-testimonial__list>li {
  margin-bottom: 10px;
}

.sidebar-content .widget-testimonial-item__img {
  width: 54px;
  height: 54px;
  border: 3px solid #d0d0d0;
  overflow: hidden;
  border-radius: 50%;
}

.sidebar-content .widget-testimonial-item__img-wrap {
  float: left;
  margin-right: 10px;
}

.sidebar-content .widget-testimonial-item__text {
  text-align: left;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.4;
}

.sidebar-content .widget-testimonial .custom-rating {
  margin: 0;
  text-align: center;
}

.sidebar-content .widget-testimonial .custom-rating span {
  padding: 0 .5px;
  font-size: 10px;
}

.sidebar-content .widget-testimonial .btn {
  font-size: 0.8125rem;
  padding: 0.8125rem;
  min-width: 150px;
  margin-right: 10px;
  margin-left: 10px;
}

.sidebar-content .widget-testimonial .btn-wrap {
  margin-top: -10px;
}

.current-cat {
  font-weight: 700;
}

/*--------------------------------------------------------------
  6. Elements
--------------------------------------------------------------*/
.text-center {
  text-align: center;
}

/*Accord*/
.accord {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.accord-item {
  position: relative;
  margin-bottom: 1rem;
}

.accord p {
  margin-bottom: 0;
}

.accord-title {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1rem 1rem 1rem 1.5rem;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.125rem;
  transition: all .3s ease;
}

.accord-title:before {
  content: "+";
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  color: #333;
  transform: translateY(-50%);
  transition: color .3s ease;
}

.accord-title.active:before {
  content: "-";
}
.accord-title:hover:before {
  color: #f2d136;
}

.accord-title:hover {
  color: #f2d136;
}

.accord-content {
  display: none;
  padding: 1rem 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

/*Breadcrumbs*/
.breadcrumbs {
  padding: .5rem 0;
  font-size: 0.8125rem;
  margin-bottom: 30px;
}

.breadcrumbs>span>span>* {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs i {
  font-size: .5625rem;
}

.slick-dotted {
  margin-bottom: 50px;
}

.slick-dots {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 10px 0 35px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  margin: 0 5px;
}

.slick-dots li button {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: 0;
  background: 0 0;
  border: 0;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background-color: #cbcbcb;
}

.slick-dots li button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: transparent;
  transition: all .3s ease-in-out;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #ffdc39;
}

.custom-rating {
  margin: 0 -5px;
}

.custom-rating span {
  display: inline-block;
  padding: 0 1px;
}

.custom-rating .fa-star {
  color: #f0d644;
}

.custom-rating .fa-star-o {
  color: #d1d1d1;
}

.social-links li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.social-links a {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  transition: color .3s ease-in-out, border-color .3s ease-in-out;
}

.social-links a span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Pagination */
.pagination-links,
.woocommerce nav.woocommerce-pagination {
    padding: 0;
    margin-bottom: 2rem;
    text-transform: uppercase;    
    text-align: center;
}
.pagination-links ul,
.woocommerce nav.woocommerce-pagination ul {
    border: none;
    margin: 0;
    white-space: normal;
    list-style: none;
}
.pagination-links ul li,
.woocommerce nav.woocommerce-pagination ul li {
    float: none;
    display: inline-block;
    padding: 0;
    margin: 0 .25rem .5rem;
    border: none;
    background: none;
}
.pagination-links ul li a,
.pagination-links ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    text-align: center;
    display: block;
    height: 38px;
    width: 38px;
    padding: 0;
    color: #161616;
    border-radius: 50%;
    font-weight: 300;
    line-height: 34px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee; 
    text-decoration: none;
    letter-spacing: .5px;
    transition: background-color .25s ease-in-out, color .25s ease-in-out, border-color .25s ease-in-out;
}
.pagination-links ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: #f2d136;
    border-color: #f2d136;
    color: #161616;
}
.pagination-links ul li a.prev,
.pagination-links ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    background-color: transparent;
    border-color: transparent;
}
.pagination-links ul li a.prev:hover,
.pagination-links ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
    border-color: #ffdc39;
    color: #ffdc39;
}
.pagination-links ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #232323;
    border-color: #232323;
    color: #fff;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

.mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.popup {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;  
  text-align: center;
  background-color: #eeeeee;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.popup-subtitle {
  text-align: center;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;  
}

.popup-loto {
  max-width: 760px;
  min-height: 360px;
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;  
  background-color: #0a0a0a;
  color: #fff;
  font-size: 0.875rem;
}
.loto-sec .popup-loto,
.page-content .popup-loto {
  max-width: 100%;
  margin: 1.5rem 0;
}
.mfp-close-btn-in .popup-loto  .mfp-close {
  color: #fff;
}
.popup-loto-sec1,
.popup-loto-sec2 {
  width: 100%;
}
.popup-loto__img {
  margin-top: -20px; 
  text-align: center;
}
.popup-loto__img-wrap {
  position: relative;
  display: inline-block;
}
.popup-loto__img-wrap:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 16px;
  width: 187px;
  height: 186px;
  background: url(../images/loto-inside.png) 0 0 no-repeat;  
  background-size: cover;
  -webkit-animation:spin 15s linear infinite;
  -moz-animation:spin 15s linear infinite;
  animation:spin 15s linear infinite;  
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.popup-loto__img-wrap:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 66px;
  left: 84px;
  width: 50px;
  height: 68px;
  background: url(../images/loto-arrow.png) 0 0 no-repeat;
  background-size: cover;
}
.popup-loto__content {
  text-align: left;
  padding: 0 15px;
}
.popup-loto__content p {
  margin-bottom: 0;
}
p.popup-loto__title,
p.popup-loto__subtitle {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}
p.popup-loto__title {
  font-size: 2rem;
  margin-bottom: .25rem;
}
p.popup-loto__subtitle {
  margin-bottom: .5rem;
  font-size: 1.5rem;
}
.popup-loto .wpcf7 form {
  text-align: left;
  background-color: transparent;
}
.popup-loto .wpcf7 form p {
  margin-bottom: 0;
}
.popup-loto .wpcf7 form label {
  display: block;
  margin-bottom: .5rem;
  font-size: 0.875rem;
  color: #c8c8c8;
}
.popup-loto .wpcf7 input[type="tel"],
.popup-loto .wpcf7 input[type="submit"] {
  width: 220px;
}
.popup-loto-sec2 {
  display: none;
  max-width: 490px;
}
.popup-loto-sec2 .popup-loto__text {
  margin-top: 30px;
  font-size: 18px;
}
.popup-loto-sec2 .popup-loto__text span {
  display: block;
  font-size: 24px;
  font-weight: 900;
}

/* Back to top */
button.back-top {
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 100;
	bottom: 30px;
	right: 30px;
	width: 50px;
  height: 50px;
	padding: 0;
	text-align: center;
  background-color: #333;
	border: none;
	color: #fff;
}
button.back-top svg {
	position: relative;
	top: 1px;
	width: 18px;
	height: 13px;
	transition: top .25s ease-in-out;	
}
button.back-top:hover svg {
	top: -2px;
}
button.back-top span {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
	position: absolute;
	visibility: hidden;
}


/*--------------------------------------------------------------
  7. Navigation
--------------------------------------------------------------*/
.menu-toggle {
  display: none;
}

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

.main-menu li {
  margin-bottom: 0;
}

.main-menu li.current-menu-item>a,
.main-menu li.current-menu-ancestor>a {
  color: #ffdc39;
}

.main-menu a {
  font-size: .875rem;
}

/*--------------------------------------------------------------
  8. Content & Comments
--------------------------------------------------------------*/
body.home {
  background-color: #fff;
}

body.home .main-content {
  margin-bottom: 60px;
}

.main-wrap {
  width: 73%;
}
.main-wrap--full {
  width: 100%;
}

.comment-form p {
  margin-bottom: 0;
}

.comment-notes {
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
  9. Header
--------------------------------------------------------------*/
.site-header {
  background-color: #0a0a0a;
  color: #fff;
}

.site-header p {
  margin-bottom: 0;
}

.site-header-top {
  padding: 1.375rem 0 0;
  font-size: 14px;  
}

.site-header-top__h {
  display: flex;
  justify-content: space-between;
}

.site-header-top a {
  color: #fff;
}

.site-header-top a:hover {
  color: #ffdc39;
}

.site-header__phones {
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
  text-align: right;
  letter-spacing: .5px;
}

.site-header__phones li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 0;
}
.site-header__phones li a {
  color: #ffdc39;
  font-weight: 400;
}
.site-header__phones li a:hover {
  color: #fff;
}

.site-header__phones li:last-child {
  margin-right: 0;
}

.site-header__address {
  margin-top: 5px;
}

.site-header__address span {
  margin-right: 4px;
  white-space: nowrap;
}

.site-header__address span:last-child {
  margin-right: 0;
}

.site-header-bot {
  position: relative;
  height: 57px;
}

.logo {
  position: relative;
  width: 218px;
  height: auto;
  color: #fff;
}

.logo img {
  width: 100%;
}

.logo strong {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.logo span {
  position: absolute;
  bottom: -15px;
  left: 56px;
  width: 100%;
  font-size: .6875rem;
}

.logo a {
  color: #fff;
}

.logo a:hover {
  color: #fff;
}

.site-header .logo {
  float: left;
}

.site-header-bot .logo {
  display: none;
}

.site-header-add {
  padding: 1rem 0;
  background-color: #0a0a0a;
  color: #fff;  
  display: none;
}
.site-header-add__h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .875rem;
}
.site-header-add .site-header__phones,
.site-header-add .add-menu {
  font-weight: 400;
}

.site-header-add .add-menu {
  display: flex;
  list-style: none;
  margin: 0;
}
.site-header-add .add-menu li {
  margin: 0;
}
.site-header-add .add-menu li a {
  position: relative;
  display: block;
  padding: .7rem 1rem;
  color: #fff;
  font-size: .9375rem;
}
.site-header-add .add-menu li a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  height: 8px;
  width: 1px;
  right: 0;
  background-color: rgba(255,255,255,.5);  
}
.site-header-add .add-menu li:last-child a:after {
  display: none;
}
.site-header-add .btn {
  font-size: .875rem;
  padding: .9rem .6rem;
  margin: 0;
  min-width: auto;

}
/*--------------------------------------------------------------
  10. Footer
--------------------------------------------------------------*/
.footer {
  background-color: #232323;
  color: #fff;
  font-size: .875rem;
}

.footer p {
  margin-bottom: .75rem;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  margin-bottom: 0;
}

.footer ul li a {
  display: inline-block;
  padding: 0.375rem 0;
  font-size: .875rem;
}

.footer a {
  color: #bcbcbc;
}

.footer a:hover {
  color: #fff;
}

.footer-top {
  padding: 85px 0;
}

.footer-widgets-column {
  width: 25%;
  float: left;
}
.footer-widgets-column>section {
  margin-bottom: 30px;
}

.footer .widget-title {
  color: #fff;
  margin-bottom: 1.5625rem;
}

.footer .widget-contacts a {
  color: #fff;
}

.footer .widget-contacts a:hover {
  color: #ffdc39;
}

.footer .widget-social {
  display: inline-block;
  padding: 15px 20px;
  margin-left: -15px;
  background-color: #2c2c2c;
  margin-bottom: 15px;
}

.footer-bottom {
  position: relative;
  padding: 30px 0;
}

.footer-bottom:before {
  content: '';
  position: absolute;
  width: calc(100% - 90px);
  height: 2px;
  top: 0;
  left: 45px;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  11. Layout
--------------------------------------------------------------*/
.intro-sec {
  position: relative;
  padding: 90px 0 40px;
  overflow: hidden;
}

.intro-sec:before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #fff url("../images/intro-bg.jpg") 80% 100% no-repeat;
}

.intro-left {
  float: left;
  width: 38%;
  padding-left: 3.35%;
  padding-right: 3.35%;
}

.intro-right {
  float: right;
  width: 34%;
}

.intro h1 {
  margin-bottom: 20px;
}

.intro h1 span {
  white-space: nowrap;
}

.intro .contacts-box {
  margin-bottom: 55px;
}

.intro .wpcf7 {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 10.8% 25px;
  border-radius: 10px;
  max-width: 460px;
  margin: 0 auto;
  color: #fff;
}

.intro .wpcf7 p {
  margin-bottom: 0;
}

.intro .wpcf7 input:not([type="submit"]),
.intro .wpcf7 textarea {
  border-radius: 2px;
  border: 2px solid #898989;
  margin: 0 0 1.875rem;
}

.intro .wpcf7 input:not([type="submit"]):focus,
.intro .wpcf7 textarea:focus {
  border-color: #ffdc39;
}

.intro .wpcf7 form {
  background-color: transparent;
}

.intro .wpcf7 .form-title {
  color: #fff;
}

.intro .wpcf7 .form-text {
  color: #fff;
  text-transform: none;
}

.intro span.wpcf7-not-valid-tip {
  margin-top: -22px;
  color: #fff;
}

.contacts-box {
  font-size: 0.9375rem;
  margin-bottom: 30px;
  font-weight: 400;
}

.contacts-box a {
  color: #000;
  line-height: 1.4;
  transition: color .25s ease-in-out;
}

.contacts-box a:hover {
  color: #ffdc39;
}

.contacts-box__metro {
  position: relative;
  margin-bottom: 5px;
  font-weight: 700;
}

.contacts-box__metro>* {
  display: inline-block;
  vertical-align: middle;
}

.contacts-box__metro i {
  width: 35px;
  height: 24px;
  margin-right: 10px;
  background: url("../images/metro-logo-black.png") 50% 50% no-repeat;
  background-size: cover;
}

.contacts-box__address {
  padding-left: 45px;
  margin-bottom: 20px;
}

.contacts-box__phones {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
}

.contacts-box__phones li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 45px;
  padding-right: 15px;
  margin-bottom: 8px;
}

.contacts-box__phones li:last-child {
  padding-right: 0;
}

.contacts-box__phones a {
  font-weight: 700;
}

.contacts-box__phones a:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 8px;
  margin-top: -11px;
  background: url("../images/icon-phone-black.png") 50% 50% no-repeat;
  background-size: 22px;
}

.contacts-box__worktime {
  padding-left: 45px;
}

.contacts-box__worktime strong {
  display: block;
  margin-bottom: 8px;
}

.contacts-box__worktime span {
  display: block;
  margin-bottom: 5px;
}

.icons-adv {
  font-size: 0.9375rem;
  font-weight: 700;
  max-width: 360px;
  width: 100%;
  list-style: none;
  text-align: center;
}

.icons-adv li {
  width: 33.33%;
  float: left;
}

.icons-adv img {
  width: auto;
  margin-bottom: 10px;
}
.icons-adv span {
  display: block;
}

.aprice {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.aprice-sec {
  margin: 40px 0 30px;
}

.aprice .title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.table {
  table-layout: auto;
}

.table-price {
  background-color: #f5f5f5;
}

.table-price__icon img {
  max-width: 40px;
  max-height: 35px;
}

.table tr {
  border: 1px solid #e0e0e0;
}

.table th {
  text-transform: uppercase;
}

.table td {
  vertical-align: middle;
  border: none;
  padding-top: 6px;
  padding-bottom: 6px;
}

.slider-brand {
  text-align: center;
}

.slider-brand-sec {
  margin-top: 40px;
  margin-bottom: 30px;
}

.slider-brand__wrap {
  padding-top: 20px;
  border-top: 1px solid #ffdc39;
  border-bottom: 1px solid #ffdc39;
}

.slider-brand>div {
  padding-bottom: 10px;
}

.slider-brand>div li {
  padding: 10px 15px 0;
}

.slider-brand__item {
  padding: 0 1rem;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  transition: all .3s ease-in-out;
}

.slider-brand__item:hover {
  transform: translate3d(0, -6px, 0);
  box-shadow: 0 6px 20px 0 rgba(31, 35, 37, 0.078);
}

.slider-brand a {
  display: block;
}

.slider-brand a:hover {
  color: #161616;
}

.slider-brand__img {
  padding: 20px 0 15px 0;
}

.slider-brand__img img {
  display: inline-block;
  max-width: 180px;
  max-height: 40px;
}

.slider-brand__cont {
  padding: 0 0 20px;
}

.htestimonial {
  padding-bottom: 70px;
  border-bottom: 1px solid #ffdc39;
}

.htestimonial-sec {
  margin-bottom: 30px;
}

.htestimonial .title {
  text-align: center;
}

.htestimonial__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 30px;
  max-width: 1170px;
  margin: 0 auto;
}

.htestimonial__list>li {
  float: left;
  display: block;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.htestimonial-item__text {
  position: relative;
  padding: 35px 30px;
  margin-bottom: 40px;
  line-height: 1.5rem;
  font-weight: 400;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.htestimonial-item__text:after {
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: 35px;
  width: 30px;
  height: 32px;
  background: transparent url(../images/icon-testimonial-triangle.svg) 0 0 no-repeat;
}

.htestimonial-item footer {
  display: flex;
  align-items: center;
}

.htestimonial-item__img {
  position: relative;
  float: left;
  min-width: 96px;
  width: 96px;
  max-height: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #d0d0d0;
}

.htestimonial-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;  
  max-width: 96px;
  max-height: 96px;
}

.htestimonial-item__author {
  float: left;
  padding: 0 20px;
}

.htestimonial-item__name {
  display: block;
  font-weight: 700;
}

.htestimonial-item__city {
  display: block;
  font-weight: 400;
}

.htestimonial .btn-wrap {
  padding: 20px 0;
  text-align: center;
}

.htestimonial .btn-wrap .btn {
  margin-left: 8px;
  margin-right: 8px;
}

.page-content {
  margin-bottom: 60px;
}

.page-content ol li,
.page-content ul li {
  margin-bottom: .5rem;
}

.page-content p+ul,
.page-content p+ol {
  margin-top: -0.9375rem;
}

.page-content a {
  font-weight: 400;
}
.page-content figure,
.page-content figcaption {
  max-width: 100%;
}
.page-content figcaption {
  font-style: italic;
  opacity: .75;
  text-align: center;
  font-size: .9em;
}
.page-content figure img + figcaption {
  margin-top: 10px;
}

/* .page-content img {
  margin: 0 0 1.5625rem;
}
.page-content img.alignright {
  margin-left: 1rem;
}
.page-content img.alignleft {
  margin-right: 1rem;
}
.page-content img.align-none {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: auto; 
} */

.page-content table {
  margin: 0 0 1.5625rem;
}

.page-content .slider-brand__wrap {
  clear: both;
  margin: 40px 0;
}

.home .page-content {
  margin: 40px 0 30px;
}
.map-wrap {
  margin-bottom: 15px;
}
.map-wrap iframe {
  height: 400px;
  width: 100%;
}

.contacts-wrap {
  margin-bottom: 30px;
}

.contacts-page-form {
  background: #e0e0e0;
  padding: 25px 15px 10px;
}

.contacts-page-form .btn-wrap {
  text-align: left;
}

form.order-form {
  margin-bottom: 30px;
}

form.order-form-testimonials {
  padding: 30px 15px 10px;
}

form.order-form .col-md-first {
  padding-right: 7.5px;
}
form.order-form .col-md-center {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

form.order-form .col-md-last {
  padding-left: 7.5px;
}

form.order-form .btn-wrap {
  padding-top: 0;
}

/* Testimonials */
ul.testimonial-list>li {
  display: block;
  margin-bottom: 30px;
}
.single-otzivi ul.testimonial-list>li {
  margin-bottom: 15px;
}

ul.testimonial-list li:before {
  display: none;
}

.testimonial-first {
  margin-bottom: 30px;
}

.testimonial-answer:after,
.testimonial-first:after {
  content: '';
  display: table;
  clear: both;
}

.testimonial__img {
  float: left;
  width: 160px;
  text-align: center;
}

.testimonial__ava-wrap {
  display: inline-block;
  margin-bottom: 10px;
}

.testimonial__ava {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
}

.testimonial__ava img {
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.testimonial__ava-text,
.testimonial__ava-link,
.testimonial__ava-link a {
  font-size: 14px;
  line-height: 1.3;
  color: #333;
}

.testimonial__ava-name {
  font-weight: 700;
}

.testimonial__ava-name,
.testimonial__ava-city {
  padding: 0 5px;
}

.testimonial__ava-link a:hover {
  color: #000;
}

.testimonial__text {
  padding: 25px 20px 10px 20px;
  overflow: hidden;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid transparent;
  transition: border-color .3s ease-in-out;
}

.testimonial-first .testimonial__text {
  border-top: 3px solid #ffdc39;
}
.testimonial-answer .testimonial__text {
  border-bottom: 3px solid #0a0a0a;
}

.testimonial__text p {
  margin-bottom: 25px;
}

.testimonial__title {
  margin-bottom: 10px;
}

.testimonial__title a,
.testimonial__title p {
  font-family: "GothamPro", sans-serif;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
}

.testimonial__title a:hover {
  text-decoration: none;
}

.testimonial__title p {
  text-decoration: none;
}


.page-links {
  list-style: none;
  display: flex;
  padding: 3rem 0;
  flex-wrap: wrap;
}
ul.page-links li {
  float: left;
  display: block;
  width: 33.33%;
  margin: 0 0 15px;
  padding: 0 1rem;
}
a.page-link__title {
  display: block;
  min-height: 44px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
}
ul.page-links li:hover a.page-link__title{
  color: #ffdc39;
}
.page-links img {
  margin-bottom: 0;
}
.page-link__image-wrap {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  border: 3px solid #eee;
  transition: border-color .25s ease-in-out;
}
ul.page-links li:hover .page-link__image-wrap{
  border-color: #ddd;
}
.page-link__image-wrap.no-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .75;
}
.page-link__excerpt {
  /* font-size: 0.875rem; */
  line-height: 1.4;
  color: #666;
}
/* ul.page-links a {
  color: #999;
  font-size: 14px;
  font-weight: 300;
}
ul.page-links a:hover {
  color: #0a0a0a;
} */

/* Rating sec */
.rating-sec {
  padding: 10px 0;
  background-color: #232323;
  text-align: center;
  font-weight: 400;
  font-size: .875rem;
  color: #a1a1a1;
}
.rating-sec a {
  color: #bcbcbc;
}
.rating-sec a:hover {
  color: #fff;
}
.rating-sec p {
  margin-bottom: 0;
}
.rating-sec strong {
  color: #fff;
}
.rating-sec button {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  text-decoration: underline;
  cursor: pointer;  
  line-height: 1.5rem;
  color: #f2d136;
}
.rating-sec button:hover {
  text-decoration: none;
}

.post-item {
  position: relative;
  display: flex;
  margin-bottom: .9375rem;
  padding: 20px;
  border-top: 3px solid #ffdc39;
  background-color: #fff;
  transition: border-color .3s ease-in-out;
}
.post-item>* {
  float: left;
}
.post-item__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.post-item__img {
  min-width: 350px;
  max-width: 350px;
  margin-right: 20px;
}
.post-item__img img {
  margin-bottom: 0;
}
.post-item__content {
  position: relative;
  padding-bottom: 52px;
}
.post-item__content p {
  margin-bottom: 0;
}
.post-item__content .btn-wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: right;
}
.post-item__content .btn {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
12. Woocommerce
--------------------------------------------------------------*/
.site-content .content-area {
  width: 73%;
  float: right;
  padding: 0 15px;
}
.site-content.site-content--full .content-area {
  width: 100%;
  float: none;
}
.site-content .sidebar-shop {
  width: 27%;
  float: left;
  padding: 0 15px;
}

.sidebar-shop .widget {
  text-align: left;
  font-weight: 300;
}

.sidebar-shop .widget ul {
  list-style: none;
}
.product-categories ul,
.product-categories li {
  margin-bottom: 0;
}

.sidebar-shop .widget-title {
  text-align: left;
}

/* Woocommerce Product Content */
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  top: 10px;
  right: -5px;
  display: inline-block;
  min-width: auto;
  min-height: auto;
  margin: 0;
  font-weight: 400;
  line-height: 1;
  padding: .5rem .25rem;
  border-radius: 0;
  background-color: #151515;
}
.woocommerce span.onsale {
  right: auto;
  left: 0px;
}

/* Woocommerce Archive Page */
.woocommerce ul.products li.product a {
  position: relative;
  display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  margin-bottom: 5px;
}
.woocommerce ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product a h2 {
  font-weight: 400;
  text-align: center;
}
.woocommerce ul.products li.product a h2,
.woocommerce ul.products li.product a h2 mark {
  transition: color .25s ease-in-out;
}
.woocommerce ul.products li.product a:hover h2,
.woocommerce ul.products li.product a:hover h2 mark {
  color: #ffdc39;
}

.woocommerce ul.products li.product .price {
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.woocommerce ul.products li.product .price del {
  font-size: .75em;
  font-weight: 400;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .button {
  padding: 1rem;
  min-width: auto;
}

/* Woocommerce filters */
.filter--style-premmerce .filter__item {
  border: none;
}
.pc-range-slider__control .ui-slider-range {
 background-color: #ffdc39;
}
.pc-range-slider__control {
  border: none;
}
.filter__properties-item:not(:last-child) {
  margin-bottom: 8px;
}
.filter--style-premmerce .filter__checkgroup-title {
  position: relative;
  top: 2px;
  font-size: .875rem;
}
.filter__checkgroup-check, .filter__checkgroup-body, .filter__checkgroup-title, .filter__checkgroup-count, .filter__checkgroup-aside {
  vertical-align: middle;
}
.filter__checkgroup-count {
  display: inline-block;
  width: 17px;
  padding: 1px 2px;
  text-align: center;
  background-color: #d1d1d1;
  color: #333;
  font-size: 11px;
}
.filter__checkgroup-count:before,
.filter__checkgroup-count:after {
  display: none;
}

.pc-active-filter__item-delete {
  border: none;
}

/* Woocommerce single page */
.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 15px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin: 0 -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 0 2.5px;
}
.woocommerce div.product form.cart {
  margin-bottom: 10px;
}
.woocommerce .quantity .qty {
  padding: 13px 5px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700; 
}
.woocommerce div.product p.price del {
  font-size: .75em;
  font-weight: 400;
}
.woocommerce div.product p.price ins {
  text-decoration: none;
}
.woocommerce div.product form.cart .button {
  padding: .9rem 1.5rem;
  min-width: auto;
}
.product_meta {
  margin-bottom: 15px;
}
.product_meta>span {
  display: block;
}
.woocommerce div.product .related.products {
  clear: both;
}

/* Video wrap */
.responsive-container {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrap-half {
  max-width: 550px;
}
.img-full img,
.img-fullw img {
  width: 100%;
}

.mb-30 {
  margin-bottom: 30px;
}

/* Scroll */
.scroll-text::-webkit-scrollbar {
  background: #fff;
  width: 8px
}

.scroll-text::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 8px
}

.scroll-text::-webkit-scrollbar-thumb {
  background: #ffdc39;
  border-radius: 8px
}
.scroll-text--delay {
  max-height: 100%;
}
.scroll-text {
  height: 400px;
  max-height: none;
  overflow-y: auto;
  padding: 0 10px 0 0;
}

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
  .intro-sec:before {
    background-position-x: 130%;
  }
  .intro-left {
    width: 52%;
  }  
}

@media only screen and (max-width: 1200px) {
  .intro-sec {
    padding-top: 100px;
  }

  .intro-sec:before {
    width: 70%;
    background-position-x: 0%;
    opacity: .7;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .site-header-top {
    padding: 5px 0;
    font-size: 13px;
    font-weight: 400;
  }
  .site-header-top__h {
    display: block;
  }
  .site-header__address {
    margin-top: 0;
    float: left;
  }
  .site-header-bot {
    padding: 10px 0;
    height: 55px;
  }
  .site-header-bot__h {
    display: block;
  }
  .site-header-top .logo {
    display: none;
  }
  .site-header-bot .logo {
    display: block;
  }
  .logo {
    width: 175px;
  }

  .logo span {
    display: none;
  }

  .menu-toggle {
    position: relative;
    top: -1px;
    float: right;
    z-index: 1;
    display: block;
    width: 30px;
    height: 25px;
    padding: 0;
    margin: 6px 0 0 0;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
    transition: all .3s ease-in-out;
  }

  .menu-toggle span {
    position: relative;
    left: 3px;
    display: block;
    width: 24px;
    height: 3px;
    background-color: #fff;
    transition: background-color .3s ease-in-out;
  }

  .menu-toggle span:after,
  .menu-toggle span:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 24px;
    height: 3px;
    display: block;
    background-color: #fff;
    transition: background-color .3s ease-in-out;
  }

  .menu-toggle span:after {
    top: 8px;
  }

  .menu-toggle i {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
  }

  .menu-toggle.active span,
  .menu-toggle.active span:after,
  .menu-toggle.active span:before {
    background-color: #ffdc39;
  }

  .site-main-menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    background-color: #000000;
    width: 100%;
  }

  .site-main-menu.active {
    display: block;
  }

  .main-menu {
    max-width: 750px;
    padding: 10px 15px;
    margin: 0 auto;
    list-style: none;
    margin-bottom: 0;
  }

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

  .main-menu>li:last-child>a {
    border-bottom: none;
  }

  .main-menu li {
    position: relative;
    display: block;
  }

  .main-menu li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .main-menu li.menu-item-has-children>a {
    width: calc(100% - 60px);
  }

  .sub-menu {
    display: none;
    margin-left: 20px;
  }

  .sub-menu.is-open {
    display: block;
  }

  .sub-menu-toggle {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    height: 43px;
    background-color: transparent;
    color: #fff;
    width: 60px;
    padding-right: 10px;
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .sub-menu-toggle i {
    transition: transform .3s ease-in-out;
  }

  .sub-menu-toggle.is-open i {
    transform: rotate(90deg);
  }

  .site-header-add {
    display: none;
  }
  .sidebar-wrap {
    width: 100%;
  }
  .site-content .sidebar-shop,
  .site-content .content-area,
  .main-wrap {
    float: none;
    width: 100%;
  }

  .intro {
    text-align: center;
  }

  .intro-sec {
    padding-bottom: 80px;
  }

  .intro-sec:before {
    width: 100%;
    background-position-y: 0;
    opacity: 0.25;
  }

  .intro-left,
  .intro-right {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .intro .wpcf7 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contacts-box__metro {
    margin-bottom: 10px;
  }

  .contacts-box__address,
  .contacts-box__worktime {
    padding-left: 0;
  }

  .icons-adv {
    margin-left: auto;
    margin-right: auto;
  }
  .popup.popup-loto {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 290px;
    font-size: .75rem;
  }
  .popup.popup-loto img {
    width: 120px;
  }
  .popup.popup-loto .popup-loto__img {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .popup.popup-loto .popup-loto__img-wrap:before {
    top: 9px;
    left: 9px;
    width: 102px;
    height: 102px;
  }
  .popup.popup-loto .popup-loto__img-wrap:after {
    top: 36px;
    left: 46px;
    width: 28px;
    height: 38px;
  }  
  .popup.popup-loto .popup-loto__content {
    text-align: center;
  }
  .popup.popup-loto p.popup-loto__title {
    margin-bottom: .5rem;
    font-size: 1.7rem;
  }
  .popup.popup-loto p.popup-loto__subtitle {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .popup.popup-loto .wpcf7 form {
    text-align: center;
  }
  .footer-top {
    padding-bottom: 40px;
  }

  .footer-widgets-column {
    width: 50%;
    margin-bottom: 1.875rem;
  }

  .footer-widgets-column:nth-child(2n+1) {
    clear: both;
  }

  form.order-form .col-md-first, 
  form.order-form .col-md-center,
  form.order-form .col-md-last { 
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

  h1,
  .h1 {
    font-size: 2.125rem;
  }

  h2,
  .h2 {
    font-size: 1.9rem;
  }

  h3,
  .h3 {
    font-size: 1.3rem;
  }

  h4,
  .h4 {
    font-size: 1.1rem;
  }

  h5,
  .h5,
  .widget-title {
    font-size: 1rem;
  }
  .breadcrumbs {
    overflow-x: auto;
    justify-content: space-between;
    white-space: nowrap;
    padding-bottom: .75rem;
  }
  .wpcf7 form {
    text-align: center;
  }

  .wpcf7 form .btn-wrap {
    text-align: center;
  }

  .widget-social {
    display: block;
    margin-right: -15px;
  }

  .intro-sec {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .htestimonial__list,
  .testimonial__list {
    display: block;
  }

  .htestimonial__list li,
  .testimonial__list li {
    float: none;
    width: 100%;
  }

  ul.page-links li {
    width: 50%;
  }

  .post-item__img{
    max-width: 190%;
    min-width: 190px;
  }

  /* popup-loto in content */
  .popup-loto {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 290px;
    font-size: .75rem;
  }
  .popup-loto .popup-loto__img-wrap:before {
    top: 9px;
    left: 9px;
    width: 102px;
    height: 102px;
  }
  .popup-loto .popup-loto__img-wrap:after {
    top: 36px;
    left: 46px;
    width: 28px;
    height: 38px;
  }    
  .popup-loto img {
    width: 120px;
  }
  .popup-loto__img {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .popup-loto__content {
    text-align: center;
  }
  p.popup-loto__title {
    margin-bottom: .5rem;
    font-size: 1.7rem;
  }
  p.popup-loto__subtitle {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .popup-loto .wpcf7 form {
    text-align: center;
  }

  .footer-widgets-column {
    float: none;
    width: 100%;
  }

  .footer-bottom:before {
    width: auto;
    left: 0;
    right: 0;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 600px) {
  body {
    font-size: .9375rem;
  }

  .alignright,
  .alignleft,
  .aligncenter,
  .alignnone,
  img.size-full,
  img.size-large,
  img.size-medium,
  img.size-thumbnail {
      float: none;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    margin: 0 0 1rem;
  }

  .site-header-top__h {
    display: block;
    text-align: center;
  }
  .site-header__phones {
    text-align: center;
  }
  /* .site-header__phones li { */
    /* margin-bottom: 10px; */
  /* } */
  .site-header__address {
    display: none;
  }
  .intro-sec:before {
    background-position-x: 20%;
  }

  .table-price__icon img {
    width: 100%;
    height: auto;
  }

  .table .name {
    text-align: left;
  }

  .htestimonial__list li {
    padding: 0;
  }

  .testimonial__img {
    float: none;
    width: auto;
    text-align: left;
    padding: 15px;
    padding-bottom: 10px;
  }

  .testimonial__img:after {
    content: '';
    clear: both;
    display: table;
  }

  .testimonial__ava {
    display: table-cell;
    vertical-align: middle;
  }

  .testimonial__ava-name {
    font-size: 16px;
  }

  .testimonial__ava-text {
    width: calc(100% - 160px);
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
  }

  .testimonial__text {
    padding: 15px;
  }

  .testimonial-first {
    margin-bottom: 0;
  }

  .testimonial-first .testimonial__img {
    text-align: center;
    background-color: #e0e0e0;
  }

  .testimonial-first .testimonial__ava-wrap {
    display: inline-block;
    margin-bottom: 5px;
  }

  .testimonial-first .testimonial__ava {
    width: 90px;
    height: 90px;
  }

  .testimonial-first .testimonial__ava-text {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .testimonial-answer .testimonial__img {
    display: none;
  }
  .post-item {
    display: block;
    padding: 15px;
  }
  .post-item>* {
    float: none;
  }  
  .post-item__img {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
  }
  .post-item__content {
    padding-bottom: 0;
  }
  .post-item__exc {    
    margin-bottom: 15px;
  }
  .post-item__content .btn-wrap {
    position: relative;
    text-align: left;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .testimonial-item__text {
    padding: 25px 15px;
  }
  .page-links {
    display: block;
  }
  ul.page-links li {
    width: 100%;
  }  
  /* Woocommerce */
  .woocommerce ul.products[class*=columns-] li.product, 
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
  }  
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 400px) {

  h1,
  .h1 {
    font-size: 1.8rem;
  }

  h2,
  .h2 {
    font-size: 1.6rem;
  }

  h3,
  .h3 {
    font-size: 1.2rem;
  }

  h4,
  .h4 {
    font-size: 1rem;
  }

  h5,
  .h5,
  .widget-title {
    font-size: .875rem;
  }

  .intro-sec:before {
    background-position-x: 10%;
  }

  .intro h1 {
    font-size: 1.6rem;
  }

  .intro .contacts-box {
    margin-bottom: 30px;
  }

  .contacts-box__phones li {
    padding-right: 0;
  }

  .icons-adv {
    font-size: .875rem;
  }

  .table-price__icon {
    display: none;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 350px) {
  /**/
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 350px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /* Woocommerce  */
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 16.66%;
  }
  .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /*  */
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .site-header-bot>.container {
    position: relative;
  }
 
  .main-menu {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    list-style: none;
    margin-bottom: 0;
  }

  .main-menu>li {
    /* position: relative; */
    flex-grow: 1;
    display: block;
    vertical-align: middle;
    margin-bottom: 0;
    cursor: pointer;
  }

  .main-menu>li>a {
    position: relative;
    display: block;
    font-size: .9375rem;
    padding: 18px 5px;
    color: #fff;
    text-align: center;
    transition: all .3s ease-in-out;
    font-weight: 400;
  }

  .main-menu>li>a:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 1px;
    right: 0;
    background-color: rgba(255,255,255,.5);
  }
  .main-menu>li:last-child a:after {
    display: none;
  }

  .main-menu>li.current-menu-ancestor>a,
  .main-menu li.current-menu-item>a,
  .main-menu>li:hover>a {
    color: #ffdc39;
  }
  .main-menu>li.current-menu-ancestor>a,
  .main-menu li.current-menu-item>a {
    font-weight: 700;
  }

  .main-menu>li.menu-item-has-children:hover .sub-menu {
    z-index: 10;
    opacity: 1;
    visibility: visible;
  }

  .main-menu .sub-menu {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 25px 0;
    background-color: #f5f5f5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
  }

  .main-menu .sub-menu li {
    float: left;
    display: block;
    width: 25%;
    min-height: 42px;
    border-right: 1px solid #ebebeb;
    margin-bottom: 0;
  }

  .main-menu .sub-menu li:nth-child(4n) {
    border-right: none;
  }

  .main-menu .sub-menu li a {
    display: block;
    padding: 0 2rem .625rem;
    color: #333;
  }

  .main-menu .sub-menu li a:hover {
    color: #000;
  }

  .sub-menu-toggle {
    display: none;
  }
  .site-header.sticky .site-header-add {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .site-header-bot {
    height: 54px;
  }
  .main-menu>li>a {
    font-size: .8125rem;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /*  */
}