
@import url('roboto.css');
@import url('https://use.fontawesome.com/releases/v5.1.0/css/all.css');
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: #4c4744;
  background: #fbf6f2; }

li {
  list-style-type:none;
}
#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #c4875d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #c4875d;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #303133;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.3; }

::-webkit-selection {
  color: #fff;
  background: #c4875d; }

::-moz-selection {
  color: #fff;
  background: #c4875d; }

::selection {
  color: #fff;
  background: #c4875d; }

.product-img,
.work-img,
.author-img,
.mobile-img,
.colorlib-video,
.blog-img,
.colorlib-about-img,
.services-img,
.staff-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.colorlib-nav {
  margin: 0;
  position: realtive;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .colorlib-nav {
      margin: 0; } }
  .colorlib-nav .top-menu {
    padding: 30px 30px; }
    @media screen and (max-width: 768px) {
      .colorlib-nav .top-menu {
        padding: 28px 1em; } }
  .colorlib-nav #colorlib-logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-weight: 700;
    width: 50px;
    height: 50px;
      background: url('../images/goldring-logo.png') center no-repeat transparent;
  background-size:cover;
  margin-top:-5px;}
    .colorlib-nav #colorlib-logo a {
      position: relative;
      color: #fff;
      display: block;
      width: 70px;
      height: 70px;}
      .colorlib-nav #colorlib-logo a i {
        color: #fff;
        display: block;
        font-size: 60px;
        font-weight: normal;
        margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .colorlib-nav .menu-1 {
      display: none; } }
  .colorlib-nav ul {
    padding: 2.1em 0em 0em 0em;
    margin: 0; }
    .colorlib-nav ul li {
      padding: 8px 0;
      margin: 0;
      list-style: none;
      display: inline;
      font-weight: 500;
      text-transform: capitalize;
      font-size: 17px;}
      .colorlib-nav ul li a {
        position: relative;
        padding: 20px 12px;
        color: rgba(0,0,0,1);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .colorlib-nav ul li a:hover {
          color: #c4875d; }
      .colorlib-nav ul li.has-dropdown {
        position: relative; }
        .colorlib-nav ul li.has-dropdown .dropdown {
          width: 140px;
          -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          z-index: 1002;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 40px;
          left: 0;
          text-align: left;
          background: #fbf6f2;
          padding: 20px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
          .colorlib-nav ul li.has-dropdown .dropdown:before {
            bottom: 100%;
            left: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #fbf6f2;
            border-width: 8px;
            margin-left: -8px; }
          .colorlib-nav ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 0px; }
            .colorlib-nav ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .colorlib-nav ul li.has-dropdown .dropdown li a {
              padding: 2px 0;
              display: block;
              color: #000;
              line-height: 1.2;
              text-transform: none;
              font-size: 13px;
              letter-spacing: 0; }
              .colorlib-nav ul li.has-dropdown .dropdown li a:hover {
                color: #000; }
      .colorlib-nav ul li.btn-cta a {
        color: #fff;
        background: #c4875d;
        padding: 10px 15px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .colorlib-nav ul li.btn-cta a:hover {
          -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -ms-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -o-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
      .colorlib-nav ul li.active > a {
        color: #c4875d;
        position: relative; }
        .colorlib-nav ul li.active > a:after {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.colorlib-video {
  overflow: hidden;
  position: relative;
  height: 400px; }
  .colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #798eea;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .colorlib-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      color: #fff; }
  .colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.video-hero {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .video-hero {
      heifght: inherit;
      padding: 3em 0; } }
  .video-hero .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.95;
    background: #499bea;
    background: -moz-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #499bea), color-stop(100%, #798eea));
    background: -webkit-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -o-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -ms-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -webkit-linear-gradient(315deg, #499bea 0%, #798eea 100%);
    background: -o-linear-gradient(315deg, #499bea 0%, #798eea 100%);
    background: linear-gradient(135deg, #499bea 0%, #798eea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#798eea', GradientType=1 );
    z-index: 1; }
  .video-hero .display-t {
    display: table;
    height: 700px;
    width: 100%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .video-hero .display-t {
        height: 600px; } }
    .video-hero .display-t.display-t2 {
      height: 500px; }
  .video-hero .display-tc {
    display: table-cell;
    vertical-align: middle; }
    .video-hero .display-tc .holder {
      color: #fff;
      font-family: "Poppins", Arial, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 7px; }
      .video-hero .display-tc .holder span {
        position: relative; }
    .video-hero .display-tc h2 {
      color: #fff;
      font-size: 60px;
      margin-bottom: 20px;
      font-weight: 300; }
      @media screen and (max-width: 768px) {
        .video-hero .display-tc h2 {
          font-size: 34px; } }
    .video-hero .display-tc p {
      font-family: "Nunito", Arial, sans-serif;
      color: #fff;
      font-weight: 200;
      font-size: 30px; }
    .video-hero .display-tc p.breadcrumbs {
      font-size: 14px; }
      .video-hero .display-tc p.breadcrumbs span {
        padding-right: 10px;
        color: rgba(255, 255, 255, 0.5); }
        .video-hero .display-tc p.breadcrumbs span a {
          color: rgba(255, 255, 255, 0.9); }
    .video-hero .display-tc .btn-custom {
      font-size: 16px; }

.colorlib-about,
.colorlib-shop,
.colorlib-work,
.colorlib-work-featured,
.colorlib-intro,
#colorlib-subscribe,
.colorlib-pricing,
#analize,
#colorlib-contact,
.colorlib-blog {
  padding: 4em 0;
  clear: both; }

.colorlib-bg-white {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-left: none;
  border-right: none; }

.colorlib-featured {
  padding-bottom: 3em;
  width: 100%; }
  .colorlib-featured .featured-wrap {
    margin-top: -7em; }
  .colorlib-featured .featured-entry img {
    -webkit-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px; }
  .colorlib-featured .owl-theme .owl-dots .owl-dot span {
    background: #e6e6e6; }
  .colorlib-featured .owl-theme .owl-dots .owl-dot.active span {
    background: #cccccc; }

.services {
  margin-bottom: 50px;
  position: relative;
  z-index: 0;
  padding: 0 1em; }
  @media screen and (max-width: 768px) {
    .services {
      margin-bottom: 3em; } }
  .services .icon {
    position: relative;
    margin-bottom: 30px;
    display: inline-block; }
    .services .icon i {
      font-size: 50px;
      color: #798eea;
      z-index: 1; }
  .services .desc h3 {
    font-size: 26px;
    font-weight: 300; }

.colorlib-intro .colorlib-heading {
  margin-bottom: 2em; }

.colorlib-intro .play {
  width: 100%;
  display: block;
  margin: 30px 0; }
  .colorlib-intro .play a {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    text-align: center;
    background: #798eea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .colorlib-intro .play a i {
      font-size: 20px;
      color: #fff;
      display: table-cell;
      vertical-align: middle; }

.pulse {
  display: table;
  width: 100px;
  height: 100px;
  background: #798eea;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(121, 142, 234, 0.4);
  box-shadow: 0 0 0 rgba(121, 142, 234, 0.4);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .pulse i {
    font-size: 30px !important;
    display: table-cell;
    vertical-align: middle; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(121, 142, 234, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4);
    box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(121, 142, 234, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(121, 142, 234, 0);
    box-shadow: 0 0 0 30px rgba(121, 142, 234, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0);
    box-shadow: 0 0 0 0 rgba(121, 142, 234, 0); } }

.colorlib-work-featured .mobile-wrap {
  margin-bottom: 4em;
  display: block; }
  .colorlib-work-featured .mobile-wrap .mobile-img {
    background-position: top;
    height: 730px;
    -webkit-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .colorlib-work-featured .mobile-wrap .desc {
    padding: 30px; }
    .colorlib-work-featured .mobile-wrap .desc h2 {
      font-size: 50px;
      font-weight: 300;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .colorlib-work-featured .mobile-wrap .desc h2 {
          font-size: 34px; } }
    .colorlib-work-featured .mobile-wrap .desc .features {
      position: relative;
      margin-bottom: 50px; }
      .colorlib-work-featured .mobile-wrap .desc .features .icon {
        position: absolute;
        top: 10px;
        left: 0; }
        .colorlib-work-featured .mobile-wrap .desc .features .icon i {
          font-size: 30px;
          color: #499bea; }
      .colorlib-work-featured .mobile-wrap .desc .features .f-desc {
        padding-left: 50px; }

.work-flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin-bottom: 40px; }
  .work-flex .half {
    display: block;
    width: 50%;
    height: 450px; }
    .work-flex .half .display-t {
      height: 450px;
      display: table; }
      @media screen and (max-width: 480px) {
        .work-flex .half .display-t {
          display: block;
          height: auto; } }
    .work-flex .half .display-tc {
      display: table-cell;
      vertical-align: middle; }
    .work-flex .half .desc {
      padding: 0 3em;
      background: #fff; }
      @media screen and (max-width: 768px) {
        .work-flex .half .desc {
          padding: 3em; } }
      .work-flex .half .desc h2 {
        font-weight: 400; }
        .work-flex .half .desc h2 a {
          color: #303133; }
    @media screen and (max-width: 480px) {
      .work-flex .half {
        width: 100%; } }
  .work-flex .work-img {
    display: block;
    height: 450px; }

.work-grid {
  margin-bottom: 40px; }
  .work-grid .work-img {
    display: block;
    height: 270px;
    position: relative; }
    .work-grid .work-img .icon {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 270px;
      content: '';
      display: table;
      text-align: center;
      background: #c4875d;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .work-grid .work-img .icon i {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-size: 20px; }
    .work-grid .work-img:hover .icon, .work-grid .work-img:focus .icon {
      opacity: 1; }
  .work-grid .desc {
    background: #fff;
    padding: 25px; }
    .work-grid .desc h2 {
      font-size: 24px; }
      .work-grid .desc h2 a {
        color: #303133; }
        .work-grid .desc h2 a:hover {
          color: #c4875d; }

.product-entry {
  margin-bottom: 40px; }
  .product-entry .product-img {
    display: block;
    height: 350px;
    margin-bottom: 20px;
    position: relative; }
    .product-entry .product-img .tag {
      position: absolute;
      top: 10px;
      left: 10px; }
      .product-entry .product-img .tag .new {
        font-size: 11px;
        background: #c4875d;
        color: #fff;
        padding: .3em .5em;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      .product-entry .product-img .tag .sale {
        font-size: 11px;
        background: #798eea;
        color: #fff;
        padding: .3em .5em;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
    .product-entry .product-img .cart {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.8);
      width: 100%;
      display: block;
      padding: 0 1em;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .product-entry .product-img .cart p {
        display: block;
        margin-bottom: 0;
        width: 100%;
        text-transform: uppercase;
        font-size: 12px; }
        .product-entry .product-img .cart p span {
          display: inline-block; }
          .product-entry .product-img .cart p span a {
            display: block;
            color: #fff;
            padding: 1em; }
            .product-entry .product-img .cart p span a:hover {
              background: #c4875d; }
  .product-entry .desc h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px; }
    .product-entry .desc h3 a {
      color: #000; }
  .product-entry .desc .price span {
    color: #c4875d;
    font-weight: 400; }
  .product-entry .desc .price .sale {
    color: gray;
    text-decoration: line-through;
    font-weight: 300; }
  .product-entry:hover .product-img .cart {
    opacity: 1; }

.staff-entry {
  display: block;
  margin-bottom: 20px;
  z-index: 0;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .staff-entry .staff-img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .staff-entry .desc h3 {
    font-size: 24px;
    margin-bottom: 10px; }
  .staff-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 13px; }
  .staff-entry .colorlib-social-icons li {
    margin-left: 0; }
    .staff-entry .colorlib-social-icons li a {
      padding: 0; }

#colorlib-counter {
  position: relative;
  z-index: -1;
  padding-top: 7em;
  padding-bottom: 7em; }
  #colorlib-counter .colorlib-heading {
    margin-bottom: 30px; }
    #colorlib-counter .colorlib-heading h2 {
      color: #fff; }
    #colorlib-counter .colorlib-heading p {
      font-size: 22px;
      color: rgba(255, 255, 255, 0.8); }

.counter-entry {
  padding: 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .counter-entry {
      margin-bottom: 20px; } }

.colorlib-counters {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .colorlib-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #499bea;
    background: -moz-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #499bea), color-stop(100%, #798eea));
    background: -webkit-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -o-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -ms-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -webkit-linear-gradient(315deg, #499bea 0%, #798eea 100%);
    background: -o-linear-gradient(315deg, #499bea 0%, #798eea 100%);
    background: linear-gradient(135deg, #499bea 0%, #798eea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#798eea', GradientType=1 );
    opacity: .96; }
  .colorlib-counters .icon {
    margin-bottom: 20px;
    width: 100px;
    z-index: 0; }
    .colorlib-counters .icon i {
      font-size: 50px;
      color: rgba(255, 255, 255, 0.9);
      z-index: 1; }
  .colorlib-counters .colorlib-counter {
    font-size: 75px;
    display: block;
    color: #fff;
    font-family: "Nunito", Arial, sans-serif;
    width: 100%;
    font-weight: 300;
    margin-bottom: 0; }
  .colorlib-counters .colorlib-counter-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    display: block;
    font-weight: 300; }

article {
  background: #fff;
  padding: 35px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  article h2 {
    font-weight: 400;
    margin-bottom: 15px; }
    article h2 a {
      color: #303133; }
  article .admin span {
    font-size: 12px;
    color: #303133; }
  article p.author-wrap {
    position: relative;
    margin-top: 30px; }
    article p.author-wrap .author-img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    article p.author-wrap .author {
      padding-left: 40px;
      color: #303133;
      font-size: 12px; }

.pricing {
  background: #fff;
  padding: 2em 1em 1em 1em;
  -webkit-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .pricing .pricing-heading {
    margin-bottom: 30px; }
  .pricing .price {
    font-size: 72px;
    color: #c4875d;
    line-height: 50px;
    font-weight: 300; }
    .pricing .price .currency {
      font-size: 30px;
      top: -0.9em;
      padding-right: 10px; }
    .pricing .price small {
      font-size: 13px;
      display: block;
      color: #888f94; }

#colorlib-subscribe {
  position: relative; }

.colorlib-subscribe {
  clear: both;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .colorlib-subscribe .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #499bea;
    background: -moz-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #499bea), color-stop(100%, #798eea));
    background: -webkit-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -o-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -ms-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -webkit-linear-gradient(315deg, #499bea 0%, #798eea 100%);
    background: -o-linear-gradient(315deg, #499bea 0%, #798eea 100%);
    background: linear-gradient(135deg, #499bea 0%, #798eea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#798eea', GradientType=1 );
    opacity: .96; }
  .colorlib-subscribe .colorlib-heading {
    margin-bottom: 30px; }
    .colorlib-subscribe .colorlib-heading h2 {
      color: #fff; }
    .colorlib-subscribe .colorlib-heading p {
      font-size: 20px;
      color: rgba(255, 255, 255, 0.7); }

.qbstp-header-subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  padding: 0; }
  .qbstp-header-subscribe .col-three-forth {
    width: 70%; }
  .qbstp-header-subscribe .col-one-third {
    width: 30%; }
  .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
    display: table;
    height: 50px;
    float: left; }
    @media screen and (max-width: 768px) {
      .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
        width: 50%; } }
  .qbstp-header-subscribe .form-control {
    background: transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important; }
  .qbstp-header-subscribe .form-group {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 480px) {
      .qbstp-header-subscribe .form-group {
        width: 100%; } }
    .qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
      color: #4d4d4d; }
    .qbstp-header-subscribe .form-group input::-moz-input-placeholder {
      color: #4d4d4d; }
    .qbstp-header-subscribe .form-group input::-ms-input-placeholder {
      color: #4d4d4d; }
    .qbstp-header-subscribe .form-group input::-o-input-placeholder {
      color: #4d4d4d; }
    .qbstp-header-subscribe .form-group input::input-placeholder {
      color: #4d4d4d; }
  .qbstp-header-subscribe #email {
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: transparent;
    color: #4d4d4d !important; }
  .qbstp-header-subscribe button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: #c4875d;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    display: block; }

.no-gutters {
  margin: 0 !important; }

.signupContent li {
  list-style: disc;
}

.signupContent h3 {
  font-size: 18px !important;
}

#currencyTabs li a{
  text-transform: uppercase;
  color: #000000;
  /*opacity: 0.2;*/
  font-weight: 400;
  font-size: 16px;
}

#currencyLabel {
  float:left;
}

#currencyTabs li a.active {
  opacity: 1;
}

#currencyTabs.nav-tabs > li {
  padding: 0px;
}

#currencyTabs.nav-tabs > li > a {
  padding: 5px;
}

#verifyIdentity {
  width: 170px;
  height: 80px;
  font-size: 17px;
  display: block;
  padding-top: 24px;
  padding-left: 42px;
  background: transparent url('../images/upload_icon.png') no-repeat center left;
  cursor: pointer;
}

.pagination li {
  margin: 2px; }
  .pagination li a {
    color: #000;
    background: #fff;
    color: #000;
    border: 1px solid #e6e6e6;
    margin: 2px; }
    .pagination li a:first-child {
      border: 1px solid #e6e6e6;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    .pagination li a:hover, .pagination li a:focus {
      background: #c4875d;
      color: #fff;
      border: 1px solid #c4875d; }
    @media screen and (max-width: 768px) {
      .pagination li a {
        padding: 7px 15px; } }
  .pagination li.active a {
    background: #c4875d;
    border: 1px solid #c4875d; }
    .pagination li.active a:hover, .pagination li.active a:focus {
      background: #c4875d;
      color: #fff;
      border: 1px solid #c4875d; }

.no-gutters {
  margin: 0 !important;
  padding: 0 !important; }

.f-blog {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px; }
  .f-blog .blog-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 60px;
    float: left; }
  .f-blog .desc h2 {
    font-size: 14px;
    margin-bottom: 5px; }
    .f-blog .desc h2 a {
      color: #fff; }
  .f-blog .desc .admin {
    font-size: 12px; }

.contact-info-wrap-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3em; }
  .contact-info-wrap-flex .con-info {
    width: 100%;
    background: #fff;
    padding: 1.5em;
    background: white;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important; } }
  .contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000; }
    .contact-info-wrap-flex p span i {
      color: #c4875d; }
    .contact-info-wrap-flex p a {
      color: #000; }

    #contactForms {
      padding-bottom: 80px;
      margin-bottom:0px;
      border-bottom: 0px solid #e1dcd8;
    }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  /*border: 1px solid #f0f0f0;*/
  font-size: 16px !important;
  font-weight: 300;
  background: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .form-control:focus, .form-control:active {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border: 1px solid #e6e6e6; */
  }

input[type="text"] {
  height: 60px; }

#identityModal .modal-body {
  overflow-y: auto;
}

#identityModal .modal-content {
  overflow-y: auto;
  background: #f1f3f9;
}


#errorModal .modal-header {
  border-bottom: 0;
}

.mewSection {
  border-bottom: 1px solid #e1dcd8;
  padding: 50px 0px 50px 0px;
}


/*#goldringNewsletter .modal-content {*/
  /*background: #cd8454 url('../images/newsletter-img.svg');*/
  /*background-repeat: no-repeat;*/
/*}*/


#goldringNewsletter .modal-content  {
  font-size: 15px;
}

.openedNewsletter {
  margin-top: 19vh !important;
}

#goldringNewsletter .modal-content .modal-body{
  padding: 0px !important;
  overflow-x: hidden;
}


#newsletter-intro {
  background-color: #cd8454;
}


#newsletter-form, #newsletter-form-success {
  background-color: #ffffff;
  padding: 25px;
}


.form-group {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .form-group #fname {
      margin-bottom: 30px; } }
  .form-group label {
    font-weight: 400; }
  .form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px; }

.colorlib-social-icons {
  margin: 0;
  padding: 0; }
  .colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .colorlib-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #c4875d;
      padding-left: 10px;
      padding-right: 10px; }
      .colorlib-social-icons li a i {
        font-size: 20px; }

.colorlib-heading {
  margin-bottom: 5em; }
  .colorlib-heading h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .colorlib-heading h2 {
        font-size: 30px; } }

#colorlib-footer {

  color: rgba(0,0,0, 1) !important; }

#colorlib-footer .container {

    /*padding-top: 4em;*/
  margin-top: 4em;
}
  #colorlib-footer .colorlib-widget p {
    font-size: 13px; }
  @media screen and (max-width: 768px) {
    #colorlib-footer .colorlib-widget {
      margin-bottom: 40px;
      width: 100%;
      float: left; } }
  #colorlib-footer .colorlib-footer-links {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #colorlib-footer .colorlib-footer-links {
        margin-bottom: 30px; } }
    #colorlib-footer .colorlib-footer-links li {
      padding: 0;
      margin: 0 0 10px 0;
      list-style: none;
      display: block;
      font-size: 13px; }
      #colorlib-footer .colorlib-footer-links li a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none; }
        #colorlib-footer .colorlib-footer-links li a i {
          padding-right: 10px;
          color: #fff; }
  #colorlib-footer .colorlib-social-icons li a {
    padding-left: 10px;
    padding-right: 10px; }
    #colorlib-footer .colorlib-social-icons li a:first-child {
      padding-left: 0; }
  #colorlib-footer h4 {
    margin-bottom: 30px;
    font-size: 21px;
    color: #000000;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e1dcd8;}
  #colorlib-footer .copy {
    background: #262626;
    padding: 7em 0; }
    #colorlib-footer .copy p {
      margin-bottom: 0;
      color: #fff;
      font-size: 13px; }
      #colorlib-footer .copy p small a {
        color: rgba(255, 255, 255, 0.7); }


/*Cookie Consent Begin*/
#cookieConsent {
  background-color: rgba(205,132,84,1);
  min-height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding: 18px 0 18px 30px;
  font-family: "Roboto", Arial,sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #fff;
  text-decoration: underline;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #FFF;
}
#cookieConsent a.cookieConsentOK {
  background-color: #fff;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #E0C91F;
}
/*Cookie Consent End*/


.modal-content {
  webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}

.disc li {
  list-style-type: disc;
}
#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 320px;
  background: #c4875d;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(320px);
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
  -o-transform: translateX(320px);
  transform: translateX(320px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #colorlib-offcanvas {
      display: block; } }
  .offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;}
    #colorlib-offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #colorlib-offcanvas ul {
    padding: 0;
    margin: 0; }
    #colorlib-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #colorlib-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e0c5";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      #colorlib-offcanvas ul li.btn-cta {
        margin-top: 5px; }
        #colorlib-offcanvas ul li.btn-cta a {
          border-bottom: 1px solid #c4875d;
          padding-bottom: 5px; }

.footer-menus {
  margin-bottom:30px;
}
.footer-menus h3 {
  font-size: 16px;
  font-weight: 700;
}

.footer-links, .footer-links ul {
  padding-left:0px;
}

.footer-links a {
  color: #0b0b0b;
}

.footer-links a:hover {
  color: #c4875d;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: #c4875d;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.colorlib-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 1.2em !important; }
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #303133; }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .colorlib-nav-toggle.colorlib-nav-white > i {
    color: #c4875d;
    background: #c4875d; }
    .colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
      background: #c4875d; }

.colorlib-nav-toggle i::before {
  top: -7px; }

.colorlib-nav-toggle i::after {
  bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
  top: -10px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -10px; }

.colorlib-nav-toggle.active i {
  background: transparent; }

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff; }

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff; }

.colorlib-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }
  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      display: block; } }

.btn, .btn-no {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #c4875d;
  color: #fff;
  border: 1px solid #c4875d; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #5ed092 !important;
    border-color: #5ed092 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #c4875d;
    border: 1px solid #c4875d; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #c4875d;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 1px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 1px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 1px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 1px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 1px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 1px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 1px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 1px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

    .btn-no {
      background-color: #eaeaea !important;
      color: #333333 !important;
    }
.btn-no:hover {
  color: #999999 !important;
}

.row-pb-lg {
  padding-bottom: 7em !important; }

.row-pb-md {
  padding-bottom: 5em !important; }

.row-pb-sm {
  padding-bottom: 3em !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

.js .animate-box {
  opacity: 0; }




#analize-fundamentale {
  margin-bottom: 0px;
  padding-bottom:20px;

}
.project-symbol {
    font-size: 60px;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 0px !important;
    color: rgba(0,0,0,0.8);
}
.project-headline, .project-analyses {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    color: rgba(0,0,0,0.8);
}


.absoluteRelative {
  position: relative;
}

.plus-sign {
  float: right;
  right: 0px;
  width: 22%;
  position: absolute;
}

#trends {
  /*max-height:100px;*/
}
.trend-symbol-date {
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 0px !important;
  color: rgba(0,0,0,0.8);
}

.trend-container {
  border-top: 1px solid #e1e1e1;
  padding: 44px 0px 41px 0px;
  font-size: 16px;

}

.trend-details {
  margin-top: 10px;
}

.analysis-container {
  border-top: 1px solid #e1e1e1;
  padding:10px;
  padding-top: 20px;

}


.analysis-title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.no-line {
  border-top: 0px !important;
}


.gridder{
  margin:0px;
  padding:0px;
  list-style-type:none;

}
.gridder-list, .gridder-list2{
  display:inline-block;
  vertical-align:top;
  cursor: pointer;
}
.gridder-show{
  display:block;
  float:left;
  width:100%;
  position:relative
}
.gridder-content{
  display:none
}
.gridder-list, .gridder-list2 {
  width: 22%;
}

.gridder-list, .gridder-show {
  font-size: 14px !important;
  line-height: 22px !important;
}
.gridder-list:nth-child(n), .gridder-list2:nth-child(n){
  margin:0% 1% 1% 3%;

}
.gridder-list:nth-of-type(6n), .gridder-list2:nth-of-type(6n){
  margin-right:0;
  margin-bottom:0
}
.hasSelectedItem .gridder-list.selectedItem {
  opacity: 1;
}

.hasSelectedItem .gridder-list {
  opacity: .3;
}



.expandBtn {
  font-size: 100px;
  color: #ff0000;
  width:100%;
  height:209px;
  display:block;
  cursor: pointer;
  background: transparent url('../images/see-more-bg.png') center center no-repeat;
  border-top: 1px solid #e1e1e1;
}

.expandBtn.open {
  background: transparent url('../images/see-less-bg.png') center center no-repeat;
}

a.collapsable {
  font-size: 40px;
  line-height: 10px;
  font-weight: 100;
  transition: none;
  color: #000;
  margin-top: 6px;
  cursor:pointer;
}

a.collapsed {
  font-size: 33px;
  line-height: 10px;
  font-weight: 100;
  transition: none;
  color: #000;
  margin-top: 6px;
}

.indicator-name, .indicator-descr {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  line-height:17px;
  display:block;
}

.indicator-name {
  font-weight: 700;
}

.gridder-close {
  margin:20px 0px 20px 0px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

#clear-search {
  position: absolute;
  right: 14px;
  top: 6px;
  cursor: pointer;
  padding: 10px;
  opacity:0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.showOp {
  opacity: 1 !important;
}

#search-analize .form-group label {
  font-weight:300;
}

.analiza-fundamentala .name{
  font-size:14px;
  color: #000;
  width: 53%;
  margin-top:20px;
  line-height: 20px;
  cursor: pointer;
}

.analiza-fundamentala img {
  width:80px;
  cursor: pointer;
}

.titleAnalysis {
  font-weight: 400;
  padding-left: 17px;
}

#search-analize {
  background: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.analysis-img {
  margin-top:32px;
  margin-bottom:32px;
  width: 100%;
}

.content-analysis, .content-analysis-desktop {
  border-top: 1px solid #e1dcd8;
  padding-top: 11px;
}

.headerText {
  font-size: 21.5px;
  font-weight: 100;
  line-height: 33px;
  color: #000000;
  margin-bottom:0px;

}

.article .pageTitle {
  font-size: 33px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  display:block;
  padding-bottom:20px;
  margin-bottom: 27px;
}

.article .heroImage {
  margin-bottom:20px;
}

.heroImage img {
  width: 60%;
}

.pageTitle {
  font-size: 46px;
  font-weight: 100;
  line-height: 50px;
  color: #000000;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 70px;

}

.twoColumns {
  column-count: 2;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}

.skypeIcon, .linkedinIcon, .whatsappIcon, .googleplusIcon {
  width:40px;
  height:40px;
  display:inline-block;
  margin-right: 7px;
}

.skypeIcon {
  background: url('../images/skype-icon.png') center no-repeat transparent;
}

.linkedinIcon {
  background: url('../images/linkedin-icon.png') center no-repeat transparent;
}

.whatsappIcon {
  background: url('../images/whatsapp-icon.png') center no-repeat transparent;
}

.googleplusIcon {
  background: url('../images/googleplus-icon.png') center no-repeat transparent;
}

.memberItem {
  width: 100%;
  margin-left: -17px;

}

.memberContainer {
  position: relative;
  height:373px;
  border-bottom: 1px solid #e1dcd8;
  margin-bottom: 50px;
}

.memberImage {
  display: block;
  height: 373px;
  margin: 0 auto;
  border-bottom: 1px solid #e1dcd8;
}

.memberOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  transition: .5s ease;
  background: rgba(196,135,93,0);
}

.memberDetails {
  position: absolute;
  bottom: 0px;
  width: 81%;
  margin: 0 28px 0px 28px;
  opacity: 0;
  transition: .5s ease;
}

.memberDetails div {
  width:100%;
  bottom: 0px;
}
.memberName {
  font-weight: 700;
  font-size:21px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.memberPosition {
  font-weight: 100;
  font-size:14px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.memberBio {
  font-weight: 100;
  font-size:16px;
  line-height: 21px;
}

.memberSocial, .memberBio, .memberPosition, .memberName {
  color: white;
}

.memberContainer:hover .memberOverlay {
  background: rgba(196,135,93,0.85);
}

.memberContainer:hover .memberOverlay .memberDetails{
  opacity: 1;
}

.memberText {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}



.faqCategory {
  color: #000000;
  display:block;
  width:100%;
  font-weight: 100;
  font-size:22px;
  line-height: 31px;
  border-bottom: 1px solid #e1dcd8;
}
.faqContent .panel-group {
  margin-top:20px;
  margin-bottom: 80px;
}

.faqContent .panel-default > .panel-heading {
  background: transparent;
  padding: 0px;
}

.faqContent .panel-default {
  margin-bottom: 15px;
}

.faqContent .panel {
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.faqContent .panel .panel-title div {
  line-height: 36px;
}

.faqContent .panel-body {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #4a4944;
}

.show-button-faq {
  color: #cd8454;
  padding: 0px;
  /* margin: 0 auto; */
  cursor: pointer;
  width: 149px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 17px;
  margin-left: -11px;
}

.show-button-faq  .more-less {
  background: #cd8454;
}

.hide_faq {
  display: none;
}

.show_faq {
  display: block;
}

.more-less {
  background: #444444;
  color: #ffffff;
  padding: 7px;
  margin-right: 19px;
}



/* Commissions */
#commissionsTab {
  /*display: flex;*/
  display: flex;
  align-items: stretch; /* Default */
  justify-content: space-between;
  border-top: 1px solid #e1dcd8;
  flex-wrap: wrap;
}

#commissionsTab.nav:before, #commissionsTab.nav:after {
  content: none;
  display: none;
}
#commissionsTab.nav-tabs {
  border: none;
}

#commissionsTab.nav-tabs > li {
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
  padding: 20px 0px 20px 0px;
}
#commissionsTab.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
#commissionsTab.nav-tabs > li > a { border: none; color: #666; opacity: 0.2}
#commissionsTab.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #000 !important; background: transparent !important; opacity: 1; }
#commissionsTab.nav-tabs > li > a::after { content: ""; background: #000000; height: 1px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
#commissionsTab.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
#commissionsTab .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
#commissionsTab .tab-pane { padding: 15px 0; }
#commissionsTab .tab-content{padding:20px}


.card {
  font-size: 16px;
  font-weight: 400;
}
.card .content {
  margin-bottom: 40px;

}

.content table {
  border-collapse: collapse;
  border-style: hidden;
}

.content table td, .content table th {
  border: 1px solid #e1dcd8;
  padding: 25px;
}


.itemPair {
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
border-bottom: 1px solid #e1dcd8;
}

.sectionItems .itemPair:nth-of-type(1){
  border-top: 1px solid #e1dcd8;
}

.itemName, .itemValue {
  font-size: 16px;
  text-align: left;
  padding: 10px 0px 10px 0px;
}

.itemValue {
  text-align: right;
}
/*#commissionsTab li {*/
  /*display: block;*/
  /*flex: 0 1 auto; !* Default *!*/
  /*list-style-type: none;*/
  /*padding: 20px 0px 20px 0px;*/

/*}*/
#commissionsTab li a{
  text-transform: uppercase;
  color: #000000;
  /*opacity: 0.2;*/
  font-weight: 400;
  font-size: 16px;
}

#commissionsTab li a.active {
  opacity: 1;
}



/* Contact Us page */
.contactOffice {
  margin-bottom:40px;
  min-height: 50px;
}
.contactOfficeName {
  font-weight: 500;
  margin-bottom:20px;
  display: block;
}
.contactOfficeAddress p {
  line-height: 0px;
}

.contactItemAlignRight {
  text-align:right;
  line-height:20px;
}

.contactItemAlignLeft {
  text-align:left;
  line-height:20px;
}

.contactAgentsList{
  margin-bottom:40px;
  border-top: 1px solid #e1dcd8;
  padding: 40px 0px 36px 0px;
}

.contactAgent {
  display:inline-block;
}



.contactAgents .contactAgentHeader {
  font-weight: 700;
}

.contactFormField, .contactFormSelect, .contactFormButton .btn-goldring {
  background: transparent;
  border:0px;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #e1dcd8;
  margin-bottom: 10px;
  height:40px !important;
}

.contactFormButton {
  background: #c4875d;
  color: #ffffff;
  height:30px !important;
  padding: 0px;
  line-height:30px;
  margin-top: 12px;
  border-radius: 0px;
  text-transform: uppercase;
}

#callmeForm .styled-select {
  height: 42px;
}


.no-margin {
  margin: 0px;
}
.consultancyService {
  border-top:1px solid #e1dcd8;
  padding-top:60px;
}
.consultancyService li {
  padding: 0px 0px 20px 0px;
  min-height: 200px;

}

.consultancyService li > div {
  border-bottom:1px solid #e1dcd8;
  padding-bottom:50px;
}

.consultancyProjects li {
  margin-bottom: 30px !important;
}


.consultancyHeader, .projectsHeader {
  height: 50px;
  display:flex;
  flex-direction:column;
}

.consultancyContent, .projectsContent {
  max-height: 113px;
  height:113px;
  overflow: hidden;
}

.projectsContent {

}

.consultancyAttachment {
  overflow: hidden;
  height: 93px;
  margin-top: 23px;
  display:flex;
  flex-direction:column;
}

.projectsAttachment

.projectContent {
  overflow: hidden;
  height: 93px;
  margin-top: 23px;
  display:flex;
  flex-direction:column;
}

.consultancyAttachment a{
  margin-top:auto;
  width:100%;
  font-weight: 500;
  color: #0b0b0b;
  line-height: 23px;
  margin-bottom: 10px;
}

.projectsAttachment a {
  font-size: 14px;
  display:block;
  font-weight: 500;
}

.consultancyHeader h4, .projectsHeader h4 {
  margin-top:auto;
  width:100%;
}

.consultancyProjects {
  margin-left:0px;
}
.consultancyService li h4, .consultancyProjects li h4 {
  font-size: 15px;
  margin-bottom:5px;

}
.consultancyService li p, .consultancyProjects li p {
  font-size: 14px;
  line-height:22px;
  margin-bottom:5px;
}

.consultancyService li:last-child {
  border-bottom:0px;
}

.btgrid .row p {
  margin-bottom:10px;
}

.autorizari .content .btgrid .row {
  border-bottom:1px solid #e1dcd8;

  padding-top:10px;
  margin-left: -15px;
  margin-right: 5px;
}

.autorizari .content .btgrid .row:first-child {
  border-top:1px solid #e1dcd8;
}



.autorizari .btgrid h4, .aboutUs .btgrid h4{
  font-size: 16px;
  margin-top:10px;
}

.aboutUs .btgrid .row, .obiectActivitate .btgrid .row {
  padding: 30px 0px 30px 0px;
  border-top:1px solid #e1dcd8;
}

.raportariFinanciare .btgrid .row {
  padding: 5px 0px 5px 0px;
  border-top:1px solid #e1dcd8;
}

.raportariFinanciare .btgrid .row p{
  margin:5px 0px 5px 0px !important;
}

.aboutUs .content .btgrid .row:first-child {
  border: 0px;
}
.aboutUs .btgrid ul li, .obiectActivitate .btgrid ul li {
  list-style: disc;
}

.actionari .btgrid .row {
  padding: 10px 0px 5px 0px;
  border-top:1px solid #e1dcd8;
}

.actionari .btgrid .row:first-child{
  border: 0px;
}

/* HOMEPAGE */

.news-item {
  height: 490px;
}

.homeSelling, .homeTrend, .homeAds, .homeNews, .homeFeaturedNews {
  border-top:1px solid #e1dcd8;
  padding: 60px 0px 60px 0px;
}

.homeFeaturedNews {
  border-bottom:1px solid #e1dcd8;
  padding: 60px 0px 40px 0px;
}

.homeAnalyses {
  padding: 0px 0px 60px 0px;
}
.homeAnalyses .analysis-container {
  padding-top:60px;
}
.homeSelling li {
  padding:10px;
  min-height: 260px;
}

.homeSelling h4{
  font-size: 88px;
  font-weight:300;
}

.homeSelling p{
  font-size: 14px;
  line-height:16px;
  font-weight:400;
  text-transform: uppercase;
  max-width:170px;
}

.homeTrend img, .homeFeaturedNews img {
  margin-top: 0px;
  margin-bottom: 32px;
  width: 100%;
}



.homeTrend h4, .homeAds h4, .homeNews h4, .homeFeaturedNews h4 {
  font-size: 24px;
  font-weight:400;
}

.homeTrend .headerText, .homeNews h4, .homeFeaturedNews h4 {
  font-weight:300;
}

.homeTrend p, .homeNews p {
  line-height:27px;
}

.homeTrend a, .homeAds a{
  font-weight: 700;
  color: #c4875d
}

.more-content {
  cursor:pointer;
  float:right;
}

.trend-content {
  padding: 10px;
 border-bottom: 1px solid #e1dcd8;
}


.trend-title {
  font-size: 20px;
}

.pageSubtitle {
  font-size: 21px;
  line-height: 30px;
  max-width: 390px;
  display: block;
  margin-top: 10px;
}

.ad-content {
  display:block;
  overflow: hidden;
  height:144px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


.ad-content.open {
  height: auto !important;
}


.homeNews a, .homeFeaturedNews a {
  font-weight: 700;
  color: #000000
}

#homeContent > div > div > div > div > h3{
  color: #cd8454;
  font-size: 22px;
  font-weight: 300;
}

#homeContent > div > div > div > div > ul > li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  list-style-type: unset;
}

#homeContent > div > div > div > div > ul {
  padding-left: 17px;
}

.homeTrend .headerText {
  margin-bottom: 20px !important;
}

.news_category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.disclaimer-parent {
  border-bottom:1px solid #e1dcd8;
  padding-bottom:60px;

}
.disclaimer {
  column-gap: 49px;
  column-width: 280px;
}

/* HOMEPAGE */
.disclaimer p{
  font-size: 12px !important;
  font-weight:400;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* LOGIN */

.additional-videos {
  border-top: 1px solid #e4dcd9;
  padding-top:30px !important;
  margin-top:30px !important;
  min-height: 220px;
}
.additional-videos li {
  margin-bottom: 10px !important;
  padding-right: 50px!important;
  height: 140px;
}

.video-links, .pdf-files {
  color: #4a4944;
  font-weight: 700;
  cursor: pointer;
}
.video-links .publishing-date {
  font-weight: 200;
}

.login-form {
  padding-bottom: 50px;
}
.login-form .form-group {
  margin-left:25%;
}


.goldring-form {
  background: transparent;
  border: 1px solid #e4dcd9;
}
.error{
    border: 1px solid #ff0000;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

#newsletter-form .error {
  border-bottom: 1px solid #ff0000 !important;
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.ajax-error-message{
  color:#ff0000;
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.responseMessage {
  display: block;
  width: 100%;
  text-align: left;
  padding-top: 0px;
  font-size: 24px;
  color: green;
}

/*input {*/
  /*background: transparent;*/
  /*display: block;*/
  /*height: 55px !important;*/
  /*width: 90%;*/
  /*margin: 0 auto;*/
  /*border: none;*/
  /*padding-top:10px;*/

  /*border-bottom:1px solid #e1dcd8;*/

/*}*/

/*input::placeholder{*/
  /*-webkit-transform:translateY(0px);*/
  /*transform:translateY(0px);*/
  /*-webkit-transition:.5s;*/
  /*transition:.5s;*/
  /*font-size: 14px;*/
/*}*/
/*input:hover,*/
/*input:focus,*/
/*input:active:focus {*/
  /*color:#ff5722;*/
  /*outline:none;*/
  /*border-bottom:1px solid #ff5722;*/
/*}*/

/*input:hover::placeholder,*/
/*input:focus::placeholder,*/
/*input:active:focus::placeholder {*/
  /*color:#ff5722;*/
  /*position:relative;*/
  /*-webkit-transform:translateY(-20px);*/
  /*transform:translateY(-20px);*/
/*}*/

/*.checkbox-inline {*/
  /*padding-left: 0px !important;*/
  /*font-weight: 300 !important;*/
/*}*/

/*.checkbox-inline.space {*/
  /*margin-right: 19px;*/
/*}*/

.select2-container--default .select2-selection--single {
  background: transparent !important;
  border-radius: 0!important;
  border:0px !important;
  border-bottom: 1px solid #aaa !important;

}

.startFloat {
  width: 32px;
  float: left;
  height:34px;
}

.checkbox-text {
  margin-left: 30px;
}

.inlineCheck div {
  display: inline-block !important;
}


/* Hide the default checkboxes inside the 'new' div that jQuery adds for us */
.new input[type="checkbox"] {
  opacity: 0;
}

.new input[type="radio"] {
  opacity: 0;
}

.check-box {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #e4dcd9;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

/* When someone clicks our new box, add or remove the tick which has been created using some CSS */
[type=checkbox]:checked + .check-box:before, [type=radio]:checked + .check-box:before {
  content: '';
  display: block;
  width: 5px;
  height: 15px;
  margin-left: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.1s;
}
/* And change the background colour */
[type=checkbox]:checked + .check-box, [type=radio]:checked + .check-box {
  background-color: #c4875d;
  transition: 0.5s;
}

.mg-10 {
  margin-right:10px;
}

.right-icon {
  float: right;
  position: absolute;
  top: 16px;
  right: 0px;
}

.control-label {
  line-height: 60px;
}


.statement_card, .utility_card, .electronic_signature_card {
    width: 100%;
    height: 34px;
    background: #ffffff;
    /* padding: 10px 0px 10px 0px; */
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #658b42;
}

#resetStatementFile, #resetUtilityFile {
  cursor: pointer;
    float: left;
    line-height: 30px;
    right: 0px;
    position: absolute;
}
.statementIcon {
  width: 40px;
    background: #49ab49;
    color: #ffffff;
    float: left;
    text-align: center;
}
.statementText {
  float: left;
    padding-left: 10px;
    width: 87%;
}

.email,
.pwd{
  position:relative;
  z-index:1;
  border-bottom:1px solid rgba(0,0,0,.1);
  padding-left:20px;
  font-family: 'Open Sans', sans-serif;
  text-transform:uppercase;
  color:#858585;
  font-weight:lighter;
  -webkit-transition:.5s;
  transition:.5s;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.menu-1 ul {list-style: none;padding: 0px;margin: 0px;}
.menu-1 ul li {display: block;position: relative;float: left;padding: 0px;}
.menu-1 li ul {display: none;}
.menu-1 ul li a {display: block;padding: 0px 10px 0px 10px;text-decoration: none;
  white-space: nowrap;}
.menu-1 ul li a:hover {}
.menu-1 li:hover ul {display: block; position: absolute; background: #fbf6f2; z-index:9999;
  border-top: 1px solid #e1dcd8}
.menu-1 li:hover li {float: none;}
.menu-1 li:hover a {}
.menu-1 li:hover li a:hover {}
#nav-top li ul li {border-top: 0px;}

#colorlib-offcanvas ul li > ul {
  display:block;
}

@media screen and (max-width: 480px) {
  .project-symbol {
    font-size: 60px;

  }

  #formValidation input {
    width: 40px !important;
    height: 72px !important;
    font-size: 40px !important;
  }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .twoColumns {
    column-count: 1;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
  }
  .gridder-list, .grider-list2 {
    width: 44.6%;
  }
  .project-symbol {
    font-size: 60px;
  }

  .colorlib-nav #colorlib-logo {
    width: 50px;
    height: 50px;
    margin-top: -11px;
  }
  .content-analysis-desktop {
    padding-top: 11px;
    border: 0px;
  }

  .memberItem {
    width: 100%;
    margin-left: 0px;

  }

  .pageTitle {
    padding-bottom:40px;
  }
  .headerText {
    margin-bottom: 10px;
  }



  .contactAgentHeader {
    display:none;
  }

  .contactAgent {
    display:inline-block;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .contactForm {
    margin-bottom:60px;
    padding-bottom:60px;
    border-bottom: 1px solid #e1dcd8;
  }

  .consultancyService li {
    padding:20px 0px 20px 0px;
    min-height: 120px;
    border: 0px;
  }

  .content .btgrid .row {
    font-size:14px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .addSpaceBetween {
    margin-top:30px;
  }

  .login-form .form-group {
    margin-left:0%;
  }


  .archiveContainer .gridder .gridder-list, .archiveContainer .gridder .gridder-list2 {
    width: 43% !important;
  }


}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .twoColumns {
    column-count: 1;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
  }
  .gridder-list, .gridder-list2 {
    width: 46%;
  }
  .project-symbol {
    font-size: 60px;
  }
  .addSpaceBetween {
    margin-top:30px;
  }

  .login-form .form-group {
    margin-left:0%;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .gridder-list, .gridder-list2 {
    width: 28%;
  }

  .colorlib-nav #colorlib-logo {
    width: 80px;
    height: 80px;
    margin-top: 7px;
  }

  .addSpaceBetween {
    margin-top:30px;
  }
  .login-form .form-group {
    margin-left:15%;
  }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .gridder-list, .gridder-list2 {
    width: 20.7%;
  }
  .colorlib-nav #colorlib-logo {
    width: 80px;
    height: 80px;
    margin-top: 7px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .gridder {
    overflow: hidden;
    max-height: 209px;
    -webkit-transition: max-height 0.15s ease-out;
    -o-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out;
  }

  .homeAnalyses .gridder {
    overflow: auto;
    max-height: 50009px;
  }

  .homeAnalyses .gridder-list, .homeAnalyses .gridder-list2 {
    width: 21%;
  }

  .gridder-expanded {
    max-height: 4000px;
    transition: max-height 0.25s ease-in;
  }
  .gridder-list, .gridder-list2 {
    min-height: 200px;
    width: 22%;
  }
  .colorlib-nav #colorlib-logo {
    width: 80px;
    height: 80px;
    margin-top: 7px;
  }
}

.archiveContainer .gridder {
  max-height:  unset !important;
}

.archiveContainer .gridder .gridder-list, .archiveContainer .gridder .gridder-list2 {
  width: 21%;
}


.upload-btn-wrapper {
  position: relative !important;
  /*overflow: hidden !important;*/
  display: inline-block;
  width: 100%;
}

.btn {
  /* border: 1px solid gray; */
  background-color: #cd8454;
  color: white;
  padding: 8px 20px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px !important;
  position: absolute!important;
  left: 0!important;
  top: 0!important;
  opacity: 0!important;
  width: 100%;
}

.upload-btn-wrapper .error{
    top:0px;
    right: 15px;
    width: 100px;
}

.stockFields {
  padding:  0 10px 0px 10px;
}

.stockFields .form-group {
  padding: 0 10px 0px 10px !important;
  margin: 0px !important;
}

.stockFields input {
  margin-bottom: 0px !important;
}

.removeLine {
  position: relative;
  width: 30px;
    left: -22px;
    padding: 10px;
    line-height: 10px;
    top: 49px;
    z-index:100;
    cursor: pointer;
}

.bold {
  font-weight: 700;
}

  #formValidation input {
    margin: 0 2px;
    text-align: center;
    line-height: 60px;
    height: 90px;
    font-size: 50px;
    border: solid 1px #e1dcd8;
    outline: none;
    width: 60px;
    transition: all .2s ease-in-out;
    border-radius: 3px;
  }
    #formValidation input:focus {
      border-color: #cd8454;
    }

    #formValidation input:selection {
      background: transparent;
    }


    #formValidation button {
    margin:  30px 0 50px;
    width: 100%;
    padding: 6px;
    background-color: #B85FC6;
    border: none;
    text-transform: uppercase;
  }






  h4{
      font-size: 16px;
  }
