/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 29, ../../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../../sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../../sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 91, ../../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../../sass/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../../sass/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, ../../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../../sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 181, ../../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 189, ../../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 198, ../../sass/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 207, ../../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 230, ../../sass/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 238, ../../sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 248, ../../sass/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 256, ../../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 264, ../../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 268, ../../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 280, ../../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 287, ../../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 295, ../../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 305, ../../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 320, ../../sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 329, ../../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 341, ../../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 353, ../../sass/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 361, ../../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 373, ../../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, ../../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 402, ../../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 417, ../../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 430, ../../sass/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 442, ../../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 456, ../../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 468, ../../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 477, ../../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 488, ../../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 501, ../../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 23, ../../sass/style.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 26, ../../sass/style.scss */
html, body {
  position: relative;
  overflow: hidden;
  font-weight: 400;
}

/* line 31, ../../sass/style.scss */
main {
  overflow: hidden;
}

/* line 34, ../../sass/style.scss */
main, nav {
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

/* line 41, ../../sass/style.scss */
body, h1, h3, .contact-text h1, .btn {
  font-family: "raleway", sans-serif;
}

/* line 44, ../../sass/style.scss */
.home-content {
  font-family: PT Serif;
}

/* line 50, ../../sass/style.scss */
h1 {
  font-size: 40px;
  color: #353535;
}

/* line 54, ../../sass/style.scss */
h2 {
  margin: 0.3em 0px;
  font-size: 20px;
  color: #747474;
  font-weight: normal;
  text-transform: capitalize;
}

/* line 62, ../../sass/style.scss */
h3 {
  font-size: 20px;
  color: #353535;
  text-transform: capitalize;
  font-weight: bold;
}

/* line 68, ../../sass/style.scss */
p {
  font-size: 14px;
  color: #747474;
}

/* line 72, ../../sass/style.scss */
a {
  font-size: 18px;
  color: #737373;
  font-weight: 600;
}

/* line 77, ../../sass/style.scss */
a:hover {
  color: #C0A360;
}

/* line 80, ../../sass/style.scss */
.img-background, .home-text {
  float: left;
}

/* line 86, ../../sass/style.scss */
.index {
  background-image: url("../images/728.GIF");
}

/* line 89, ../../sass/style.scss */
.load {
  background-size: cover;
}

/* line 95, ../../sass/style.scss */
.img-background {
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 60%;
}

/* line 104, ../../sass/style.scss */
.img-background-s {
  width: 34%;
}

/* line 107, ../../sass/style.scss */
.img-background h1 {
  color: white;
  font-size: 52px;
}

/* line 111, ../../sass/style.scss */
.main-menu .img-background {
  width: 70%;
}

/* line 117, ../../sass/style.scss */
.block {
  height: 100%;
  text-align: center;
}

/* line 121, ../../sass/style.scss */
.block:before {
  content: '';
  display: inline-block;
  margin-right: -0.3em;
  vertical-align: middle;
  height: 100%;
}

/* line 131, ../../sass/style.scss */
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

/* line 140, ../../sass/style.scss */
.search, .menu,
.catalog, .download {
  position: absolute;
}

/* line 145, ../../sass/style.scss */
.menu {
  cursor: pointer;
}

/* line 149, ../../sass/style.scss */
.search,
.menu {
  top: 30px;
}

/* line 153, ../../sass/style.scss */
.catalog, .download {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 156, ../../sass/style.scss */
.catalog:hover .download {
  opacity: 1;
}

/* line 159, ../../sass/style.scss */
.catalog:hover, .download {
  background-color: #C0A360;
}

/* line 162, ../../sass/style.scss */
.menu, .catalog {
  left: 30px;
  text-align: center;
}

/* line 170, ../../sass/style.scss */
.catalog {
  top: 100px;
  padding: 10px 3px;
  background-color: #1f1f1f;
}

/* line 178, ../../sass/style.scss */
.download {
  top: 25px;
  left: 80px;
  padding: 2px 5px;
  opacity: 0;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

/* line 190, ../../sass/style.scss */
.download:after {
  content: '';
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -2px;
  bottom: 7px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #C0A360;
}

/* line 204, ../../sass/style.scss */
.menu .icon-menu {
  display: block;
}

/* line 207, ../../sass/style.scss */
.menu .icon-close {
  display: none;
}

/* line 210, ../../sass/style.scss */
.menu.menu-icon .icon-menu {
  display: none;
}

/* line 213, ../../sass/style.scss */
.menu.menu-icon .icon-close {
  display: block;
}

/* line 1, ../../sass/_header.scss */
.close-menumobile, .logo-mobile {
  display: none;
}

/* line 5, ../../sass/_header.scss */
nav {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow-Y: auto;
  padding: 20px;
  height: 100%;
  width: 30%;
  background-color: #1f1f1f;
  color: white;
}

/* line 25, ../../sass/_header.scss */
.nav-open {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/* line 28, ../../sass/_header.scss */
.main-menu {
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}

/* line 31, ../../sass/_header.scss */
.main-menu-s {
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

/* line 34, ../../sass/_header.scss */
.main-menu-s .img-background {
  width: 50%;
}

/* line 37, ../../sass/_header.scss */
nav ul {
  padding-left: 15px;
}

/* line 41, ../../sass/_header.scss */
.submenu {
  display: none;
  margin: 0;
}

/* line 46, ../../sass/_header.scss */
nav li {
  margin: 10px 0;
}

/* line 49, ../../sass/_header.scss */
nav a {
  padding: 10px;
  color: white;
  font-size: 44px;
  text-transform: capitalize;
  text-decoration: none;
}

/* line 57, ../../sass/_header.scss */
.select-link {
  color: #929292;
}

/* line 61, ../../sass/_header.scss */
nav .submenu a {
  font-size: 20px;
}

/* line 64, ../../sass/_header.scss */
.link {
  display: block;
}

/* line 68, ../../sass/_header.scss */
.sub-submenu {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  float: left;
  position: absolute;
  left: 30%;
  top: 0;
  z-index: 0;
  visibility: hidden;
  padding: 20px 30px;
  height: 100%;
  width: 20%;
  background-color: white;
}

/* line 85, ../../sass/_header.scss */
.sub-submenu ul {
  margin: 0;
  padding-left: 0;
}

/* line 90, ../../sass/_header.scss */
.sub-submenu li {
  margin: 38px 0px;
  list-style-type: none;
}

/* line 95, ../../sass/_header.scss */
.sub-submenu li a {
  color: #1f1f1f;
  font-size: 22px;
  text-decoration: none;
}

/* line 102, ../../sass/_header.scss */
.sub-submenu-open {
  visibility: visible;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 108, ../../sass/_header.scss */
.logo-mobile {
  display: block;
  margin: 30px 0;
  text-align: center;
}

/* line 113, ../../sass/_header.scss */
.logo-mobile img {
  max-width: 60%;
}

/* line 117, ../../sass/_header.scss */
nav .menu {
  display: none;
}

/* line 121, ../../sass/_header.scss */
.ul-first a {
  display: block;
}

/* line 222, ../../sass/style.scss */
.search {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: 30px;
  background-color: transparent;
}

/* line 229, ../../sass/style.scss */
.button-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  height: 64px;
  width: 64px;
  background: url("../images/search-icon.png") no-repeat;
  background-size: cover;
}

/* line 242, ../../sass/style.scss */
.search-open .button-search {
  display: none;
}

/* line 245, ../../sass/style.scss */
.search form {
  position: relative;
  height: 64px;
}

/* line 250, ../../sass/style.scss */
.search-open {
  background-color: rgba(192, 163, 96, 0.8);
}

/* line 254, ../../sass/style.scss */
.submit {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  height: 64px;
  width: 64px;
  background: url("../images/search-icon.png") no-repeat;
  background-size: cover;
}

/* line 266, ../../sass/style.scss */
.text-search {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  border: none;
  padding: 0;
  vertical-align: top;
  background-color: transparent;
  height: 0;
  width: 0;
  color: white;
  font-style: italic;
}

/* line 281, ../../sass/style.scss */
.search-open .text-search {
  visibility: visible;
  padding: 20px;
  width: 200px;
  height: 64px;
}

/* do not group these rules */
/* line 289, ../../sass/style.scss */
*::-webkit-input-placeholder {
  color: white;
}

/* line 292, ../../sass/style.scss */
*:-moz-placeholder {
  /* FF 4-18 */
  color: white;
}

/* line 296, ../../sass/style.scss */
*::-moz-placeholder {
  /* FF 19+ */
  color: white;
}

/* line 300, ../../sass/style.scss */
*:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

/* line 304, ../../sass/style.scss */
.ui-autocomplete {
  width: 268px;
  height: 200px;
  background-color: white;
  padding-left: 0;
  overflow: auto;
}

/* line 311, ../../sass/style.scss */
.ui-autocomplete li {
  list-style: none;
  padding: 5px 0;
}

/* line 315, ../../sass/style.scss */
.ui-autocomplete li:hover {
  background-color: #C0A360;
  color: white;
}

/* line 323, ../../sass/style.scss */
.home-text {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 100%;
  width: 40%;
}

/* line 329, ../../sass/style.scss */
.main-menu .home-text {
  width: 0;
}

/* line 334, ../../sass/style.scss */
.logo-home {
  border-bottom: 1px solid #a5a5a5;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

/* line 345, ../../sass/style.scss */
.home-content {
  padding: 20px 50px;
  overflow-y: auto;
}

/* line 353, ../../sass/style.scss */
.quote {
  font-style: italic;
  color: #a5a5a5;
}

/* line 357, ../../sass/style.scss */
.author a, .author {
  font-size: 14px;
  font-weight: bold;
  color: #747474;
}

/* line 362, ../../sass/style.scss */
.author a {
  text-decoration: none;
}

/* line 368, ../../sass/style.scss */
address {
  font-style: normal;
  margin-bottom: 20px;
}

/* line 372, ../../sass/style.scss */
.contact-text h1 {
  text-transform: uppercase;
  font-size: 36px;
}

/* line 377, ../../sass/style.scss */
.contact-all p {
  margin: 0;
}

/* line 380, ../../sass/style.scss */
.contact-all a {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

/* line 385, ../../sass/style.scss */
.contact-all {
  float: left;
  padding: 10px;
  width: 50%;
}

/* line 392, ../../sass/style.scss */
.row {
  overflow: hidden;
}

/* line 398, ../../sass/style.scss */
.product, .product-menu {
  float: left;
  padding: 5px;
  margin: 10px 5%;
  width: 40%;
  height: 150px;
  text-align: center;
}

/* line 409, ../../sass/style.scss */
.product, .product-menu a {
  background-color: white;
}

/* line 413, ../../sass/style.scss */
.product img {
  max-width: 100%;
  height: 100%;
}

/* line 417, ../../sass/style.scss */
.product-body {
  background-color: #F6F6F6;
}

/* line 420, ../../sass/style.scss */
.product-body .home-text {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 423, ../../sass/style.scss */
.menu-product {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  float: left;
  overflow: auto;
  width: 0;
  height: 100%;
  background-color: #1f1f1f;
}

/* line 433, ../../sass/style.scss */
.menu-product-open {
  padding: 30px;
  width: 26%;
}

/* line 437, ../../sass/style.scss */
.menu-product ul {
  padding-left: 0;
}

/* line 440, ../../sass/style.scss */
.menu-product li {
  padding: 15px 0;
  list-style: none;
}

/* line 445, ../../sass/style.scss */
.menu-product a {
  color: white;
  text-decoration: none;
  font-size: 22px;
}

/* line 454, ../../sass/style.scss */
.menu-adega .centered img, .menu-adega h1 {
  margin: 0;
}

/* line 457, ../../sass/style.scss */
.menu-adega.img-background h1 {
  margin-bottom: 20px;
  font-size: 30px;
}

/* line 461, ../../sass/style.scss */
.product-menu a {
  display: block;
  padding: 10px;
}

/* line 468, ../../sass/style.scss */
.product-menu img {
  max-width: 100%;
}

/* line 474, ../../sass/style.scss */
.product-content {
  padding: 20px 30px;
}

/* line 477, ../../sass/style.scss */
.image-product {
  width: 100%;
  height: 170px;
}

/* line 482, ../../sass/style.scss */
.bottle {
  max-height: 400px;
}

/* line 486, ../../sass/style.scss */
.wine h1 {
  text-transform: uppercase;
}

/* line 490, ../../sass/style.scss */
.detail-wine {
  float: left;
  margin: 20px 0 40px;
}

/* line 495, ../../sass/style.scss */
.detail-40 {
  width: 40%;
}

/* line 498, ../../sass/style.scss */
.detail-30 {
  width: 30%;
}

/* line 501, ../../sass/style.scss */
.button-wine {
  clear: both;
  width: 100%;
}

/* line 506, ../../sass/style.scss */
.back {
  display: block;
  padding: 40px 0;
  height: 49px;
}

/* line 512, ../../sass/style.scss */
.btn {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #a5a5a5;
  padding: 12px 27px 12px 50px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

/* line 521, ../../sass/style.scss */
.btn:hover {
  background-color: #F6F6F6;
}

/* line 525, ../../sass/style.scss */
.pdf {
  background: url("../images/pdf.png") no-repeat;
}

/* line 528, ../../sass/style.scss */
.img {
  background: url("../images/img.png") no-repeat;
}

/* line 531, ../../sass/style.scss */
.pdf, .img {
  background-position: 10% center;
}

/* line 538, ../../sass/style.scss */
.ui-helper-hidden-accessible div {
  display: none;
}

@media only screen and (max-width: 1199px) {
  /* line 3, ../../sass/_media-query.scss */
  .contact-all {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 10, ../../sass/_media-query.scss */
  h1 {
    font-size: 38px;
  }

  /* line 16, ../../sass/_media-query.scss */
  .logo-index {
    max-width: 90%;
  }

  /* line 22, ../../sass/_media-query.scss */
  .pdf, .img {
    display: inline-block;
    margin: 6px auto;
  }

  /* line 26, ../../sass/_media-query.scss */
  .button-wine {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  /* line 37, ../../sass/_media-query.scss */
  html, body, main {
    overflow-y: visible;
  }

  /* line 40, ../../sass/_media-query.scss */
  .main-menu .img-background {
    width: 100%;
  }

  /* line 43, ../../sass/_media-query.scss */
  .main-menu .home-text {
    width: 100%;
  }

  /* line 49, ../../sass/_media-query.scss */
  .home-content {
    overflow: auto;
  }

  /* line 52, ../../sass/_media-query.scss */
  h1 {
    font-size: 30px;
  }

  /* line 58, ../../sass/_media-query.scss */
  .img-background, .home-text {
    width: 100%;
  }

  /* line 61, ../../sass/_media-query.scss */
  .img-background {
    height: 500px;
  }

  /* line 64, ../../sass/_media-query.scss */
  .img-background h1 {
    font-size: 45px;
  }

  /* line 67, ../../sass/_media-query.scss */
  .block::before {
    margin-right: -0.3em;
  }

  /* line 70, ../../sass/_media-query.scss */
  .centered img {
    margin: 20px 0;
    max-width: 80%;
  }

  /* line 77, ../../sass/_media-query.scss */
  .logo-home {
    display: none;
  }

  /* line 83, ../../sass/_media-query.scss */
  .catalog img {
    width: 100%;
  }

  /* line 89, ../../sass/_media-query.scss */
  .close-menumobile {
    display: block;
  }

  /* line 92, ../../sass/_media-query.scss */
  nav {
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 100%;
  }

  /* line 96, ../../sass/_media-query.scss */
  .main-menu {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 100, ../../sass/_media-query.scss */
  nav .menu {
    display: block;
    right: 15px;
    top: 15px;
    left: auto;
  }

  /* line 107, ../../sass/_media-query.scss */
  .sub-submenu {
    z-index: 10;
  }

  /* line 114, ../../sass/_media-query.scss */
  .home-content {
    text-align: center;
  }

  /* line 120, ../../sass/_media-query.scss */
  .menu-product {
    display: none;
  }

  /* line 123, ../../sass/_media-query.scss */
  .back {
    text-align: center;
  }

  /* line 127, ../../sass/_media-query.scss */
  .pdf, .img {
    background-position: 10% center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 138, ../../sass/_media-query.scss */
  nav ul {
    padding-left: 0;
    text-align: center;
  }

  /* line 143, ../../sass/_media-query.scss */
  .logo-mobile {
    margin: 30px 0px 70px;
  }

  /* line 146, ../../sass/_media-query.scss */
  nav li {
    margin: 20px 0px;
  }

  /* line 149, ../../sass/_media-query.scss */
  .sub-submenu {
    left: auto;
    right: auto;
    width: 40%;
    height: 100%;
    overflow: auto;
  }

  /* line 156, ../../sass/_media-query.scss */
  .nav-sub {
    width: 60%;
  }

  /* line 159, ../../sass/_media-query.scss */
  .sub-submenu {
    -moz-transform: translateX(250%);
    -ms-transform: translateX(250%);
    -webkit-transform: translateX(250%);
    transform: translateX(250%);
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: block;
    position: absolute;
    top: 0;
  }

  /* line 169, ../../sass/_media-query.scss */
  .sub-submenu-open {
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }

  /* line 175, ../../sass/_media-query.scss */
  .product-menu img {
    max-width: 40%;
  }

  /* line 178, ../../sass/_media-query.scss */
  .detail-40, .detail-30 {
    width: 33.3%;
  }

  /* line 181, ../../sass/_media-query.scss */
  .product, .product-menu {
    height: 200px;
  }

  /* line 188, ../../sass/_media-query.scss */
  .contact-all {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 194, ../../sass/_media-query.scss */
  p {
    font-size: 14px;
  }

  /* line 199, ../../sass/_media-query.scss */
  .img-background {
    height: 240px;
  }

  /* line 202, ../../sass/_media-query.scss */
  .img-background h1 {
    font-size: 24px;
  }

  /* line 205, ../../sass/_media-query.scss */
  .centered {
    vertical-align: bottom;
  }

  /* line 208, ../../sass/_media-query.scss */
  .centered img {
    margin: 10px 0px;
    max-width: 50%;
  }

  /* line 215, ../../sass/_media-query.scss */
  .search-open .text-search {
    padding: 0 5px;
    height: 42px;
    width: 160px;
  }

  /* line 221, ../../sass/_media-query.scss */
  .search form {
    height: 42px;
  }

  /* line 224, ../../sass/_media-query.scss */
  .submit, .button-search {
    height: 42px;
    width: 42px;
  }

  /* line 231, ../../sass/_media-query.scss */
  .catalog {
    top: 80px;
    padding: 5px 3px;
    width: 42px;
  }

  /* line 238, ../../sass/_media-query.scss */
  .download {
    top: 13px;
    left: 55px;
  }

  /* line 245, ../../sass/_media-query.scss */
  .menu img {
    width: 65%;
  }

  /* line 249, ../../sass/_media-query.scss */
  nav a {
    font-size: 20px;
  }

  /* line 252, ../../sass/_media-query.scss */
  nav .submenu a, .sub-submenu li a {
    font-size: 16px;
  }

  /* line 255, ../../sass/_media-query.scss */
  .sub-submenu {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: block;
  }

  /* line 261, ../../sass/_media-query.scss */
  .sub-submenu-open {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 264, ../../sass/_media-query.scss */
  .sub-submenu {
    left: 0;
    width: 75%;
  }

  /* line 269, ../../sass/_media-query.scss */
  .sub-submenu ul {
    margin-top: 50px;
  }

  /* line 275, ../../sass/_media-query.scss */
  .home-content {
    padding: 15px;
  }

  /* line 281, ../../sass/_media-query.scss */
  .product-img .centered {
    vertical-align: bottom;
  }

  /* line 284, ../../sass/_media-query.scss */
  .centered .bottle {
    max-width: 23%;
  }

  /* line 287, ../../sass/_media-query.scss */
  .bottle {
    max-height: 250px;
  }

  /* line 290, ../../sass/_media-query.scss */
  .btn {
    padding: 10px 10px 10px 40px;
    font-size: 10px;
  }

  /* line 294, ../../sass/_media-query.scss */
  .detail-wine {
    margin: 0px 0px 20px;
  }

  /* line 297, ../../sass/_media-query.scss */
  .button-wine {
    clear: both;
  }

  /* line 300, ../../sass/_media-query.scss */
  .product-menu {
    height: 200px;
  }

  /* line 303, ../../sass/_media-query.scss */
  .product {
    height: 105px;
  }
}
