html {
  font-size: 62.5%;
  height: 100%; }

body {
  font-size: 1.4rem;
  font-family: 'Ubuntu Mono', monospace;
  font-weight: 400;
  height: 100%; }

/* =14px */
hr {
  border-top: 1px solid #8b8b8b !important; }

img {
  max-width: 96%;
  max-height: auto; }

h1 {
  color: white;
  font-size: 2.55rem !important;
  font-family: 'PT Sans Caption', sans-serif !important;
  font-weight: 700 !important; }

h2 {
  font-size: 2rem !important;
  font-family: 'PT Sans Caption', sans-serif !important; }

h3 {
  font-size: 1.82rem !important;
  font-family: 'PT Sans Caption', sans-serif !important; }

h4 {
  font-size: 1.72rem !important;
  font-family: 'PT Sans Caption', sans-serif !important; }

h5 {
  font-size: 1.62rem !important;
  font-family: 'PT Sans Caption', sans-serif !important; }

h6 {
  font-size: 1.56rem !important;
  font-family: 'PT Sans Caption', sans-serif !important; }

.page-title {
  color: #bdbdbd !important;
  font-family: 'PT Sans Caption', sans-serif !important;
  font-weight: 700 !important;
  padding: 10px 25px; }

p {
  color: #333; }

#search input[type="text"] {
  background: url(/assets/images/glass-dark.png) no-repeat 181px 7px #f4f4f4;
  border: 1px solid #d1d1d1;
  font-weight: 400;
  font-size: 1.3rem;
  color: #bebebe;
  height: 35px;
  width: 210px;
  margin-top: 7px;
  padding: 6px 5px 6px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s; }

#search input[type="text"]:focus {
  width: 210px;
  border: 1px solid #d1d1d1; }

.navbar-wrapp {
  width: 370px;
  height: auto;
  margin: auto; }

.navbar-nav {
  padding: 15px 15px 15px;
  font-size: 1.62rem;
  font-weight: 600; }

.nav > li {
  padding: 0 25px; }

.nav-right-font {
  font-size: 1.45rem; }

.navbar-inverse .navbar-nav > li > a a:visited {
  border: none;
  background: none; }
.navbar-inverse .navbar-nav > li > a a:focus {
  border: none;
  background: none; }
.navbar-inverse .navbar-nav > li > a a:hover {
  border: none;
  background: none; }
.navbar-inverse .navbar-nav > li > a a:active {
  border: none;
  background: none; }

.logo-holder {
  margin-top: 3px;
  display: block;
  height: auto;
  position: relative; }

.header-img-wrapp {
  width: 100%;
  height: 450px;
  background-color: white; }

.header-img {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  top: -22px;
  position: relative; }

.header-textbox, .header-textbox-logged, .login-wrapper {
  text-align: center;
  padding: 10px;
  width: 580px;
  height: 180px;
  background-color: rgba(4, 4, 4, 0.3);
  margin: auto;
  position: relative;
  top: -90%; }
  .header-textbox p, .header-textbox-logged p {
    padding: 7px;
    color: white; }
  .header-textbox h1, .header-textbox-logged h1 {
    color: white;
    font-weight: bold; }

.header-textbox-logged {
  top: -70%; }

.login-wrapper {
  text-align: center;
  padding: 10px;
  width: 250px;
  height: 180px;
  margin: auto;
  position: relative;
  top: -90%; }

.input-email,
.input-pass {
  margin: 3px 0 3px 0 !important;
  color: #eee !important;
  height: 37px !important;
  padding: 0 9px 0 9px !important;
  background-color: rgba(4, 4, 4, 0.4) !important;
  border-radius: 3px !important;
  border: none !important;
  width: 100% !important; }

.input-submit {
  width: 100%;
  height: 37px;
  border: none;
  float: right;
  color: #ccc;
  margin-top: 3px;
  padding: 3px;
  background-color: #15473a;
  border-radius: 3px; }

.form-control-custom {
  display: inline-block;
  width: 100%;
  height: 34px;
  margin: 10px auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: none;
  background-image: none;
  border: none;
  /* border-radius: 3px; */
  border-bottom: 1px solid #696969;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control-custom:active {
  border: none; }

.reg-button {
  width: 100% !important;
  height: 30px;
  margin: auto; }

#loginFadeTest {
  cursor: pointer;
  padding: 8px; }

.check-wrapp {
  margin-top: 10px;
  float: left;
  height: auto;
  width: auto; }
  .check-wrapp p {
    color: white; }
  .check-wrapp input[type="checkbox"] {
    display: none; }

.input-submit:hover {
  background-color: #246352; }

.input-submit:active {
  background-color: #246352; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc; }

.check-password {
  float: left;
  width: auto;
  position: relative; }

.check-password label {
  margin-top: 2px;
  cursor: pointer;
  position: relative;
  width: 15px;
  height: 15px;
  top: 0;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.35);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.check-custom-label {
  cursor: pointer;
  letter-spacing: 0.2px;
  color: #efefef;
  margin-left: 10px;
  font-weight: 400 !important;
  margin-bottom: 3px; }

.check-password label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 6px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.check-password label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3; }

.check-password input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.page-wrapper {
  width: 85%;
  margin: auto; }
  .page-wrapper h3 {
    font-weight: bold; }

.page-wrapper-sm {
  width: 75%; }

.index-tb, .index-tb-main {
  margin: 5px auto;
  width: 100%;
  height: auto; }
  .index-tb .index-icon, .index-tb-main .index-icon {
    margin-left: 3px;
    float: left;
    width: 36px;
    height: 36px; }

.index-tb-content {
  overflow: hidden;
  height: 190px;
  padding: 10px; }
  .index-tb-content p {
    text-align: justify; }

.index-tb-title h2 {
  padding: 5px 0 0 50px;
  color: #bdbdbd !important;
  font-weight: bold; }

.subheader {
  position: absolute;
  height: auto;
  width: 100%;
  background: white;
  padding-bottom: 40px;
  -webkit-box-shadow: 0 6px 6px -6px #222;
  -moz-box-shadow: 0 6px 6px -6px #222;
  box-shadow: 0 6px 6px -6px #222;
  z-index: 10; }

.slider-content {
  width: 100%;
  z-index: 0;
  position: absolute;
  height: 550px; }

.index-tb-btn {
  float: left;
  cursor: pointer;
  width: auto;
  padding: 9px 17px;
  height: auto;
  border: none;
  color: #eee;
  margin-top: 3px;
  text-align: center;
  text-decoration: none !important;
  background-color: #15473a;
  border-radius: 3px; }

.index-tb-btn:hover {
  background-color: #246352;
  color: #eee;
  text-decoration: none !important; }

.index-tb-btn:active {
  background-color: #246352;
  color: #eee;
  text-decoration: none !important; }

.index-tb-btn:visited {
  color: #eee;
  text-decoration: none !important; }

.section-ln, .section-an {
  /* background-image: url("/assets/images/bg-pattern.jpg"); */
  background-repeat: repeat;
  display: block;
  height: auto;
  padding-bottom: 50px;
  width: auto;
  position: relative; }

.section-ln-tb, .section-an-tb {
  float: left;
  display: inline-flex;
  cursor: pointer;
  margin: 13px auto;
  width: 100%;
  height: auto;
  color: #eee;
  background: white !important;
  box-shadow: 1px 1px 3px 2px #d2d2d2; }

.section-ln-wrapper, .section-an-wrapper {
  width: 85%;
  margin: auto; }

.section-ln-content, .section-an-content {
  height: 170px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  bottom: 0;
  padding: 8px; }
  .section-ln-content h3, .section-an-content h3 {
    color: #000 !important;
    font-weight: bold;
    text-align: center; }
  .section-ln-content p, .section-an-content p {
    padding: 10px;
    text-align: justify;
    color: #888; }

.section-ln-tb:hover, .section-an-tb:hover {
  box-shadow: 1px 1px 20px 2px #888;
  -webkit-transition-duration: 1s;
  /* Safari */
  transition-duration: 1s; }

.section-ln-img-wrapp {
  height: 100%;
  width: 90%;
  position: absolute; }

.img-resizer {
  width: 92%; }

#index-ln-img-1 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-one.jpg");
  background-repeat: no-repeat; }

#index-ln-img-2 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-two.jpg");
  background-repeat: no-repeat; }

#index-ln-img-3 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-three.jpg");
  background-repeat: no-repeat;
  background-position: center !important; }

#index-ln-img-4 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-four.jpg");
  background-repeat: no-repeat;
  background-position: center !important; }

#cp-ln-img-1 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-one.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

#cp-ln-img-2 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-two.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

#cp-ln-img-3 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-three.jpg");
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: 100% 100%; }

#cp-ln-img-4 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-four.jpg");
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: 100% 100%; }

/* SINGLE PROJECT cp */
#wrapper {
  padding-left: 250px;
  transition: all 0.4s ease 0s; }

#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  width: 250px;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  transition: all 0.4s ease 0s;
  background-image: linear-gradient(rgba(21, 71, 58, 0.88), rgba(109, 192, 48, 0.88)), url(http://www.bloglet.com/gallery/understanding-corporate-finance/understanding-corporate-finance.jpg) no-repeat;
  background-size:cover;
  /*background: #15473a;
  background: -moz-linear-gradient(top, #15473a 0%, #6dc030 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #15473a), color-stop(100%, #6dc030));
  background: -webkit-linear-gradient(top, #15473a 0%, #6dc030 100%);
  background: -o-linear-gradient(top, #15473a 0%, #6dc030 100%);
  background: -ms-linear-gradient(top, #15473a 0%, #6dc030 100%);
  background: linear-gradient(to bottom, #15473a 0%, #6dc030 100%);
  background-size: 150% 150%; */ }

#wrapper.active {
  padding-left: 0; }

#wrapper.active #sidebar-wrapper {
  left: 0; }

#page-content-wrapper {
  width: 100%;
   margin-bottom: 70px;
}

.sidebar-nav {
  position: absolute;
  margin-top: 100px;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px; }
  .sidebar-nav li h4 {
    margin-top: 3px;
    font-size: 14px;
    margin-bottom: 3px; }

.sidebar-nav li a {
  color: #eaeaea;
  display: block;
  text-decoration: none;
  padding-left: 60px; }

.sidebar-nav li a span:before {
  position: absolute;
  left: 0;
  color: #41484c;
  text-align: center;
  width: 20px;
  line-height: 18px; }

.sidebar-nav li a:hover,
.sidebar-nav li.active {
  color: #616161;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none; }

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
  color: #41484c; }

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px; }

.sidebar-nav > .sidebar-brand a {
  color: #999999; }

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none; }

.content-header {
  height: 65px;
  line-height: 65px; }

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block; }

#menu-toggle {
  text-decoration: none; }

.btn-menu {
  color: #000; }

.inset {
  padding: 80px 20px 20px 20px; }

@media (max-width: 767px) {
  #wrapper {
    padding-left: 0; }

  #sidebar-wrapper {
    left: 0; }

  #wrapper.active {
    position: relative;
    left: 250px; }

  #wrapper.active #sidebar-wrapper {
    left: 250px;
    width: 250px;
    transition: all 0.4s ease 0s; }

  #menu-toggle {
    display: inline-block; }

  .inset {
    padding: 15px; } }
.well {
  background-color: #fff !important;
  border-radius: 0px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.anchor {
  display: block;
  height: 90px;
  /*same height as header*/
  margin-top: -90px;
  /*same height as header*/
  visibility: hidden; }

/* Expand-Hide  content */
div.text-container {
    width: 100%; }

div.text-container a {
    text-decoration: none; }

.hideContent {
    overflow: hidden;
    text-overflow: ellipsis;
}

.showContent {
    height: auto; }

.show-more {
    padding: 10px 0;
    text-align: right;
}

.sp-header {
  float: right;
  margin-bottom: 10px;
  margin-right: 20px;
  font-weight: bold;
  cursor: pointer; }

.sp-border-image {
  margin-top: 105px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid;
  border-color: #bdbdbd;
  padding: 5px; }

.sp-logo-holder {
  width: 178px;
  height: 112px;
  margin: 60px auto;
  display: inherit; }

.sp-logo-image {
  border-radius: 3px;
  width: 178px;
  height: 112px;
  border: 4px solid #183328; }

.sp-logo-content {
  color: white;
  padding: 0 10px 10px 10px;
  text-align: center; }
  .sp-logo-content p {
    font-size: 11px;
    color: whitesmoke; }

.sp-bookmarked {
  position: absolute;
  background: none;
  border: none;
  float: left; }

.sp-gallery-image {
  width: 200px !important;
  height: 200px !important;
  margin: 5px !important; }

.news-gallery-container {
  padding: 10px;
}
.bx-wrapper{
  padding: 10px !important;
  margin-bottom: 10px !important;
}
.project-subtitle {
  color: #bdbdbd;
  margin: 0;
  padding: 0 0 0 10px;
  font-weight: bold; }

.cp-image-border {
  margin-top: 20px;
  border: 1px solid #bdbdbd;
  padding: 20px; }

.cp-image-wrapper {
  width: 100%;
  height: 360px;
  background-image: url(/assets/images/gallery/no-available-image.png); }

.cp-review-info {
  height: 400px;
  overflow: hidden;
  margin-top: 10px;
  padding: 10px 10px 10px 0; }

.cp-content-subtitle {
  text-transform: uppercase;
  color: #bdbdbd;
  font-weight: bold;
  padding: 0 10px; }

.cp-first-section {
  position: absolute;
  height: auto;
  width: 100%;
  background: white;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 6px 6px -6px #222;
  -moz-box-shadow: 0 6px 6px -6px #222;
  box-shadow: 0 6px 6px -6px #222;
  z-index: 10; }

.cp-tabs-menu {
  height: 300px;
  width: 100%; }

.cp-tabs-content {
  min-height: 300px;
  width: 100%;
  text-align: left;
  float: left;
  color: white;
  background-color: #ffffff; }
  .cp-tabs-content p, .cp-tabs-content ul {
    color: #222222 !important; }
  .cp-tabs-content h2 {
    color: #ababab; }

.cp-tabs-section {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  min-height: 300px;
  background-color: #5c5c5c; }

.cp-left-label {
  border-radius: 5px;
  width: 240px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 10px;
  background: #e6e6e6;
  color: #252525; }
  .cp-left-label .cp-head-title {
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 20px;
    width: 100%;
    height: 60px;
    background: #e6e6e6;
    text-align: center;
    font-size: 16px;
    font-weight: bold; }

.cp-conent-left, .cp-conent-right {
  float: left;
  width: 120px;
  height: 111px; }
  .cp-conent-left .cp-content-box, .cp-conent-right .cp-content-box {
    padding-left: 5px;
    margin: 5px 0;
    font-size: 12px;
    text-transform: uppercase; }
  .cp-conent-left hr, .cp-conent-right hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #fff; }

.cp-conent-left {
  background: #c3c3c3; }

.cp-conent-right {
  background: #d6d6d6;
  font-weight: bold; }

.cp-content-bottom-left {
  padding: 5px 0;
  background: #c3c3c3; }

.cp-content-bottom-right {
  padding: 5px 0;
  font-weight: bold;
  background: #d6d6d6; }

.ui-tabs-vertical {
  width: 55em; }

.ui-tabs-vertical .ui-tabs-nav {
  padding: .2em .1em .2em .2em;
  float: left;
  width: 12em; }

.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px .2em 0; }

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block; }

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px; }

.ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
  width: 40em; }

.ui-widget {
  font-size: 12px !important; }

.ui-widget.ui-widget-content {
  border: none !important; }

.ui-widget-content {
  color: #fff !important; }
  .ui-widget-content h2 {
    font-weight: bold; }
  .ui-widget-content ul {
    -webkit-padding-start: 15px; }
    .ui-widget-content ul li {
      margin: 2px; }

.ui-tabs-vertical {
  width: 100% !important; }

.ui-tabs-vertical .ui-tabs-panel {
  width: auto !important; }

.ui-widget-header {
  width: 100% !important;
  border: none !important;
  background: none !important;
  font-weight: bold; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  width: 100% !important;
  padding: .9em 1em !important;
  background: #ffffff !important;
  font-weight: bold !important;
  color: #4a4a4a !important; }

.ui-tabs-anchor:active {
  background: #8a8a8a !important; }

.ui-tabs .ui-tabs-nav li {
  margin: 3px !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none !important;
  font-weight: normal;
  color: #white !important;
  border-radius: none !important; }

.ui-state-default a, .ui-state-default a:link,
.ui-state-default a:visited, a.ui-button, a:link.ui-button,
a:visited.ui-button, .ui-button {
  color: white !important; }

/* / CURRENT PROJECT / */
/* ASCENDING NEWS */
#index-an-img-1 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-one.jpg");
  background-repeat: no-repeat; }

#index-an-img-2 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-two.jpg");
  background-repeat: no-repeat; }

#index-an-img-3 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-three.jpg");
  background-repeat: no-repeat;
  background-position: center !important; }

#index-an-img-4 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-four.jpg");
  background-repeat: no-repeat;
  background-position: center !important; }

#index-an-img-5 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-one.jpg");
  background-repeat: no-repeat;
  background-position: center !important; }

#index-an-img-6 {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  height: 135px;
  background: url("/assets/images/image-two.jpg");
  background-repeat: no-repeat;
  background-position: center !important; }

/* / ASCENDING NEWS / */
#allprojects-img-1 {
  background: url("/assets/images/allprojects-img1.jpg");
  background-repeat: no-repeat;
  background-position: center !important; }

#allprojects-img-2 {
  background: url("/assets/images/allprojects-img2.jpg");
  background-repeat: no-repeat;
  background-position: center !important; }

#allprojects-img-3 {
  background: url("/assets/images/allprojects-img3.jpg");
  background-repeat: no-repeat;
  background-position: center !important; }

#allprojects-img-4 {
  background: url("/assets/images/allprojects-img4.jpg");
  background-repeat: no-repeat;
  background-position: center !important; }

#allprojects-img-5 {
  background: url("/assets/images/allprojects-img5.jpg");
  background-repeat: no-repeat;
  background-position: center !important; }

#allprojects-img-6 {
  background: url("/assets/images/allprojects-img6.jpg");
  background-repeat: no-repeat;
  background-position: center !important; }

#allprojects-img-7 {
  background: url("/assets/images/allprojects-img7.jpg");
  background-repeat: no-repeat; }

#allprojects-img-8 {
  background: url("/assets/images/allprojects-img8.jpg");
  background-repeat: no-repeat; }

/*** PARALLAX ***/
.parallax {
  /* The image used */
  background-image: url("/assets/images/parallax.png");
  /* Full height */
  height: 400px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-textbox {
  position: absolute;
  margin-top: 110px;
  color: #fff;
  text-align: left;
  padding: 0 5px 15px 15px;
  width: 500px;
  height: auto;
  background-color: rgba(4, 4, 4, 0.54);
  position: absolute; }
  .parallax-textbox p {
    color: white; }
  .parallax-textbox .index-tb-btn {
    background-color: rgba(21, 71, 58, 0.59); }
  .parallax-textbox .index-tb-btn:hover {
    background-color: #15473a; }
  .parallax-textbox h2 {
    font-weight: bold; }

.aboutus-titles {
  width: 280px;
  margin: auto;
  padding-bottom: 50px;
  text-align: center; }
  .aboutus-titles h2 {
    font-weight: bold; }
  .aboutus-titles h4 {
    color: #bdbdbd;
    font-weight: bold; }

.aboutus-wrapper {
  margin: auto;
  width: 80%; }
  .aboutus-wrapper p {
    text-align: justify; }

.aboutus-image-container {
  min-height: 360px;
  background-image: url("/assets/images/aboutus-main-img.jpg"); }

.aboutus-subheader, .aboutus-bottom-content {
  display: inline-flex;
  /* position: absolute; */
  height: auto;
  background: white;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 6px 6px -6px #222;
  -moz-box-shadow: 0 6px 6px -6px #222;
  box-shadow: 0 6px 6px -6px #222;
  z-index: 10;
  /* display: inherit; */ }

.aboutus-bottom-content {
  z-index: 11;
  height: auto;
  display: -webkit-box;
  background: #fbfbfb;
  padding-bottom: 50px;
  -webkit-box-shadow: 0 6px 6px -6px #222;
  -moz-box-shadow: 0 6px 6px -6px #222;
  box-shadow: 0 6px 6px -6px #222; }
  .aboutus-bottom-content h1 {
    margin: 25px 13px 25px 13px;
    font-weight: bold;
    color: #bdbdbd; }
  .aboutus-bottom-content h4 {
    font-weight: bold; }

/* ID's */
#aboutus-image-1 {
  margin: 17px 0;
  height: 230px;
}

#aboutus-image-2 {
  margin: 17px 0;
  height: 230px;
}
#aboutus-image-3 {
  margin: 17px 0;
  height: 230px;
}
.breadcrumb-wrapp {
  width: 100%;
  height: auto; }
  .breadcrumb-wrapp a {
    text-decoration: none;
    text-align: left;
    color: #8b8b8b;
    padding: 0px;
    margin: 0px !important; }
  .breadcrumb-wrapp a:hover {
    text-decoration: none;
    color: #cecdcd; }
  .breadcrumb-wrapp ul {
    height: auto;
    cursor: pointer;
    float: left;
    margin: 0px 0px 25px 5px;
    padding: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    -o-padding-start: 0px; }
    .breadcrumb-wrapp ul li {
      float: left;
      margin: 20px 20px;
      font-weight: bold;
      color: #656565; }
    .breadcrumb-wrapp ul .active {
      list-style: none;
      color: #cecdcd;
      text-align: left; }
    .breadcrumb-wrapp ul li:hover:not(.active) {
      color: #8b8b8b; }

.section-all-projects {
  margin-left: 25px;
  text-align: left;
  display: inline-flex;
  width: 100%;
  height: auto;
  }
  .section-all-projects h2 {
    font-weight: bold;
    color: #cecdcd !important; }

.project-container {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 70px; }
  .project-container .project-img-container {
    padding: 7px;
    width: 100%;
    margin: auto;
    border: 1px #cccccc solid; }
  .project-container .projects-img {
    margin: auto;
    width: 100%;
    height: 148px; }
  .project-container .projects-content {
    display: inline-block;
    overflow: hidden;}
    .project-container .projects-content h3 {
      color: black;
      font-weight: bold; }
    .project-container .projects-content h6 {
      color: #bdbdbd;
      font-weight: bold; }
    .project-container .projects-content p {
      padding: 10px;
      text-align: justify; }

.btn-wrapp-projects {
  position: absolute;
  width: 90%;
  height: 50px; }

.btn-bookmark {
  float: right;
  background: none;
  border: none; }

.btn-unbookmark {
  float: right;
  background: none;
  border: none; }

.pagination-wrapp {
  padding-top: 20px;
  width: 255px !important;
  margin: auto  !important; }

.news-main-image, .sp-main-image {
  width: 100%;
  height: 360px;
}

.news-main-image > img {
    padding: 5px;
    height: 100%
}

.sp-main-image {
  background-size: 100% 100%;
  height: 120px; }

.sp-main-image {
  height: 120px; }

.news-main-content {
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
  height: auto; }

.page-news-wrapper {
  width: 85%;
  margin: auto; }

.section-an-wrapper {
  float: right;
  padding: 20px;
  border: 1px #bdbdbd solid;
  display: inline-block; }

.news-main-title {
  margin-left: 20px;
  color: #bdbdbd;
  font-weight: bold; }

.news-title {
  padding: 0 10px;
  position: absolute;
  margin-top: -35px;
  margin-left: 30px;
  background: white;
  color: #bdbdbd; }

.section-an {
  text-align: justify;
  margin-top: 30px; }
  .section-an p {
    text-align: justify; }
  .section-an h2 {
    font-weight: bold; }

.publish-info {
  width: 100%;
  margin: 12px 0;
  display: inherit;
  color: #bdbdbd;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: solid #bdbdbd 1px !important; }

.profile-wrapper {
  margin: auto;
  min-height: auto;
  width: 65%; }

.form-container {
  width: 100%;
  height: auto; }

.info-container {
  float: right;
  width: auto;
  margin-left: 20px; }
  .info-container h2 {
    color: #8b8b8b;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 20px;
    margin-left: 8px; }

#img-upload {
  display: inline-block;
  border: none;
  box-shadow: 1px 1px 3px 2px #d2d2d2; }

.upload-wrapp {
  position: absolute;
  padding: 0 !important;
  margin-top: 10px;
  float: right; }

input[type="file"] {
  display: none !important; }

.custom-file-upload {
  width: 236px;
  padding-left: 10px;
  font-size: 1.32rem;
  font-family: 'PT Sans Caption', sans-serif !important;
  display: inline-block;
  cursor: pointer; }

.info-holder {
  width: 100%;
  float: left;
  text-align: left;
  margin: 90px 0; }
  .info-holder ul {
    list-style: none;
    -webkit-padding-start: 0px; }
    .info-holder ul li {
      margin: 15px;
      font-size: 1.5rem;
      color: #8b8b8b; }

.profile-custom {
  margin: 17px 0px;
  padding: 0 5px;
  height: 31px;
  width: 100%;
  border: 1px white;
  border-bottom: solid #bdbdbd 1px !important;
  color: #8b8b8b;
  font-size: 1.26rem; }

.input-save {
  width: 90px;
  height: 37px;
  border: none;
  float: left;
  color: #ccc;
  margin: 20px 0 70px 0;
  padding: 3px;
  background-color: #15473a;
  border-radius: 3px; }

.input-save:hover {
  background-color: #246352; }

.contacts-form-wrapper {
  padding-top: 70px;
  margin: auto;
  height: 800px;
  width: 60%; }

.info-contacts-container h2 {
  font-weight: 400;
  color: #333333;
  margin: 20px 0;
  font-family: 'Roboto', sans-serif !important; }
.info-contacts-container ul {
  list-style: none;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  -o-padding-start: 0px; }
  .info-contacts-container ul li {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0px 0 3px 0; }
.info-contacts-container a, .info-contacts-container a:hover {
  color: #8b8b8b; }
.info-contacts-container a:link {
  text-decoration: none;
  color: #8b8b8b; }

.contacts-form-container h4 {
  color: #bdbdbd; }

.contacts-custom {
  margin-left: 10px;
  padding: 0 5px;
  height: 31px;
  width: 30%;
  border: 1px white;
  border-bottom: solid #bdbdbd 1px !important;
  color: #8b8b8b;
  font-size: 1.26rem; }

.contacts-textarea {
  float: left;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0px;
  height: 90px;
  width: 85%;
  border: 1px white;
  border-bottom: solid #bdbdbd 1px !important;
  color: #8b8b8b;
  font-size: 1.26rem; }

.contacts-titles {
  margin-bottom: 20px;
  margin-left: 10px; }
  .contacts-titles h2 {
    font-weight: bold; }

.contacts-btn-wrapp {
  width: 200px;
  height: auto; }

.contacts-btn, .contacts-clear-btn {
  float: left !important;
  cursor: pointer;
  width: auto;
  padding: 0 7px;
  height: 35px;
  font-size: 1.42rem;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  float: right;
  color: #333333;
  margin-top: 10px;
  margin-right: 8px;
  text-align: center;
  background: none;
  border-radius: 3px; }

.contacts-btn:hover {
  color: #8b8b8b; }

.contacts-clear-btn {
  color: #8b8b8b; }

.section-testi {
  padding-top: 20px;
  display: inline-flex;
  background-color: #f9f9f9;
  width: 100%;
  height: auto; }
  .section-testi h3 {
    padding-left: 15px; }

.section-testi-tb {
  display: inline-block;
  overflow: hidden;
  margin: 13px auto;
  width: 100%;
  height: auto; }
  .section-testi-tb p {
    color: #000;
    text-align: justify;
    height: 122px;
    overflow: hidden; }

.section-testi-footer {
  background-image: url("/assets/images/baloon-img.png");
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-top: 55px; }
  .section-testi-footer .testi-author {
    float: left;
    margin-right: 25px; }
    .section-testi-footer .testi-author h4 {
      font-weight: bold;
      margin-top: 2px; }
    .section-testi-footer .testi-author h5 {
      font-weight: 500;
      margin: 0;
      color: #737373; }

.testi-btn {
  cursor: pointer;
  width: auto;
  font-size: 1.25rem;
  height: 33px;
  border: none;
  float: right;
  color: #eee;
  margin-top: 3px;
  text-align: center;
  background-color: #15473a;
  border-radius: 3px;
  padding: 8px 12px; }

.testi-btn:hover {
  background-color: #246352; }

footer {
  padding: 36px;
  height: 80px;
  text-align: center;
  font-size: 1.23rem;
  color: #565656;
  font-weight: bold;
  background: #f3f3f3; }

.contact-wrapper {
  text-align: left;
  float: right;
  width: 270px;
  height: auto; }
  .contact-wrapper h3 {
    padding-left: 40px;
    padding-bottom: 8px;
    font-weight: bold; }
  .contact-wrapper ul li {
    padding: 4px 0 4px 0;
    font-weight: bold;
    list-style: none; }

.icon-size {
  padding-right: 12px;
  font-size: 2rem !important; }

/* Placeholders */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
  font-size: 1.23rem;
  letter-spacing: 1px;
  font-weight: bold; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  font-size: 1.23rem;
  letter-spacing: 1px;
  font-weight: bold; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
  font-size: 1.23rem;
  letter-spacing: 1px;
  font-weight: bold; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  font-size: 1.23rem;
  letter-spacing: 1px;
  font-weight: bold; }

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px; }

::-webkit-scrollbar-thumb {
  background-color: #246352;
  opacity: 0.5;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5); }

::-moz-scrollbar {
  width: 8px; }

::-moz-scrollbar-track {
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px; }

::-moz-scrollbar-thumb {
  background-color: #246352;
  opacity: 0.5;
  border-radius: 10px;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5); }

::-o-scrollbar {
  width: 8px; }

::-o-scrollbar-track {
  -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px; }

::-o-scrollbar-thumb {
  background-color: #246352;
  opacity: 0.5;
  border-radius: 10px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5); }

.project-stats-wrapper {
  margin: auto;
  min-height: auto;
  width: 90%; }

.project-stats-section {
  width: 100%;
  min-height: 462px;
  border: 1px solid #dedede;
  display: inline-block;
  margin-bottom: 70px;
  padding-bottom: 60px; }
  .project-stats-section h2 {
    color: #bdbdbd;
    font-weight: 600; }

.project-stats-title {
  position: absolute;
  margin-left: 30px;
  margin-top: -15px;
  padding: 0px 20px;
  background: white;
  color: #bdbdbd;
  font-size: 2rem !important;
  z-index: 100; }

.graph-container {
  margin-top: 20%; }

.graph-container-lineGraph {
  margin-top: 0%; }

.project-stats-left-box {
  margin-top: 50px;
  width: 260px;
  height: 345px;
  background: #bebebe;
  box-shadow: 1px 1px 2px 2px #d2d2d2;
  border-radius: 3px; }
  .project-stats-left-box .project-bottom-box {
    display: inline-block;
    width: 100%;
    height: 250px;
    background: white; }

.project-sellBuy-container {
  float: left;
  margin-top: 30px; }

.new-emissions-sellBuy-container {
    float: left;
    margin-top: 30px; }

.project-box-info, .project-box-info-footer {
  display: inline-block;
  margin: 10px;
  width: 240px;
  height: 170px;
  background: #f2f2f2; }
  .project-box-info .project-label-container, .project-box-info-footer .project-label-container {
    width: 50%;
    height: 100%;
    float: left;
    display: inline;
    margin-top: 10px;
    font-weight: 600; }
    .project-box-info .project-label-container span, .project-box-info-footer .project-label-container span {
      margin-left: 3px;
      font-size: 12px;
      font-weight: 600; }
  .project-box-info .project-data-container, .project-box-info .project-data-sellBuy, .project-box-info-footer .project-data-container, .project-box-info-footer .project-data-sellBuy {
    width: 100%;
    height: 100%;
    float: left;
    display: inline;
    margin-top: 10px;
    font-weight: 600; }
    .project-box-info .project-data-container span, .project-box-info .project-data-sellBuy span, .project-box-info-footer .project-data-container span, .project-box-info-footer .project-data-sellBuy span {
      padding-left: 15px;
      font-size: 12px;
      font-weight: 600; }

.project-sellBuy-box-bonds {
  width: 260px;
  height: 305px;
  background: #f2f2f2;
  margin-top: 20px;
  box-shadow: 1px 1px 2px 2px #d2d2d2;
  border-radius: 2px;
  display: inline-block; }

.project-sellBuy-box-shares {
    width: 260px;
    height: 245px;
    background: #f2f2f2;
    margin-top: 20px;
    box-shadow: 1px 1px 2px 2px #d2d2d2;
    border-radius: 2px;
    display: inline-block; }

.project-footer-sellBuy {
  width: 100%;
  height: 35px;
  background: #f2f2f2;
  margin-top: 20px;
  box-shadow: 1px 1px 2px 2px #d2d2d2;
  border-radius: 2px;
  display: inline-block; }
  .project-footer-sellBuy span {
    display: inline-block;
    padding-top: 10px;
    padding-left: 7px;
    font-size: 12px;
    font-weight: 600; }

.project-sell-filed {
  width: 90px;
  float: right;
  margin: 5px; }

.input-submit-left {
  font-size: 12px;
  width: 100%;
  height: 28px;
  margin-bottom: 20px;
  border: none;
  color: #ccc;
  margin-top: 3px;
  padding: 3px;
  background-color: #15473a;
  border-radius: 3px; }

.input-submit-right {
  font-size: 12px;
  width: 100%;
  height: 28px;
  margin-bottom: 20px;
  border: none;
  float: right;
  color: #ccc;
  margin-top: 3px;
  padding: 3px;
  background-color: #15473a;
  border-radius: 3px; }

.input-submit-left:hover,
.input-submit-right:hover {
  background: #246352; }

.logo-holder-project-status {
  padding-top: 15px;
  margin: 40px; }

.project-box-info-footer {
  height: 36px;
  background: #f2f2f2;
  margin: 9px 10px 3px 10px; }

.project-box-right {
  background: #d7d7d7;
  width: 50%;
  height: 100%;
  float: right; }

.project-sellBuy-box-right-bonds {
  background: #d7d7d7;
  width: 50%;
  height: 285px;
  float: right;
  border-radius: 3px; }

.project-sellBuy-box-right-shares {
    background: #d7d7d7;
    width: 50%;
    height: 225px;
    float: right;
    border-radius: 3px; }

.col-fix {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.col-md-3-fix {
  width: 50% !important; }

.form-fix {
  width: 85%; }

.fa-custom {
  font-size: 16px !important; }

.fa-custom-big {
  font-size: 18px !important; }

.loginForm-helper {
  width: auto;
  height: 500px; }

.index-tb-clearfix {
  margin-top: 10px !important; }

.main-nav-fixer {
  width: 100% !important;
  position: fixed !important;
  z-index: 11 !important; }

.sp-title-color {
  color: #bdbdbd; }

.sp-footer {
  width: 100%;
  z-index: 32;
  position: fixed;
  bottom: 0;
  box-shadow: 0px 3px 2px #585858, 0px -2px 2px #868686; }

.section-sp-ln {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.title-fix {
  margin-top: 0; }

.title-gray {
  color: #bdbdbd;
  font-weight: bold; }

.title-white {
  color: #eee;
  font-weight: bold; }

.title-dark-gray {
  color: #464646;
  font-weight: bold; }

.ul-left-text {
  text-align: left; }

.img-left {
  float: left;
  padding: 5px; }

.col-right {
  float: right !important; }

.bxslider {
  text-align: center;
  -webkit-padding-start: 0px !important; }

.highlight {
    background-color: #E5E7E9;}

/*# sourceMappingURL=styles.css.map */

#dialog, #dialog-login, #forgotten {
    box-shadow: 0 0 150px #888888;
}

#dialog-login {
    width: 100% !important;
}

.reg-loader, .forgotten-loader {
	-webkit-animation:spin 2s linear infinite;
	-moz-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% {
	-moz-transform:rotate(360deg);
	}
}
@-webkit-keyframes spin { 100% {
	-webkit-transform:rotate(360deg);
	}
}
@keyframes spin { 100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
	}
}

.project-elem:hover, .news-elem:hover {
    cursor: pointer;
    box-shadow: 1px 1px 20px 2px #888;
    -webkit-transition-duration: 0.5s;
    /* Safari */
    transition-duration: 0.5s;
}

.book-img {
    z-index: 100;
}

.book-img:hover {
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-duration: 0.5s;
  box-shadow: 1px 1px 10px 2px #e0e0e0;
  background: #e0e0e0;
}

.hr-style{
  width: 100%;
	border-top: 1px solid #eeeeee !important;
  margin-right: 15px;
  margin-top: 20px;
  display: inline-block;
}

.page-content-section-container {
  margin-top: 25px;
}

.index-news-title {
    overflow: hidden;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.main-image {
    max-height: 100%;
}

.margin-bottom-fix {
    margin-bottom: 10px;
    display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
}

.login-wrapper {
    background-color: rgba(4, 4, 4, 0.3);
}

.login-no-margin {
    margin-bottom: 0px !important;
}

.allprojects-content > p {
    height: 100%;
}

.login-modal-label {
    color: black;
}

#load-more-news, #load-more-projects {
    margin-bottom: 70px;
}

#page-loader {
    margin-top: 10%;
    opacity: 0.5;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #f3f3f3;
    border-right: 8px solid green;
    border-bottom: 8px solid #f3f3f3;
    border-left: 8px solid green;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.sp-embed-video {
    margin-bottom: 15px;
}