  @keyframes before-width {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes before-width-header {
  0% {
    right: 100%;
  }

  100% {
    right: 20px;
  }
}

body {
  font-family: "Alegreya Sans", sans-serif;
  background: #fff;
  position: relative;
  color: #373535;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  left: 0;
  transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  padding: 16px;
}

.general-wrapper {
  background: #f9f9f9;
}

.push-to-left {
  left: -80%;
}

img {
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: none !important;
  border: none;
  text-decoration: none;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  color: #000;
}

h1, h1 a, h1 a:hover, h2.title, h2.title a, h2.title a:hover {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 32px;
  margin: 0 0 20px;
  color: #af8230;
}

h2, h2 a, h2 a:hover {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 26px;
  margin: 0 0 20px;
  color: #5d5a58;
}

h3, h3 a, h3 a:hover {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 20px;
  color: #af8230;
}

h4, h4 a, h4 a:hover {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 20px;
  color: #5d5a58;
  font-style: italic;
}
.side-image img {
    display: block;
    margin: 0 auto;
}
h3.side-text {
    margin-bottom: 0;
    padding-top: 18px;
    font-size: 23px;
    font-weight: 600;
}
p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5em;
  overflow: hidden;
  color: #373535;
  font-weight: 300;
}
p img {
  margin-top: 10px;
}

a {
  color: #373535;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-trasition: color 0.3s ease-in-out;
}
a:hover, a:focus {
  color: #af8230;
  text-decoration: none;
}

.cta {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  font-family: "Lora", serif;
  font-weight: 400;
  color: #af8230;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.cta::after {
    content: '';
    display: block;
    margin: 0 auto -4px;
    height: 4px;
    width: 60px;  
    position:relative;
    top:15px;
    background: #AF8230;
    transition: width .5s ease, background-color .5s ease;  
}
.cta:hover:after {
	width: 100%;
}
.cta.big {
  font-family: "Lora", serif;
  font-size: 22px;
}

ul {
  margin: 0 0 10px;
  padding-left: 0;
}
ul li {
  list-style: none;
  margin: 18px 0;
  background: url(../images/icon-ul.png) no-repeat 7px 10px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 300;
  color: #373535;
}

ol {
  list-style-position: inside;
  margin: 0 0 20px;
  padding-left: 0;
  counter-reset: item;
}
ol li {
  margin: 18px 0;
  display: block;
  list-style-position: outside;
  font-size: 18px;
  font-weight: 300;
  color: #373535;
  padding-left: 30px;
  position: relative;
}
ol li:before {
  color: #af8230;
  content: counters(item, ".", decimal) ".";
  counter-increment: item;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2em;
  left: 0;
  position: absolute;
  top: 2px;
}
ol li ol li {
  padding-left: 40px;
}
ol li ol li ol li {
  padding-left: 55px;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.icon {
  display: inline-block;
  position: relative;
}

.container {
  max-width: 1200px;
}

.container-fluid {
  max-width: 1800px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.separator {
  min-height: 1px;
  border-bottom: 1px dotted #cccccc;
  margin: 20px 0;
}

.vertical-align {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.vertical-align > .wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark li, .dark p, .dark span {
  color: #fff;
}
.dark .cta {
  color: #fff;
}

/*Change icons colors*/
.change.up [class^="eqicon-change-"], .change.up [class*=" eqicon-change-"] {
  color: #af8230;
}

.change.down [class^="eqicon-change-"], .change.down [class*=" eqicon-change-"] {
  color: #af8230;
}

/*form styles*/
form label {
  font-size: 16px;
  font-weight: 400;
  color: #5d5a58;
  display: block;
}

input[type="text"], input[type="email"] {
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 8px;
  width: 100%;
  background: #fff;
}

textarea {
  width: 100%;
  resize: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 8px;
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px;
  background: #fff;
}
textarea:focus {
  border: 1px solid #ccc;
}

.collapse-select .dropdown-menu {
  position: relative;
}

.main-select {
  background: #ffffff;
  box-shadow: inset 0 -4px 12px 0 #f4f4f4;
  padding: 10px;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #777777;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  border: 1px solid #ccc;
}
.main-select:hover {
  background: #fff;
  color: #777777;
  border: 1px solid #ccc;
}

.dropdown-menu ul li {
  margin: 0;
  padding-left: 0;
  background: none;
}
.dropdown-menu ul li:before {
  display: none;
}
.dropdown-menu ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.checkbox-box {
  margin: 10px 10px 10px 0;
}
.checkbox-box input {
  display: none;
}
.checkbox-box input:checked + label {
  background: white url(../images/check.png) no-repeat center center;
}
.checkbox-box label {
  cursor: pointer;
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-trasition: none;
}
.checkbox-box label + label {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  display: inline-block;
  margin-left: 5px;
  margin-right: 15px;
  background: transparent;
}

.checkboxes-row {
  overflow: hidden;
  margin-bottom: 15px;
}

/*general table styles*/
.content-table {
  margin-bottom: 20px;
  border-collapse: collapse;
}
.content-table th {
  font-size: 14px;
  font-weight: 500;
  background: #5d5a58;
  color: #fff;
  text-align: left;
  padding: 10px 0 10px 16px;
  border: 4px solid #fff;
  text-transform: uppercase;
  border-collapse: collapse;
}
.content-table td {
  border: 4px solid #fff;
  font-size: 16px;
  font-weight: 400;
  background: #f0ede6;
  color: #5d5a58;
  text-align: left;
  padding: 15px 18px;
  border-collapse: collapse;
}
.content-table tr:first-child th {
  border-top: none;
}
.content-table tr:last-child td {
  border-bottom: none;
}
.content-table tr td:first-child, .content-table tr th:first-child {
  border-left: none;
}
.content-table tr td:last-child, .content-table tr th:last-child {
  border-right: none;
}

.overlay, .overlay > div {
  position: relative;
}

.overlay:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(22, 22, 22, 0.57);
}

.overlay.white:before {
  background: rgba(93, 90, 88, 0.88);
}

/*******
*****HEADER
*******/
header {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  background: #373535;
  z-index: 999;
}

.logo {
  margin: 55px 20px 40px 30px;
  position: relative;
  float: left;
}

.main-nav {
  margin-top: 65px;
  float: left;
}

.main-nav ul {
  margin: 0;
  padding: 0;
}

.main-nav > ul > li {
  float: left;
}

.main-nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  position: relative;
}

.main-nav ul li.has-mega-menu {
  position: static;
}

.main-nav ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.18em;
  margin-bottom: 0;
  text-transform: uppercase;
  display: block;
  padding: 0 20px 67px;
  position: relative;
  z-index: 1001;
}

.main-nav ul li a:hover, .main-nav ul li a:focus {
  color: #fff;
}

.main-nav ul li.has-children:hover > a:before {
  content: "";
  display: block;
  border-width: 15px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent;
  border-bottom-color: #5d5a58;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.main-nav > ul > li > a:after {
	content: '';
	display: block;
	margin: 0 auto -4px;
	height: 4px;
	width: 0px;
  position:relative;
  top:5px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;  
}
.main-nav > ul > li:hover > a:after, .main-nav ul li.active > a:after {
	width: 100%;
	background: #AF8230;
}

/*dropdowns*/
.main-nav ul li ul {
  display: none;
}

.main-nav ul li:hover ul {
  display: block;
  position: absolute;
  z-index: 1000;
  padding-left: 0;
  padding-top: 5px;
  overflow: hidden;
  background: #5d5a58;
  width: 226px;
  left: 50%;
  margin-left: -113px;
}

.main-nav ul li ul li {
  padding: 0 5px;
  margin: 0;
}

.main-nav ul li ul li a {
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

.main-nav ul li ul li + li a {
  border-top: 1px solid #484544;
}

.main-nav ul li ul li a:hover, .main-nav ul li ul li a:focus {
  color: #af8230;
}

/*mega menu*/
.main-nav ul li.has-mega-menu:hover ul {
  width: auto;
  left: auto;
  margin-left: 0;
}

.main-nav ul li .mega-menu {
  display: none;
}

.main-nav ul li .mega-menu ul {
  position: relative !important;
  float: left;
  background: transparent;
  border: none;
  padding-top: 0;
  box-shadow: none;
}

.main-nav ul li:hover .mega-menu {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10001;
}

.mega-menu .container {
  background: #5d5a58;
  padding-bottom: 20px;
  padding-top: 25px;
  max-width: 1170px;
  overflow: hidden;
}

.main-nav ul li .mega-menu li {
  padding: 0 22px;
}

.main-nav .mega-menu ul {
    position: relative;
}

.main-nav ul li .mega-menu li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  border-bottom: none;
}

.main-nav ul li .mega-menu li a:hover, .main-nav ul li .mega-menu li a:focus {
  color: #af8230;
}

.main-nav ul li .mega-menu ul li:first-child a {
  font-size: 15px;
  font-family: "Lora", serif;
  color: #d8d8d8;
  padding-top: 0;
  font-weight: 400;
}

.main-nav ul .mega-menu ul li + li a {
  border-top: none;
}

.main-nav ul li .mega-menu ul:before {
  content: '';
  position: absolute;
  width: 1px;
  top: 25px;
  height: 100%;
  bottom: 20px;
  background: #484544;
}

.main-nav ul li .mega-menu ul:first-child:before {
  display: none;
}

/*******
*****FOOTER
*******/
.pre-footer {
  background: #af8230;
  padding: 35px 0 35px;
  margin-bottom: 16px;
}
.pre-footer h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 45px 0 0;
  font-size: 46px;
}
.pre-footer p {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 90px 0 0;
}
.pre-footer .cta {
  padding-top: 15px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.pre-footer .cta:before {
  background: #fff;
}

.pre-footer .cta:before {
  background: #fff !important;
}

footer {
  background: #373535;
  padding: 90px 0;
  line-height: 1em;
  overflow: hidden;
  font-family: "Lora", serif;
}
footer a {
  color: #af8230;
  font-size: 15px;
  font-style: italic;
  font-family: "Lora", serif;
}
footer a:hover, footer a:focus {
  text-decoration: underline;
}

.copyright {
  float: left;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #af8230;
}

.footer-links {
  float: right;
}
.footer-links a {
  display: inline-block;
}
.footer-links a + a {
  margin-left: 20px;
}

/*******
*****STYLES
*******/
.background {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero, .page-hero .vertical-align {
  height: 355px;
  margin-top: 120px;
}

.page-hero .vertical-align {
  padding-top: 36px;
}

/*bredcrumbs*/
.breadcrumbs-container {
  overflow: hidden;
  border-bottom: 1px solid #dadada;
}

.breadcrumbs {
  margin: 0 auto;
  padding-left: 18px;
}

.breadcrumbs li {
  float: left;
  margin: 20px 0 20px 15px;
  padding-left: 23px;
  list-style: none;
  position: relative;
  background: none;
  white-space: nowrap;
  line-height: 1em;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #373535;
}

.breadcrumbs li:before {
  content: '';
  position: absolute;
  height: 16px;
  width: 9px;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  background-position: -118px -22px;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.breadcrumbs .home-link {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  background-position: -125px 0;
  width: 18px;
  height: 17px;
  text-indent: -99999px;
  margin-left: 0;
  position: relative;
  top: -3px;
}

.breadcrumbs .home-link:before {
  display: none;
}

.breadcrumbs li a {
  font-size: 14px;
  font-weight: 500;
  color: #5d5a58;
  display: block;
  line-height: 1em;
  white-space: nowrap;
  text-transform: uppercase;
}

.breadcrumbs li:last-child a, .breadcrumbs li a:hover {
  color: #373535;
}

/*navigation sidebar*/
.sidebar-nav ul li {
  background: none;
  position: relative;
}

.sb-nav {
  padding-bottom: 30px;
}

.sb-nav ul {
  margin: 0;
  padding: 0;
}

.sb-nav > ul > li {
  border-bottom: 1px solid #e5e5e5;
}

.sb-nav > ul > li a {
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 400;
  color: #373535;
  text-transform: none;
  margin: 0;
  padding: 20px 0 20px 37px;
  display: block;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-trasition: background-color 0.3s ease-in-out;
}
.sb-nav > ul > li a:hover {
  background-color: #af8230;
  color: #fff;
}

.sb-nav ul > .active:before {
  content: '';
  position: absolute;
  width: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  background: #af8230;
}

.sb-nav ul > .active > a, .sb-nav ul > .active > a:hover {
  color: #af8230;
  background: transparent;
}

.sb-nav ul li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
}

.sb-nav ul li ul li a {
  font-family: "Alegreya Sans", sans-serif;
  padding: 7px 0 7px 37px;
  font-size: 15px;
  font-weight: 400;
  color: #373535;
  line-height: 1em;
}
.sb-nav ul li ul li a:hover, .sb-nav ul li ul li a:focus {
  color: #817d7a;
  background: transparent;
}

.sb-nav ul li ul li:last-child a {
  padding-bottom: 20px;
}

/*main-content*/
.main-content {
  padding-top: 15px;
  padding-bottom: 30px;
  min-height: 500px !important;
}
.main-content h1 {
    padding-top:20px;
}
.main-content h1 img {
    position: relative;
    top: -3px;
}
.sample-cta {
  padding: 10px 0 15px;
}

/*right-sidebar*/
.right-sidebar {
  background: #f5f4f3;
  padding-top: 15px;
}

.side-module {
  padding: 20px 26px;
}

.side-module + .side-module {
  border-top: 1px solid #fff;
}

.side-module h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.006em;
  color: #5d5a58;
}

.side-module .single-new {
  margin-bottom: 0;
  border: none;
}

.side-module .date {
  font-family: "Lora", serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  color: #6c6c6c;
  margin-bottom: 5px;
}

.side-module .single-new a {
  color: #af8230;
  font-size: 16px;
}

.side-module p {
  font-size: 15px;
  margin-bottom: 25px;
}

.side-module a {
  font-size: 16px;
  color: #af8230;
}

/*******
*****IR
*******/

/*content*/
.box {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.box .header {
  border-top: 8px solid #af8230;
  padding: 15px 15px 15px 25px;
}

.box .text {
  padding: 10px 25px 25px;
  overflow: hidden;
}

.bottom-link .text {
  padding-bottom: 60px;
  position: relative;
}

.bottom-link .text > .cta {
  position: absolute;
  bottom: 20px;
  margin: 0;
}

.bottom-link .text.center > .cta {
  left: 50%;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.box.bottom-link, .box .bottom-link {
  padding-bottom: 60px;
  position: relative;
}

.box.bottom-link .text {
  padding-bottom: 0;
  position: static;
}

.box.bottom-link .text > .cta, .box.bottom-link > .cta {
  position: absolute;
  bottom: 20px;
  margin: 0;
}

.box.bottom-link .text > .links-at-bottom {
  position: absolute;
  bottom: 20px;
}

.box.bottom-link .text > .links-at-bottom .cta {
  font-size: 14px;
}

.box.bottom-link .text > .links-at-bottom .cta + .cta {
  margin-left: 10px;
}

.box .header h2 {
  font-size: 27px;
  margin: 0;
  font-weight: 400;
  color: #5d5a58;
  line-height: 34px;
}

.upcoming-events .header h2 {
  font-size: 25px;
}

.box .share-icons a {
  font-size: 33px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  z-index: 90;
  color: #af8230;
}
.box .share-icons a:hover, .box .share-icons a:focus {
  color: #5d5a58;
}

.box .text .share-icons {
  margin-top: 8px;
}

/*news and events*/
.box .single-new, .box .single-event {
  border: none;
  margin-bottom: 30px;
}

.box .single-new p a{
  font-size: 26px;
  margin: 0 0 10px;
  line-height: 1.4em;
  font-weight: 400;
}

.box .single-event p {
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1.4em;
  font-weight: 400;
}

.box .date {
  font-size: 16px;
  color: #af8230;
  text-transform: uppercase;
  font-family: "Lora", serif;
  font-style: italic;
}

/*suscribe*/
.suscribe {
  background: #af8230;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}

.suscribe {
  text-align: center;
}
.suscribe h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 0;
  font-size: 28px;
  color: #fff;
}
.suscribe p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 70px 0 0;
  line-height: 1.1em;
  color: #fff;
}
.suscribe .cta {
  margin: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  vertical-align: middle;
}
.suscribe .cta:before {
  background: #fff;
}

/*resluts*/
.result-line {
  padding: 10px 0;
  line-height: 1em;
  border-bottom: 1px dotted #a6a5a5;
}

.result-line:first-child {
  padding-top: 0;
}

.result-line:last-child {
  border-bottom: none;
}

.result-line a {
  font-size: 14px;
  font-weight: 400;
  color: #4b4b4b;
  text-transform: none;
}

.link {
  font-size: 10px !important;
  color: #af8230 !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  margin-left: 5px;
}

.link:hover {
  color: #5d5a58 !important;
  text-decoration: none;
}

.divided .link {
  font-size: 10px !important;
}

.results-info h3 {
  margin: 5px 0;
  color: #4b4b4b;
  font-size: 24px;
}

.results-info p {
  margin: 0 0 10px;
  color: #4b4b4b;
  font-size: 18px;
}

.annual-report .text {
  padding-left: 0;
  padding-right: 0;
}

.annual-report img {
  display: block;
  float: left;
  max-width: 50%;
  margin: 0;
}

.annual-report .report-content {
  float: left;
  width: 45%;
  margin: 30px 0 0;
  padding-left: 30px;
  text-align: left;
}

.annual-report h3 {
  font-size: 18px;
  color: #4b4b4b;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
}

.annual-report .report-links {
  margin-top: 30px;
}

.annual-report .report-links a {
  font-size: 12px;
  display: inline-block;
  color: #af8230;
}
.annual-report .report-links a:hover, .annual-report .report-links a:focus {
  color: #5d5a58;
}

.annual-report .report-links a:first-of-type {
  margin-right: 12px;
}

/*stock information*/
.stock-info .text {
  padding: 0;
  border-top: 1px solid #dedede;
}

.box.stock-info .stock-section {
  border-right: 1px dotted #d5d5d5;
  padding: 22px 25px;
}

.box.stock-info.single-stock-box .stock-section {
  border-right: none;
}

.box.stock-info.single-stock-box .text {
  border-top: none;
}

.box.stock-info .stock-section:first-of-type {
  padding-left: 35px;
}

.box.stock-info .stock-section .value-title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #3b3b3b;
  margin-bottom: 40px;
}

.box.stock-info .stock-section .value {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #4b4b4b;
  margin-bottom: 0;
}

.box.stock-info .stock-section .value .percent {
  display: inline-block;
  margin-left: 5px;
}

.box.stock-info .stock-section.inline {
  padding: 21px 15px;
  border-bottom: 1px dotted #d5d5d5;
  overflow: hidden;
  border-right: none;
}

.box.stock-info .stock-section.inline:last-of-type {
  border-bottom: none;
}

.box.stock-info .stock-section.inline .value-title {
  float: left;
  margin: 0;
}

.box.stock-info .stock-section.inline .value {
  display: block;
  float: right;
  font-size: 14px;
}

.box .change.up .eqicon-change-02 {
  color: #00b904;
}

.box .change.down .eqicon-change-02 {
  color: #f50000;
}

.stock-info .market-cap-value {
  padding-left: 0;
}

.box.stock-info .week-range .value-title, .box.stock-info .day-range .value-title {
  margin: 0;
}

@media (max-width: 767px) {
  
  .box.stock-info .stock-section {
    padding: 5px 30px;
  }
  .box.stock-info .stock-section .value-title {
    margin-bottom: 2px;
  }
}

/*company overview box*/
.company-overview .image-container-right {
  float: right;
  width: 33.33%;
  height: 364px;
  margin-top: -64px;
  background: #f8f8f8;
  position: relative;
}

.company-overview .image-container-right > .vertical-align {
  height: 364px;
  width: 100%;
}

.company-overview .text {
  padding-top: 20px;
  float: left;
  width: 66.67%;
  max-height: 364px;
}

.company-overview .text p {
  font-size: 14px;
  line-height: 1.7em;
}

.company-overview img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

/*team slider tabs*/
.box.management-team .header {
  border-bottom: 1px solid #c9c9c9;
}

.management-team .nav-tabs {
  border-bottom: 1px solid #c9c9c9;
  padding-left: 15px;
}

.management-team .nav-tabs > li {
  margin: 15px 0;
  padding: 0;
  border: none;
  padding: 0;
  border-right: 1px dotted #cccccc;
  background: none;
}

.management-team .nav-tabs > li:last-child {
  border-right: none;
}

.management-team .nav-tabs > li a {
  padding: 3px 20px;
  border: none;
  border-radius: 0;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #af8230;
  text-transform: uppercase;
}

.management-team .nav-tabs > li > a:hover, .management-team .nav-tabs > li > a:focus {
  color: #000;
  background: none;
  border: none;
}

.management-team .nav-tabs > li.active a, .management-team .nav-tabs > li.active > a:hover {
  color: #000;
  border: none;
  background: none;
}

.management-team .nav-tabs > li.active > a, .management-team .nav-tabs > li.active > a:hover, .management-team .nav-tabs > li.active > a:focus {
  border: none;
}

/*team slider*/
.management-team .slide {
  height: 260px;
  position: relative;
  width: 100%;
}

.management-team .slide .member-name {
  width: 25%;
  float: left;
  background: #fafafc;
  padding: 35px 15px 70px 30px;
  height: 260px;
}

.management-team .slide .member-name h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  color: #4b4b4b;
}

.management-team .slide .member-name p {
  margin: 0;
  padding-right: 20px;
}

.management-team .cycle-prev {
  width: 27px;
  height: 27px;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  background-position: -50px 0;
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 999;
  cursor: pointer;
}

.management-team .cycle-prev:hover {
  background-position: -86px 0;
}

.management-team .cycle-next {
  width: 27px;
  height: 27px;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  background-position: -51px -34px;
  position: absolute;
  bottom: 40px;
  left: 66px;
  z-index: 999;
  cursor: pointer;
}

.management-team .cycle-next:hover {
  background-position: -86px -34px;
}

.management-team .slide .member-description {
  height: 260px;
  position: relative;
  width: 75%;
  padding: 10px 75px 80px 45px;
  float: left;
}

.management-team .slide .member-description p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.6em;
}

.management-team .slide .member-description .btn {
  position: absolute;
  bottom: 33px;
  left: 35px;
}

/*.contact-info p {
  font-size: 14px;
  margin: 0;
}

.contact-info p a {
  font-size: 14px;
  font-weight: 400;
}
*/
/************
*****PIPELINE CHART
************/
.pipeline-chart {
  color: #373535;
  font-size: 14px;
  width: 100%;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 0;
  position: relative;
}

/*header*/
.pipeline-chart th {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  padding: 15px;
  text-align: center;
  color: #fff;
  background: #373535;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  border-right: 1px solid #2b2a2a;
  line-height: 1em;
  letter-spacing: 0.06em;
}

.pipeline-chart th.development {
  background: #5d5a58;
}

.pipeline-chart .stage-name {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 3px 15px;
  height: 22px;
  border-right: none !important;
  border-left: none !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  background: #af8230;
  letter-spacing: 0.04em;
}

.pipeline-chart th:last-child {
  border-right: none;
}

/*borders*/
.pipeline-chart td:last-of-type {
  border-right: 1px solid #d3d3d3;
}

.pipeline-chart td:first-of-type {
  border-left: 1px solid #d3d3d3;
}

.pipeline-chart tr:last-of-type {
  border-bottom: 1px solid #d3d3d3;
}

.pipeline-chart tbody tr:first-child td {
  border-top: none;
}

.pipeline-chart tbody tr:last-child td {
  border-bottom: 1px solid #d3d3d3;
}

.pipeline-chart tbody tr.product-name ~ tr td {
  border-top: 1px dotted #d3d3d3;
}

.pipeline-chart tbody tr.product-name + tr td {
  border-top: none;
}

.pipeline-chart tbody tr.product-name td {
  background: #f0ede6 !important;
  text-transform: uppercase;
  padding: 10px 19px;
  height: auto;
  font-size: 14px;
}

.pipeline-chart tbody tr.product-name td:first-of-type {
  border-left: none;
}

.pipeline-chart tbody tr.product-name td:last-of-type {
  border-right: none;
}

/*chart body*/
.pipeline-chart td {
  border: none;
  background: #fff;
  color: #373535;
  height: 70px;
  border-right: 1px solid #d3d3d3;
  position: relative;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.pipeline-chart td.indication {
  font-size: 12px;
  font-weight: 500;
  color: #373535;
  padding-left: 19px;
  text-align: left;
  width: 40%;
  text-transform: uppercase;
}

.pipeline-chart td.indication span {
  text-transform: none;
  font-size: 14px;
  color: #5d5a58;
  display: block;
  line-height: 1.4em;
}

.pipeline-chart tr.even-row td {
  background: #f5f4f3;
}

/*pipeline status*/
.pipeline-chart td.candidate-phase {
  width: 12%;
}

.pipeline-chart td.candidate-phase {
  width: 15.5%;
}

.pipeline-chart .status {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  text-indent: -2000px;
  font-weight: 300;
}

.pipeline-chart td .text {
  background: #af8230;
  height: 28px;
  padding: 0;
  position: relative;
}

.pipeline-chart .complete .text:after {
  background: #af8230;
  content: '';
  height: 28px;
  width: 1px;
  position: absolute;
  z-index: 0;
  right: -1px;
}

.pipeline-chart .complete .text,
.pipeline-chart .in-progress .text {
  color: #fff;
  display: block;
}

.pipeline-chart .in-progress {
  width: 50%;
}

/*half progress mark*/
.pipeline-chart .phase2:before, .pipeline-chart .product-name .half > div {
  content: '';
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  border-right: 1px dotted #d3d3d3;
  right: 50%;
}

.pipeline-chart .product-name .half > div {
  right: 50.5%;
}

.pipeline-chart .indication + td, .pipeline-chart tbody tr.product-name td:nth-of-type(2) {
  box-shadow: inset 2px 0 5px -2px rgba(0, 0, 0, 0.3);
}

/*******
*****HOME
*******/
.home header {
  background: transparent;
}

.home .pre-footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*hero*/
.home-hero {
  border-bottom: 16px solid #fff;
}

.home-hero, .home-hero .container-fluid {
  height: 700px;
  height: 99vh;
  min-height: 700px;
  position: relative;
}

.home-hero .text {
  position: absolute;
  bottom: 105px;
}
.home-hero .text h2 {
  font-size: 101px;
  margin: 0;
  text-transform: uppercase;
}
.home-hero .text p {
  font-size: 24px;
  margin-bottom: 50px;
}
.home-hero .text .cta {
  font-size: 25px;
}

/*home modules*/
.home-tabs-module .home-tabs {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-bottom: 16px solid #fff;
}
.home-tabs-module .home-tabs li {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  background: none;
  border: none;
}
.home-tabs-module .home-tabs li:first-of-type {
  border-right: 8px solid #fff;
}
.home-tabs-module .home-tabs li:last-of-type {
  border-left: 8px solid #fff;
}
.home-tabs-module .home-tabs li a {
  display: block;
  padding: 45px 15px;
  background: #5d5a58;
  text-align: center;
  position: relative;
  font-family: "Lora", serif;
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  border: none;
  border-radius: 0;
  margin: 0;
  transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -o-trasition: background 0.3s ease-in-out;
}
.home-tabs-module .home-tabs li a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 14px;
  border-top-color: #7d7b79;
  bottom: 11px;
  left: 50%;
  margin-left: -14px;
  font-size: 40px;
  line-height: 1em;
}
.home-tabs-module .home-tabs li a:hover {
  border: none;
  background: #373535;
}
.home-tabs-module .home-tabs li.active a, .home-tabs-module .home-tabs li.active a:hover {
  border: none;
  background: #373535;
  color: #af8230;
}
.home-tabs-module .home-tabs li.active a:before, .home-tabs-module .home-tabs li.active a:hover:before {
  border-top-color: #af8230;
}
.home-tabs-module .tab-content {
  border-bottom: 16px solid #fff;
  background: #f0ede6;
  padding: 90px 0;
}
.home-tabs-module .tab-content p {
  font-size: 24px;
  margin-bottom: 45px;
}
.home-tabs-module .tab-content .cta {
  font-size: 25px;
}

.home-news-module {
  background: #373535 url(../images/news-image.png) no-repeat right center;
  padding: 90px 0;
  border-bottom: 16px solid #fff;
}
.home-news-module .text {
  padding: 0 20%;
}
.home-news-module .text h2 {
  margin: 0;
  font-size: 40px;
}
.home-news-module .text .date {
  color: #fff;
  margin-bottom: 60px;
  font-family: "Lora", serif;
  font-size: 16px;
  font-style: italic;
}
.home-news-module .text p {
  font-size: 24px;
  margin-bottom: 60px;
}
.home-news-module .text .cta {
  font-size: 25px;
}

.inline-cta .cta + .cta {
  margin-left: 55px;
}

/*stock quotes*/
.module-info-home {
  border-bottom: 16px solid #fff;
  padding: 50px 0 90px;
  background: #f0ede6;
}
.module-info-home .module-title {
  position: relative;
  font-size: 40px;
  margin-bottom: 85px;
  color: #5d5a58;
}
.module-info-home .module-title .meta {
  display: block;
  font-size: 16px;
  color: #6c6c6c;
  font-family: "Lora", serif;
  font-style: italic;
  letter-spacing: 0.09em;
  margin-top: 5px;
}
.module-info-home .module-title .meta a {
  font-size: 16px;
  font-weight: 400;
  color: #6c6c6c;
}
.module-info-home .module-title .meta a:hover, .module-info-home .module-title .meta a:focus {
  color: #6c6c6c;
  text-decoration: underline;
}
.module-info-home .module-title:before {
  content: '';
  position: absolute;
  height: 1px;
  background: #af8230;
  left: 15px;
  top: 60%;
  right: 69%;
}
.module-info-home .module-title:after {
  content: '';
  position: absolute;
  height: 1px;
  background: #af8230;
  right: 15px;
  top: 60%;
  left: 69%;
}
.module-info-home .value-title {
  display: block;
  font-size: 27px;
  font-weight: 400;
  color: #af8230;
  font-family: "Lora", serif;
  font-style: italic;
  margin-top: 10px;
}
.module-info-home .value {
  display: block;
  font-size: 45px;
  font-weight: 400;
  font-family: "Lora", serif;
  margin: 0;
  color: #444;
  line-height: 1.1em;
}
.module-info-home .price .value {
  color: #af8230;
  font-size: 76px;
}
.module-info-home .eqicon-change-02 {
  font-size: 40px;
  margin-right: 15px;
}
.module-info-home .row + .row {
  margin-top: 50px;
}

/*home last module*/
.home-links-module {
  border-bottom: 16px solid #fff;
}
.home-links-module .container-fluid .row > div {
  padding-top: 175px;
  padding-bottom: 140px;
}
.home-links-module .container-fluid .row > div:first-of-type {
  border-right: 8px solid #fff;
}
.home-links-module .container-fluid .row > div:last-of-type {
  border-left: 8px solid #fff;
}
.home-links-module .text h2 {
  font-size: 55px;
  margin-bottom: 45px;
}
.home-links-module .text .cta {
  font-size: 25px;
  white-space: nowrap;
}

@media (max-width: 1349px) {
  .home-presentation {
    background-size: contain;
    background-position: right;
    position: relative;
    overflow:hidden;
  }
  
  .home-presentation:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
  }
  
  .home-presentation > div {
    position: relative;
    z-index: 1;
  }
  
  .home-presentation h2,
  .home-presentation a{
    color: #fff;
  }
}

/**** Media Queries *****/
@media (min-width: 1350px) {
  .home-presentation {
    background-image: url(../images/IR-presentation.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
  }
  .home-presentation .text {
    padding-right: 280px;
  }
  .home-presentation .text .cta {
    margin-left: -140px;
  }
}
@media (min-width: 1231px) {
  .container {
    width: 1200px;
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  #sub-navigation {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  /*header*/
  .logo {
    margin-left: 15px;
  }

  .main-nav ul li a {
    padding-left: 9px;
    padding-right: 9px;
  }

  /*mega menu to dropdown*/
  .main-nav ul li.has-mega-menu {
    position: relative;
  }

  .main-nav ul li:hover .mega-menu {
    width: 226px;
    left: 50%;
    margin-left: -113px;
    padding: 0;
  }

  .main-nav ul li .mega-menu ul {
    background: transparent;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%!important;
  }

  .main-nav ul li .mega-menu ul li {
    display: none;
    padding: 1px 0;
    margin: 0;
    padding: 0 6px;
  }

  .main-nav ul li .mega-menu ul li:first-child {
    display: block;
  }

  .main-nav ul li .mega-menu ul li:first-child a {
    font-weight: 400;
    font-family: "Alegreya Sans", sans-serif;
  }

  .main-nav ul li .mega-menu ul li a {
    padding: 10px 0 10px 10px !important;
    font-size: 14px !important;
    color: #fff !important;
    text-transform: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.6em;
    display: block;
    font-weight: 400 !important;
  }

  .main-nav ul li .mega-menu ul li a:hover {
    color: #af8230 !important;
  }

  .main-nav ul li .mega-menu ul:last-child li a {
    border-bottom: none;
  }

  .mega-menu .container {
    width: auto;
    padding: 0;
  }

  /*footer*/
  .pre-footer h2 {
    font-size: 30px;
    margin-right: 20px;
  }
  .pre-footer p {
    font-size: 20px;
    margin-right: 30px;
  }

  /*IR*/
  .ir-sidebar {
    padding-top: 10px;
  }

  .box .header {
    padding-left: 20px;
  }

  .box.bottom-link .text > .links-at-bottom .cta {
    font-size: 12px;
  }

  .annual-report .header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .annual-report img {
    float: none;
    margin: 10px auto;
    max-width: 100%;
  }

  .annual-report .report-content {
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding: 0 10px;
  }

  .annual-report .text > a {
    margin-top: 0;
    min-width: 0;
  }

  .results-info h3, .results-info p {
    font-size: 26px;
  }

  .box.annual-report .text {
    padding-top: 0;
  }

  .box .header h2 {
    font-size: 14px;
  }

  .suscribe p {
    display: none;
  }

  .box.stock-info .stock-section .value-title {
    font-size: 12px;
  }

  .box.stock-info .stock-section .value {
    font-size: 16px;
  }

  .stock-box.inline h3 {
    width: 59%;
  }

  .stock-box.inline p {
    width: 41%;
    padding-right: 5px;
    padding-left: 0;
  }

  .company-overview .text {
    padding-bottom: 70px;
  }

  .company-overview .text p {
    margin-top: 0;
  }

  .management-team .slide .member-description p {
    margin-top: 0;
  }

  .management-team .slide .member-name p {
    padding-right: 0;
  }

  /*home*/
  .home-hero .text {
    padding-left: 15px;
  }

  .module-info-home .value {
    font-size: 33px;
  }
}
@media (max-width: 991px) {
  .container {
    width: auto;
  }

  /*Sub-nav collapse styles*/
  .sidebar-nav, .sidebar-nav > div {
    padding: 0;
    width: 100%;
  }

  .mobile-sub-nav-trigger {
    background: #af8230;
    color: #fff;
    width: 100%;
    padding: 13px 30px;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .mobile-sub-nav-trigger:hover {
    color: #fff;
  }

  /*meat styles*/
  .meat {
    width: 90%;
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
  }

  .meat:first-of-type {
    margin-top: 2px;
  }

  .active .meat:first-of-type {
    transform: rotate(45deg);
    top: 10px;
  }

  .active .meat:nth-of-type(2) {
    transform: rotate(45deg);
  }

  .active .meat:last-of-type {
    transform: rotate(-45deg);
    top: -10px;
  }

  .trigger-container {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-top: -7px;
  }

  .trigger-container .meat:first-of-type {
    transform: rotate(45deg);
    top: 10px;
  }

  .trigger-container .meat:nth-of-type(2) {
    transform: rotate(45deg);
  }

  .trigger-container .meat:last-of-type {
    transform: rotate(-45deg);
    top: -10px;
  }

  .collapsed .trigger-container .meat:first-of-type {
    transform: rotate(0deg);
    top: auto;
  }

  .collapsed .trigger-container .meat:nth-of-type(2) {
    transform: rotate(0deg);
  }

  .collapsed .trigger-container .meat:last-of-type {
    transform: rotate(0deg);
    top: auto;
  }

  /* Pipeline chart*/
  .pipeline-chart {
    overflow: visible;
  }

  .pipeline-chart thead, .pipeline-chart .heading-row, .pipeline-chart.product-chart .stage-name {
    display: none;
  }

  .pipeline-chart, .pipeline-chart tbody, .pipeline-chart tr, .pipeline-chart td {
    display: block;
    height: auto;
    width: 100%;
  }

  .pipeline-chart tr {
    border: 1px solid #ccc;
    border-radius: 8px;
    clear: both;
    overflow: hidden;
  }

  .pipeline-chart tr + tr {
    margin-top: 10px;
  }

  .pipeline-chart td {
    display: block;
    border: none!important;
    box-shadow: none;
    width: 100%!important;
    border-bottom: 1px solid #ccc!important;
  }

  .pipeline-chart td.drug-name {
    padding: 10px 20px;
  }

  .pipeline-chart td.candidate-phase {
    display: block;
    width: 100%;
  }

  .pipeline-chart .status {
    text-indent: 0;
    min-width: 60%;
  }

  .pipeline-chart.product-chart .status {
    min-width: 78%;
  }

  .pipeline-chart .not-started, .pipeline-chart .in-progress .text:after, .pipeline-chart tbody:before {
    display: none;
  }

  .pipeline-chart td .text {
    height: auto;
    padding: 10px;
  }

  .pipeline-chart .indication {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pipeline-chart .in-progress:before, .pipeline-chart .in-progress:after, .pipeline-chart .status.not-stared {
    display: none;
  }

  .pipeline-chart tbody tr.product-name td + td {
    display: none;
  }

  .pipeline-chart.product-chart td {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding: 9px;
  }

  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  /*header*/
  header {
    top: 9px;
    right: 9px;
    left: 9px;
  }

  .logo {
    max-width: 30%;
    margin: 45px 30px 0 0;
  }

  .main-nav ul li a {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }

  /*mega menu to dropdown*/
  .main-nav ul li.has-mega-menu {
    position: relative;
  }

  .main-nav ul li:hover .mega-menu {
    width: 226px;
    left: 50%;
    margin-left: -113px;
    padding: 0;
  }

  .main-nav ul li .mega-menu ul {
    background: transparent;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%!important;
  }

  .main-nav ul li .mega-menu ul li {
    display: none;
    padding: 1px 0;
    margin: 0;
    padding: 0 6px;
  }

  .main-nav ul li .mega-menu ul li:first-child {
    display: block;
  }

  .main-nav ul li .mega-menu ul li:first-child a {
    font-weight: 400;
    font-family: "Alegreya Sans", sans-serif;
  }

  .main-nav ul li .mega-menu ul li a {
    padding: 10px 0 10px 10px !important;
    font-size: 14px !important;
    color: #fff !important;
    text-transform: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.6em;
    display: block;
    font-weight: 400 !important;
  }

  .main-nav ul li .mega-menu ul li a:hover {
    color: #af8230 !important;
  }

  .main-nav ul li .mega-menu ul:last-child li a {
    border-bottom: none;
  }

  .mega-menu .container {
    width: auto;
    padding: 0;
  }

  /*styles*/
  .page-hero, .page-hero .vertical-align {
    height: 300px;
  }

  .side-module {
    padding: 20px;
  }

  /*footer*/
  .pre-footer {
    margin-bottom: 9px;
  }

  .pre-footer h2 {
    font-size: 25px;
    margin-right: 20px;
  }

  .pre-footer p {
    font-size: 18px;
    margin-right: 30px;
  }

  footer {
    padding: 50px 0;
  }

  .home .pre-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /*IR*/
  .ir-content {
    margin-top: 15px;
  }

  .annual-report .text {
    padding: 25px 15px;
  }

  .results-info h3, .results-info p {
    font-size: 26px;
  }

  .suscribe h2, .suscribe p {
    margin-right: 20px;
  }

  .box.stock-info .stock-section {
    border-bottom: 1px dotted #d5d5d5;
  }

  .box.stock-info .stock-section.change {
    border-bottom: none;
  }

  .box.stock-info .stock-section .value {
    font-size: 20px;
  }

  .stock-box.inline h3 {
    width: 55%;
  }

  .stock-box.inline p {
    width: 45%;
  }

  .box.stock-info .week-range .value-title, .box.stock-info .day-range .value-title, .box.stock-info .week-range .value, .box.stock-info .day-range .value {
    float: none !important;
  }

  .box.stock-info .week-range .value-title, .box.stock-info .day-range .value-title {
    margin-bottom: 10px;
  }

  .nav-tabs > li a {
    font-size: 14px;
  }

  .management-team .slide {
    height: 340px;
  }

  .management-team .slide .member-name {
    width: 35%;
    height: 340px;
  }

  .management-team .slide .member-name p {
    padding-right: 0;
  }

  .management-team .slide .member-description p {
    font-size: 13px;
  }

  .management-team .slide .member-description {
    width: 65%;
    padding-right: 25px;
    padding-left: 25px;
    height: 340px;
  }

  .contact-info p, .contact-info p a {
    font-size: 13px;
  }

  .contact-info p {
    word-break: break-word;
  }

  .company-overview .image-container-right {
    float: none;
    margin-top: 0;
    width: 100%;
  }

  .company-overview .text {
    width: 100%;
    max-height: none;
  }

  /*home*/
  .home-tabs-module .home-tabs, .home-hero, .home-tabs-module .tab-content, .home-news-module, .module-info-home, .home-links-module {
    border-width: 9px;
  }

  .home-tabs-module .home-tabs li:first-of-type, .home-tabs-module .home-tabs li:last-of-type, .home-links-module .container-fluid .row > div:first-of-type, .home-links-module .container-fluid .row > div:last-of-type {
    border-width: 4px;
  }

  .home-hero .text {
    padding-left: 15px;
  }

  .home-hero .text h2 {
    font-size: 80px;
  }

  .home-hero .text p {
    font-size: 20px;
  }

  .home-news-module .text {
    padding: 0;
  }

  .module-info-home .module-title:before {
    right: 75%;
  }

  .module-info-home .module-title:after {
    left: 75%;
  }

  .module-info-home .value {
    font-size: 28px;
  }

  .module-info-home .value-title {
    font-size: 21px;
  }

  .module-info-home .price .value {
    font-size: 60px;
  }

  .module-info-home .eqicon-change-02 {
    font-size: 25px;
  }

  .home-links-module .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
  }

  .home-links-module .text h2 {
    font-size: 35px;
  }

  .home-links-module .text .cta {
    font-size: 20px;
    margin-left: 0;
  }

  .home-links-module .container-fluid .row > div {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  #mobile-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  body {
    padding: 5px;
  }

  /*header*/
  header {
    position: static;
  }

  .logo {
    max-width: 50%;
    margin: 20px 0 25px;
  }

  .mobile-nav-trigger {
    position: absolute;
    top: 30px;
    cursor: pointer;
    right: 5px;
    background: #af8230;
    padding: 11px 6px 0 12px;
    width: 50px;
    height: 50px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    display: block !important;
  }

  .mobile-nav-trigger.active {
    right: 80%;
    position: fixed;
    z-index: 999;
  }

  /* General styles for all menus */
  .main-nav {
    padding-top: 0;
    padding-left: 0;
  }

  .cbp-spmenu {
    background: #af8230;
    position: fixed;
    float: none !important;
  }

  .cbp-spmenu ul li {
    float: none !important;
  }

  .cbp-spmenu ul li a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    padding: 20px;
  }

  .cbp-spmenu ul li a:hover {
    background: #af8230;
    color: #fff;
  }

  .main-nav > ul > li:hover > a:after, .main-nav ul li.active > a:after {
    display: none;
  }

  .cbp-spmenu a:active {
    background: #fff;
    color: #d71921;
  }

  .main-nav ul li.has-children:hover > a:before {
    display: none !important;
  }

  #mobile-nav ul li ul {
    height: 0;
    position: static;
    display: block;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    transition: height 2s;
    -webkit-transition: height 2s;
  }

  #mobile-nav ul li ul li {
    padding: 0;
  }

  #mobile-nav ul li ul li a {
    padding: 20px 0 20px 25px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 400;
  }

  .main-nav ul li:hover ul {
    margin: 0;
    padding: 0;
    background: none;
  }

  #mobile-nav ul .open > ul {
    height: auto;
  }

  .main-nav ul li:hover ul {
    position: static;
  }

  #mobile-nav ul li:hover .mega-menu {
    display: none;
  }

  #mobile-nav ul .open .mega-menu, #mobile-nav ul .open:hover .mega-menu {
    display: block;
    position: static;
  }

  .mega-menu .container {
    padding: 0;
    background: none;
    border-bottom: 1px solid #fff;
  }

  #mobile-nav ul .mega-menu .container ul {
    height: auto !important;
    border-bottom: none;
  }

  .mega-menu .container ul li {
    display: none !important;
  }

  .mega-menu .container ul li:first-child {
    display: block !important;
  }

  .main-nav ul li .mega-menu .container ul li a {
    display: block;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    border-bottom: none;
  }

  .main-nav ul li ul li a:hover {
    color: #fff;
  }

  /* Orientation-dependent styles for the content of the menu */
  .cbp-spmenu-vertical {
    margin: 0;
    width: 80%;
    height: 100% !important;
    top: 0;
    z-index: 1000;
    overflow: scroll;
  }

  .cbp-spmenu-vertical a {
    border-bottom: 1px solid #fff;
    padding: 1em;
  }

  /* Vertical menu that slides from the left or right */
  .cbp-spmenu-right {
    right: -80%;
  }

  .cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
  }

  /* Push classes applied to the body */
  .cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }

  .cbp-spmenu-push-toright {
    left: 240px;
  }

  .cbp-spmenu-push-toleft {
    left: -240px;
  }

  /* Transitions */
  .cbp-spmenu, .cbp-spmenu-push, .mobile-nav-trigger {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  /*styles*/
  .page-hero {
    margin: 0;
  }

  .page-hero, .page-hero .vertical-align {
    height: 200px;
    padding: 0;
  }

  /*footer*/
  .pre-footer {
    margin-bottom: 5px;
  }
  .pre-footer h2 {
    display: block;
    font-size: 35px;
    margin: 0 0 20px;
  }
  .pre-footer p {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .home .pre-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  footer {
    padding: 35px 0;
  }

  .copyright {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .footer-links {
    width: 100%;
  }

  .footer-links a {
    display: block;
    text-align: center;
  }

  .footer-links a + a {
    margin-left: 0;
    margin-top: 15px;
  }

  /*IR*/
  .ir-content {
    margin-top: 15px;
  }

  .box .single-new p {
    max-width: 100%;
  }

  .results-info {
    margin-bottom: 15px;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #ccc;
  }

  .annual-report .text {
    padding: 25px 15px;
  }

  .annual-report img {
    max-width: 53%;
  }

  .download-links a {
    display: block;
  }

  .suscribe {
    padding: 20px 15px;
    text-align: center;
  }

  .suscribe h2, .suscribe p {
    float: none;
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }

  .annual-report .report-content {
    margin-top: 0;
  }

  .box.stock-info .stock-section {
    border-bottom: 1px dotted #d5d5d5;
  }

  .box.stock-info .stock-section.day-range, .box.stock-info .stock-section.week-range {
    border-bottom: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .box.stock-info .stock-section.day-range .value, .box.stock-info .stock-section.week-range .value {
    font-size: 18px;
  }

  .box.stock-info .stock-section.day-range .value-title, .box.stock-info .stock-section.week-range .value-title {
    font-size: 12px;
  }

  .box.stock-info .stock-section:first-of-type {
    padding-left: 30px;
  }

  .stock-box.inline h3 {
    width: 55%;
  }

  .stock-box.inline p {
    width: 45%;
  }

  .management-tabs .slide {
    height: 340px;
  }

  .management-tabs .slide .member-name {
    width: 35%;
    height: 340px;
  }

  .management-tabs .slide .member-description {
    width: 65%;
    padding-right: 25px;
    padding-left: 25px;
    height: 340px;
  }

  .contact-info p, .contact-info p a {
    font-size: 13px;
  }

  .contact-info p {
    word-break: break-word;
    margin-bottom: 15px;
  }

  .box.stock-info .stock-section.inline {
    padding-left: 30px;
  }

  .company-overview .image-container-right {
    float: none;
    margin-top: 0;
    width: 100%;
  }

  .company-overview .text {
    width: 100%;
    max-height: none;
  }

  /*home*/
  .home-tabs-module .home-tabs, .home-hero, .home-tabs-module .tab-content, .home-news-module, .module-info-home, .home-links-module {
    border-width: 5px;
  }

  .home header {
    background: #373535;
  }

  .home-hero, .home-hero .container-fluid {
    height: 500px;
    min-height: 0;
  }

  .home-hero .text h2 {
    font-size: 40px;
  }

  .home-hero .text p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .home-tabs-module .home-tabs li a {
    font-size: 17px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-tabs-module .home-tabs li a:before {
    border-width: 8px;
  }

  .home-tabs-module .home-tabs li:first-of-type, .home-tabs-module .home-tabs li:last-of-type {
    border-width: 3px;
  }

  .home-links-module .container-fluid .row > div:first-of-type, .home-links-module .container-fluid .row > div:last-of-type {
    border: none;
  }

  .home-tabs-module .tab-content {
    padding: 40px 0;
  }

  .home-tabs-module .tab-content p {
    font-size: 18px;
  }

  .home-news-module .text {
    padding: 0;
  }

  .home-news-module .text p {
    font-size: 18px;
  }

  .inline-cta .cta + .cta {
    margin-top: 45px;
    margin-left: 0;
  }

  .module-info-home .module-title:before, .module-info-home .module-title:after {
    display: none;
  }

  .module-info-home .value {
    font-size: 38px;
  }

  .module-info-home .value-title {
    margin-bottom: 50px;
  }

  .module-info-home .row + .row {
    margin-top: 0;
  }

  .module-info-home .price .value {
    font-size: 45px;
    margin-bottom: 40px;
  }

  .home-links-module .text h2 {
    font-size: 30px;
  }

  .home-links-module .text .cta {
    font-size: 18px;
  }

  .home-links-module .container-fluid .row > div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bottom-link .text.center > .cta {
    margin-left: 0;
  }

  .home-links-module .container-fluid .row > div:last-of-type.home-presentation {
    border-top: 5px solid #fff;
  }
}
/*PRITN*/
@media print {
  body {
    background: #fff;
    color: #000;
  }

  body .container {
    padding: 0 5%;
    width: 90%;
  }

  header {
    background: #fff;
    position: static;
    border-bottom: none;
  }

  header h1 a, header nav, a.btn, .btn, .mobile-nav-trigger, .link, .sidebar-nav, form, .pre-footer {
    display: none !important;
  }

    
  .copyright-block p a, .single-event a,
  .single-new a, .result-line a {
    display: inline !important;
  }

  header h1 {
    padding: 0 0 10px;
  }

  header h1:before {
    content: 'El Toro';
  }

  .height, .same-height {
    min-height: 0 !important;
  }

  .investors a, .presentation, .suscribe, .footer-nav, a.pull-right,
  .signup-btn, .investor-presentation, a, .suscribe, .copyright-links, a, .box .header h2:before, .btn-content,
  .latest-presentation, .latest-webcast, .page-hero {
    display: none !important;
  }

  .main-content ul, .main-content ul li {
    list-style-type: disc;
  }

  table, td, tr, th {
    border: 1px solid #707070;
  }

  .box {
    border: 1px solid #ccc;
    margin-bottom: 15px;
  }

  .home-hero, .hero-text {
    height: auto !important;
  }

  .home-hero {
    border-bottom: none;
  }

  .hero-text {
    width: 100%;
  }

  .hero-text h2 {
    font-size: 22px;
  }

  .home-modules {
    margin-top: 15px;
  }

  .home-modules img {
    display: none;
  }

  .home-module {
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .home-module .text {
    padding: 0;
    text-align: left;
  }
}


/**
 * VH and VW units can cause issues on iOS devices: http://caniuse.com/#feat=viewport-units
 * 
 * To overcome this, create media queries that target the width, height, and orientation of iOS devices. 
 * It isn't optimal, but there is really no other way to solve the problem. In this example, I am fixing 
 * the height of element `.foo` —which is a full width and height cover image.
 *
 * iOS Resolution Quick Reference: http://www.iosres.com/
 */
 
 .foo {
    height: 100vh;
    width: 100vw;
    background: url(cover.jpg) center center / cover no-repeat;
 }
 

/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .home-hero, .home-hero .container-fluid {
    height: 1024px;
  }
}

/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
  .home-hero, .home-hero .container-fluid {
    height: 768px;
  }
}

/**
 * iPhone 5
 * You can also target devices with aspect ratio.
 */
@media screen and (device-aspect-ratio: 40/71) {
  .home-hero, .home-hero .container-fluid {
    height: 500px;
  }
}

.btn {
         background: #af8230;
      color: #fff;
      border: 2px solid #af8230;
      border-bottom: 2px solid #af8230;
    }


/*QMOD-styles*/
.main-content .qmod-heading {
    margin-bottom: 0;
}
.qtool .qmod-dropdown-menu li,
.qtool .qmod-legend li {
    list-style: none;
    margin: 0;
    padding-left: 0;
    background: none;
}
.qmod-dropdown-menu li::before,
.qmod-legend li::before {
    display: none;
}
.qmod-mod-pad-buttons {
    padding: 10px 0px;
}
tbody .qmod-control.control {
    display: block;
    margin: 6px 0px 0px;
    max-width: 60%;
}
@media (max-width: 480px) {
    tbody .qmod-control.control {
        margin: 8px 0px 0px;
    }
}
@media (max-width: 480px) {
    thead .qmod-control.control {
        display: inherit;
    }
}
.qmod-ui-tool .qmod-calendar-control .right-addon i {
    top: 5px;
}
.qtool .loader {
    left: 50%;
    margin-top: 200px;
    margin-bottom: 200px;
    width: 50px;
    height: 50px;
}
.qtool .loader::after {
    width: 50px;
    height: 50px;
}
.qmod-attribution, .qmod-attribition a {
    font-size: 14px;
}
.qmod-block-wrapper {
    overflow: hidden;
    padding-bottom: 10px;
}
.qtool .qmod-datepicker {
    height: 46px;
}
.qtool .qmod-heading.qmod-hbg {
    padding: 5px 20px;
}
.qtool ul li {
    font-size: 16px;
    font-weight: 400;
    color: #373535;
}
.qtool a{
    font-size: inherit;
    font-weight: 400;
}



