/*!
* CSS by XeonDesigns (https://xeondesigns.com/)
* Copyright 2019 by XeonDesigns and Muf Tayebaly
*/
:root{
  --teal: #137e8e;
  --dark-teal: #107382;
  --darker-teal: #0a6573;
  --oldteal: #647f8d;
  --red: #e89748;
  --light-orange: #fdb125;
  --oldred: #ea4f44;
  --dark-red: #9c3932;
  --this-orange: #e89748;
  --real-dark-red: #962918;
  --real-red: #b5220b;
  --dark-blue: #344e5c;
  --light-teal: #c1dde3;
  --lighter-teal: #dfeff2;
  --green: #419c86;
  --tradered: #9c4152;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 180px;
  font-size:14px;
  color:#414655;
  height:100%;
  font-family:Arial, sans-serif;
  letter-spacing:.5px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 180px;
  /*line-height: 40px;  Vertically center the text there */
  background-color:#777;
  color:#fff;
  padding:20px 0px;
}
a, a:visited{
  transition: all 0.3s ease;
  color:var(--teal);
}
a:hover, a:focus{
  text-decoration:none;
  color:var(--dark-blue);
}
a.light, a.light:visited{
  color:#def2f4;
}
a.light:hover, a.light:focus{
  color:#b1e6eb;
}
h1{
  font-family:'Mohave', 'Arial Narrow', sans-serif;
  font-size:4rem;
  line-height:3.7rem;
  text-transform: uppercase;
  font-weight:500;
  color:#414655;
  letter-spacing: -1.5px;
}
h2{
  font-family:'Mohave', 'Arial Narrow', sans-serif;
  font-size:2rem;
  font-weight:500;
  color:#414655;
  text-transform: uppercase;
  letter-spacing:-1px;
}
h3{
  font-family:'Dosis',Arial,sans-serif;
  color:var(--teal);
  font-size:15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight:600;
}
h4{
  font-family:'Dosis',Arial,sans-serif;
  color:#2a253c;
  font-size:46px;
  letter-spacing: 1px;
  font-weight:600;
}
h6{
  font-weight:500;
  color:#414655;
  font-size:14px;
}
p{
  font-family: 'Dosis',Arial,sans-serif;
  color:#414655;
  font-size:14px;
  line-height:17px;
  letter-spacing:.5px;
}
.form-control{
  color:#414655;
}
.center-vert{
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width:100%;
}
.btn-circle{
  width:17px;
  height:17px;
  background-color:var(--dark-red);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height:17px !important;
  font-size:14px;
  color:#f7f7f7;
  text-align: center;
  transition: all 0.3s ease;
  float:left;
}
.btn{
  padding:2px 14px;
}
.btn-red, .btn-red:visited{
  color:#fff;
  background-color:#e89748;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
}
.btn-red:hover{
  background-color:#fdb125;
  color:#fff;
}
.btn-red:hover div.circle-bg{
  background-color:#fff !important;
  color:#7e476e;
}
.btn-red:hover div.btn-circle{
  background-color:#fff !important;
  color:#7e476e;
}

.btn-dark-red, .btn-dark-red:visited{
  color:#fff;
  background-color:#c8720d;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
}
.btn-dark-red:hover{
  background-color:#9e6a0b;
  color:#fff;
}


.btn-real-red, .btn-real-red:visited{
  color:#fff;
  background-color:var(--real-red);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
}
.btn-real-red:hover{
  background-color:var(--real-dark-red);
  color:#fff;
}


.btn-light-grey, .btn-light-grey:visited{
  color:#666;
  background-color:#f3f3f3;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
}
.btn-light-grey:hover{
  background-color:#e0e0e0;
  color:#666;
}

.btn-plum-light, .btn-plum-light:visited{
  color:#fff;
  background-color:#7c3e61;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
  min-width:120px;
}
.btn-plum-light:hover{
  background-color:#fff;
  color:#7c3e61;
}
.btn-plum-light:hover div.circle-bg{
  background-color:#fff !important;
  color:#7e476e;
}
.btn-plum-light:hover div.btn-circle{
  background-color:#fff !important;
  color:#7e476e;
}
.btn-teal, .btn-teal:visited{
  color:#2a253c;
  background-color:#DEF2F4;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
  min-width:120px;
}
.btn-white, .btn-white:visited{
  background-color:#fff;
  color:#7c3e61;
  border:1px solid #eee;
}
.btn-white:hover{
  background-color:#def2f4;
  color:#7c3e61;
}
.btn-teal:hover{
  background-color:#b1e6eb;
  color:#2a253c;
}
.brk{
  height:30px;
  margin-bottom:30px;
  border-bottom:1px solid #cbcbcb;
  width:100%;
  clear:both;
}
.tags{
  margin:0px 0px 4px 0px;
  padding:0;
}
.tags li{
  margin-right:4px;
  margin-bottom:5px;
  display:inline-block;
  background-color:#def2f4;
  color:#414655;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding:1px 10px;
  font-size:12px;
}
.tags li:focus{
  background-color:#b1e6eb;
}
.btn-md{
  font-size:14px;
  padding:7px 12px;
  line-height:19px;
}
.btn-lg{
  font-size:16px;
  padding:9px 15px;
  line-height:20px;
}
.btn-plum .btn-circle{
  font-size:16px;
  width:20px;
  height:20px;
  line-height:20px !important;
  float:left;
  vertical-align: middle;
  text-align:center;
}
.search-rd{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding:2px 10px 2px 36px;
  letter-spacing:.5px;
}
.search-icon{
  position:absolute;
  margin-left:14px;
  color:rgba(100,100,100,0.5);
}
.bottom-break{
  width:100%;
  height:50px;
}
.clear{
  clear:both;
  width:100%;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
    color: #666;
    margin: 6px 12px 6px 0px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #f7f7f7;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: var(--red);
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
button{
  border: none;
  outline:none;
}
.bg-plum{
  background-color:#e89748;
  color:#fff;
}
.bg-dark-plum{
  background-color:#4a1a3c;
}
.bg-navy{
  background-color:#137e8e;
}
.bg-light-grey{
  background-color:#eee;
}
.bg-dark-plum{
  background-color:#4a1a3c;
  color:#fff;
}
.bg-navy-gradient{
  background-image: linear-gradient(-20deg, rgba(36, 92, 99,0.86), rgba(36, 92, 99,0));
}
.main-logo{
  font-family: 'Dosis', sans-serif;
  font-size:28px;
  letter-spacing:3px;
  color:#fff;
  font-weight:600;
  max-width:113px;
}
.pointer{
  cursor:pointer;
}
.alert{
  padding:6px 9px;
}

/*-- nav --*/
.navbar-thril .navbar-nav li{
  margin-right:8px;
  font-size:14px;
  position:relative;
  letter-spacing:1px;
}
.navbar-thril .navbar-nav li:last-child{
  margin-right:0px;
}
.navbar-dark {
  background-color:var(--teal);
  color:#fff;
  font-family:'Dosis', sans-serif;
  text-transform: uppercase;
  padding:5px 15px;
  border-bottom:1px solid var(--dark-teal);
}
.navbar-dark .navbar-brand a, .navbar-dark .navbar-brand a:visited{
  color:#fff;
  font-size:28px;
  text-transform: none;
}
.navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus{
  color:#b1e6eb;
}
.navbar-brand{
  font-family: 'Dosis', Arial, sans-serif;
  font-weight:600;
  letter-spacing: 1px;
  padding:0;
  font-size:28px;
}
.navbar-brand a, .navbar-brand a:visited{

}
.navbar-brand a:hover{
  color:#30869e;
  text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link {
 color:rgba(220,220,220,1);
}
.navbar-dark .navbar-nav .nav-link:hover {
 color:rgba(255,255,255,1);
}
.navbar-dark .navbar-nav a, .navbar-dark .navbar-nav a:visited{
  padding:16px 8px;
  color:#eee;
  margin-top:-6px;
  margin-bottom:-6px;
  opacity:1;
}
.navbar-dark .navbar-nav a.btn-plum, .navbar-dark .navbar-nav a.btn-plum:visited{
  color:#ccc;
}
.navbar-dark .navbar-nav a:hover, .navbar-dark .navbar-nav a:focus{
  color:#fff;
}
.navbar-dark .navbar-nav a.btn-plum:hover, .navbar-dark .navbar-nav a.btn-plum:focus{
  color:#fff;
}
/*.navbar-dark .navbar-nav li.active:before{
  content:'';
  position:absolute;
  height:2px;
  width:88%;
  background-color:#b1e6eb;
  color:#fff;
  left:6%;
  bottom:-6px;
}*/
.navbar-dark a.icon{
  padding:10px 8px;
  font-size:24px;
  line-height:31px;
}
.navbar-collapse{
  flex-grow:0 !important;
}
.nav-account{
  float:left;
  width:30px;
  height:30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color:#bbb;
  margin-right:8px;
  margin-top:-4px;
  background-image:url("../users/default_avatar.png");
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
  border:1px solid #414655;
}
.my-alerts {
	position:absolute;
	top:4px;
	height:15px;
	width:15px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	background-color:#f83649;
	color:#fff;
	z-index:99999;
	font-size:10px;
	line-height:15px;
	right:5px;
	text-align:center;
}
.btn .circle-bg{
  position:absolute;
  width:17px;
  height:17px;
  background-color:var(--dark-red);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height:17px !important;
  font-size:14px;
  color:#fff;
  top:12px;
  right:12px;
  text-align: center;
  transition: all 0.3s ease;
}
.nav-btn{
  margin:6px 0px 3px 8px !important;
  padding:4px 14px !important;
  color:#f0f0f0 !important;
}
.nav-btn1{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-left:12px !important;
  padding-right:10px !important;
  padding-top:3px;
  padding-bottom:3px;
  margin-left:8px;
  border:none;
  font-size:15px;
  min-width:80px;
  color:#fff !important;
}
.nav-search{
  width:580px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top:-6px;
  margin-bottom:-6px;
  padding:27px 23px 27px 43px;
  background-color:var(--dark-teal);
  border:none;
  margin-right:8px;
  caret-color: #f3f3f3;
  color:#f3f3f3;
  letter-spacing:1px;
}
.nav-search:focus{
  box-shadow:none;
  background-color:var(--darker-teal);
  color:#f3f3f3;
}
@media (max-width: 1199px) {
  .nav-search{
    width:410px !important;
  }
}
@media (max-width: 991px) {
  .nav-search{
    width:188px !important;
  }
}
@media (max-width: 767px) {
  .nav-search{
    width:400px !important;
  }
}
@media (max-width: 621px) {
  .nav-search{
    width:180px !important;
  }
}
@media (max-width: 621px) {
  .col-md{
    margin-top:20px;
  }
  .col-md-4{
    margin-top:20px;
  }
}
.navbar-dark input::placeholder {
  color:#888;
  color:rgba(255,255,255,.3);
}
.navbar-dark input:-ms-input-placeholder{
  color:#888;
  color:rgba(255,255,255,.3);
}
.navbar-dark input::-ms-input-placeholder {
  color:#888;
  color:rgba(255,255,255,.3);
}
.navbar .search-icon{
  position:absolute;
  font-size:18px;
  margin-left:15px;
  color:#cbcbcb;
  color:rgba(200,200,200,0.5);
}
.navbar-nav .dropdown-menu{
  padding:0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 1px 2px 9px rgba(150,150,150,0.15);
}
.navbar-nav .dropdown-item, .navbar .dropdown-item:visited{
  padding:10px !important;
  text-align:center;
  display:block;
  color:#414655 !important;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:1px;
  border-bottom:1px solid #ddd;
  margin:0px !important;
}
.navbar-nav .dropdown-item:last-child{
  border-bottom:none;
}
.navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus{
  background-color:var(--lighter-teal);
  color:#2a253c;
}
.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active{
  background-color:var(--light-teal);
}
.triangle-point{
  position:absolute;
  top:-8px;
  color:#fff;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  left:34px;
}
.high-z{
  position:relative;
  z-index:999;
}
.btn-plum:focus{
  color:#fff;
}
.badge{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding:1px;
}
.badge-plum{
  background-color:#7c3e61;
  color:#fff;
}


/*-- home --*/
.bg-home-top{
  background: url('../imgs/home-main1.jpg') no-repeat center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
  height: 100%;
  min-height: 100vh;
}
.bg-home-top:before{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:300px;
  background:url('../imgs/newcurve.png');
  background-size: 100%;
  background-repeat:no-repeat;
  background-position:left 0px bottom 34px;
  z-index:0;
}
.home-center-vert{
  position: absolute;
  top: 50%;
  transform: translate(0%, -60%);
}
.home-center-vert p{

}
.home-platform{
  padding:15px;
}
.home-platform img {
  width:100%;
  height:auto;
}
.home-webapp{
  position:absolute;
  width:calc(90.2% - 40px);
  height:calc(60% - 40px);
  background-color:#fff;
  left:calc(5.2% + 20px);
  top:calc(9.3% + 20px);
}
.modal-content{
  overflow:hidden;
}
.login-text{
  padding:20px 0px 0px 20px;
}
.modal-close-plum{
  position:absolute;
  top:8px;
  right:23px;
  z-index:99;
}
.modal-close-plum button{
  font-size:12px;
  color:#fff;
}
.round-plum{
  background-color:#7c3e61;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width:20px;
  height:20px;
  line-height: 20px;
  color:#fff;
  padding:0px;
  text-align:center;
  transition: all 0.3s ease;
}
.round-plum:hover, .round-plum:focus{
  background-color:#4a1a3c;
}
.modal-content{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.btn-connect{
  width:180px;
  color:#fff;
  text-transform: uppercase;
  padding:4px 10px;
  background-color:#7c3e61;
  text-align:center;
  font-size:12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom:3px;
  transition: all 0.3s ease;
  display:block;
}
.btn-connect span{
  vertical-align: middle;
}
.btn-connect span.mdi{
  font-size:20px;
  vertical-align: middle;
}
.btn-connect:hover, .btn-connect:focus{
  color:#fff;
  text-decoration:none;
  background-color:#4a1a3c;
}
.btn-fb{
  background-color:#3B5998;
}
.btn-fb:hover, .btn-fb:focus{
  background-color:#32497B;
}
.btn-google{
  background-color:#DB3236;
}
.btn-google:hover, .btn-google:focus{
  background-color:#B92D30;
}
.panel-white{
  background-color:#fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.home-side-login{
  color:#fff;
  text-transform: uppercase;
  font-size:13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align:center;
  margin-top:10px;
}
.home-side-login a{
  color:#fff;
  position:relative;
}
.home-side-login a:before{
  content:" ";
  position:absolute;
  bottom:0px;
  background-color:#fff;
  height:2px;
  width:0px;
  left:50%;
  transition:all 0.3s ease;
}
.home-side-login a:hover:before{
  width:96%;
  left:2%;
}

/*--- sidebar ----*/
.wrapper {
  display: flex;
  /*align-items: stretch;*/
  width: 100%;
}
#sidebar {
  min-width: 350px;
  max-width: 350px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  transition: all 0.3s;
  background: #2a253c;
  color: #fff;
  font-size:12px;
  z-index:1037;
  background-image:url("../imgs/home-left-side.jpg");
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
  padding:15px 25px;
  text-align:center;
  /*background-image: linear-gradient(-20deg, rgba(60,37,45,0.86), rgba(60,37,45,0));*/
  border-color: #2a253c;
}
#sidebar.go {
  margin-left: -325px;
  border-right:25px solid #2a253c;
}
.sidebar-close{
  position:absolute;
  font-size:18px;
  top:21px;
  right:25px;
  color:#ccc;
  transition: all 0.3s;
  display:block;
}
.sidebar-close:hover{
  color:#fff;
  cursor:pointer;
}
@media (max-width: 1320px) {
  #sidebar {
    margin-left: -305px;
    min-width: 330px;
    max-width: 330px;
    border-right:25px solid #2a253c;
  }
  #sidebar.go {
    margin-left: 0;
    border-right:0px solid #2a253c;
  }
  .sidebar-close{
    display:block;
  }
}
#content {
  width: calc(100% - 350px);
  min-height: 100vh;
  transition: all 0.3s;
  /*position: absolute;
  top: 0;
  right: 0;*/
  margin-left:auto;
}
@media (max-width: 1320px) {
  #content{
    width:calc(100% - 25px);
  }
}
#content.go {
  width: calc(100% - 25px);
}
#page-darken{
  position:fixed;
  width:100%;
  height:100%;
  background-color: rgba(33,33,33, 0.6);
  z-index:1033;
  display:none;
}
@media (max-width: 1320px) {
  .pd-go{
    display:block !important;
  }
}
.arrow-menu{
  position:fixed;
  top:49.5vh;
  left:335px;
  width:30px;
  height:30px;
  text-align:center;
  background-color:#7c3e61;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  color:#fff;
  z-index:1038;
  box-shadow: 0px 0px 6px rgba(50,50,50,0.6);
  transition: all 0.3s;
  cursor:pointer;
}
.arrow-menu.go{
  left:10px;
}
@media (max-width: 1320px) {
  .arrow-menu {
    left:10px;
    transform: rotate(180deg);
  }
  .arrow-menu.go {
    left:315px;
  }
}
.sidebarCollapse, .sidebarCollapse:visited{
  color:#fff;
  font-size:20px;
  line-height:27px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  width:30px;
  height:30px;
}
.arrow-menu:hover, .arrow-menu:focus{
  background-color:#4a1a3c;
}
.arrow-menu:hover .sidebarCollapse{
  color:#fff;
}
.nav-start{
  background-image: linear-gradient(0deg, rgba(250,250,250,0), rgba(250,250,250,0.07), rgba(250,250,250,0.3));
  transition: background-color 0.3s ease;
  padding-left:41px;
}
.nav-start.scrolled{
  background-image: none;
  background-color:#f7f7f7;
}
.logo-link{
  width:69px;
}
.nav-start.scrolled .logo-link img{
  filter: invert(60%);
}
.nav-intro{
  margin:0;
  padding:0;
  transition:all 0.3s ease;
}
.nav-intro li{
  display:inline-block;
  list-style: none;
  margin:0px 6px;
  position:relative;
}
.nav-intro li.last-button{
  margin-right:0px;
}
.nav-intro li a div{
  width:22px;
  margin:0 auto;
  margin-top:-3px;
}
.nav-intro li a div span{
  color:#7c3e61;
  font-size:14px;
  transition: all 0.3s ease;
}
.nav-intro li a, .nav-intro li a:visited {
  display:block;
  padding:5px 15px;
  color:#2a253c;
  font-family: 'Dosis', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size:16px;
  transition: all 0.3s ease;
  letter-spacing:1.5px;
  position:relative;
}
.nav-start.scrolled .nav-intro li a, .nav-start.scrolled .nav-intro li a:visited {
  color:#777;
}
.nav-start.scrolled .nav-intro li a:hover {
  color:#db6254;
}
.nav-start.scrolled .nav-intro li.last-button a, .nav-start.scrolled .nav-intro li.last-button a:visited {
  color:#fff;
}
.nav-start.scrolled .nav-intro li a.active, .nav-start.scrolled .nav-intro li a.active:visited {
  color:#db6254;
}
.nav-intro li a:hover, .nav-intro li a:focus {
  text-decoration: none;
}
.nav-intro li a:focus span {
 color:#4a1a3c;
}
.nav-intro li a:hover span {
  color:#7cc8d0;
}
.nav-start.scrolled .nav-intro li div{
  display:none;
}
.nav-start .nav-intro li a.active span{
  color:#7cc8d0;
}
.nav-intro{
  margin-top:12px;
}
.nav-start.scrolled .nav-intro{
  margin-top:0px;
}
.neg4{
  margin-top:-5px;
}
.neg5{
  margin-top:-8px;
}
.nav-start li a:before{
  position:absolute;
  content:" ";
  background-color:#e89748;
  width:80%;
  height:3px;
  bottom:-8px;
  left:calc(50% - 8px);
  transition:all 0.3s ease;
  opacity:0;
  left:10%;
}
.nav-start li a:hover:before{
  opacity:1;
}
.nav-start.scrolled li a.active:before, .nav-start li a.active:before{
  opacity:1;
}
.nav-start .btn{
  padding:2px 14px;
  margin-top:4px;
}
.nav-start .btn-plum, .nav-start .btn-plum:visited{
  color:#fff;
  background-color:#7c3e61;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
  min-width:100px;
}
.nav-start .btn-plum:hover{
  background-color:#4a1a3c;
  color:#fff;
}
.home-center-vert2{
  position: absolute;
  width:280px;
  top: 50%;
  transform: translate(0%, -50%);
}
.navbar-light .navbar-toggler {
  border:none;
  color:#7c3e61;
  font-size:28px;
}
.navbar-dark .navbar-toggler {
  border:none;
  color:#7c3e61;
  font-size:18px;
}
.navbar-light .navbar-toggler:hover {
  color:#4a1a3c;
}
@media (max-width: 991px) {
  .nav-intro li{
    margin:0px 4px;
  }
}
@media (max-width: 767px) {
  .nav-start{
    background-image:none;
    background-color:#f7f7f7;
  }
  .nav-intro li{
    display:block;
  }
  .nav-intro li.last-button{
    margin-left:auto;
    margin-right:auto;
  }
  .nav-intro li.last-button button{
    width:100%;
    padding:2px 0px !important;
    margin-left:0px !important;
  }
  .nav-intro li a div{
    position:absolute;
    top:6px;
  }
  .nav {
    display:block;
  }
  section.home{
    margin-top:53px;
  }
}
.btn-blue, .btn-blue:visited{
  color:#fff;
  background-color:#7cc8d0;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
  min-width:100px;
}
.btn-blue:hover{
  background-color:#44a0a9;
  color:#fff;
}
.btn-light-blue, .btn-light-blue:visited{
  color:#fff;
  background-color:#b1e6eb;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
  min-width:100px;
}
.btn-light-blue:hover{
  background-color:#7cc8d0;
  color:#fff;
}
.show-sm{
  display:none !important;
}
@media (max-width: 767px) {
  .show-sm{
    display:block !important;
  }
}
.home-footer .footer{
  padding-left:375px;
  transition:all 0.3s;
}
@media (max-width: 1320px) {
  .home-footer .footer {
    padding-left:25px;
  }
}
.home-footer.go .footer{
  padding-left:25px;
}

/*--- profile ---*/
.profile-main{
  width:100%;
  min-height:225px;
  background-color:#efefef;
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
  color:#555;
  padding-top:40px;
}
.profile-cover-name{
  font-family:'Mohave',Arial,sans-serif;
  font-size:3.5rem;
  line-height:3.1rem;
  margin-top:50px;
  text-transform:uppercase;
  letter-spacing:-2px;
  font-weight:500;
}
.profile-stats{
  margin:15px 0 0 0;
  padding:0;
  list-style:none;
  font-family:'Dosis',Arial,sans-serif;
  font-size:26px;
  color:#fff;
}
.profile-stats li{
  margin:4px 9px;
  display:inline-block;
  line-height:20px;
  text-align:center;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.profile-stats li span{
  font-size:15px;
  letter-spacing:1px;
}
.profile-stats li:first-child{
  margin-left:0px;
}
.profile-stats li:last-child{
  margin-right:0px;
}
.profile-stats li a, .profile-stats li a:visited{
  display:block;
  color:#fff;
  padding:7px 8px 5px 8px;
}
.profile-stats li:hover, .profile-stats li:focus{
  background-color:rgba(255,255,255,0.16);
  text-decoration: none;
}
.profile-stats li:hover a:hover, .profile-stats li:focus a:focus{
  text-decoration:none;
}
.profile-sidebar{
  position:absolute;
  padding:20px 10px;
  width:calc(100% - 30px);
  /*width:255px;*/
  text-align:center;
  z-index:2;
  top:13px;
}
@media (max-width: 767px) {
  .profile-sidebar{
    position:relative;
  }
}
.profile-img{
  width:110px;
  height:110px;
  -webkit-border-radius:120px;
  -moz-border-radius:120px;
  border-radius:120px;
  background-position: center center;
  background-size:cover;
  background-repeat: no-repeat;
  border:5px solid #fff;
}
@media (max-width: 1199px) {
  .profile-img{
    width: 80%;
    height:auto;
    padding-top:70%;
  }
}
@media (max-width: 767px) {
  .profile-img{
    width:220px;
    height:220px;
    padding-top:0px;
  }
}
.profile-side-tags{
  text-align:left;
  width:100%;
}
.pos-rel{
  position:relative;
}
.profile-content{
  min-height:400px;
  padding-top:40px;
}
.profile-nav{
  margin:0;
  padding:0;
  border-bottom:1px solid #2a253c;
  width:100%;
}
.profile-nav li{
  display:inline-block;
  text-transform:uppercase;
  margin-right:30px;
  font-weight:400;
  padding-bottom:12px;
  font-size:17px;
  color:#aaa;
}
.profile-nav li a, .profile-nav li a:visited{
  color:#aaa;
  padding-bottom:12px;
  letter-spacing: 1px;
}
.profile-nav li a:hover, .profile-nav li a:focus{
  color:#414655;
  text-decoration: none;
}
.profile-nav li.active a{
  color:#2a253c;
  border-bottom:5px solid #2a253c;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width:150px;
}
.profile-content-filter.second{
  margin-right:250px;
}
.profile-content-filter{
  float:right;
  width:230px;
  text-align:right;
  margin-right:10px;
  margin-top:-48px;
}
@media (max-width: 767px) {
  .profile-content-filter.second{
    width: 100%;
    float:none;
  }
  .profile-content-filter{
    width: 100%;
    float:none;
    margin-top:10px;
    text-align:center;
  }
}
.profile-content-filter .bootstrap-select .dropdown-toggle{
  background-color:#fff;
  color:#414655;
  text-align:center;
  padding:10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size:12px;
  border:1px solid #ddd;
  width:150px;
  border-radius:0px;
  margin-left:10px;
}
.filter-option-inner{
  text-align:center;
}
.profile-content-filter .dropdown-menu{
  min-width:148px;
  padding:0;
  border-radius:0px;
}
.profile-content-filter .dropdown-menu li{
  text-align:center;
  border-bottom:1px solid #ddd;
}
.profile-content-filter .dropdown-menu li a{
  padding:10px;
}
.profile-content-filter .dropdown-menu li:last-child{
  border-bottom:none;
}
.profile-content-filter .dropdown-item{
  padding:0;
  font-size:12px;
  text-transform: uppercase;
  color:#666;
}
.profile-content-filter .dropdown-item:hover{
  background-color:var(--lighter-teal);
  color:#414655;
}
.profile-content-filter .dropdown-item.active{
  background-color:var(--light-teal);
  color:#2a253c;
}
.bootstrap-select .dropdown-menu li a span.text {
  letter-spacing: 1px;
}
.dropup .dropdown-menu{
  /*margin-bottom:-60px;*/
}
.edit-profile{
  display:inline-block;
  font-size:15px;
  vertical-align:top;
  line-height:2;
}
.edit-profile a, .edit-profile a:visited{
  color:#fff;
  font-family:'Dosis', Arial, sans-serif;
  text-transform: none;
  padding:3px 8px;
  letter-spacing:.5px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font-weight:normal;
}
.edit-profile a:hover, .edit-profile a:focus{
  text-decoration: none;
}
.itinerary-list{
  margin:0;
  padding:0;
}
.itinerary-list li{
  display:block;
  margin-bottom:8px;
}


/*---edit profile---*/
.edit-profile-main{
  margin-top:55px;
  padding-top:50px;
}
.edit-profile-content{
  border:1px solid #ddd;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
}
.br-grey{
  border-right:1px solid #ddd;
}
.thril-pills .nav-link{
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
}
.thril-pills a{
  border-bottom:1px solid #ddd;
  text-transform: uppercase;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
  color:#666;
  letter-spacing: 1px;
}
.thril-pills a:first-child{
  -webkit-border-radius:6px 0px 0px 0px;
  -moz-border-radius:6px 0px 0px 0px;
  border-radius:6px 0px 0px 0px;
}
.thril-pills2 a:last-child{
  -webkit-border-radius:0px 0px 0px 6px;
  -moz-border-radius:0px 0px 0px 6px;
  border-radius:0px 0px 0px 6px;
  border-bottom:none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color:var(--light-teal);
  color:#414655;
}
.thril-pills a:hover{
  background-color:var(--lighter-teal);
  color:#414655;
}
.personal-photo{
  width:50px;
  height:50px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  background-image:url("../users/default_avatar.png");
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
  float:left;
  margin-right:10px;
  vertical-align: middle;
}
.edit-cover-photo{
  width:50px;
  height:50px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  background-image:url("../imgs/profile-cover-default.jpg");
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
  float:left;
  margin-right:10px;
  vertical-align: middle;
}
.tab-pane{
  min-height:300px;
  padding:18px 10px;
}
.form-light{
  border:1px solid #e6e6e6;
  background-color:#f7f7f7;
  padding:0px 10px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  line-height:1;
  height:34px;
  letter-spacing: .5px;
  font-size:14px;
}
textarea.form-light{
  width:100%;
  height:100px;
  padding:8px 10px;
  color:#414655;
  font-size:14px;
}
.form-group label{
  font-weight:600;
  color:var(--dark-blue);
  font-size:11px;
  text-transform:uppercase;
  margin-bottom:6px;
}
.form-group{
  margin-bottom:12px;
}
.form-radio label{
  font-weight:normal;
  text-transform: none;
  font-size:14px;
}
.form-radio label:first-child{
  font-weight:600;
  text-transform: uppercase;
  font-size:12px;
}
.tab-content{
  padding-right:14px;
}
.input-error{
  font-size:11px;
  color:#cd2a49;
  font-style:italic;
}
.has-error{
  border:1px solid #cd2a49;
}
.has-error2{
  border:1px solid #cd2a49;
  color:#cd2a49;
}
textarea.has-error2{
  color:#cd2a49;
}

/*---Cards---*/
.card.itinerary{
  display:inline-block;
  margin:8px 10px 4px 0px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  border:1px solid #eee;
  box-shadow: 0px 0px 6px rgba(160,160,160,0.2);
  width: calc(33.33% - 13px);
  height:335px;
}
@media (max-width: 1199px) {
  .card.itinerary{
    width: calc(50% - 13px);
  }
}
@media (max-width: 991px) {
  .card.itinerary{
    width: 100%;
    margin-right:0px;
  }
}
.card.itinerary .card-img-top{
  height:125px;
}
.card-img-top{
  background-position: center center;
  background-size:cover;
  background-repeat: no-repeat;
  width:100%;
}
.card .card-cat{
  -webkit-border-top-left-radius:6px;
  -moz-border-top-left-radius:6px;
  border-top-left-radius:6px;
  background-color:#2a253c;
  color:#fff;
  text-transform: uppercase;
  padding:4px 7px;
  font-size:10px;
  line-height:10px;
  position:absolute;
}
.card .card-like{
  position:absolute;
  top:0px;
  right:9px;
  width:26.5px;
  text-align: center;
}
.card-like span{
  color:#fff;
  font-size:26px;
}
.card-like span.mdi-heart{
  text-shadow: 0px 0px 6px rgba(100,100,100,0.5);
  cursor:pointer;
  transition:color 0.3s ease;
}
.card-like span.mdi-heart:hover{
  color:#f83649;
}
.card .num-likes{
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  background-color:#fff;
  color:#414655;
  font-size:9px;
  padding:1px 1px;
  width:100%;
  box-shadow: 0px 0px 6px rgba(100,100,100,0.5);
  margin-top:-2px;
}
.card.itinerary .card-body{
  padding:15px 20px;
}
.card.itinerary .card-title{
  font-size:15px;
  margin-bottom:0px;
  text-align:center;
  line-height:13px;
}
.card.itinerary .card-location{
  font-size:18px;
  text-align:center;
  margin-bottom:0px;
}
.card.itinerary .card-location span{
  font-size:14px;
  color:#666;
}
.card ul.details{
  margin:5px 0px;
  padding:0;
}
.card ul.details li{
  display:inline-block;
  list-style:none;
  margin-right:9px;
  font-size:11px;
  padding-left:6px;
}
.card ul.details li:last-child{
  margin-right:0px;
}
.card ul.details li div{
  background-color:#f7f7f7;
  color:#2a253c;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  padding:2px 6px;
  font-size:13px;
  margin-left:-5px;
}
.card-subtitle{
  margin:5px 0px 1px 0px;
  font-size:11px;
  color:#2a253c;
}
.card .tags li{
  padding:1px 10px;
  margin-bottom:5px;
}
.card ul.foot{
  margin:6px 0px 0px 0px;
  padding:0;
}
.card ul.foot li{
  display:inline-block;
  list-style: none;
  margin-right:6px;
  vertical-align: top;
}
.card ul.foot li:last-child{
  margin-right:0px;
}
.card ul.foot li:first-child{
  width:45%;
}
.card .btn-plum{
  min-width:25px;
}
.card ul.foot li:first-child .btn-plum{
  width:100%;
}
.btn-plum-round{
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  border-radius:25px;
  padding:2px;
  background-color:#7c3e61;
  color:#fff;
}
.btn-round{
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  border-radius:25px;
  padding:2px;
}
.card ul.foot li div{
  font-size:9px;
  text-align:center;
  margin-top:2px;
}

/*-- Tickers --*/
.horizontal-ticker{

}
.ticker-list{
  margin:0;
  padding:0;
  overflow-x:auto;
  overflow-y:hidden;
  height:65px;
  white-space:nowrap;
}
.ticker-list li{
  list-style:none;
  padding:4px 12px;
  border-left:1px solid #bbb;
  margin-right:10px;
  margin-bottom:10px;
  background-color:#f7f7f7;
}
.ticker-list li:last-child{
  margin-right:0px;
}
.ticker-list.horizontal li{
  display:inline-block;
}
.ticker-list li div.item{
  display:inline-block;
  font-size:14px;
  font-weight:600;
  margin-right:24px;
  color:var(--darker-teal);
  line-height:20px;
}
.ticker-list li div.item span{
  font-size:11px;
  color:#aaa;
}
.ticker-title{
  font-size:12px;
  text-transform: uppercase;
  font-weight:600;
  padding-bottom:10px;
  margin-bottom:15px;
  letter-spacing:1px;
  color:var(--teal);
  border-bottom:1px solid #ddd;
  margin-top:80px;
}
.ticker-title span{
  color:#aaa;
  text-transform: none;
  font-size:11px;
}
.ticker-list li div.price{
  display:inline-block;
  max-width:40px;
  font-size:14px;
  font-weight:600;
  text-align:right;
  line-height:20px;
  color:#111;
}
.ticker-list li div.price span{
  font-size:12px;
  color:var(--green);
  text-align:right;
}
.ticker-list li div.price span.neg{
  color:var(--oldred);
}


/*---splash home---*/
.splash-bg-home-top{
  background: url('../imgs/splash-bg.jpg') no-repeat center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  background-color:#137e8e;
}
#content-splash {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}
.nav-start{
  background-image:none;
  color:#fff;
}
.nav-start .nav-intro li a{
  color:#fff;
}
#content-splash .nav-start{
  padding-left:1rem;
}
.splash-bg-home-top h4{
  color:#fff;
  font-size:36px;
}
.splash-bg-home-top p{
  font-size:20px;
  line-height:28px;
  padding-right:15px;
  font-weight:300;
}
.splash-cycle{
  position:absolute;
  margin-left:8px;
  font-weight:600;
  display:none;
}
.splash-home-footer .footer {
    padding-left: 0px;
}
.card.early-access{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  box-shadow: 0px 0px 20px rgba(25,25,25,0.15);
  border:none;
  border-radius:5px;
}
.early-access h5{
  font-size:24px;
  color:var(--teal);
  padding:8px 6%;
}
h5.lg{
  font-size:36px;
  letter-spacing:2px;
}
h5.thin{
  font-weight:300;
}
h5.section-title{
  font-size:26px;
  font-weight:600px;
  color:var(--red);
  margin-top:6px;
}
.form-clear{
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  border:none;
  border-bottom:1px solid #ddd;
  padding-left:0px;
}
.section-icon{
  width:90%;
  height:100px;
  margin:0 auto;
}
.section-icon img{
  max-width:100%;
  max-height:100%;
}
p.section{
  font-size:17px;
  line-height:23px;
}
p.light{
  color:#666;
}
.light-blue{
  color:#def2f4 !important;
}
.light-blue:hover{
  color:#b1e6eb !important;
}
.early-success{
  display:none;
}
#loading-signup{
  display:none;
}
.logo-v1{
  background:url('../imgs/iscrap-logo-white.png') no-repeat center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:107px;
  height:28px;
}
.scrolled .logo-v1{
  background:url('../imgs/iscrap-logo-dark.png') no-repeat center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.splash-platform-img{
  width:90%;
  margin:0 auto;
  text-align:center;
}
.splash-platform-img img{
  width:100%;
  height:auto;
}
.splash-dynamic{
  height:100%;
}
p.md-text{
  font-size:16px;
  line-height: 22px;
}
.min-h-475{
  min-height:475px;
}
.img-round{
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  width:90%;
  padding-bottom:90%;
  -webkit-border-radius:200px;
  -moz-border-radius:200px;
  border-radius:200px;
}
@media (max-width: 767px) {
  .logo-v1{
    background:url('../imgs/iscrap-logo-dark.png') no-repeat center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .keep-white{
    background:url('../imgs/iscrap-logo-white.png') no-repeat center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .splash-bg-home-top{
    position:relative;
  }
  .center-vert{
    position:relative;
    top:10px;
    transform: none;
    margin-bottom:90px;
  }
  .home-center-vert{
    position:relative;
    transform:none;
    top:40px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:70px;
  }
  .splash-bg-home-top h4{
    font-size:26px;
  }
  .splash-bg-home-top p{
    font-size:16px;
    line-height:22px;
  }
  p.section{
    margin-bottom:120px;
  }
  .nav-start .nav-intro li a {
    color:#2a253c;
  }
  .card.early-access{
    width:90%;
  }
  .splash-platform-img{
    width:100%;
    margin:0 auto;
    text-align:center;
  }
  .center-sm{
    text-align:center;
  }
  .center-sm div{
    margin-left:auto;
    margin-right:auto;
  }
  .sm-b-space{
    margin-bottom:30px;
  }
  .sm-b-space2x{
    margin-bottom:60px;
  }
  .sm-max-w-75{
    max-width:75%;
    padding-bottom:75%;
  }
}
.metal-cards {
  margin:0;
  padding:0;
}
.metal-cards > li {
  display:inline-block;
  width:355px;
  height:120px;
  padding:10px;
  border-radius: 5px;
  background-color:#f3f3f3;
  margin-right:10px;
  margin-bottom:10px;
  /*box-shadow:0px 1px 7px rgba(200,200,200,0.5);*/
  text-align:left;
  position:relative;
  border-left:2px solid #e89748;
}
.metal-cards > li > .scrap-img{
  float:left;
  background-repeat: no-repeat;
  background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  width:100px;
  height:100px;
}
.metal-cards > li > .title{
  font-size:16px;
  float:right;
  width:calc(100% - 120px);
  color:#333;
  text-transform:uppercase;
  padding-right:60px;
  line-height:18px;
  margin-bottom:8px;
}
.metal-cards > li > .description{
  color:#666;
  font-size:12px;
  float:right;
  width:calc(100% - 120px);
  line-height:14px;
  padding-right:60px;
}
.metal-cards > li > .price{
  position:absolute;
  right:0;
  width:60px;
  text-align:right;
  font-size:17px;
  padding-right:16px;
  color:#137e8e;
}
.metal-cards > li > .price span{
  font-size:14px;
  color:#888;
}
#map {
  height: 320px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
  border-radius:5px;
 }


.post-metals{
  padding:20px;
}

.car-steps{
  margin:0;
  padding:0;
}
.car-steps li{
  list-style: none;
  display:inline-block;
  width:calc(33% - 6px);
  height:4px;
  background-color:#eee;
  margin-right:5px;
}
.car-steps li:last-child{
  margin-right:0px;
}
.car-steps li.complete{
  background-color:var(--light-orange);
}




/*---features---*/
.stars{
  width:80px;
  height:17px;
  background-image:url('../imgs/brb-stars.png');
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.stars-sm{
  width:65px;
  height:13px;
}
.star05{
  background-position:0px 9.35%;
}
.star1{
  background-position:0px 19.4%;
}
.star15{
  background-position:0px 29.6%;
}
.star2{
  background-position:0px 39.7%;
}
.star25{
  background-position:0px 49.9%;
}
.star3{
  background-position:0px 60.2%;
}
.star35{
  background-position:0px 70.4%;
}
.star4{
  background-position:0px 80.6%;
}
.star45{
  background-position:0px 90.6%;
}
.star5{
  background-position:0px 100.8%;
}


.btn-plum, .btn-plum:visited{
  color:#fff;
  background-color:#7c3e61;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing: 1px;
  min-width:120px;
}
.btn-plum:hover{
  background-color:#4a1a3c;
  color:#fff;
}
.very-email{
  padding:12px;
}
.form-price-before{
  margin-right:-4px;
  padding:2px;
  line-height:1;
  z-index:2;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  font-size:12px;
}

#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    left: 1rem;
}
.upload-btn{
  top:-7px;
  height:30px;
  padding:5px 10px;
  right:-7px;
}


.image-area {
    border: 1px dashed #e6e6e6;
    padding: 1rem;
    position: relative;
    min-height:150px;
    text-align:left;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
    height:100%;
    width:auto;
    display:inline-block !important;
}
.mt-50px{
  margin-top:50px;
}

.trade-quotes{
  margin:0;
  padding:0;
  position:relative;
}
.trade-quotes > a > li{
  position:relative;
  width:100%;
  border-radius:4px;
  border:1px solid #ddd;
  background-color:#fff;
  margin-bottom:18px;
  list-style:none;
  box-shadow: 1px 1px 4px rgba(160,160,160,0.2);
  min-height:96px;
}
.trade-quotes > a > li:hover{
  background-color:#f9f9f9;
}
.trade-quotes .type{
  position:absolute;
  width:95px;
  background-color:#eee;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  transform: rotate(-90deg);
  left:-37px;
  text-align:center;
  top:36px;
  color:#fff;
}
.trade-quotes .type.buy{
  background-color:var(--teal);
}
.trade-quotes .type.buy::before{
  content:"buy";
  text-transform: uppercase;
}
.trade-quotes .type.sell{
  background-color:var(--dark-red);
}
.trade-quotes .type.sell::before{
  content:"sell";
  text-transform: uppercase;
}

.search-results-for{
  margin-top:-34px;
  float:right;
  margin-right:10px;
}

.trade-quotes .img{
  height:94px;
  width:110px;
  display:inline-block;
  float:left;
  margin-left:21px;
  background-color:#f3f3f3;
  background-position:center;
  background-size: cover;
}

.trade-quotes .details{
  width:calc(100% - 148px);
  display:inline-block;
  padding:9px 12px 3px 16px;
}
.trade-quotes .details .product-d{
  margin:0px 0px 10px 0px;
  padding:0;
}
.trade-quotes .details .product-d li{
  list-style:none;
  font-size:16px;
  font-weight:600;
  text-transform: uppercase;
  display:inline-block;
  margin-right:18px;
  line-height:16px;
  color:#666;
  vertical-align: top;
  margin-bottom:8px;
}
.trade-quotes .details .product-d li:first-child{
  font-weight:700;
}
.trade-quotes .details .product-d li:first-child::before{
  content:"Type";
  font-size:10px;
  font-weight:normal;
  color:#888;
}
.trade-quotes .details .product-d li.hide{
  display:none;
}
.trade-quotes .details .product-d li.equipment::before{
  content:"Equipment";
  font-size:10px;
  font-weight:normal;
  color:#888;
}
.trade-quotes .details .product-d li:last-child{
  margin-right:0px;
}
.trade-quotes .details .product-d li:nth-child(2){
  font-weight: 700;
}
.trade-quotes .details .product-d li:nth-child(2)::before{
  content:"Product";
  font-size:10px;
  font-weight:normal;
  color:#888;
}
.trade-quotes .details .product-d li:nth-child(2){
  border-right:1px solid #eee;
  padding-right:20px;
}
.trade-quotes .details .product-d li:nth-child(3)::before{
  content:"QTY";
  font-size:10px;
  font-weight:normal;
  color:#888;
}
.trade-quotes .details .product-d li:nth-child(4)::before{
  content:"Price Per Unit / EXCH";
  font-size:10px;
  font-weight:normal;
  color:#888;
}
.trade-quotes .details .product-d li:nth-child(4){
  border-right:1px solid #eee;
  padding-right:20px;
}
.trade-quotes .details .product-d li:nth-child(5)::before{
  content:"Shipping";
  font-size:10px;
  font-weight:normal;
  color:#888;
}
.trade-quotes .details .desc{
  font-size:12px;
  line-height:15px;
  color:#666;
}


.trade-quotes .details .contact-d{
  margin:12px 0px 0px 0px;
  padding:0;
}
.trade-quotes .details .contact-d li{
  list-style:none;
  font-size:14px;
  font-weight:600;
  display:inline-block;
  margin-right:26px;
  line-height:16px;
  color:#666;
  vertical-align: top;
  margin-bottom:8px;
}
.trade-quotes .details .contact-d li span{
  color:#888;
  font-weight:normal;
}
.trade-quotes .expires{
  position:absolute;
  right:1px;
  top:1px;
  width:64px;
  padding:4px;
  height:auto;
  background-color:#f7f7f7;
  color:#000;
  text-align:center;
  font-size:11px;
  border-top-right-radius:4px;
  line-height:15px;
}
.trade-quotes .expires span{
  font-size:14px;
}


.view-post .post-img{
  width:100%;
  background-color:#eee;
  background-size:cover;
  background-position:center;
  padding-top:80%;
}
.view-post #postImgs{
  width:95%;
}
.view-post .view-type{
  font-size:20px;
  text-transform: uppercase;
  font-weight:600;
  line-height:18px;
}
.view-post .view-type span{
  font-size:12px;
  color:#888;
}
section.title h1{
  font-size:28px !important;
  font-weight:400;
}
.view-post .desc span{
  font-size:12px;
  color:#888;
  text-transform: uppercase;
  font-weight:600;
}
.small-t{
  font-size:12px;
  color:#888;
  text-transform: uppercase;
  font-weight:600;
}
.fs-14{
  font-size:15px;
}
.fs-16{
  font-size:16px;
  line-height:28px;
}
.view-post .buy{
  font-size:18px;
  font-weight:600;
  background-color:var(--teal);
  color:#fff;
  padding:4px 14px;
  border-radius:4px;
  width:95%;
}
.view-post .sell{
  font-size:18px;
  font-weight:600;
  background-color:var(--dark-red);
  color:#fff;
  padding:6px 10px;
  border-radius:4px;
  width:95%;
}
.view-post .carousel-inner{
  /*height:410px;*/
  background-color:#f0f0f0;
}
section.trades{
  position:relative;
}

.image-area img{
  margin-right:6px !important;
  max-height:150px;
  width:auto;
  margin-bottom:6px;
}
.custom-file-container__image-preview {
  overflow: auto;
  min-height:171px;
  border:1px dashed #e6e6e6;
}
.custom-file-container__image-multi-preview {
  height:140px;
}
.custom-file-container__image-multi-preview__single-image-clear {
  left:auto;
  right:-6px;
  background-color:var(--red);
  color:#fff;
  transition:all 0.3s ease;
}
.custom-file-container__image-multi-preview__single-image-clear:hover {
  background-color:var(--dark-red);
}
.custom-file-container__custom-file {
  height:34px;
  font-size:14px;
}
.custom-file-container__custom-file__custom-file-input {
  height:34px;
  font-size:14px;
}
.custom-file-container__custom-file__custom-file-control {
  height:34px;
  font-size:14px;
  padding:6px 10px;
  background-color:#f7f7f7;
  border: 1px solid #e6e6e6;
}
.custom-file-container__image-multi-preview__single-image-clear__icon {
  color:#fff;
}
.loading-text{
  font-size:12px;
  color:#666;
}




/*---footer---*/
.footer .navbar-brand a{
  color:#fff;
  font-size:26px;
}
.footer p{
  color:#cbcbcb;
  line-height:1.5;
}
.footer .form-control{
  font-size:13px;
}
.footer a{
  color:#cedbd9;
}
.footer a:hover{
  color:#fff;
}


@media (min-width: 1500px) {
  .container {
    max-width: 1450px;
  }
}
@media (max-width: 767px) {
  nav .nav-search{
    display:none;
  }
  nav .search-icon{
    display:none;
  }
}


/*---------- input foto ----------------*/
.inputfoto {
	position: absolute;
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
	display: none;
}
.inputfoto + label {
  min-width: 120px;
  font-size: 13px;
	font-weight:normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 3px 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	letter-spacing: 1px;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
	border-radius:0.25rem;
  line-height:1.5;
  text-align:center;
  text-transform:uppercase;
  margin-top:12px;
}
.inputfoto-style + label{
    color: #fff;
    background-color: var(--red);
}
.inputfoto-style:focus + label, .inputfoto-style.choose-focus + label {
  color: #fff;
  background-color: var(--red);
}
.inputfoto-style + label:hover {
	color:#fff;
  background-color: var(--dark-red);
}

/*---- slider ----*/
.ui-widget-content {
    border-top: 1px solid #ccc;
    background: none;
    margin-top:18px;
}
.ui-widget {

}
.ui-slider-horizontal {
    height:1px;
}
.ui-slider {
    position: relative;
    text-align: left;
    width:90%;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #7c3e61;
    font-weight: normal;
    color: #fff;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -8px;
    margin-left: 0px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}
.ui-state-focus{
  outline:none;
  box-shadow:none;
  background: #4a1a3c !important;
}
.ui-state-hover{
  transition:all 0.3s ease;
  background: #4a1a3c !important;
}


/*----------- tags input ----------*/
.bootstrap-tagsinput {
	display: inline-block;
	width: 100%;
	cursor: text;
	padding:6px 10px;
	border:1px solid #ddd;
	color:#fff;
	font-size:14px;
  line-height: 38px;
	background-color:transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: 100%;
  max-width: inherit;
  font-size:14px;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: #414655;
	background-color:#def2f4;
	padding:5px 8px 5px 12px;
	font-size:14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	font-weight:normal;
  display:inline-block;
  line-height:16px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 6px;
  cursor: pointer;
  background-color:#7cc8d0;
  color:#fff;
  width:16px;
  height:16px;
  -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
  line-height:16px;
  padding-top:1px;
  float:right;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  text-align:center;
  font-family:"Material Design Icons";
  font-size:12px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "\F156";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  color:#fff;
  background-color:#2a253c;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  color:#fff;
  background-color:#2a253c;
}
.interest-tags h4{
	font-size:18px;
	margin-top:6px;
}
.form-light:focus{
  background-color:#f7f7f7;
  box-shadow:none;
  border-color:#bbb;
}
.form-clear:focus{
  background-color:#fff;
  box-shadow:none;
  border-color:#2a253c;
}
.rotate90{
  transform: rotate(90deg);
}
.color-navy{
  color:#2a253c;
}
.color-white{
  color:#fff !important;
}


/*--- scrollbar style 1 ---*/
.builder-head::-webkit-scrollbar {
  height: 18px;
  background-color: rgba(255, 255, 255, 0);
}
.builder-head::-webkit-scrollbar-track {
  border: 7px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
.builder-head::-webkit-scrollbar-thumb {
  border: 7px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
.builder-head::-webkit-scrollbar-track {
  background-color: #efefef;
}
.builder-head::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
.builder-head::-webkit-scrollbar-thumb:hover {
  border: 7px solid rgba(255, 255, 255, 0);
  background-color:#dbdbdb;
}
.sb-style-1::-webkit-scrollbar {
  width:14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
}
.sb-style-1::-webkit-scrollbar-track {
  border: 5px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
.sb-style-1::-webkit-scrollbar-thumb {
  border: 5px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
.sb-style-1::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
.sb-style-1::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
.sb-style-1::-webkit-scrollbar-thumb:hover {
  border: 5px solid rgba(255, 255, 255, 0);
  background-color:#dbdbdb;
}

.carousel-indicators{
  bottom:-50px;
}
.carousel-indicators li {
  height:4px;
  background-color:#ccc;
  opacity:0.75;
}
.carousel-indicators .active{
  background-color:var(--this-orange);
}
.view-post #postImgs {
    margin-bottom:20px;
}
.carousel-control-next, .carousel-control-prev {
  opacity:0.65;
}
