html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

p {
  text-indent: 1em; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #FEFEFF; }

.section-header {
  padding-top:25px;
  padding-bottom:25px;
}
.callToAction{
  width:200px;
}
#map {
  top: 0px;
  position: absolute;
  margin: 0;
  padding: 0;
  height: 90%;
  width: 100%; }

.map-container {
  min-height: 700px;
  height: 90%;
  padding: 0;
  margin-top: -70px;
  margin-bottom: -70px; }

.map-menu {
  margin-top: -10px;
  margin-bottom: -50px;
  z-index: 1000; }

.login_btn {
  height: 100%;
  margin-right: 20px; 
}

.logout_btn {
  height: 100%;
  margin-right: 20px;
}

@media only screen and (max-width: 992px){
  .login_btn {
    height: 100%;
    margin-right: 10px; 
  }

  .logout_btn {
    height: 100%;
    margin-right: 10px;
  }
}

.btn{
  border-radius: 25px;
}

.btn-twitter {
  background-color: #91D3ED;
  /*#ACD7EC*/ }

.item-description{
  font-size:14px;
}
.item-title{
  font-size:20px;
  font-weight: 400;
  padding-bottom:10px;
}

.header {
  border-bottom:solid 1px #EEE;
  height: 70px; 
  width:100%;}

.navbar-logo{
  color:darkorange;
  font-weight: 800;
  font-size: 20px;
}
.navbar-background {
  height: 70px;
  background: #cccccc;
  /* Fallback for older browsers without RGBA-support */
  background: rgba(244, 244, 244, 0.75); }

.navbar-link {
  float: right;
  height: 100%;
  margin-top: 15px; }

.event-main-block {
  height: 125px;
  margin-top: 17px;
  background-color: #FAFAFB;
  -webkit-box-shadow: 4px 4px 8px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 4px 8px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 8px -3px rgba(0, 0, 0, 0.75); }

.event-type-block {
  background-color: #A3B9C9;
  height: 100%;
  margin-left: -15px; }

.event-icon {
  padding-top: 25px; }

.event-footer {
  height: 25px;
  color: grey;
  padding-top: 5px;
  text-align: right; }

.event-description {
  padding-top: 2px;
  height: 60px; }

.event-title {
  height: 40px;
  overflow: hidden; }


.event-title-text {
  padding-top: 5px;
  height: 40px;
  float: left;
  font-weight: 600;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 22px; }

.event-creator-avatar {
  float: left;
  border-radius: 50%;
  margin-top: 1px;
  width: 38px;
  height: 38px;
  background: #987D7C; }

.avatar {
  width:50px;
  height:50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 1px #999, 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 1px #999, 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px #fff, 0 0 0 1px #999, 0 1px 1px 1px rgba(0, 0, 0, 0.2); }

.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  font-size: 12px;
  margin: 8px 0px; }

.hr-sect::before,
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.35);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 16px; }



/*Pen code from this point on*/
.btnLogIn {
  width:225px;
  clear:both;
  white-space:nowrap;
  font-size:.8em;
  display:inline-block;
  border-radius:5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  margin:2px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  overflow:hidden
}

.btnLogIn:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.45);
}

.btnLogIn:focus {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

.btnLogIn > span,.btnLogIn-icon > i {
  width:190px;
  float:left;
  padding:13px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  line-height:1em
}

.btnLogIn > span {
  padding:14px 18px 16px;
  white-space:nowrap;
  color:#FFF;
  background:#b8b8b8
}

.btnLogIn:focus > span {
  background:#9a9a9a
}

.btnLogIn-icon > i {
  border-radius:5px 0 0 5px;
  position:relative;
  width:35px;
  text-align:center;
  font-size:1.25em;
  color:#fff;
  background:darkorange
}

.btnLogIn-icon > i:after {
  content:"";
  border:8px solid;
  border-color:transparent transparent transparent darkorange;
  position:absolute;
  top:13px;
  right:-15px
}

.btnLogIn-icon:hover > i,.btnLogIn-icon:focus > i {
  color:#FFF
}

.btnLogIn-icon > span {
  border-radius:0 5px 5px 0
}

/*Facebook*/
.btnLogIn-facebook:hover > i,.btnLogIn-facebook:focus > i {
  color:#3b5998
}

.btnLogIn-facebook > span {
  background:#3b5998
}

/*Twitter*/
.btnLogIn-twitter:hover > i,.btnLogIn-twitter:focus > i {
  color:#55acee
}

.btnLogIn-twitter > span {
  background:#55acee
}

/*Google*/
.btnLogIn-googleplus:hover > i,.btnLogIn-googleplus:focus > i {
  color:#dd4b39
}

.btnLogIn-googleplus > span {
  background:#dd4b39
}

/*Pinterest*/
.btnLogIn-pinterest:hover > i,.btnLogIn-pinterest:focus > i {
  color:#cb2028
}

.btnLogIn-pinterest > span {
  background:#cb2028
}

/*LinkedIn*/
.btnLogIn-linkedin:hover > i,.btnLogIn-linkedin:focus > i {
  color:#007bb6
}

.btnLogIn-linkedin > span {
  background:#007bb6
}

.add-item-selects {
  padding-top:15px;
  padding-bottom:15px;
}


.list {
      display: block;
      background-color: rgba(255,255,255,.8);
      box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
      border-radius: 25px;
      transition: all .2s ease-in-out;
  }

@media only screen and (min-width: 992px){
  .product-list{
    height: 200px;
  }
}


.list-header {
    height: 100%;
    display: block;
    float: left;
    width: 40%;
    overflow: hidden;
    position: relative;
    border-radius: 25px 0 0 25px;
}

.list-header-details{
    width: 250px;
  }

.list-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 992px){
  .list-header-image-details{
    max-height: 250px;
    max-width:250px;
  }

  .list-content-details{
    margin-left: 250px;
  }

}



.list-header .list-header-image:after {
    display: block;
    content: '';
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 200px 100px rgba(0,0,0,.58);
    z-index: 1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.list-content {
    display: block;
    margin-left: 40%;
    padding: 15px;
    /*position: relative;*/
    height: 100%;
}


@media only screen and (max-width: 992px){
  .list-header-image-details{
    max-height: 250px;
    max-width:250px;
  }

  .list-content-details{
    margin-left: 250px;
  }

  .list-description{
    font-size:14px;
    position:relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.list-description{
    font-size:14px;
    position:relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

.list-content button {
  min-width: 8.3em;
  flex: none;
  align-self: flex-start;
  margin-top: auto;
  padding: 0.6em 1.2em;
  font-size: 0.92em;
  color: #404646;
  background: none;
  border: 0.5px solid #777;
  border-radius: 2px;
}
.list-content button:hover {
  border-color: #d099a0;
}

.list-meta {
    display: block;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 100%;
}

.list-meta .list-meta-item {
    display: inline-block;
    margin-right: 10px;
    color: #9A9A9A;
    margin-top:5px;
}

.list-meta-value{
  margin-left:5px;
}

.list:after {
    display: block;
    clear: both;
    content: '';
}

.list:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}

@media only screen and (max-width: 991px) {
  .list-big {
    display: block;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-radius: 2px;
    transition: all .2s ease-in-out;
}
  .list {
    display: block;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-radius: 2px;
    transition: all .2s ease-in-out;
  }
  .list-header {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 0;
  }
  
  .list-content {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 15px;
    clear: both;
  }

  .list-tags {
    bottom: 0;
    margin-top: 15px;
    font-size: 12px;
  }
}


.add-proposition {
    margin-top:50px;
    display: block;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-radius: 2px;
    transition: all .2s ease-in-out;
}

.add-proposition:after {
    display: block;
    clear: both;
    content: '';
}

.add-proposition:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}
.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}



.offer {
    display: block;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-radius: 2px;
    transition: all .2s ease-in-out;
    margin-bottom:25px;
    margin-top:25px;
}


.offer:after {
    display: block;
    clear: both;
    content: '';
}

.offer:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}


.offer-title{
  align-content: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  padding-top: 5px;
  padding-left: 10px;
}

.offer-meta {

    margin-bottom: 5px;
    font-size: 14px;
    line-height: 100%;
    padding-top: 10px;
    padding-left: 10px;
}

.offer-meta .offer-meta-item {
    display: inline-block;
    margin-right: 18px;
    color: #9A9A9A;
}

.offer-text{
  margin-left:15px;
  margin-top:20px;
  margin-bottom:15px;
  margin-right:15px;
  text-align: left;
}


.offer-photo {
    display: block;
    float: left;
    width: 35%;
    overflow: hidden;
    position: relative;
    border-radius: 2px 0 0 2px;
    padding:0px;
}

.offer-photo img {
    width: 100%;
}

.offer-photo .offer-photo-image:after {
    display: block;
    content: '';
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 200px 100px rgba(0,0,0,.58);
    z-index: 1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.white-label{
  background-color:white;
}


.profile-header{
  width:100%;
  max-width: 150px;
  max-height: 150px;
}

.profile-image-div{
  width:100%;
  max-width: 150px;
  max-height: 150px;
  padding:0;
}


.profile-title {
  width:100%;
}

.profile-username{
  float:right;
  padding-top:5px;
  padding-right:10px;
  font-size:14px;
  color:#6c757d;
}

.profile-name{
  float:left;
  padding-left:15px;
  padding-top:5px;
  font-size:24px;
}

.profile-meta{
  width:100%;
  text-align: right;
  padding-right:10px;
  padding-top:5px;
}

.profile-image{
  width:100%;
}


.profile-card{
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-radius: 2px;
    transition: all .2s ease-in-out;
}

.profile-card:after {
    display: block;
    clear: both;
    content: '';
}

.profile-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}




/* Default Styles  */
.card-wrapper img{
  display:block;
}

.card-wrapper{
  position:relative;
  width:250px;
  height:250px;
  margin:0px auto 25px;
  transform-style:preserve-3d;
  transition:transform 0.3s cubic-bezier(0,1.06,.75,1.31);
}

.card-front,
.card-back{
  position:absolute;
  width:100%;
  height:100%;
  border-radius:0.55em;
}

.card-front{
/*  background: #FF8008; 
  background: -webkit-linear-gradient(to right, #2196f3, #904e95); 
  background: linear-gradient(to right, #2196f3,#904e95) */

  background-image: url(/img/trianglify-2.svg);
}

.card-front span{
  transition:700ms ease-in;
}

.card-back{
  background:#fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
  border-radius: 0.55em;
  transition: all .2s ease-in-out;
  transform:translateZ(0);
  z-index:-1;
}

.card-front:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}


.card-links{
  padding:15px;
  transition: all 700ms ease-in; 
}

.card-links div>a{
  color:#fff;
  font-size:22px;
}


.card-user{
  transform-style:preserve-3d;
  transition: all 700ms cubic-bezier(0,1.06,.75,1.31); 
}

.card-user img{
  width:75px;
  height:75px;
  border-radius:50%;
  margin: 0 auto;
  border:2px solid #fff;
  transition: all 700ms ease-in;
}

.card-user span{
  font-size:16px;
  text-align:center;
  display:block;
  margin-top:10px;
  color:#fff;
}

.card-user span>i{
  display:block;
  font-size:12px;
}

/* In card-user div  */
.user-info{
  display:flex;
  flex-wrap:nowrap;
}

.user-info span{
  flex:1;
  font-size:12px;
}

.user-info span>b{
  display:block;
}

/* change width height for photo  ratio*/
.cropit-preview {
        background-color: #f8f8f8;
        background-size: cover;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-top: 7px;
        width: 250px; 
        margin: 0 auto;
        height: 250px;
}
.cropit-preview-image-container {
        cursor: move;
         position: relative;
             display: block;
             margin : 0 auto;
}

.cropit-image-input{
  position: relative;
  display: block;
  margin: 0 auto;
  width: 250px;
  margin-bottom: 10px;
}
.image-size-label {
        margin-top: 10px;
}

.cropit-info{
  text-align: center;
}





/*OFFER*/



.item-offer {
      display: block;
      background-color: rgba(255,255,255,.8);
      box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
      border-radius: 2px;
      transition: all .2s ease-in-out;
  }

@media only screen and (min-width: 992px){
  .product-item-offer{
    height: 100px;
  }
}



.item-offer-header {
    height: 100%;
    display: block;
    float: left;
    width: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 2px 0 0 2px;
}

.item-offer-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-offer-header .item-offer-header-image:after {
    display: block;
    content: '';
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 200px 100px rgba(0,0,0,.58);
    z-index: 1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.item-offer-content {
    display: block;
    margin-left: 100px;
    padding: 15px;
    position: relative;
}
.item-offer-description{
  position:relative;
}

.item-offer-content button {
  min-width: 8.3em;
  flex: none;
  align-self: flex-start;
  margin-top: auto;
  padding: 0.6em 1.2em;
  font-size: 0.92em;
  color: #404646;
  background: none;
  border: 0.5px solid #777;
  border-radius: 2px;
}
.item-offer-content button:hover {
  border-color: #d099a0;
}

.item-offer-meta {
    display: block;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 100%;
}

.item-offer-meta .item-offer-meta-item {
    display: inline-block;
    margin-right: 18px;
    color: #9A9A9A;
}

.item-offer:after {
    display: block;
    clear: both;
    content: '';
}

.item-offer:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}

@media only screen and (max-width: 991px) {

  .offer-meta .offer-meta-item {
    display: flex;
    margin-right: 18px;
    color: #9A9A9A;
  }

  .offer-meta > .offer-meta-item > i{
    margin-right: 10px;
  }

  .item-offer-big {
    display: block;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-radius: 2px;
    transition: all .2s ease-in-out;
}
  .item-offer {
    display: block;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-radius: 2px;
    transition: all .2s ease-in-out;
  }
  .item-offer-header {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 0;
  }
  
  .item-offer-content {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 15px;
    clear: both;
  }
}

.label{
  display: inline;
  padding: .2em .6em .3em;
  font-size: 90%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-info{
  background-color: darkorange;
}

.list-tags{
  position: absolute;
  bottom: 0;
  margin-bottom:25px;
  font-size:12px;
}

@media only screen and (max-width: 991px) {
    .list-tags {
      position: relative;
      margin-bottom:0px;
      bottom: 0;
      margin-top: 15px;
      font-size: 12px;
    }

}

.list-tags span{
  margin-left:2px;
}


.explore-filter {
  margin-top: 25px;
  padding: 15px 26px;
  font-size: 24px;
  font-weight: 800;
  padding-top: 9px 26px;
  background-color: #FFF;
  color: #528bff;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-decoration: none;
  border: solid 2px #528bff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 20px;
}

.explore-filter:hover {
  cursor:pointer;
  background-color:#528bff;
  color: #FFF;
}

.explore-filters{
  padding:25px;
}


@media only screen and (max-width: 991px) {
  .explore-filter{
    font-size:16px;
  }
}
@media only screen and (min-width: 991px) {
  .sidebar, .sidebar-wrapper{
    display: none;
  }
}
.explore-category-filters{
  display:inline-grid;
}

.explore-category-filters span{
  padding-left:20px;
}

.explore-filters-header{
  font-weight: 600;
  margin-bottom:5px;
}

.text-black{
  color:black;
}

.text-black:hover{
  color:darkorange;
}

.title h1 {
    border-bottom: 2px solid darkorange;
    font-size: 24px;
    display: inline-block;
}

.title {
    margin-bottom: 5px;
}

.list-meta-item > a {
  margin-left: 5px;
color: grey;
}
.list-share{
  text-align:right;
}
.navbar-logo:hover{
  color:#007bff;
}


.profileBtn{
  font-size: 12px;
  float: right;
  border-radius: 5px;
  padding: 5px;
  font-weight: 600;
  border-color: white;
}

.profileBtn:hover{
color:white;
}

.followBtn{
  font-size: 12px;
  float: right;
  border-radius: 5px;
  padding: 5px;
  font-weight: 600;
  border-color: white;
}