@charset "UTF-8";
*,
*:before,
*:after {
  	/*-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  
  	Artyom aj├ínl├ís: box-sizing: content-box;
  	*/ }

input, textarea, dl dt, dl dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
  font-weight: normal;
  font-style: normal;
  cursor: default;
  background: #ffffff;
  font-size: 14px;
  line-height: 120%;
  color: #232157; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%; }

.goAdverticum object, .goAdverticum embed {
  min-height: 100%; }
.goAdverticum > div {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

/* Overthrow CSS:
   Enable overflow: auto on elements with overthrow class when html element has overthrow class too */
.overthrow-enabled .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

a {
  color: black;
  text-decoration: none; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

textarea {
  outline: none;
  resize: none; }

* {
  outline: 0; }

/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

a:active,
a:hover {
  outline: 0; }

option {
  padding: 10px 0; }

mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

ul {
  list-style-type: disc; }

@font-face {
  font-family: 'HelveticaNeueLTPro-Cn';
  src: url("../fonts/HelveticaNeueLTPro-Cn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Cn.otf") format("opentype"), url("../fonts/HelveticaNeueLTPro-Cn.woff") format("woff"), url("../fonts/HelveticaNeueLTPro-Cn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTPro-Cn.svg#HelveticaNeueLTPro-Cn") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueLTPro-HvCn';
  src: url("../fonts/HelveticaNeueLTPro-HvCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-HvCn.otf") format("opentype"), url("../fonts/HelveticaNeueLTPro-HvCn.woff") format("woff"), url("../fonts/HelveticaNeueLTPro-HvCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTPro-HvCn.svg#HelveticaNeueLTPro-HvCn") format("svg");
  font-weight: normal;
  font-style: normal; }
.clr {
  padding: 0;
  margin: 0;
  float: none;
  clear: both; }

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
  header {
    width: 100%;
    height: 70%;
    height: calc(66% + 100px);
    height: calc(66vh + 100px);
    overflow: hidden; }
    header .background {
      width: 100%;
      height: calc(66% - 50px);
      height: calc(66vh - 50px);
      background: url(../images/fejleckep.jpg) top center no-repeat;
      background-size: cover !important;
      position: absolute;
      top: 50px;
      left: 0; }
      header .background .headerlogo {
        position: absolute;
        bottom: 100px;
        left: 0;
        box-shadow: -25px 15px 25px rgba(0, 0, 0, 0.5); }
        header .background .headerlogo img {
          width: 63.2vw;
          height: auto; }
      header .background .contactrow {
        position: absolute;
        bottom: 30px;
        width: 100%;
        text-align: center;
        background: #ffffff;
        line-height: 20px;
        font-size: 13px;
        font-family: 'HelveticaNeueLTPro-Cn';
        font-weight: normal;
        font-style: normal;
        color: #e1b35d;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.6);
        padding: 5px 20px; }
      header .background .socialrow {
        position: absolute;
        bottom: -100px;
        width: 100%;
        background: #ffffff;
        line-height: 80px;
        font-size: 36px;
        font-family: 'HelveticaNeueLTPro-Cn';
        font-weight: normal;
        font-style: normal;
        color: #e1b35d;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.6);
        padding: 5px 20px; }
        header .background .socialrow .container .likebox {
          float: left;
          margin-top: -20px; }
        header .background .socialrow .container .shopbox {
          float: right; }
          header .background .socialrow .container .shopbox a {
            text-decoration: none;
            color: #e1b35d;
            font-size: 24px;
            font-family: 'HelveticaNeueLTPro-Cn';
            font-weight: normal;
            font-style: normal; }
    header > .container-fluid {
      padding: 0; }
    header .navbar {
      position: relative;
      min-height: 50px;
      margin-bottom: 0;
      border: none; }
      header .navbar .navbar-toggle {
        margin-right: 25px; }
      header .navbar.navbar-default {
        background-color: #ffffff;
        border-color: transparent;
        background-image: none;
        filter: none;
        background-repeat: no-repeat;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      header .navbar .navbar-nav {
        float: right;
        margin: 0; }
        header .navbar .navbar-nav .navbar-form {
          margin-right: 15px;
          margin-left: 15px;
          padding: 0px 15px 20px; }
        header .navbar .navbar-nav.navbar-right > li {
          float: left;
          width: auto;
          display: initial; }
          header .navbar .navbar-nav.navbar-right > li a img {
            width: auto;
            height: auto;
            max-height: 105px; }
        header .navbar .navbar-nav > li {
          float: right;
          width: 100%;
          display: block; }
          header .navbar .navbar-nav > li > a {
            text-decoration: none;
            text-shadow: none;
            padding: 0;
            margin: 0 20px;
            line-height: 50px;
            display: block;
            font-size: 24px;
            font-family: 'HelveticaNeueLTPro-Cn';
            font-weight: normal;
            font-style: normal;
            color: #e1b35d;
            -webkit-transition: color 0.4s;
            -moz-transition: color 0.4s;
            transition: color 0.4s;
            -webkit-transition: color 0.4s;
            -moz-transition: color 0.4s;
            transition: color 0.4s; }
            header .navbar .navbar-nav > li > a.active, header .navbar .navbar-nav > li > a:hover {
              color: #d69a2a; }
          header .navbar .navbar-nav > li.search {
            float: left; }
            header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control {
              width: 400px;
              height: 46px;
              border: 2px solid #e1b35d;
              border-radius: 8px;
              background-color: #ffffff;
              color: #e1b35d;
              font-size: 24px;
              font-family: 'HelveticaNeueLTPro-Cn';
              font-weight: normal;
              font-style: normal;
              margin-top: 22px; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control::-webkit-input-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control:-moz-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control::-moz-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control:-ms-input-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control::-ms-input-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control:placeholder-shown {
                color: #e1b35d; }
    header .sr-only {
      width: auto;
      height: auto;
      clip: auto;
      right: 80px;
      font-size: 20px;
      color: darkgray;
      font-weight: bold;
      text-transform: uppercase; }
    header .navbar-toggle {
      padding: 15px; }
      header .navbar-toggle .icon-bar {
        width: 32px;
        height: 3px; }
      header .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px; } }
/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
  header {
    width: 100%;
    height: calc(27.7% + 205px);
    height: calc(27.7vw + 205px);
    overflow: hidden; }
    header .background {
      width: 100%;
      height: 27.7%;
      height: 27.7vw;
      background: url(../images/fejleckep.jpg) top center no-repeat;
      background-size: cover !important;
      position: absolute;
      top: 105px;
      left: 0; }
      header .background .headerlogo {
        position: absolute;
        bottom: 155px;
        left: 0;
        box-shadow: -25px 15px 25px rgba(0, 0, 0, 0.5); }
        header .background .headerlogo img {
          width: 31.6%;
          width: 31.6vw;
          height: auto; }
      header .background .contactrow {
        position: absolute;
        bottom: 60px;
        width: 100%;
        height: 40px;
        text-align: center;
        background: #ffffff;
        line-height: 40px;
        font-size: 20px;
        font-family: 'HelveticaNeueLTPro-Cn';
        font-weight: normal;
        font-style: normal;
        color: #e1b35d;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.6); }
      header .background .socialrow {
        position: absolute;
        bottom: -100px;
        width: 100%;
        background: #ffffff;
        line-height: 100px;
        font-size: 36px;
        font-family: 'HelveticaNeueLTPro-Cn';
        font-weight: normal;
        font-style: normal;
        color: #e1b35d;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.6);
        padding: 5px 20px; }
        header .background .socialrow .container .likebox {
          float: left;
          margin-top: -20px; }
        header .background .socialrow .container .shopbox {
          float: right; }
          header .background .socialrow .container .shopbox a {
            text-decoration: none;
            color: #e1b35d;
            font-size: 36px;
            font-family: 'HelveticaNeueLTPro-Cn';
            font-weight: normal;
            font-style: normal; }
    header > .container-fluid {
      padding: 0; }
    header .navbar {
      position: fixed;
      z-index: 500;
      width: 100%;
      min-height: 50px;
      margin-bottom: 0;
      border: none; }
      header .navbar.navbar-default {
        background-color: #ffffff;
        border-color: transparent;
        background-image: none;
        filter: none;
        background-repeat: no-repeat;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      header .navbar .navbar-nav.navbar-right {
        width: 260px; }
        header .navbar .navbar-nav.navbar-right > li {
          float: right;
          width: 33%; }
          header .navbar .navbar-nav.navbar-right > li a img {
            width: auto;
            height: auto;
            max-height: 105px; }
      header .navbar .navbar-nav > li {
        float: right; }
        header .navbar .navbar-nav > li > a {
          text-decoration: none;
          text-shadow: none;
          padding: 0;
          margin: 0 10px;
          line-height: 65px;
          display: block;
          font-size: 16px;
          font-family: 'HelveticaNeueLTPro-Cn';
          font-weight: normal;
          font-style: normal;
          color: #e1b35d;
          -webkit-transition: color 0.4s;
          -moz-transition: color 0.4s;
          transition: color 0.4s; }
          header .navbar .navbar-nav > li > a.active, header .navbar .navbar-nav > li > a:hover {
            color: #d69a2a; }
        header .navbar .navbar-nav > li.search {
          float: left;
          position: absolute;
          top: 20px;
          left: 7px; }
          header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control {
            width: 360px;
            height: 46px;
            border: 2px solid #e1b35d;
            border-radius: 8px;
            background-color: #ffffff;
            color: #e1b35d;
            font-size: 24px;
            font-family: 'HelveticaNeueLTPro-Cn';
            font-weight: normal;
            font-style: normal;
            margin-top: 22px; }
            header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control::-webkit-input-placeholder {
              color: #e1b35d; }
            header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control:-moz-placeholder {
              color: #e1b35d; }
            header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control::-moz-placeholder {
              color: #e1b35d; }
            header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control:-ms-input-placeholder {
              color: #e1b35d; }
            header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control::-ms-input-placeholder {
              color: #e1b35d; }
            header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control:placeholder-shown {
              color: #e1b35d; } }
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  header {
    width: 100%;
    height: 90%;
    height: calc(27.7% + 205px);
    height: calc(27.7vw + 205px);
    overflow: hidden; }
    header .background {
      width: 100%;
      height: 27.7%;
      height: 27.7vw;
      background: url(../images/fejleckep.jpg) top center no-repeat;
      background-size: cover !important;
      position: absolute;
      top: 105px;
      left: 0; }
      header .background .headerlogo {
        position: absolute;
        bottom: 155px;
        left: 0;
        box-shadow: -25px 15px 25px rgba(0, 0, 0, 0.5); }
        header .background .headerlogo img {
          width: 31.6%;
          width: 31.6vw;
          height: auto; }
      header .background .contactrow {
        position: absolute;
        bottom: 60px;
        width: 100%;
        height: 40px;
        text-align: center;
        background: #ffffff;
        line-height: 40px;
        font-size: 24px;
        font-size: 1vw;
        font-family: 'HelveticaNeueLTPro-Cn';
        font-weight: normal;
        font-style: normal;
        color: #e1b35d;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.6); }
      header .background .socialrow {
        position: absolute;
        bottom: -100px;
        width: 100%;
        background: #ffffff;
        line-height: 100px;
        font-size: 36px;
        font-family: 'HelveticaNeueLTPro-Cn';
        font-weight: normal;
        font-style: normal;
        color: #e1b35d;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.6);
        padding: 5px 20px; }
        header .background .socialrow .container .likebox {
          float: left;
          margin-top: -20px; }
        header .background .socialrow .container .shopbox {
          float: right; }
          header .background .socialrow .container .shopbox a {
            text-decoration: none;
            color: #e1b35d;
            font-size: 36px;
            font-family: 'HelveticaNeueLTPro-Cn';
            font-weight: normal;
            font-style: normal; }
    header > .container-fluid {
      padding: 0; }
    header .navbar {
      position: fixed;
      z-index: 500;
      width: 100%;
      min-height: 50px;
      margin-bottom: 0;
      border: none; }
      header .navbar.navbar-default {
        background-color: #ffffff;
        border-color: transparent;
        background-image: none;
        filter: none;
        background-repeat: no-repeat;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      header .navbar .navbar-nav {
        float: left;
        width: auto; }
        header .navbar .navbar-nav.navbar-right {
          width: auto; }
          header .navbar .navbar-nav.navbar-right > li {
            float: left;
            width: 33%;
            min-width: 85px; }
            header .navbar .navbar-nav.navbar-right > li a img {
              width: auto;
              height: auto;
              max-height: 105px; }
        header .navbar .navbar-nav > li {
          float: right; }
          header .navbar .navbar-nav > li > a {
            text-decoration: none;
            text-shadow: none;
            padding: 0;
            margin: 0 10px;
            line-height: 105px;
            display: block;
            font-size: 12px;
            font-family: 'HelveticaNeueLTPro-Cn';
            font-weight: normal;
            font-style: normal;
            color: #e1b35d;
            -webkit-transition: color 0.4s;
            -moz-transition: color 0.4s;
            transition: color 0.4s; }
            header .navbar .navbar-nav > li > a.active, header .navbar .navbar-nav > li > a:hover {
              color: #d69a2a; }
          header .navbar .navbar-nav > li.search {
            float: left; }
            header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control {
              width: 357px;
              width: 18.6vw;
              height: 46px;
              border: 2px solid #e1b35d;
              border-radius: 8px;
              background-color: #ffffff;
              color: #e1b35d;
              font-size: 24px;
              font-size: 1vw;
              font-family: 'HelveticaNeueLTPro-Cn';
              font-weight: normal;
              font-style: normal;
              margin-top: 22px; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control::-webkit-input-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control:-moz-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control::-moz-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control:-ms-input-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control::-ms-input-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control:placeholder-shown {
                color: #e1b35d; } }
/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
  header {
    width: 100%;
    height: calc(27.7% + 205px);
    height: calc(27.7vw + 205px);
    overflow: hidden; }
    header .background {
      width: 100%;
      height: 27.7%;
      height: 27.7vw;
      background: url(../images/fejleckep.jpg) top center no-repeat;
      background-size: cover !important;
      position: absolute;
      top: 105px;
      left: 0; }
      header .background .headerlogo {
        position: absolute;
        bottom: 155px;
        left: 0;
        box-shadow: -25px 15px 25px rgba(0, 0, 0, 0.5); }
        header .background .headerlogo img {
          width: 31.6%;
          width: 31.6vw;
          height: auto; }
      header .background .contactrow {
        position: absolute;
        bottom: 60px;
        width: 100%;
        height: 40px;
        text-align: center;
        background: #ffffff;
        line-height: 40px;
        font-size: 24px;
        font-size: 1vw;
        font-family: 'HelveticaNeueLTPro-Cn';
        font-weight: normal;
        font-style: normal;
        color: #e1b35d;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.6); }
      header .background .socialrow {
        position: absolute;
        bottom: -100px;
        width: 100%;
        background: #ffffff;
        line-height: 100px;
        font-size: 36px;
        font-family: 'HelveticaNeueLTPro-Cn';
        font-weight: normal;
        font-style: normal;
        color: #e1b35d;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.6);
        padding: 5px 20px; }
        header .background .socialrow .container .likebox {
          float: left;
          margin-top: -20px; }
        header .background .socialrow .container .shopbox {
          float: right; }
          header .background .socialrow .container .shopbox a {
            text-decoration: none;
            color: #e1b35d;
            font-size: 36px;
            font-family: 'HelveticaNeueLTPro-Cn';
            font-weight: normal;
            font-style: normal; }
    header > .container-fluid {
      padding: 0; }
    header .navbar {
      position: fixed;
      z-index: 500;
      width: 100%;
      min-height: 50px;
      margin-bottom: 0;
      border: none; }
      header .navbar.navbar-default {
        background-color: #ffffff;
        border-color: transparent;
        background-image: none;
        filter: none;
        background-repeat: no-repeat;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      header .navbar .navbar-nav {
        float: left;
        width: auto; }
        header .navbar .navbar-nav.navbar-right {
          width: auto; }
          header .navbar .navbar-nav.navbar-right > li {
            float: left;
            width: 33%;
            min-width: 85px; }
            header .navbar .navbar-nav.navbar-right > li a img {
              width: auto;
              height: auto;
              max-height: 105px; }
        header .navbar .navbar-nav > li {
          float: right; }
          header .navbar .navbar-nav > li > a {
            text-decoration: none;
            text-shadow: none;
            padding: 0;
            margin: 0 10px;
            line-height: 105px;
            display: block;
            font-size: 17px;
            font-family: 'HelveticaNeueLTPro-Cn';
            font-weight: normal;
            font-style: normal;
            color: #e1b35d;
            -webkit-transition: color 0.4s;
            -moz-transition: color 0.4s;
            transition: color 0.4s; }
            header .navbar .navbar-nav > li > a.active, header .navbar .navbar-nav > li > a:hover {
              color: #d69a2a; }
          header .navbar .navbar-nav > li.search {
            float: left; }
            header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control {
              width: 357px;
              width: 18.6vw;
              height: 46px;
              border: 2px solid #e1b35d;
              border-radius: 8px;
              background-color: #ffffff;
              color: #e1b35d;
              font-size: 19px;
              font-family: 'HelveticaNeueLTPro-Cn';
              font-weight: normal;
              font-style: normal;
              margin-top: 22px; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control::-webkit-input-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control:-moz-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control::-moz-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control:-ms-input-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control::-ms-input-placeholder {
                color: #e1b35d; }
              header .navbar .navbar-nav > li.search .sopened .navbar-form .form-group .form-control:placeholder-shown {
                color: #e1b35d; } }
/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
  footer {
    background-color: #e1b35d;
    margin-top: 50px; }
    footer .container {
      margin: 30px auto; }
      footer .container .leftside {
        float: left;
        width: 50%; }
        footer .container .leftside p {
          text-align: left;
          line-height: normal;
          font-size: 20px;
          font-family: 'HelveticaNeueLTPro-Cn';
          font-weight: normal;
          font-style: normal;
          color: #ffffff; }
      footer .container .rightside {
        float: right;
        width: 45%; }
        footer .container .rightside ul.footermenu li {
          text-align: right;
          margin: 10px 0; }
          footer .container .rightside ul.footermenu li a {
            line-height: normal;
            font-size: 20px;
            font-family: 'HelveticaNeueLTPro-Cn';
            font-weight: normal;
            font-style: normal;
            color: #ffffff;
            text-decoration: none; }
        footer .container .rightside iframe {
          min-height: 380px; } }
/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
  footer {
    background-color: #e1b35d;
    margin-top: 50px; }
    footer .container {
      margin: 30px auto; }
      footer .container .leftside {
        float: left;
        min-width: 48%; }
        footer .container .leftside p {
          text-align: left;
          line-height: normal;
          font-size: 24px;
          font-family: 'HelveticaNeueLTPro-Cn';
          font-weight: normal;
          font-style: normal;
          color: #ffffff; }
      footer .container .rightside {
        float: right;
        min-width: 47%; }
        footer .container .rightside ul.footermenu li {
          text-align: right; }
          footer .container .rightside ul.footermenu li a {
            line-height: 48px;
            font-size: 24px;
            font-family: 'HelveticaNeueLTPro-Cn';
            font-weight: normal;
            font-style: normal;
            color: #ffffff;
            text-decoration: none; }
        footer .container .rightside iframe {
          min-height: 380px; } }
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  footer {
    background-color: #e1b35d;
    margin-top: 50px; }
    footer .container {
      margin: 30px auto; }
      footer .container .leftside {
        float: left;
        min-width: 48%; }
        footer .container .leftside p {
          text-align: left;
          line-height: normal;
          font-size: 24px;
          font-size: 1.25vw;
          font-family: 'HelveticaNeueLTPro-Cn';
          font-weight: normal;
          font-style: normal;
          color: #ffffff; }
      footer .container .rightside {
        float: right;
        min-width: 50%; }
        footer .container .rightside ul.footermenu li {
          text-align: right; }
          footer .container .rightside ul.footermenu li a {
            line-height: 48px;
            line-height: 2.5vw;
            font-size: 24px;
            font-size: 1.25vw;
            font-family: 'HelveticaNeueLTPro-Cn';
            font-weight: normal;
            font-style: normal;
            color: #ffffff;
            text-decoration: none; }
        footer .container .rightside iframe {
          min-height: 380px; } }
/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
  footer {
    background-color: #e1b35d;
    margin-top: 50px; }
    footer .container {
      margin: 30px auto; }
      footer .container .leftside {
        float: left;
        min-width: 48%; }
        footer .container .leftside p {
          text-align: left;
          line-height: normal;
          font-size: 24px;
          font-family: 'HelveticaNeueLTPro-Cn';
          font-weight: normal;
          font-style: normal;
          color: #ffffff; }
      footer .container .rightside {
        float: right;
        min-width: 50%; }
        footer .container .rightside ul.footermenu li {
          text-align: right; }
          footer .container .rightside ul.footermenu li a {
            line-height: 48px;
            font-size: 24px;
            font-family: 'HelveticaNeueLTPro-Cn';
            font-weight: normal;
            font-style: normal;
            color: #ffffff;
            text-decoration: none; }
        footer .container .rightside iframe {
          min-height: 380px; } }

/*# sourceMappingURL=style.css.map */
