/*
 Theme Name:   TMT Investment
 Theme URI:    http://tmtinvestment.com/
 Description:  TMT Invesment Theme
 Author:       Stayfirst
 Author URI:   http://stayfirst.com
 Template:     devdmbootstrap4
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  tmtinvestment
*/

html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #171C2D;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 0;
}

body {
  padding-top: 48px;
  min-width: 360px;
  max-width: 2400px;
  background: #fff;
  box-shadow: 0px 1px 80px rgba(0, 0, 0, 0.1);  
}
html{
  overflow-y: auto;
  height: 100vh;
}

html.modal-open {
  overflow-y: hidden;
}

.blured {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.container {
  max-width: 1440px;
  min-width: 360px;
  margin: 0 auto;
}

.row {
  /* margin-left: 0;
  margin-right: 0; */
}

body > header {
    box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
}

body > footer {
  background: #0078BE;
  color: #fff;
  padding-top: 20px;
  font-size: 13px;
}
footer-logo img {
  width: 195px;
  height: 63px;
}

footer .copy {
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.5);
  padding: 14px;
  text-align: center;
  font-size: 11px;
}
.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100000;
}
.loading_content {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

/* headers */
h1 {
  font-size: 36px;
  font-weight: bold;
}
h2 {
  font-size: 30px;
  font-weight: bold;
}
h2.dmbs-page-subtitle {
  font-size: 60px;
  font-weight: bold;
  color: #0078BE;
  opacity: 0.1;
  text-transform: uppercase;
  margin-bottom: -48px;
}
h3 {
  font-size: 26px;
  line-height: 1.5;
}
h4 {
  font-size: 20px;
  line-height: 1.5;
}
h5 {
  font-size: 18px;
  line-height: 1.5;
}
h6 {
  font-size: 16px;
  line-height: 1.5;
}

.text-primary {
  color: #0078BE !important;
}

.dmbs-page-header{
  text-align: center;
}
.dmbs-page-title {
  position: relative;
}

.pl {
  padding-left: 35px;
}

/* colors */
a, a:link {
  color: #0078BE;
}

.dmbs-page-title a, .dmbs-page-title a:link {
  color: #171C2D;
}

a:hover, .dmbs-page-title a:hover {
  color: #A8C823;
  text-decoration: none;
}

a:active, .dmbs-page-title a:active {
  color: #005180;
}

a .triangle {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 1px;
  background-image: url(images/triangle-arrow.svg);
  background-size: 60px 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: 0px 0px;
}
a:hover .triangle {
  background-position: -20px 0px;
}
a:active .triangle {
  background-position: -40px 0px;
}

a .plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 1px;
  background-image: url(images/plus-bullet.svg);
  background-size: 60px 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: 0px 0px;
}
a:hover .plus {
  background-position: -20px 0px;
}
a:active .plus {
  background-position: -40px 0px;
}

a[aria-expanded="true"] .plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 1px;
  background-image: url(images/minus-bullet.svg);
  background-size: 60px 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: 0px 0px;
}

a[aria-expanded="true"]:hover .plus {
  background-position: -20px 0px;
}
a[aria-expanded="true"]:active .plus {
  background-position: -40px 0px;
}

/* .btn-primary:hover, .btn-primary:active {
  color: #fff;
  background-color: #0078BE;
  border-color: #0078BE;
} */

.btn-primary {
    color: #fff !important;
    background-color: #0078BE;
    border-color: #0078BE;
}

/* buttons */
.btn {
  color: #fff;
  border-radius: 40px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 25px;
  line-height: 18px;
  box-shadow: 0px 3px 15px rgba(0, 120, 190, 0.3);
  transition: box-shadow 0.15s;
}
.btn:hover {
  box-shadow: 0px 6px 20px rgba(0, 120, 190, 0.4);
}
.btn:active, .btn:focus {
  box-shadow: 0px 2px 8px rgba(0, 120, 190, 0.4) !important;
}
.btn-effect {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  overflow: hidden;
}
.btn-effect span {
  position: relative;
  pointer-events: none;
}
.btn-effect::before {
  --size: 0;
  content: '';
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #a8c823, transparent);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: width .2s ease, height .2s ease;
}
.btn-effect:hover::before {
  --size: 400px;
}

.btn-effect:active::before {
  background: radial-gradient(circle closest-side, #005180, transparent);
}

.btn-square {
  background-color: #fff;
  color: #0078BE !important;
  border-radius: 4px;
  white-space: normal;
  width: 150px;
  height: 134px;
  padding: 25px;
  margin: 4px;
  display: flex;
  align-items: center;
  transition: box-shadow 0.15s;
  flex-direction: column;
}
.btn-square .icon {
  margin: 0 0 10px 0;
  flex: 0 0 auto;
  display: block;
  width: 48px;
  height: 48px;
}
.btn-square:hover {
  color: #A8C823 !important;
}
.btn-square:active {
  color: #005180 !important;
}

.btn-factsheet .icon {
  background-image: url('images/factsheet.svg');
  background-position: 0px 0px;
  background-size: 144px 48px;
}
.btn-factsheet:hover .icon {
  background-position: -48px 0px;
}
.btn-factsheet:active .icon {
  background-position: -96px 0px;
}

.btn-presentation .icon {
  background-image: url('images/factsheet.svg');
  background-position: 0px 0px;
  background-size: 144px 48px;
}
.btn-presentation:hover .icon {
  background-position: -48px 0px;
}
.btn-presentation:active .icon {
  background-position: -96px 0px;
}
.btn-flat, .btn-flat:hover, .btn-flat:active, .btn-flat:focus {
  background-color: transparent;
  box-shadow: none !important;
  color: #0078BE;
}


/* navbar */
.navbar {
  padding:  2px 15px 2px 15px;
  transition: padding 0.15s;
  flex-wrap: nowrap;
}
.navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar-brand img {
   width: 100px;
   height: 32px;
   transition: all 0.15s;
}
.navbar .navbar-nav {
  white-space: nowrap;
  padding-bottom: 25px;
}
.navbar-nav .nav-link {
  color: #171C2D;
  text-transform: none;
  font-weight: 300;
  text-align: center;
  font-size: 30px;
}

/* .navbar-nav .current_page_item .nav-link {
  color: #0078BE;
} */

.navbar-nav .nav-link:hover {
  color: #A8C823;
}

.navbar-nav .nav-link:active {
  color: #005180;
}
.navbar-toggler {
  margin-left: 0;
}
.navbar-toggler span {
  color: #0078BE;
}

.navbar-content {
  display: flex;
  flex-grow: 0;
  align-items: center;
  justify-content: space-between;
}
.navbar-collapse {
  position: absolute;
  background: #fff;
  left: 0;
  top: 59px;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);  
}
.navbar-toggler{
  padding: 0;
}
.navbar .btn  {
  padding: 10px 3px;
}

/* pills */
.nav-pills {
  background-color: rgba(0, 120, 190, 0.1);
  border-radius: 20px;
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
}
.nav-pills .nav-item {
  width: auto;
  display: inline-block;
}
.nav-pills .nav-item .nav-link {
  color: #171C2D;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 18px;
}
.nav-pills .nav-item .nav-link.active {
  color: #0078BE;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.nav-pills .nav-item .nav-link:hover {
  color: #A8C823;
}
.nav-pills .nav-item .nav-link:active {
  color: #A8C823;
}
.nav-pills .nav-item .nav-link.active:hover {
  color: #0078BE;
}
.nav-pills .nav-item .nav-link.active:active {
  color: #0078BE;
}

.pdf {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  height: 65vh;
}
.wp-block-file {
  text-align: center;
  /* get ride of Download button  */
  display: none;
}
.wp-block-file a {
  display: none;
}
.wp-block-file .wp-block-file__button {
  display: inline-block;
  color: #fff;
  background-color: #0078BE;
  border-radius: 40px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 25px;
  line-height: 18px;
  box-shadow: 0px 3px 15px rgba(0, 120, 190, 0.3);
  font-size: 0.85rem;
}



/* social-icons */
.social-icons {
  display: flex;
  margin-right: 12px;
  margin-left: -12px;
  align-items: center;
}
.social-icons a {
  display: block;
  width: 36px;
  height: 40px;
  margin-right: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons a .icon {
  display: block;
}
.social-icons .facebook .icon {
  background-image: url('images/facebook.svg');
  background-position: 0px 0px;
  background-size: 30px 21px;
  background-repeat: no-repeat;
  width: 10px;
  height: 21px;
}
.social-icons .facebook:hover  .icon {
  background-position: -10px 0px;
}
.social-icons .facebook:active  .icon {
  background-position: -20px 0px;
}
.social-icons .facebook-white .icon{
  background-image: url('images/facebook-white.svg');
  background-position: 50% 50%;
  background-size: 10px 21px;
  background-repeat: no-repeat;
  width: 10px;
  height: 21px;
}
.social-icons .twitter .icon {
  background-image: url('images/twitter.svg');
  background-position: 0px 0px;
  background-size: 54px 15px;
  background-repeat: no-repeat;
  width: 18px;
  height: 15px;
}
.social-icons .twitter:hover .icon {
    background-position: -18px 0px;
}
.social-icons .twitter:active .icon {
    background-position: -36px 0px;
}
.social-icons .twitter-white .icon {
  background-image: url('images/twitter-white.svg');
  background-position: 50% 50%;
  background-size: 18px 15px;
  background-repeat: no-repeat;
  width: 18px;
  height: 15px;
}
.social-icons .linkedin .icon {
  background-image: url('images/linkedin.svg');
  background-position: 0px 0px;
  background-size: 48px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.social-icons .linkedin:hover .icon {
  background-position: -16px 0px;
}
.social-icons .linkedin:active .icon {
  background-position: -32px 0px;
}
.social-icons .linkedin-white .icon {
  background-image: url('images/linkedin-white.svg');
  background-position: 50% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}




/* main slider */
#carouselMainSlider .carousel-bottom-bg {
  position: relative;
  background-image: url('images/shape1.svg');
  background-position: center 100.2%;
  background-size: 100.2% auto;
  background-repeat: no-repeat;
  height: 240px;
  margin-top: -240px;
}
#carouselMainSlider .carousel-inner {
  border-bottom: 2px solid #fff;
}

#carouselMainSlider .carousel-caption {
  bottom: unset;
  top: 20%;
  font-size: 16px;
  font-weight: 300;
}
#carouselMainSlider .carousel-caption h2 {
  font-size: 24px;
  font-weight: 400;
}

.carousel-control-prev, .carousel-control-next {
  width: 96px;
  height: 96px;
  border-radius: 48px;
  top: 50%;
  background: rgba(23, 28, 45, 0.2);
  transform: translateY(-48px);
  transition: left 0.15s, right 0.15s;
}

.carousel-control-prev {
left: -56px;
}
.carousel-control-next {
right: -56px;
}

.carousel-control-prev:hover {
left: -28px;
}
.carousel-control-next:hover {
right: -28px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 14px;
  height: 34px;
}
.carousel-control-prev-icon {
  background-image: url('images/arrow-prev.svg');
}
.carousel-control-next-icon {
  background-image: url('images/arrow-next.svg');
}
.carousel-indicators {
  bottom: 24px;
}
.carousel-indicators li {
  background: #fff;
  width: 16px;
  height: 4px;
  border-radius: 2px;
  margin-right: 2px;
  margin-left: 2px;
}
.carousel-indicators li.active {
  background: #0078BE;
}
.carousel-caption {
  right: unset;
  left: unset;
  width: 100%;
}


/* main-content */
.dmbs-page-content {
  font-size: 15px;
  line-height: 1.6;
}

.home-content {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.15;
}

.home-buttons {
  position: relative;
  text-align: center;
  z-index: 200;
  display: flex;
  justify-content: center;
}


.curve {
  background-image: url('images/curve.png');
  background-position: 50% 50%;
  background-size: 1200px;
  background-repeat: no-repeat;
  height: 180px;
  margin-top: -50px;
  margin-bottom: -50px;
  position: relative;
  z-index: 0;
}



/* portfolio */
.portfolio {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5f8ff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#e5f8ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#e5f8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f8ff',GradientType=0 );
}
/* .home .portfolio {
  background-color: #fff;
  background-image: url('images/bg-portfolio.svg');
  background-repeat: repeat-x;
  background-size: 10px 740px;
  position: relative;
  z-index: 9;
} */
.portfolio-nav {
  text-align: center;
  padding: 5px 0;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.portfolio-nav::-webkit-scrollbar { /* WebKit */
  width: 0px;
}

.portfolio-item-row {
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}
.portfolio-item {
  flex: 0 1 auto;
  width: 50%;
  cursor: pointer;
  position: relative;
}
.portfolio-item-wrapper {
  position: absolute;
  padding: 2px;
  height: 100%;
  width: 100%;
}
.portfolio-item .portfolio-item-content {
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
  border-radius: 4px;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: auto;
  transition: box-shadow 0.15s;
}
.portfolio-item:hover .portfolio-item-content {
  box-shadow: 0px 8px 32px rgba(0, 120, 190, 0.3);
  z-index: 100;
}
.portfolio-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.portfolio-item.active {
  width: 75%;
  /* box-shadow: 0px 8px 32px rgba(0, 120, 190, 0.3); */
  z-index: 100;
}
.portfolio-item.active:after {
  content: "";
  display: block;
  padding-bottom: 66.6667%;
}
.portfolio-item.active .portfolio-item-content {
  box-shadow: 0px 8px 32px rgba(0, 120, 190, 0.3);
}
.portfolio-item.tight {
  width: 25%;
}

.portfolio-item-logo {
  position: absolute;
  text-align: center;
  padding: 15px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-item.active .portfolio-item-logo {
  top: 15%;
}
.portfolio-item-logo img {
  max-width: 100%;
  max-height: 45px;
}
.portfolio-item-text {
  display: none;
}
.portfolio-item.active .portfolio-item-text {
  display: block;
  position: absolute;
  top: 23%;
  padding: 15px;
}

.portfolio .home-buttons {
  flex-direction: column;
}
.portfolio .home-buttons .btn-square {
  background-color: transparent;
  box-shadow: none;
  width: 250px;
  flex-direction: row;
  text-align: left;
  height: auto;
  padding: 5px 15px;
}
.portfolio .home-buttons .btn-square .icon {
  margin-right: 10px;
}
.portfolio .home-buttons .btn-square:active, .portfolio .home-buttons .btn-square:hover, .portfolio .home-buttons .btn-square:focus {
  box-shadow: none !important;
}

/* revaluation */
.revaluation-item-row-wrapper {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.revaluation-item-row-wrapper::-webkit-scrollbar { /* WebKit */
  width: 0px;
}

.revaluation-item-row {
  flex-wrap: nowrap;
  margin-left: -4px;
  margin-right: -4px;
  width: 1600px;
}
.revaluation-item {
  flex: 0 1 auto;

  position: relative;
}
.revaluation-item-wrapper {
  position: relative;
  padding: 4px;
  height: 100%;
  width: 100%;
}
.revaluation-item .revaluation-item-content {
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
  border-radius: 4px;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: auto;
  padding: 20px 0;
}

.revaluation-item-logo {
  position: relative;
  text-align: center;
  padding: 15px;
  width: 100%;

}

.revaluation-item-logo img {
  max-width: 100%;
  max-height: 55px;
}

.revaluation-item-text {
  display: block;
  position: relative;
  padding: 15px;
  width: 100%;
  text-align: center;
}

.revaluation-investment {
  font-size: 20px;
}

.revaluation-latest-value {
  font-size: 24px;
}

.revaluation-profit {
  font-size: 44px;
  color: #0078BE;
  font-weight: 300;
}

.revaluation-item-text .small {
  color: #A7A7AB;
}

/* exits */
.exits-bg {
  /* background-image: url('images/bg-exits.svg');
  background-position: 50% 50%;
  background-size: 1728px;
  background-repeat: no-repeat; */
}
.exit-item-row {
  margin-left: auto;
  margin-right: auto;
}
.exit-item {
  flex: 0 1 auto;
  width: 100%;
  position: relative;
}
.exit-item-wrapper {
  position: relative;
  padding: 2px;
  height: 100%;
  width: 100%;
}
.exit-item .exit-item-content {
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
  border-radius: 4px;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.exit-item-header .exit-item-content {
  background: none;
  box-shadow: none;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.exit-item .exit-item-content div {
  margin: 15px;
  font-size: 16px;
}

.exit-item-header .exit-item-content div {
  margin: 15px;
  font-size: 14px;
  color: #9FA0A4;
}

.exit-item-logo img {
  max-width: 100%;
  max-height: 40px;
}

.exit-item-logo {
  width: 33.33%;
}

.exit-company {
  width: 33.33%;
}
.exit-date-invested {
  width: 33.33%;
}
.exit-date-exited {
  width: 18%;
}
.exit-irr {
  width: 18%;
}




/* team */

.home .team {
  position: relative;
  z-index: 8;
  margin-top: 50px;
  background-image: url('images/waves.svg');
  background-size: 400% auto;
  background-repeat: no-repeat;
  background-position: 50% 12%;
}

.home .team-bottom-bg {
  background-image: url('images/shape2.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 100.2%;
  padding-bottom: 40px;
}
.team .dmbs-page-header {
  font-size: 16px;
  text-align: left;
}
.team .dmbs-page-header .dmbs-page-title, .team .dmbs-page-header .dmbs-page-subtitle {
  text-align: center;
}

.team-item-row {
  margin-left: -2px;
  margin-right: -2px;
}
.team-item {
  width: 50%;
  position: relative;
  margin-bottom: 60px;
}
.team-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.team-item .team-item-wrapper {
  position: absolute;
  padding: 2px;
  height: 100%;
  width: 100%;
}
.team-item .team-item-content {
  background: #fff;
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.team-item:hover .team-item-content {
  box-shadow: 0px 8px 32px rgba(0, 120, 190, 0.3);
  z-index: 100;

}
.team-item-pic {
  width: 95%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.team-item-text {
  position: relative;
  text-align: center;
  padding: 5px 0;
}
.team-item-title {
  color: #0078BE;
  font-size: 15px;
}
.team-item-post {
  color: #9FA0A4;
  font-size: 11px;
}
.team-title {
  font-size: 36px;
  font-weight: 300;
  color: #0078BE;
  text-align: center;
}
.team-post {
  font-size: 18px;
  text-align: center;
}
.team-image img {
  width: 320px;
  max-width: 100%;
  margin-top: -8px;
  border-radius: 4px;
}

.team-content {
  font-size: 15px;
  line-height: 1.6;
}

/* news */
.news {
  /* background: #EEF3F9; */
}
.home .news {
  margin-top: 0px;
  padding-top: 75px;
  background-color: #EEF3F9;
  position: relative;
  z-index: 7;
  background-image: url('images/shape2.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.home .news-bottom-bg {
  background-image: url('images/shape1.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 100.2%;
  padding-bottom: 40px;
}
.news-nav {
  text-align: center;
  padding: 5px 0;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.news-nav::-webkit-scrollbar { /* WebKit */
  width: 0px;
}

.news-item-row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.news-item {
  flex: 0 1 auto;
  width: 25%;
  position: relative;
}
.news-item .news-item-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 8px 8px 24px 8px;
}
.news-item .news-item-content {
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
  border-radius: 4px;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.news-item:hover .news-item-content {
  box-shadow: 0px 8px 32px rgba(0, 120, 190, 0.3);
  z-index: 100;
}
.news-item:after {
  content: "";
  display: block;
  padding-bottom: 145%;
}
.news .carousel-wrap {
  padding: 30px;
  margin: 0 -30px -15px -30px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
  .news .carousel-wrap::-webkit-scrollbar { /* WebKit */
  width: 0px;
 }



.news .carousel-inner {
  overflow: visible;
  min-width: 900px;
}
.news .carousel-item {
  transition-duration: .3s;
}
.news .carousel-control-prev, .news .carousel-control-next {
  transform: translateY(90px);
}
.news .carousel-indicators {
  bottom: 15px;
}
.news .carousel-indicators li {
  background: rgba(23, 28, 45, 0.1);
}
.news .carousel-indicators li.active {
  background: #0078BE;
}
.news-item-date {
  color: #A7A7AB;
  padding: 10px 15px 1px 15px;
  font-size: 12px;
}
.news-content{
    font-size: 15px;
}
a.news-item-title {
  font-size: 14px;
  padding: 1px 15px 15px 15px;
  display: block;
  color: #171C2D;
}
a.news-item-title:hover {
  color: #0078BE;
}
a.news-item-title:active {
  color: #005180;
}
a.news-item-source, span.news-item-source {
  padding: 15px;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #F3F3F4;
  width: 100%;
  color: #A7A7AB;
  text-transform: uppercase;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
a.news-item-source:hover {
  color: #0078BE;
  background-color: rgba(0, 120, 190, 0.1);
}
a.news-item-source:active {
  color: #005180;
  background-color: rgba(0, 120, 190, 0.1);
}

a.news-item-source .icon {
  width: 16px;
  height: 14px;
  background-image: url('images/ext-link.svg');
  background-size: 48px 14px;
  background-position: 0px 0px;
}
a.news-item-source:hover .icon {
  background-position: -16px 0px;
}
a.news-item-source:active .icon {
  background-position: -32px 0px;
}
.news-date {
  font-size: 15px;
  color: #9FA0A4;
}
.news-source {
  font-size: 15px;
}


.fullnews {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5f8ff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#e5f8ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#e5f8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f8ff',GradientType=0 );
}

.fullnews .twitter-header {

}
.fullnews i.twitter-icon {
  display: inline-block;
  background-image: url('images/twitter.svg');
  background-position: 0px 0px;
  background-size: 90px 25px;
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  opacity: 0.5;
  vertical-align: middle;
  margin-right: 15px;
}

.fullnews .news-item {
  width: 50%;
}


/* relations */
.relations {
  padding-top: 32px;
  padding-bottom: 32px;
}
.home .relations {
  padding-top: 50px;
  position: relative;
  z-index: 6;
}

.relations-item-row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 30px;
}
.relations-item {
  padding: 8px;
  flex: 0 1 auto;
  width: 100%;
}
.relations-item .relations-item-content {
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
  border-radius: 4px;
  height: 100%;
  transition: box-shadow 0.15s;
}
.relations-item:hover .relations-item-content {
  box-shadow: 0px 8px 32px rgba(0, 120, 190, 0.3);
  color: #0078BE;
}
.relations-item:active .relations-item-content {
  box-shadow: 0px 2px 8px rgba(0, 120, 190, 0.4);
  color: #005180;
}
.relations-item .relations-item-content a {
  color: #171C2D;
  display: block;
  height: 100%;
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.relations-item:hover .relations-item-content a {
  color: #0078BE;
}
.relations-item:active .relations-item-content a {
  color: #005180;
}
.relations-item .relations-item-content a .icon {
  width: 9px;
  height: 22px;
  background-image: url('images/arrow-sm.svg');
  background-size: 27px 22px;
  background-position: 0px 0px;
}
.relations-item:hover .relations-item-content a .icon {
  background-position: -9px 0px;
}
.relations-item:active .relations-item-content a .icon {
  background-position: -18px 0px;
}
.relation-title {

}
.relation-content {

}
.investor-relation-content {
  background: #EEF3F9;
  padding: 24px;
}


/* announcements reports circulars*/
.announcements-bg {
  background-image: url('images/bg-announcements.svg');
  background-position: 50% 112px;
  background-size: 1728px;
  background-repeat: no-repeat;
}
.announcement-nav, .report-nav, .circular-nav, .price-nav {
  text-align: center;
  padding: 5px 0;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.announcement-nav::-webkit-scrollbar, .report-nav::-webkit-scrollbar, .circular-nav::-webkit-scrollbar, .price-nav::-webkit-scrollbar { /* WebKit */
  width: 0px;
}

.announcement-item-row, .report-item-row, .circular-item-row {
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 30px;
}
.announcement-item-row.rns-filtered {
  margin-top: 10px;
}
.announcement-item, .report-item, .circular-item {
  padding: 4px;
  flex: 0 1 auto;
  width: 100%;
}
.announcement-item .announcement-item-content, .report-item .report-item-content, .circular-item .circular-item-content {
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
  border-radius: 4px;
  height: 100%;
}
.announcement-item:hover .announcement-item-content, .report-item:hover .report-item-content, .circular-item:hover .circular-item-content {
  box-shadow: 0px 2px 8px rgba(0, 120, 190, 0.2);
  color: #0078BE;
}
.announcement-item:active .announcement-item-content, .report-item:active .report-item-content, .circular-item:active .circular-item-content {
  box-shadow: 0px 1px 4px rgba(0, 120, 190, 0.4);
  color: #005180;
}
.announcement-item .announcement-item-content a, .report-item .report-item-content a, .circular-item .circular-item-content a {
  color: #171C2D;
  display: block;
  height: 100%;
  width: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.announcement-item:hover .announcement-item-content a, .report-item:hover .report-item-content a, .circular-item:hover .circular-item-content a {
  color: #0078BE;
}
.announcement-item:active .announcement-item-content a, .report-item:active .report-item-content a, .circular-item:active .circular-item-content a {
  color: #005180;
}
.announcement-item .announcement-item-content a .icon, .report-item .report-item-content a .icon, .circular-item .circular-item-content a .icon {
  width: 18px;
  height: 18px;
  background-image: url('images/download.svg');
  background-size: 54px 18px;
  background-position: 0px 0px;
  flex: 0 0 18px;
}
.announcement-item:hover .announcement-item-content a .icon, .report-item:hover .report-item-content a .icon, .circular-item:hover .circular-item-content a .icon {
  background-position: -18px 0px;
}
.announcement-item:active .announcement-item-content a .icon, .report-item:active .report-item-content a .icon, .circular-item:active .circular-item-content a .icon {
  background-position: -36px 0px;
}
.announcement-item .announcement-item-content a div, .report-item .report-item-content a div, .circular-item .circular-item-content a div {
  display: flex;
  flex-wrap: wrap;
}
.announcement-item a .announcement-date, .report-item a .report-date, .circular-item a .circular-date {
  color: #A7A7AB;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.announcement-item a .announcement-title, .report-item a .report-title, .circular-item a .circular-title {
  flex: 1 1 auto;
}



/* modal */
.modal-backdrop {
  /* display: none !important; */
}
.modal {
  padding: 0 !important;
  background: rgba(0,0,0,0.3);
  margin: 0 auto;  
  overflow: hidden;
}
.modal-open .modal {
  overflow: hidden;
}
.modal-dialog {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}
.modal-xl {
  max-width: 1200px;
}
.modal-full {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.modal-content {
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.3);
  border: none;
  margin: 0;
}
.modal-content .close {
  width: 16px;
  height: 16px;
  background-image: url('images/close.svg');
  background-size: 48px 16px;
  background-position: 0px 0px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1000;
}
.modal-content .close:hover {
  background-position: -16px 0px;
}
.modal-content .close:active {
  background-position: -32px 0px;
}
.modal-body {
  width: 100%;
  margin: 20px auto 0 auto;
  font-size: 15px;
  padding: 1rem;
  /* max-width: 900px; */
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
  max-height: 88vh;
}
.modal-body::-webkit-scrollbar { /* WebKit */
  width: 0px;
}


.modal .back {
  margin: 7px 0 0 9px;
  position: absolute;
  width: 75%;
  z-index: 1000;
  text-transform: uppercase;
  font-weight: bold;
}
.modal .back .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 1px;
  background-image: url(images/triangle-arrow.svg);
  background-size: 60px 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: rotate(180deg);
  background-position: 0px 0px;
}
.modal .back:hover .icon {
  background-position: -20px 0px;
}
.modal .back:active .icon {
  background-position: -40px 0px;
}

/* form */
label {
  font-size: 14px;
  margin-bottom: 3px;
}

.form-control {
  font-size: 18px;
  background-color: rgba(0, 120, 190, 0.1);
  padding: 9px 16px 10px 16px;
  border-color: transparent;
  border-radius: 4px;
  color: #171C2D;
}
.form-control:focus {
  background-color: rgba(0, 120, 190, 0.1);
  color: #171C2D;
  box-shadow: 0 0 3px rgba(168, 200, 35, 0.5);
}
.form-control::placeholder {
  color: #171C2D;
  opacity: 0.5;
}

/* form-request */
.wpcf7-form {
  margin: 30px 5px 0px 5px;
}
.wpcf7-form .btn {
  padding: 15px 32px;
}
.custom-file {
  width: 260px;
}
.custom-file-input, .custom-file-input:focus {
  /* width: 0;
  height: 0; */
}
.custom-file-input:focus ~ .custom-file-label {
  border: none;
  box-shadow: none;
}
.custom-file-label {
  border: none;
  border-radius: 0;
  color: #0078BE;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}
.custom-file-label span {
  width: 210px;
}

.custom-file-label::after {
  display: none;
}
.custom-file-label .icon {
  display: block;
  width: 20px;
  height: 21px;
  margin-right: 8px;
  background-image: url('images/attach.svg');
  background-size: 60px 21px;
  background-position: 0px 0px;
}
.custom-file:hover .custom-file-label {
  color: #A8C823;
}
.custom-file:hover .custom-file-label .icon {
  background-position: -20px 0px;
}
.custom-file:active .custom-file-label {
  color: #005180;
}
.custom-file:active .custom-file-label .icon {
  background-position: -40px 0px;
}

.mini-form {
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
  border-radius: 100px;
  padding: 25px 15px;
  text-align: center;
  margin: 60px auto;
  max-width: 600px;
}
.mini-form > span {
  font-size: 24px;
  margin: 5px 15px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.mini-form > button {
  margin: 5px 15px;
}
select.form-control:not([size]):not([multiple]) {
  height: auto;
}


/* table */
table {
  font-size: 15px;
  width: 100%;
}
table td, table td {
  border: 1px solid #ddd;
  padding: 15px;
}

.shadow {
  box-shadow: 0px 1px 4px rgba(0,0,0,0.15) !important;
}

.bg-target {
  background-image: url(images/target.svg);
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: 840px 840px;
}


.has-large-font-size {
  font-weight: 300;
  font-size: 26px;
}

.londonse {
  max-width: 125px;
}

#wpadminbar {
  z-index: 999999 !important;
}




.brighter-current-price {
  font-size: 12px;
  text-align: center;  
  line-height: 1;
  display: flex;
  align-items: center;
  transform: scale(0.7);
  margin-left: 0;
}

.brighter-current-price .changes {
  font-weight: 700;
}

.brighter-current-price .price {
  font-weight: 700;
  color: #0078BE;
  font-size: 32px;
}

.brighter-current-price .arrow-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #007bff transparent;
}

.brighter-current-price .arrow-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #007bff transparent transparent transparent;
}



.highcharts-credits {
  display: none;
}
.highcharts-label.highcharts-point text{
  display: none;
}
.highcharts-label span {
  width: 36px;
  height: 36px;
  display: block;
  top: 0 !important;
  left: 0 !important;
}
.highcharts-label span a{
  background-color: rgba(0, 120, 190, 1);
  background-image: url(images/rns.svg);
  background-position: 50% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;  
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  border-radius: 20px;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.highcharts-label span:hover {
  top: -1px !important;
  left: -1px !important;
  width: 38px;
  height: 38px;
}

.highcharts-label span a:hover{
  background-color: rgba(168, 200, 35, 1);
}

.highcharts-range-selector-buttons > text{
  display: none;
}

.highcharts-button-box {
  cursor: pointer;
}

table {
  width: 100% !important;
  border: none;
  border-collapse: collapse !important;
}
table td {
  padding: 13px !important;
}
table thead th, table thead td {
  border: none !important;
}
table tbody td {
  border: none !important;
}
table tbody tr {
  border: 1px solid #ccc !important;
}

.dataTables_wrapper .dataTables_paginate{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.dataTables_wrapper .dataTables_info{
  width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 50px;
}

#tmt_recent_trades thead td {
  color: #9FA0A4;
}

#tmt_recent_trades_length {
  display: none;
}

#tmt_recent_trades_paginate > span {
  display: none;
}

#tmt_recent_trades_length select, #tmt_recent_trades_filter input {
    display: block;
    width: 100%;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    font-size: 18px;
    background-color: rgba(0, 120, 190, 0.1);
    padding: 9px 16px 10px 16px;
    border-color: transparent;
    border-radius: 4px;
    color: #171C2D;
}

#tmt_recent_trades_length select {
  position: absolute;
  width: 200px;
}

#tmt_recent_trades_filter {
  margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  
  font-size: 1rem;
  border-radius: 40px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 30px;
  line-height: 18px;
  transition: box-shadow 0.15s;
  background-color: transparent;
  box-shadow: none !important;  
}
.dataTables_wrapper .dataTables_paginate a.paginate_button {
  color: #0078BE !important;
  background: none !important;
}
.dataTables_wrapper .dataTables_paginate span a.paginate_button, .dataTables_wrapper .dataTables_paginate span a.paginate_button.disabled {
  color: #9FA0A4 !important;
  background: none !important;
  padding: 10px 15px;
}
.dataTables_wrapper .dataTables_paginate span a.paginate_button.current {
  color: #171C2D !important;
  background: none !important;
  border: 1px solid #fff !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
  background-color: transparent !important;
  color: #0078BE !important;
  border: 1px solid #fff !important;
}

#tmt_recent_trades_info {
  font-size: 12px;
  margin-top: 55px;
}



.rns-filtered .announcement-item {
  display: none;
}



.wp-block-share {
  display: flex;  
  margin-top: 1.5rem;
  align-items: center;
}

a.share__button {
  color: rgba(0, 120, 190, 0.5);
  text-transform: uppercase;
  font-weight: 700;
}

a.share__button:hover {
  color: #A8C823;
}

a.share__button:active {
  color: #005180;
}

.share__title {
  color: rgba(0, 120, 190, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}

.share__title .icon {
  background-image: url('images/share.svg');
  background-position: -16px 0px;
  background-size: 48px 18px;
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.share-link-input {
  margin: 0 1rem;
  font-size: 0.8em;
  padding: 6px 16px;
}




















/* media (all style above for phones) */

/* 768 tablet */
@media screen and (min-width: 768px) {
  body {
    padding-top: 64px;
  }

  .home-content {
    font-size: 36px;
  }
  #carouselMainSlider .carousel-caption {
    top: 25%;
    /* font-size: 24px; */
  }
  #carouselMainSlider .carousel-caption h2 {
    font-size: 30px;
  }
  .navbar {
    padding:  11px 15px 12px 15px;
  }
  .navbar-brand img {
    width: 124px;
    height: 40px;
  }
  .navbar-collapse {    
    top: 78px;
  }
  .curve {
    background-size: 1600px;
    height: 420px;
    margin-top: -170px;
    margin-bottom: -170px;
  }
  body > footer {
    font-size: 14px;
    padding-top: 40px;
  }
  footer .social-icons {
    justify-content: center;
    margin-right: 0;
  }
  footer .copy {
    font-size: 14px;
  }
  .portfolio-item {
    width: 25%;
  }
  .portfolio-item.active {
    width: 50%;
  }
  .portfolio-item.active:after {
    padding-bottom: 50%;
  }
  .portfolio-item.tight {
    width: 16.6667%;
  }
  .home .team {
    background-size: 200% auto;
    background-position: 50% 20%;
  }
  .team-item {
    width: 25%;
  }
  .relations-item {
    width: 50%;
  }
  .fullnews .news-item {
    width: 33.3333%;
  }
  .announcement-item .announcement-item-content a div, .report-item .report-item-content a div, .circular-item .circular-item-content a div {
    flex-wrap: nowrap;
  }
  .announcement-item a .announcement-date, .report-item a .report-date, .circular-item a .circular-date {
    width: 170px;
  }
  .revaluation-item-row {
    flex-wrap: wrap;
    width: 100%;
  }
  .revaluation-item {
    width: 25%;
  }

  .londonse {
    max-width: 100%;
  }
  .portfolio .home-buttons {
    flex-direction: row;
  }
  .portfolio .home-buttons .btn-square {
    width: 250px;
    padding: 15px 25px;
  }
  .modal-dialog {
    padding: 32px;
  }
  .wpcf7-form {
    margin: 30px 30px 0px 30px;
  }
  .exit-item-logo {
    width: 18%;
  }

  .exit-company {
    width: 28%;
  }
  .exit-date-invested {
    width: 18%;
  }
  .exit-date-exited {
    width: 18%;
  }
  .exit-irr {
    width: 18%;
  }
  .brighter-current-price {   
    transform: scale(0.7);
    margin-left: 5px;
  }
  
  .navbar .btn  {
    padding: 10px 25px;
  }
  #tmt_recent_trades_length {
    display: block;
  }
  #tmt_recent_trades_paginate > span {
    display: block;
  }
  .home .news {
    padding-top: 100px;
  }
}

/* 992 medium */
@media screen and (min-width: 992px) {
  body {
    padding-top: 85px;
  }
  h1 {
    font-size: 48px;
    font-weight: bold;
  }
  h2 {
    font-size: 36px;
    font-weight: bold;
  }
  h2.dmbs-page-subtitle {
    font-size: 90px;
    font-weight: bold;
    color: #0078BE;
    opacity: 0.1;
    text-transform: uppercase;
    margin-bottom: -66px;
  }
  h3 {
    font-size: 28px;
    line-height: 1.5;
  }
  h4 {
    font-size: 24px;
    line-height: 1.5;
  }
  h5 {
    font-size: 20px;
    line-height: 1.5;
  }
  h6 {
    font-size: 18px;
    line-height: 1.5;
  }
  .dmbs-page-content {
    font-size: 17px;
    line-height: 1.6;
  }
  .navbar {
    padding: 11px 15px 12px 15px;
  }
  .navbar.scrolled {
    padding:  11px 15px 12px 15px;
  }
  .navbar .navbar-nav {
    padding-left: 50px;
  }
  .navbar .navbar-brand img {
    width: auto;
    height: 40px;
  }
  .navbar-content {
    flex-grow: 1;
  }
  .navbar .navbar-nav {
    white-space: nowrap;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .navbar-nav .nav-link {
    color: #171C2D;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -0.1px;
  }
  .navbar-collapse {
    position: relative;
    left: unset;
    top: 0px;
    width: auto;
    box-shadow: none;
    padding-top: 0;
  }
  .curve {
    background-size: 2200px;
    height: 480px;
    margin-top: -170px;
    margin-bottom: -170px;
  }
  body > footer {
    font-size: 16px;
  }
  footer .social-icons {
    justify-content: left;
    margin-right: 13px;
  }
  .home .team {
    background-size: 150% auto;
    background-position: 50% 22%;
  }
  .team-item {
    width: 25%;
    position: relative;
    margin-bottom: 0;
  }
  .team-item:after {
    content: "";
    display: block;
    padding-bottom: 80%;
  }
  .team .dmbs-page-header {
    font-size: 18px;
    padding: 0 22px;
  }
  .team-item-text {
    position: absolute;
    text-align: right;
    transform: rotate(-90deg);
    width: 85%;
    top: 50%;
    left: -50%;
    margin-left: 20%;
    padding: 0 0 0 35px;
    height: 50px;
  }
  .team-item-title {
    color: #0078BE;
    font-size: 16px;
  }
  .team-item-post {
    color: #9FA0A4;
    font-size: 11px;
  }
  .team-content {
    font-size: 17px;
    line-height: 1.6;
  }
  .team-title {
    font-size: 41px;
    font-weight: 300;
    color: #0078BE;
    text-align: left;
  }
  .team-post {
    font-size: 20px;
    text-align: left;
  }
  .team-item-pic {
    width: 75%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .news .carousel-wrap {
    overflow: hidden;
  }
  .news .carousel-indicators {
    bottom: 0px;
  }
  .news-item:after {
    padding-bottom: 140%;
  }
  .news-item-date {
    font-size: 13px;
  }
  a.news-item-title {
    font-size: 15px;
  }
  .news-content{
      font-size: 17px;
  }
  .relations-item {
    width: 33.3333%;
  }
  .relations-item .relations-item-content a {
    font-size: 16px;
  }
  .revaluation-item {
    width: 25%;
  }
  .revaluation-item .revaluation-item-content {
    padding: 30px 0;
  }
  .modal-dialog {
    padding: 48px;
  }
  .modal-body {
    font-size: 17px;
  }
  .announcement-item .announcement-item-content a, .report-item .report-item-content a, .circular-item .circular-item-content a {
    font-size: 16px;
  }
  .portfolio .home-buttons .btn-square {
    width: 250px;
  }
  .has-large-font-size {
    font-size: 30px;
  }
  .carousel-indicators li {
    width: 48px;
    height: 4px;
  }
  .team-image {
    position: fixed;
  }
  .modal-full .modal-content {
    height: 100vh;
  }
  .navbar .btn {    
    font-size: 0.8rem;
    padding: 8px 20px;
  }
  .social-icons {
    margin-right: 8px;
  }
  .social-icons a {
    width: 32px;
  }
  .home .news {
    padding-top: 125px;
  }
}

/* 1200 large */
@media screen and (min-width: 1200px) {
  body {
    padding-top: 96px;
  }
  h2.dmbs-page-subtitle {
    font-size: 120px;
    font-weight: bold;
    color: #0078BE;
    opacity: 0.1;
    text-transform: uppercase;
    margin-bottom: -72px;
  }
  .home .team {
    background-size: 100% auto;
    background-position: 50% 26%;
  }
  .home-content {
    font-size: 45px;
  }
  .btn {
    padding: 11px 33px;
  }
  .btn-square {
    width: 250px;
    height: 95px;
    margin: 15px;
    text-align: left;
    flex-direction: row;
  }
  .btn-square .icon {
    margin: 0 15px 0 0;
  }
  #carouselMainSlider .carousel-caption {
    top: 25%;
    font-size: 24px;
  }
  #carouselMainSlider .carousel-caption h2 {
    font-size: 45px;
  }
  .navbar {
    padding:  19px 15px 20px 15px;
  }
  .navbar.scrolled {
    padding:  11px 15px 12px 15px;
  }
  .navbar .navbar-nav {
    padding-left: 30px;
  }
  .navbar .navbar-brand img {
    width: auto;
    height: 50px;
  }
  .navbar.scrolled .navbar-brand img {
    width: auto;
    height: 40px;
  }
  .navbar-nav .nav-link {
    color: #171C2D;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 12px !important;
    padding-left: 12px !important;
    font-size: 14px;
  }
  .curve {
    background-size: 2560px;
    height: 520px;
    margin-top: -170px;
    margin-bottom: -170px;
  }
  .portfolio-item {
    width: 16.6666666667%;
  }
  .portfolio-item.active {
    width: 33.3333%;
  }
  .portfolio-item.active:after {
    padding-bottom: 50%;
  }
  .portfolio-item.tight {
    width: 13.3333%;
  }
  .team .dmbs-page-header {
    font-size: 23px;
  }

  .team-item-text {
    position: absolute;
    text-align: right;
    transform: rotate(-90deg);
    width: 85%;
    top: 50%;
    left: -50%;
    margin-left: 20%;
    height: 50px;
  }
  .team-item-title {
    color: #0078BE;
    font-size: 20px;
  }
  .team-item-post {
    color: #9FA0A4;
    font-size: 12px;
  }

  .news-item .news-item-wrapper {
    padding: 24px;
  }
  .news-item-row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .news-item:after {
    padding-bottom: 115%;
  }
  .news-item-date {
    font-size: 13px;
  }
  a.news-item-title {
    font-size: 16px;
  }
  .relations-item-row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .relations-item {
    padding: 10px 24px;
    width: 33.3333%;
  }
  .relations-item .relations-item-content a {
    padding: 16px;
    font-size: 19px;
  }
  .revaluation-item-row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .revaluation-item {
    width: 25%;
  }
  .revaluation-item-wrapper {
    padding: 24px;
  }
  .modal-dialog {
    padding: 48px 64px;
  }
  .brighter-current-price {   
    transform: scale(1);
    margin-left: 20px;
  }
  .navbar .btn {    
    font-size: 1rem;
    padding: 11px 25px;
  }
  .social-icons {
    margin-right: 12px;
  }
  .social-icons a {
    width: 36px;
  }
  .home .news {
    padding-top: 150px;
  }
  .news .carousel-control-prev, .news .carousel-control-next {
    transform: translateY(120px);
  }

}


/* 1280 larger */
@media screen and (min-width: 1280px) {
  .navbar .navbar-nav {
    padding-left: 40px;
  }
  .navbar .navbar-brand img {
    width: auto;
    height: 57px;
  }
  .navbar.scrolled .navbar-brand img {
    width: auto;
    height: 40px;
  }
  .navbar-nav .nav-link {
    color: #171C2D;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 14px !important;
    padding-left: 14px !important;
    font-size: 14px;
  }
  .navbar .btn {
    margin: 0 12px;
  }
  .home .news {
    padding-top: 220px;
  }
  .news .carousel-control-prev, .news .carousel-control-next {
    transform: translateY(140px);
  }
}


