
/* ----------->>> FONT EMBED <<<----------- */
@font-face {
  font-family: 'Geogrotesque SmBd';
  src: url('../fonts/Geogrotesque-SemiBold.eot');
  src: url('../fonts/Geogrotesque-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geogrotesque-SemiBold.woff') format('woff'),
    url('../fonts/Geogrotesque-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Geogrotesque';
  src: url('../fonts/Geogrotesque-Medium.eot');
  src: url('../fonts/Geogrotesque-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geogrotesque-Medium.woff') format('woff'),
    url('../fonts/Geogrotesque-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


/* ---------->>> NORMALIZE <<<-----------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  background: #fff;
}

* {
  box-sizing: border-box;
}

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

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

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

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

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input {
  border: 0;

}

input:focus,
select:focus {
  outline: 0;
}

select {
  text-indent: 1px;
  text-overflow: '';
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

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

button,
input {
  overflow: visible;
}

button,
[type='submit'] {
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-appearance: button;
}

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

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

::-webkit-input-placeholder {
  opacity: .54;
  color: inherit;
}

textarea {
  overflow: auto;
}

button,
select {
  text-transform: none;
}

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

td {
  padding: 0;
}

.clear:before,
.clear:after {
  display: table;
  content: ' ';
}

.clear:after {
  clear: both;
}

.is-hidden {
  display: none !important;
}

/* ---------->>> GLOBAL <<<-----------*/
main {
  height: 100%;
  padding-top: 110px;
}

section {
  height: auto;
  min-height: 100%;
  background: transparent;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}

.container:before, .container:after {
  display: table;
  content: ' ';
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 762px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 762px;
  }
}

body {
  font-family: 'Geogrotesque', Arial, Helvetica, sans-serif;
  color: #231f20;
  overflow-x: hidden;
}

/* ---------->>> TYPOGRAPHY <<<-----------*/

.holder {
  width: 100%;
  min-height: 40vh;
  margin: 60px 0 70px;
  padding: 25px;
}

.holder h2 {
  margin: 20px 0 10px;
  font-family: 'Geogrotesque SmBd', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;

}

.holder p {
  font-family: 'Geogrotesque', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 17px;
}

.holder span {
  display: block;
  font-family: 'Geogrotesque', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #f5b617;
  font-size: 16px;
}

.holder a {
  font-family: 'Geogrotesque', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #f5b617;
  font-size: 17px;
  line-height: 24px;
  cursor: pointer;
}

.holder a:hover {
  text-decoration: underline;
}

/* ---------->>> Buttons <<<-----------*/
.btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  height: 63px;
  padding: 0 26px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-width: 3px;
  border-style: solid;
  transition: .5s;
}

.btn:before {
  display: inline-block;
  height: 110%;
  content: '';
  vertical-align: middle;
}

.back-button {
  margin-top: 10px;
}

/* ---------->>> NAVIGATION <<<-----------*/
.main-header nav {
  width: 100%;
  height: 38px;
  position: relative;
  background: #231f20;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  display: block;
}

.main-header nav ul {
  margin: 0 auto;
  text-align: center;
}

.main-header nav li {
  height: 38px;
  display: inline-block;
  margin: 0 15px;
}

.main-header nav li:first-of-type {
  margin-left: 15px;
}

.main-header nav li:last-of-type {
  margin-right: 25px;
}

.main-header nav li a {
  height: 100%;
  width: 100%;
  display: block;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'Geogrotesque', Arial, Helvetica, sans-serif;
}

.main-header nav li a:hover {
  color: #f5b617;
}

.main-header nav li a.active {
  color: #f5b617;
}

header .mobile-menu {
  float: right;
  height: 31px;
  cursor: pointer;
  margin: 27px 15px 0 0;
  display: none;
}

header .mobile-menu span {
  display: block;
  width: 33px;
  height: 4px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 4px;
  background-color: #000;
}

/* ---------->>> HEADER <<<-----------*/
.main-header {
  width: 100%;
  height: 83px;
  background: #fff;
  margin-bottom: 37px;
  position: absolute;
  z-index: 2;
}

.logo_holder {
  height: 103px;
  width: 100%;
  display: block;
  text-align: center;
}

.logo {
  width: 280px;
  height: 103px;
  margin: 0 auto;
  position: relative;
  display: block;
  background: url("../images/common/arcadia_logo.png") no-repeat center center;
  background-size: contain;
}

.lang {
  position: absolute;
  top: 20px;
  left: 70%;
}

.lang a:hover,
.lang a.active {
  color: #f5b617;
}

.lang .lang_hu {
  padding-right: 7px;
  margin-right: 4px;
  border-right: 1px solid #231f20;
}

.arrow_left {
  display: none;
}

/* ---------->>> FOOTER <<<-----------*/
.main-footer {
  height: 40px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}

.main-footer__menu {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.main-footer__menu a {
  font-size: 12px;
}

/* ---------->>> INDEX <<<-----------*/
.index {
  background: url("../images/index/index_bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.index .holder {
  background: rgba(81,125,153,0.85);
  height: 452px;
}

.index .holder.cv {
  display: none;
  height: 500px;
  position: absolute;
  top: 0;
  font-size: 12px;
  min-height: 0;
  background: rgba(81,125,153,0.95);
  max-width: 742px;
}

.index .holder .img_holder {
  float: left;
  height: 100%;
}

.index .holder .img_holder img{
  border: 4px solid #fff;
}

.index .holder .content {
  margin-left: 133px;
  padding-left: 20px;
  text-align: justify;
}

.index .holder .content span {
  margin-bottom: 15px;
}

.index .holder .content a {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #f5b617;
  cursor: pointer;
}

/* ---------->>> INVESTMENT <<<-----------*/
.investment {
  background: url("../images/investment/investment_bg.jpg") no-repeat center center;
  background-size: cover;
}

.investment .holder {
  background: rgba(111,123,150,0.85);
}

.investment .holder .inv_item a {
  margin-top: 10px;
}

/* ---------->>> DOCUMENTS <<<-----------*/
.documents {
  background: url("../images/documents/documents_bg.jpg") no-repeat center center;
  background-size: cover;
}

.documents .holder {
  background: rgba(44,75,109,0.85);
}

.documents .holder .doc_item {
  margin-bottom: 30px;
}

.documents .holder .doc_item p {
  margin-bottom: 10px;
}

/* ---------->>> PUBLICATION <<<-----------*/
.publications {
  background: url("../images/publication/pub_bg.jpg") no-repeat center center;
  background-size: cover;
}

.publications .holder {
  background: rgba(100,83,115,0.85);
}

.publications .holder .pub_item {
  margin-bottom: 30px;
  display: none
}

.publications .holder .pub_item:first-of-type {
  display: block;
}

.publications .holder .pub_item a{
  display: block;
  margin-top: 20px;
}

.publications .holder .more-year {
  text-decoration: underline;
  cursor: pointer;
}

/* ---------->>> CONTACT <<<-----------*/
.contact {
  background: url("../images/contact/contact_bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  line-height: 35px;
}

.contact .holder {
  background: rgba(156,142,173,0.85);
}

.contact .holder span {
  color: #fff;
}

.contact .holder #map_holder {
  height: 166px;
  width: 100%;
  margin: 30px 0 10px;
}

@media (max-width: 1023px) {

  header .mobile-menu {
      position: absolute;
      display: block;
      z-index: 3;
      top: 0;
      right: 20px;
    }

    .logo {
      height: 83px;
    }

    .main-header {
      height: 83px;
      border-bottom: 4px solid #231f20;
      box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    }

    .main-header nav {
      width: 160px;
      height: 190px;
      margin: 0;
      float: none;
      position: absolute;
      right: 80px;
      top: 0;
      display: none;
      z-index: 1;
      background: rgba(0,0,0, 0.85);
      box-shadow: 0 0 0 0;
    }

    .main-header nav ul {
      width: 100%;
      padding: 5px 0;
    }

    .main-header nav ul li {
      display: block !important;
      margin: 0 !important;
      padding: 0;
      height: 33px;
    }

    .main-header nav ul li a {
      padding: 10px 20px;
      color: #fff;
      text-align: right;
    }

    .arrow_left {
      width: 0;
      height: 0;
      position: absolute;
      top: 32px;
      right: 80px;
      z-index: 1;
      display: block;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 5px solid #fff;
    }

    main {
      padding-top: 83px;
    }
}
