
/* ----------->>> FONT EMBED <<<----------- */
@font-face {
  font-family: 'Geogrotesque';
  src:  url("../fonts/Geogrotesque-Medium.otf") format('otf'),
        url("../fonts/Geogrotesque-Medium.eot") format('eot'),
        url("../fonts/Geogrotesque-Medium.woff") format('woff'),
        url("../fonts/Geogrotesque-Medium.ttf") format('ttf');
}

/* ---------->>> 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: auto;
  margin-top: -240px;
  padding-top: 200px;
  background: transparent;
}

.container {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  display: none;
}

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

.container:after {
  clear: both;
}

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

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

@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding: 0 15px;
  }
}
*/

/* ---------->>> TYPOGRAPHY <<<-----------*/
h1 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 48px;
  color: #af956d;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 5px;
}

h2 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  color: #af956d;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  line-height: 36px;
}

p {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

/* ---------->>> Buttons <<<-----------*/
.btn {
  height: 70px;
  width: 220px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 26px 5px;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #af956d;
  color: #af956d;
  transition: .5s;
}

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

/* ---------->>> NAVIGATION <<<-----------*/
.main-header nav {
  width: 550px;
  height: 100%;
  position: fixed;
  background: #af956d;
  display: none;
  top: 0;
  right: 0;
  z-index: 10;
}

.main-header h1 {
  height: 75px;
  width: 50%;
  margin-top: 75px;
  margin-left: 90px;
  display: block; 
  font-family: 'Montserrat', sans-serif;
  color: #371551;
  font-size: 36px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
}

.main-header .menu-close {
  height: 75px;
  width: 150px;
  margin-top: 60px;
  display: block;
  background: url(../images/common/menu-close.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.main-header nav ul {
  width: 100%;
  margin: 140px 0 0;
  text-align: center;
}

.main-header nav li {
  width: 100%;
  height: 85px;
  display: block;
}

.main-header nav li a {
  height: 100%;
  width: 100%;
  display: block;
  padding: 30px 90px;
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.main-header nav li a:hover {
  background: #a28a66;
}

header .mobile-menu {
  height: 31px;
  margin: 0;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  display: block;
  top: 100px;
  right: 100px;
}

header .mobile-menu span {
  display: block;
  width: 36px;
  height: 3px;
  border-top: 1px solid #af956d;
  border-bottom: 1px solid #af956d;
  margin-bottom: 11px;
  background-color: #af956d;
}

/* ---------->>> HEADER <<<-----------*/
.main-header {
  width: 100%;
  height: 200px;
  margin-bottom: 37px;
}

.logo_holder {
  height: 105px;
  width: 100%;
  padding: 60px 3% 0;
  display: block;
  text-align: left;
}

.logo {
  width: 460px;
  height: 105px;
  position: relative;
  display: block;
  background: url("../images/common/gladiator_logo.png") no-repeat center center;
  background-size: contain;
}

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

/* ---------->>> INDEX <<<-----------*/
.index {
  background: url("../images/index/index_bg.png"), url("../images/index/index_bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom left;
}

.index h1 {
  margin-bottom: 95px;
}

.index h2 {
  margin-bottom: 60px;
}

.index p {
  width: 102%;
  margin: 0 auto;
}

.index_box {
  width: 706px;
  height: auto;
  min-height: 660px;
  margin: 130px auto 0;
  padding-top: 200px;
  padding-bottom: 90px;
  background: url("../images/index/index_box.png") no-repeat center center;
  background-size: 100% 100%;
}

.index_box h1 {
  margin-bottom: 60px;
}

.index_box span {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 2px 0;
  text-align: center;
  color: #371551;
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
}

.index_box.contact {
  min-height: auto; 
}

.index_box.contact p,
.index_box.about p {
  color: #371551;
}

.index_box span b,
.index_box.contact strong,
.index_box.about strong {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  color: #371551;
}

.index_box + .index_box {
  height: auto;
  padding-top: 0;
  background: transparent;
}

.index_box.leaders {
  min-height: auto;
  margin: 80px auto 0;
  padding-bottom: 0;
  position: relative;
}

.index_box.leaders p{
  color: #371551;
}

.index_box.leaders span {
  width: auto;
  display: inline-block;
  cursor: pointer;
}

.index a {
  margin: 100px auto;
  background: url("../images/index/btn_right.png") no-repeat center right;
  text-align: left;
}


.leaders .cv_popup {
  position: absolute;
  top: -100px;
  left: -158px;
  background: url("../images/index/cv_bg.png") no-repeat top center;
  width: 1021px;
  height: 766px;
  text-align: center;
  display: none;
}

.leaders .cv_popup .header {
  position: relative;
  height: 315px;
  display: inline-block;
}

.leaders .cv_popup .img_holder {
  position: absolute;
  width: 280px;
  overflow: hidden;
  height: 280px;
  border-radius: 140px;
  border: 3px solid #fff;
  left: -140px;
  top:0;
}

.leaders .cv_popup .img_holder img{
  width: 100%;
}

.leaders .cv_popup .content {
  padding: 0 100px;
  position: relative;
}

.leaders .cv_popup .content h2 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}

.leaders .cv_popup .content p {
  color: #fff;
  font-size: 15px;
}

.leaders .cv_popup .content span {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: -139px;
  right: 43px;
}

/* ---------->>> INVESTMENT <<<-----------*/
.investment {
  background: url("../images/investment/investment_bg.png"), url("../images/investment/inv-bg-2.png"),  url("../images/investment/inv-bg-3.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, bottom 320px left, bottom right;
  padding-bottom: 130px;
}

.investment h1 {
  margin-top: 40px;
  margin-bottom: 80px;
}

.investment h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 4px;
}

.investment .inv_item {
  width: 795px;
  margin: 0 auto 35px;
  padding-top: 120px;
}

.investment .inv_item:nth-child(2n+0)  {
  height: 420px;
  padding-top: 65px;
  background: url("../images/investment/inv-frame-1.png") no-repeat;
}

.investment .inv_item:nth-child(3n+0) {
  height: 465px;
  background: url("../images/investment/inv-frame-2.png") no-repeat;
}

.investment .inv_item:nth-child(4n+0) {
  height: 445px;
  padding-top: 110px;
  background: url("../images/investment/inv-frame-3.png") no-repeat;
}

.investment .inv_item:nth-child(5n+0) {
  height: 445px;
  padding-top: 100px;
  background: url("../images/investment/inv-frame-4.png") no-repeat;
}

.investment .inv_item p {
  width: 555px;
  margin: 20px auto 40px;
  color: #371551;
  line-height: 22px;
}

.investment .inv_item.item_1 p {
  color: #fff;
}

.investment .inv_item .btn {
  width: 170px;
  height: 70px;
  padding: 0 26px 3px 2px;
  background: url("../images/index/btn_right.png") no-repeat center right;
  font-size: 18px;
  font-weight: 700;
}

.investment .inv_item.inv_each {
  width: 795px;
  margin: 0 auto 35px;
  padding-top: 100px;
  padding-bottom: 80px;
  height: auto;
  border: 3px solid #af956d; 
}

.investment .inv_item.inv_each p{
  margin-top: 40px;
  color: #af956d;
}

/* ---------->>> DOCUMENTS <<<-----------*/
.documents {
  padding-bottom: 105px;
  background: url("../images/documents/documents_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.documents h2 {
  margin-top: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 4px;
}

.documents h1 {
  margin-bottom: 50px;
}

.documents .doc_item {
  margin: 0 auto -10px;
}

.documents .doc_item:nth-child(1n+0) {
  width: 765px;
  min-height: 440px;
  height: auto;
  padding-top: 25px;
  padding-bottom: 85px;
  background: url("../images/documents/doc-frame-1.png") no-repeat;
  background-size: 100% 100%;
} 

.documents .doc_item:nth-child(2n+0) {
  width: 830px;
  height: 495px;
  padding-top: 85px;
  background: url("../images/documents/doc-frame-2.png") no-repeat;
} 

.documents .doc_item h2 {
  width: 300px;
}

.documents .doc_item p {
  width: 555px;
  margin: 20px auto 40px;
  color: #371551;
  line-height: 22px;
}

.documents .doc_item.item_1 p {
  color: #fff;
}

.documents .doc_item .btn {
    height: auto;
    border: 0px;
    margin-bottom: 9px;
    background: url(../images/index/btn_right.png) no-repeat center right;
    font-size: 16px;
    width: 380px;
}


/* ---------->>> PUBLICATION <<<-----------*/
.publications {
  background: url("../images/publication/publications_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 130px;
  min-height: 1150px;
}

.publications h2 {
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 4px;
}

.publications h1 {
  margin-bottom: 90px;
}

.publications .pub_item {
  height: 367px;
  margin: 0 auto 70px;
  display: none;
}

.publications .pub_item.item_1 {
  display: block;
}

.publications .pub_item:nth-child(1n+0) {
  width: 1013px;
  padding-top: 50px;
  background: url("../images/publication/pub-frame-1.png") no-repeat;
} 

.publications .pub_item:nth-child(2n+0) {
  width: 1013px;
  padding-top: 60px;
  background: url("../images/publication/pub-frame-2.png") no-repeat;
}

.publications .pub_item:nth-child(3n+0) {
  width: 1038px;
  padding-top: 55px;
  background: url("../images/publication/pub-frame-3.png") no-repeat;
}  

.publications .pub_item h2 {
  width: 300px;
  margin-top: 0;
  margin-bottom: 40px;
}

.publications .pub_item p {
  width: 890px;
  margin: 20px auto;
  color: #fff;
  line-height: 22px;
}

.publications .pub_item p span {
  margin-right: 35px;
  display: inline-block;
  font-size: 18px;
  color: #371551;
}

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

.publications .pub_item.item_1 p span,
.publications .container .pub_item:first-of-type p span {
  color: #fff;
}

.publications .pub_item p a {
  padding-right: 40px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #af956d;
  text-transform: uppercase;
  background: url("../images/index/btn_right.png") no-repeat center right;
  background-size: 24px;
}

.publications .pub_item p a:hover {
  text-decoration: underline;
}

.publications .more-year {
  margin-top: -50px;
  cursor: pointer;
}

.pub_each {
  background: url("../images/publication/publications_bg.png"), url("../images/publication/pub-bg-2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom left;
}

.pub_each h1 {
  margin-bottom: 70px;
}

.publications .btn {
  width: 170px;
  padding: 0 26px 3px 10px; 
  background: url("../images/index/btn_right.png") no-repeat center right;
  font-size: 18px;
  font-weight: 700;
}

.publications .sup_box {
  margin-top: 140px;
}

.publications .sup_box h2 {
  width: 300px;
}

.publications .sup_box p {
  width: 550px;
  margin: 20px auto 80px;
  color: #371551;
}

.pub-bg-frame {
  width: 614px;
  height: 619px;
  margin-left: -1280px;
  position: absolute;
  top: 1158px;
  left: 50%;
  background: url("../images/publication/pub-bg-1.png") no-repeat center center;
}

/* ---------->>> CONTACT <<<-----------*/
.contact {
  background: url("../images/contact/contact_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 130px;
  min-height: 1020px;
}

.contact_box {
  width: 706px;
  margin: 40px auto 0;
}

.contact_box h1 {
  margin-bottom: 60px;
}

.contact_box span {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 2px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
}

.contact_box span b {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.contact a {
  margin: 100px auto;
  background: url("../images/index/btn_right.png") no-repeat center right;
  text-align: left;
}

.contact #map_holder {
  width: 1000px;
  height: 655px;
  margin-top: 40px;
  border: 3px solid #af956d;
  background: #fff;
  box-shadow: 0 100px 100px 0 rgba(33,14,48,0.25);
}

/*
@media (min-width: 1921px) {
  .index {
    background-size: 100% 1454px, auto auto;
  }

  .investment {
    background-size: 100% 1240px, auto auto, auto auto;
  }

  .documents {
    background-size: 100% 1419px;
  }

  .publications {
    background-size: 100% 1079px, auto auto;
  }

  .contact {
    background-size: 100% 986px;
  }

}
*/

/*

@media (min-width: 1921px) {
  .index {
    background-size: 100% auto, auto auto;
  }

  .investment {
    background-size: 100% auto, auto auto, auto auto;
  }

  .documents {
    background-size: 100% auto;
  }

  .publications {
    background-size: 100% auto, auto auto;
  }

  .contact {
    background-size: 100% auto;
  }

}

@media (min-width: 2200px) {
  .index_box {
    margin-top: 60px;
    padding-top: 170px;
  }

  .index_box.about p {
    color: #af956d;
  }

  .index_box.about p strong {
    color:  #fff;
  }

  .investment .inv_item:nth-of-type(2) {
    padding-top: 110px;
  }

  .investment .inv_item:nth-of-type(2) p {
    color: #fff;
  }

  .documents .doc_item:nth-of-type(2) p {
    color: #fff;
  }

  .publications .pub_item:nth-of-type(2) p span {
    color: #fff;
  }

  .publications {
    background-position: top center, bottom left 230px;
  }

}

*/
