/* Smaller than standard 960 (devices and browsers) */
/*@media only screen and (max-width: 959px) {}
*/
/* Tablet Portrait size to standard 960 (devices and browsers) */
/*@media only screen and (min-width: 768px) and (max-width: 959px) {}
*/
/* All Mobile Sizes (devices and browser) */
/*@media only screen and (max-width: 767px) {}
*/
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/*@media only screen and (min-width: 480px) and (max-width: 767px) {}
*/
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/*@media only screen and (max-width: 479px) {}
*/
/*body, html, main {
	/* important 
	height: 100% !important;
}*/

* {
  margin: 0;
  padding: 0;
}

.slide1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  /* sets it below the other slides in the layer stack */
  height: 100%;
  width: 100%;
}

.slide2 {
  position: relative;
  z-index: 10;
  /* sets it above .slide1  */
  margin-top: 100%;
  /* this pushes it below .slide1 in the scroll */
  height: 100%;
  /* full length slides */
  width: 100%;
}

body {
  overflow-x: hidden;
  font-family: 'Open Sans', "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-muted {
  color: rgba(0, 0, 0, 0.9);
}

.text-primary {
  color: rgb(93, 93, 93);
}

p {
  font-size: 1.5em;
  line-height: 1.75;
}

  p.large {
    font-size: 16px;
  }

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}

a {
  color: rgba(0, 0, 0, 0.7);
}

  a:hover,
  a:focus,
  a:active,
  a.active {
    color: rgb(93, 93, 93);
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.img-centered {
  margin: 0 auto;
}

.bg-light-gray {
  background-color: #f7f7f7;
}
/*.bg-darkest-gray {
    background-color: #222;
}*/

/*styled the thumbnail's buttons*/
.buy-now-btn, .more-info-btn {
  border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  /*border-color: rgba(93, 93, 93, 0.6);
  color: rgba(93, 93, 93, 0.6);
  background-color: rgba(93, 93, 93, 0.6);*/
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: rgb(93, 93, 93);
  background-color: rgb(93, 93, 93);
}

.btn-primary .badge {
  color: rgb(93, 93, 93);
  background-color: #fff;
}

.btn-xl {
  padding: 20px 40px;
  border-color: rgb(93, 93, 93);
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: rgb(93, 93, 93);
}

  .btn-xl:hover,
  .btn-xl:focus,
  .btn-xl:active,
  .btn-xl.active,
  .open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: rgb(93, 93, 93);
  }

  .btn-xl:active,
  .btn-xl.active,
  .open .dropdown-toggle.btn-xl {
    background-image: none;
  }

  .btn-xl.disabled,
  .btn-xl[disabled],
  fieldset[disabled] .btn-xl,
  .btn-xl.disabled:hover,
  .btn-xl[disabled]:hover,
  fieldset[disabled] .btn-xl:hover,
  .btn-xl.disabled:focus,
  .btn-xl[disabled]:focus,
  fieldset[disabled] .btn-xl:focus,
  .btn-xl.disabled:active,
  .btn-xl[disabled]:active,
  fieldset[disabled] .btn-xl:active,
  .btn-xl.disabled.active,
  .btn-xl[disabled].active,
  fieldset[disabled] .btn-xl.active {
    border-color: rgb(93, 93, 93);
    background-color: rgb(93, 93, 93);
  }

  .btn-xl .badge {
    color: rgb(93, 93, 93);
    background-color: #fff;
  }

.navbar-default {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.9);
}

  .navbar-default .navbar-brand {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    color: rgb(93, 93, 93);
  }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:active,
    .navbar-default .navbar-brand.active {
      color: rgb(93, 93, 93);
    }

  .navbar-default .navbar-collapse {
    border-color: rgba(93, 93, 93, 0.2);
  }

  .navbar-default .navbar-toggle {
    border-color: rgb(93, 93, 93);
    background-color: rgba(255, 255, 255, 0.4);
  }

    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
      background-color: rgb(93, 93, 93);
    }

  .navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #4e4e4e;
  }

    .navbar-default .nav li a:hover,
    .navbar-default .nav li a:focus {
      outline: 0;
      color: rgb(93, 93, 93);
    }

  .navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: black;
    background-color: transparent;
    text-decoration: underline;
  }

    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
      background-color: transparent;
    }
/*transparent background for navbar in trade page*/

.navbar-fixed {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

@media(min-width:768px) {
  .navbar-default {
    padding: 25px 0;
    border: 0;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
  }

    .navbar-default .navbar-brand {
      font-size: 2em;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s;
    }
    /*.navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }*/

    .navbar-default.navbar-shrink {
      padding: 10px 0;
      background-color: rgba(255, 255, 255, 1);
      transition: all .2s ease-out;
    }
    .navbar-default.navbar-shrink:hover{
      background-color: rgba(255, 255, 255, 0.9);
      transition: background .2s;
    }
    .navbar-default.navbar-shrink .navbar-brand {
     font-size: 1.5em;
    }
    .navbar-shrink:hover .container ul li a {
         color: rgba(0, 0, 0, 1) !important;
    }
    .navbar-shrink .container ul li a {
        color: rgb(39, 39, 39) !important;
    }
}

.carousel-inner{
  margin-bottom: 0;
  /*margin-top: 5em;*/
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

section h2.section-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
}

section h3.section-subheading {
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

@media(min-width:768px) {
  section {
    padding: 80px 0;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#tour {
  position: relative !important;
  text-align: center !important;
  border: 0 !important;
  font-size: 100% !important;
  font: inherit !important;
  vertical-align: baseline !important;
  margin: 0 !important;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

  #portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
  }

    #portfolio .portfolio-item .portfolio-link .portfolio-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: rgba(93, 93, 93, 0.8);
      -webkit-transition: all ease .5s;
      -moz-transition: all ease .5s;
      transition: all ease .5s;
    }

      #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 1;
      }

      #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        font-size: 20px;
        color: #fff;
      }

        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
          margin-top: -12px;
        }

        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
          margin: 0;
        }

  #portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
  }

    #portfolio .portfolio-item .portfolio-caption h4 {
      margin: 0;
      text-transform: none;
    }

    #portfolio .portfolio-item .portfolio-caption p {
      margin: 0;
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-style: normal;
    }

#portfolio * {
  z-index: 2;
}

@media(min-width:767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
/*.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: rgb(93,93,93);
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}*/

section#contact {
  background-color: #f7f7f7;
  background-position: center;
  background-repeat: no-repeat;
  color: inherit;
}
  /*
section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: rgb(93,93,93);
    box-shadow: none;
} 

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}*/

  section#contact .text-danger {
    color: #e74c3c;
    font-size: 1em;
  }
/*text-danger in trade page*/

.text-danger {
  color: #e74c3c;
  font-size: 1em;
}

footer {
  padding: 0 0;
  /*padding: 25px 0;*/
  text-align: center;
  height: 4.5em;
}

  footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 40px;
  }

  footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 40px;
  }

ul.social-buttons {
  margin-bottom: 0;
}

  ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }

    ul.social-buttons li a:hover,
    ul.social-buttons li a:focus,
    ul.social-buttons li a:active {
      background-color: rgb(93, 93, 93);
    }

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: 0;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.8);
}

  .portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
  }

  .portfolio-modal .modal-content p {
    margin-bottom: 30px;
  }

    .portfolio-modal .modal-content p.item-intro {
      margin: 20px 0 30px;
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-style: normal;
    }

  .portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .portfolio-modal .modal-content img {
    margin-bottom: 30px;
  }

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}

  .portfolio-modal .close-modal:hover {
    opacity: .3;
  }

  .portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

    .portfolio-modal .close-modal .lr .rl {
      z-index: 1052;
      width: 1px;
      height: 75px;
      background-color: #222;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
    }

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}

::-moz-selection {
  text-shadow: none;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}

::selection {
  text-shadow: none;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

body {
  webkit-tap-highlight-color: rgb(93, 93, 93);
}

/* Contact */

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: .5em;
  border-bottom: 1px solid #eee;
}

.border-danger {
  position: relative;
  margin-bottom: 0;
  padding-bottom: .5em;
  border-bottom: 1px solid tomato;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.5em;
  background: 0 0;
  box-shadow: none !important;
  resize: none;
  /*margin-left: -14px;*/
}

.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  /*margin-left: -14px;*/
  font-size: .85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  font-weight: bold;
  -webkit-transition: top .3s ease, opacity .3s ease;
  -moz-transition: top .3s ease, opacity .3s ease;
  -ms-transition: top .3s ease, opacity .3s ease;
  transition: top .3s ease, opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}

.floating-label-form-group-with-focus label {
  color: #3C763D;
}

form .row:first-child .floating-label-form-group {
  /*border-top: 1px solid #eee;*/
}

input,
textarea {
  /*color: rgba(0, 0, 0, 0.9) !important;*/
}

section#contact h3 {
  text-decoration: none !important;
  text-transform: uppercase;
}
/*carousel section*/

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  /*z-index: 5 !important;*/
  /*display: inline-block !important;*/
  font-size: 2em;
}

/*attaching the arrows to the edges of the screen*/
.carousel-control .glyphicon-menu-right {
  right: 0;
}

.carousel-control .glyphicon-menu-left {
  left: 0;
}

/*fade effect on carousel*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

.carousel-fade .carousel-control {
  z-index: 2;
}

div .carousel-caption {
  /*position: fixed !important;*/
  top: 40%;
  /*z-index: 5;
    display: inline-block !important;*/
}
/* Caption animation delays */

.toggleHeading {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -moz-transition: none !important;
}

.toggleCaption {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-transition: none !important;
}

.toggleButton {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -moz-transition: none !important;
}

.navbar-toggle {
  position: relative;
  float: left;
  margin: 1em 1em 1em 1em;
  border-radius: 0;
}

.navbar-fixed-top .container ul li a {
  /*color: black !important;*/
}


/*change the colors of the buttons in the navbar of the Trade page*/

.navbar-fixed .container ul li a {
  color: rgba(0, 0, 0, 1) !important;
}

a {
  text-decoration: normal;
}

#social {
  /*background: url("/img/banner-bg.jpg");*/
  background: url("/images/HomePage/footer.jpg");
  background-repeat:no-repeat;
  background-size:contain; 
  background-position:center;
  color: white;
  padding: 100px 0;
  /*background-size: cover;*/
  background-attachment: fixed;
}
/*#myCarousel {
    padding: 100px 0;
    background-size: cover;
    background-attachment: fixed;
}*/

.btn-success {
  background-color: transparent;
  position: absolute;
  border-radius: 0;
  color: rgba(93, 93, 93, 1);
  /*margin-left: -14px;*/
}

  .btn-success:hover {
    color: white !important;
  }

  .btn-success:focus {
    background-color: transparent !important;
    color: rgba(93, 93, 93, 1) !important;
  }
/*Team members*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
   .cd-top {
    left: 410px;
    bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*Giving background color to Headlines*/
/*.carousel-caption h1 {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
}*/
/*Scroll down - circle button*/

.btn-circle {
  width: 75px;
  height: 75px;
  margin-top: 10%;
  padding: 10px 10px;
  border: none;
  border-radius: 100%;
  font-size: 50px;
  color: #fff;
  background: 0 0;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

/*Animating the circle button
.scroll-down-circle-circle {
  margin-top: 15%;
}*/

/*Scroll to top button*/
/*.scroll-top {
    overflow: none;
    float: left;
    padding-bottom: 2em;
}*/

.cd-top {
  display: inline-block;
  position: fixed;
  bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(93, 93, 93, 0.5) url("../../../../img/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 100%;
  border: none;
}

  .cd-top.cd-is-visible,
  .cd-top.cd-fade-out,
  .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }

  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
  }

  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
  }

.no-touch .cd-top:hover {
  background-color: rgba(93, 93, 93, 0.8);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    left: 50px;
    bottom: 20px;
  }
    .cd-top-with-left-navbar {
    left: 250px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    left: 45px;
    bottom: 30px;
    z-index: 10000;
  }
    .cd-top-with-left-navbar {
    left: 310px;
    bottom: 20px;
  }
}

/*Address*/
.address {
  font-size: 1em;
  margin: 0;
}

.blue-text {
  display: inline-block;
  color: #3C763D;
}

.col-xs-12 > p {
  margin-top: 0;
  margin-bottom: 0;
}

.trade-btn {
  
  border: 2px solid !important;
  border-radius: 0 !important;
  background-color: rgba(255,255,255,0.2) !important;
  color: #343642;
  border-color: #343642 !important;
}
.trade-btn-top {
     margin-top: 6px;
}
.trade-btn:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
    color: white !important;
}
.trade-btns-top .active{
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: white !important;
}
.trade-btn:visited {
    background-color: white;
    color: #343642;
}

.trade-btn:active,
.trade-btn:focus {
    background-color: #343642 !important;
    color: white;
}

ul.nav.navbar-nav.navbar-right:last-child a.cd-signin {
  border: none;
  margin-top: -1px;
  margin-left: 0px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.navbar.navbar-default.navbar-fixed-top.Home-nav {
  /*height: 7em;*/
}

/*turning off spinners (number field little button)*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.form-control {
  height: auto;
  border-color: #afafaf;
   border-radius: 2px;
}
/*My trade's buttons style*/

.btn-trade-access-width {
  display: block;
}

.btn-trade-width {
  display: block;
}

#second-level-back:hover,
#third-level-back:hover {
  background-color: transparent !important;
}

.back-btn {
  border: none !important;
  background-color: transparent !important;
}

.register_buttons {
  display: flex;
  /*margin-left: -2em;*/
}

.toggleButton {
  background: transparent;
  border: 2px solid;
  border-radius: 0;
}

  .toggleButton:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    border-color: white;
  }
/*Trade page dropdown menu*/

.dropdown-toggle {
  border-radius: 0;
}
/* Caption on home page carousel images */

.carousel-caption h1 {
  font-size: 4em;
}
/* back button on trade page */

.back-btn-i {
  border: none;
  border-radius: 100%;
  padding: 15px;
  margin-top: -20px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 1s, color 1s, -webkit-transform 0.5s;
  transition: background-color 1s, transform 0.5s;
}

  .back-btn-i:hover {
    background-color: rgba(255, 255, 255, 1);
    color: black;
    -webkit-transform: translateX(-5px);
  }

.back-btn-div {
  padding-right: 80px;
}

/* Moved indicators to right */
.carousel-indicators {
  left: 95% !important;
}

.thumbnail {
  background-color: #F5F5F5;
  border-radius: 0;
  margin-right: 1em;
}

.facebook-btn {
  background-color: rgba(59,89,152, 0.8);
  margin-top: -3px;
  /*height: 2.5em;*/
  margin-left: 20px;
  max-width: 50px;
  border-radius: 0;
  padding-bottom: 13px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

  .facebook-btn:hover {
    background-color: rgba(59,89,152, 1) !important;
  }
