@font-face {
    font-family: 'SofiaProLight';
    src: url('../webfonts/SofiaProLight-webfont.eot');
    src: url('../webfonts/SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
      url('../webfonts/SofiaProLight-webfont.woff2') format('woff2'),
      url('../webfonts/SofiaProLight-webfont.woff') format('woff'),
      url('../webfonts/SofiaProLight-webfont.ttf') format('truetype'),
      url('../webfonts/SofiaProLight-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'SofiaProMedium';
    src: url('../webfonts/SofiaProMedium-webfont.eot');
    src: url('../webfonts/SofiaProMedium-webfont.eot?#iefix') format('embedded-opentype'),
      url('../webfonts/SofiaProMedium-webfont.woff2') format('woff2'),
      url('../webfonts/SofiaProMedium-webfont.woff') format('woff'),
      url('../webfonts/SofiaProMedium-webfont.ttf') format('truetype'),
      url('../webfonts/SofiaProMedium-webfont.svg#sofia_promedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
.btn-primary{
    text-align: center;
    font-size: 1em;
    padding-left:20px;
    padding-right:20px;
    background-color:#3aadfe;
    border-color:#3aadfe;
    border-radius:2px;
}

a:hover {
  color: #3AADFE;
}

a:hover
a:active,
a:visited,
a:focus {
  text-decoration: none;
}

.btn-black{
    color: white;
    border-color: #e0e0e0;
    border-style: solid;
    background-color: black;
}

.btn-black:hover{
    color: #bababa;
    background-color: black;
}

.btn-link{
    color: #979797;
    background-color: transparent;
}

.btn-link:hover{
  color: #3AADFE;
  text-decoration: none;
  background-color: transparent;
}

.transparent {
    color: #979797;
    background-color: transparent;
    border-color: #e0e0e0;
}

.btn-transparent  {
    color: #979797;
    background-color: transparent;
    font-size: 1em;
    font-weight: 400;
    border-width: 1px;
    border-color: #e0e0e0;
    border-style: solid;
    border-radius:2px;
    text-align: center;
}

.btn-upload {
   margin-left: 10px;
   margin-top:  0px;
   color: #979797;
   background-color: transparent;
}

.btn-following {
    background-color: #bababa;
    color: white;
}

.blue {
    background-color: #3aadfe;
}

.im-brand-wrap {
    display: none;
}

.navmenu-wrap-cart {
    z-index:999;
    position: relative;
    display: none;
}

.navmenu{
    width: 180px;
    left: -70px;
    position: absolute;
    top: 15px;
    background-color: white;
    border: 1px solid #c0c0c0;
    font-size: 0.867em;
    line-height: 0.2em;
    padding: 25px 20px 15px 20px;
}

.navmenu-cart {
    position: absolute;
    width: 298px;
    left: -250px;
    top: 0;
    border: 1px solid #c0c0c0;
    background-color: white;
}

.price-item-cart {
    color: #040404;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.538;
}

.name-item-cart {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.538;
}

.res-item-cart {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.538;
}

.navmenu-cart .btn-primary {
    border-radius: 2px;
    border-width: 1px;
    border-color: #3aadfe;
    border-style: solid;
    background-color: #3aadfe;
    width: 95px;
    height: 40px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0 20px 0;
    padding-top: 10px;
}
.navmenu-cart .btn-primary:hover {
    background-color: #0F89DF;
    color: white;
}

.empty-cart {
    text-align: center;
    margin: 10px;
    font-size: 1.2em;
}

.navmenu .btn-primary{
    width: 115px;
    font-size:13px;
    margin: 20px 21px 21px 20px;
    padding: 13px 21px 13px 20px;
    background-color:#3aadfe;
    border-color:#3aadfe;
    border-radius:2px;
}

.profnav-items {
    z-index: 999;
    text-align:left;
    padding-left: 0px;
    margin-bottom: -5px;
    margin-top: 13px;
}

.profnav-items li{
    padding: 2px 0px;
}


.upload-span-hack{
  padding-left: 10px;
  top: -4px;
  position: relative;
}

.navmenu-cart:before, .navmenu:before{
    position: relative;
    transform: translate(-50%, -50%);
    /* triangle */
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    right:50%;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
}
.navmenu-cart:before{
    right: 10%;
}

.left-align{
    text-align:left;
}
.no-bullets{
    list-style-type: none;
}
.no-padding{
    padding:0px;
}

.pad-li {
    padding: 4px;
}

.navmenu .padfix{
    padding-left:24px;
}

.navmenu .padfix li{
    padding-top:4px;
    padding-bottom:10px;
}

.navmenu{
    -webkit-transition: all 1s ease 3s;
    -webkit-transition: all 1s ease-in-out 3s;
    -moz-transition: all 1s ease-in-out 3s;
    -o-transition: all 1s ease-in-out 3s;
    transition: all 1s ease-in-out 3s;
}

.relative{
    position:relative;
}

.navmenu{
    z-index:888;
}

.uploader{
    width:100%;
    border:1px solid black;
    height:100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vcenter{
    width:100%;
    height:100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photos-list{
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.photos-list .photo-item{
    display: flex;
    align-items: center;
    text-align:center;
    justify-content: center;
    width:100%;
    margin-bottom: 30px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display:table;
}

.photos-list .photo-item img{
    align-items: center;
    justify-content: center;
    max-width:100%;
    text-align:center;
}

.caption{
    min-height:40px;
}

.photo-item{
    border:1px solid #ccc;
}

.photo-item:hover{
    border:1px solid white;
}

.page-header{
    background-color: white;
    width:100%;
    max-height:159px;
    text-align:center;
    padding-top:40px;
    padding-bottom: 2px;

}

.page-header h2{
    padding-top: 40px;
    padding-bottom:16px;

    color: #040404;
    font-size: 1.846em;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.header-nav {
    text-align: center;
    margin-bottom: 25px;
}

.header-nav a{
    padding:15px 20px 15px 20px;
    margin-bottom: 25px;
    font-family: BrownPro;
    color: #bababa;
    font-size:  1.154em;
    font-weight: 400;
    line-height: 0.813;
}

.header-nav a.active{
    color:  #040404;
    position: relative;
}

/* The triangle */
.header-nav a.active:before{
    position: absolute;
    top: 124%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* triangle */
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #E9E9E9 transparent;
}


#main-wrap.account {
    min-height: 800px;
}

#main-wrap.cart{
    background-color: #E9E9E9;
}

#main-wrap.signup{
    background-color: #E9E9E9;
}

.pointer{
    cursor:pointer;
}

.photo-item{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently */
}

.autocomplete .absolute{
    z-index:999;
}

.autocomplete ul{
    list-style-type: none;
    background-color:white;
    padding:0px;
    width:100%;
    margin-bottom:0px;
}

.autocomplete ul li{
    padding:10px;
}
.autocomplete ul li a{
    width:100%;
    height:100%;
}

.autocomplete .absolute{
    position: absolute;
    width: 101%;
    margin-right: -1px;
    border: 1px solid #3aadfe;
    border-top:0px;
    background-color: white;
}

ul.permission-wrapper, .account-wrap{
    list-style-type: none;
    background-color:white;
    padding:10px;
    max-height:450px;
    overflow: scroll;
    min-height: 400px;
}

.permission-wrapper input.filter{
    width:100%;
    border-radius:10px;
    font-size:28px;
    height:40px;
}

.permission-wrapper input.filter:focus{
    border:0px;
}

.permission-wrapper li{
    padding:10px;
    display:flex;
    flex-wrap: nowrap;
    display:flex;
}

.permission-wrapper .left{
    width:80%;
}

.permission-wrapper ul li .email{
    width:80%;
    float:left;
}

div.photos-wrap {
  position:relative;
}

.mode-1{
    width:350px;
}
.mode-2{
    width:600px;
}
.mode-0{
    width:250px;
}

.foo-enter {
    top:0px;
}

.foo-leave {
    top: 0px;
    width:0px;
}

.foo-enter-active {
}

.photo-wrap{
    -moz-transition: all 0.1s ease; /* Firefox 4 */
    -webkit-transition: all 0.1s ease; /* Safari and Chrome */
    -o-transition: all 0.1s ease; /* Opera */
    -ms-transition: all 0.1s ease; /* Explorer 10 */
    transition: all 0.1s ease;
    float:left;
    padding-top:10px;
}

.gradient-bottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.15+60,0.5+90,0.6+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.6) 90%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.6) 90%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.6) 90%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.transition{
    transition: width 2s;

}

.photos-wrapper{

}

.photos-wrapper.mosaic {
    justify-content:  space-around;
}

@media (max-width: 1075px) {
    .photos-wrap{
        justify-content: center;
    }
}


.thumb{
    vertical-align: middle;
    margin: 0 auto;
    display:block;
}

a.img-link {
    margin:0px auto;
}

img.thumb{
    opacity: 1;
    margin: auto;
}

ul.related-wrap li:first-of-type{
    margin-left:0px;
}

.related-wrap {
    position:relative;
    list-style-type: none;
    display:flex;
    color:white;
    margin:0px;
    padding:0px;
    font-size:14px;
    flex-wrap: nowrap;
    display:flex;
    overflow-x: scroll;
    -moz-appearance: none;
    margin-top: 20px;
    line-height:14px;
}


.related-wrap::-webkit-scrollbar {
    display: none;
}
::-webkit-scrollbar {
    display: none;
}
::-moz-scrollbar {
    display: none;
}

.related-wrap li.loaded-from-search{
    background-position-y: 20% !important;
    background-position-x: 30% !important;
    background-size: cover !important;
}

.related-wrap li{
    height:70px;
    background-position: top center;
    margin:4px;
    flex-grow: 10;
    background-color:black;
    border-radius:3px;
    max-width:110px;
    min-width:110px;
}

.related-wrap li div {
    background-color: rgba(4, 4, 4, 0.5);
    justify-content: center;
    height: 100%;
    width: 100%;
    display:flex;
    padding:12px;
    border-radius: 3px;
    text-align:center;
    align-items: center;
}
.related-wrap li:hover div {
    background-color: rgba(0, 0, 0, 0.7);
}

.related-wrap li div a {
    color:white;
    font-size:16px;
    text-transform: capitalize;
    max-width:140px;
}

.btn.pill{
    border-radius: 2px;
    margin: 4px 0px 4px 2px;
    font-size: 12px;
    border-color: white;
}

.absolute{
    position: absolute;
}

.flex{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}



.flex-rows div {
    flex: 1;
}
.flex-rows{
    display: flex;
    flex-flow: column wrap;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.left{
    float: left;
}

.right {
    float:right;
}

.search-wrap input{
  border: 1px solid #ccc !important;
  border-left: 0px !important;
  background-color: white;
  padding-left: 10px;
  height: 37px;
  margin-bottom:0px;
}

.search-wrap input.pills-activated{
  background-color: white;
}

.search-wrap input.autocomplete{
  margin-bottom:1px;
  border-bottom:0px !important;
  border: 1px solid #ccc;
}

.search-wrap input.pills-activated:focus{
  outline: 0px;
  border-color: #3aadfe !important;
  box-shadow: none !important;
}

.active-pills-wrap{
    height: 39px;
  transition: all 0.3s;
  border-bottom: 1px solid #9e9e9e;
  border-right: 0px !important;
}

.active-pills-wrap.focus {
    border-color: #3aadfe !important;
    box-shadow: 0px 1px 0px 0px #3aadfe;

}


.active-pills-wrap a{
    color:#040404;
    line-height: 1;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.active-pills-wrap.autocomplete{
  border-bottom: 0px !important;
}

.im-navbar {
    color: #040404 !important; /* bootstrap re-write*/
    background-color: #dadada;
    width: 100%;
    height: 82px;
    padding: 22px 40px;
    vertical-align: middle;
    z-index: 1;
    position: fixed;
    top: 0px;
}

.im-navbar-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.logo{
    white-space: nowrap;
    font-family: BrownPro-Bold;
    color: #040404;
    font-size: 14px;
    font-weight: 700;
    line-height: 0.871;
    text-decoration: none;
    margin: 13px 0px;
}

.im-navbar-comp {
  padding: 0px 10px;
}

.im-navbar-comp:last-child {
  padding-right: 0px;
}

.im-navbar-brand {
    font-family: BrownPro;
    color: #040404;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 0.871;
    text-align: left;
}

.topbar{
   background-color: #F6F6F6;
}

.topbar a:hover {
  text-decoration: none;
  color: #3AADFE;
}

.topbar .im-navbar-brand{
}

.topbar-black .im-navbar-brand {
    color: white; /* bootstrap re-write*/
    font-weight: 600;
}


.topbar-black {
    background-color: #040404;
    color: white !important;
}

.search-topbar {
    padding:2px;
    font-size: 13px;
    margin: 15px 30px 20px 40px;
    height: 40px;
    display:flex;
    align-items: center;
    justify-content: center;
    flex:4;
    min-width: 108px;
}

.info-visitant {
    overflow: auto;
    z-index: 1;
    left: 20px;
    bottom: 20px;
    height: 225px;
    position:absolute;
    width: 350px;
}

.signup-button {
  margin-top: 25px;
}


.home-img {
    /*https://d1no7wnqeb8zn9.cloudfront.net/uploads/preview_BFA_13421_1659289.jpg */
    /*background-image: url("/new.jpg") !important; */
    background-image: url("/new1.jpg") !important;

    background-repeat: no-repeat;
    background-size:contain;
    background-color: #040404;
    background-position: center bottom;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
}

.home-transparent {
    background-color:black;
    color: #040404;
    position:fixed;
    text-align:center;
    left:0px;
    padding:100%;
    opacity: 0.65;
    filter:  alpha(opacity=70);
    z-index: -1;
}

.nav-about{
    font-family: BrownPro;
    color: #040404;
    font-size: 1em;
    font-weight: 700;
    line-height: 0.938;
    text-align: center;
}

.map-icon {
    font-size: 2.3em;
    color: #aaaaaa;
    display: inline-flex;
}

.map-icon:hover{
    color: #3AADFE;
}

.nav-about a{
    color: #040404;
    font-size: 0.938em;
}

.nav-about i{
    padding-right: 37px;
    color: #C8C8C8;
}

span.vertical-line{
    color: #C8C8C8;
    font-size: 34px;
    padding: 0px 30px;
}

.shop-cart{
    color: black;
    font-size: 0.938em;
}
.shop-cart a{
    color: #aaaaaa;
}
.shop-cart a:hover{
    color: #3AADFE;
}

.shop-cart i {
    font-size: 1.5em;
    width: 26px;
    height: 19px;
}

.fa-badge-x {
    font-size: 1.5em;
    color: #AEAEAE;
}
.ft-brown {
    font-family: BrownPro;
}

.im-black{
    color: #040404;
}
.im-white, .im-white a{
    color: white;
}


.middel{
    vertical-align: middle;
}

.appearance-name{
    margin-right:2px;
}


.btn-sm{
    font-size: .8em;
    font-weight: 400;
    line-height: 0.838;
    border-radius: 2px;
    border-width: 1px;
    height:30px;
}

.btn-lg{
    font-size: 1em;
    font-weight: 400;
    line-height: 0.938;
    border-radius: 2px;
    border-width: 1px;
    height:40px;
    padding:14px;
}
.btn-opaque{
    background-color: transparent;
}
.hover-control .show-on-hover{
    display:none;
}

.hover-control:hover .show-on-hover{
    display:block;
}

.mosaic-mode .event-name{
    max-height:30%;
}

.id-wrap{
    font-size:10px;
    color:#8e8e8e;
}

.line-break{
    width:100%;
    border-top:1px solid #8e8e8e;
    margin-top:20px;
}

/* PROFILE DRAW */
.profile-pic-box{
    height: 114px;
    width: 114px;
    min-height: 114px;
    min-width: 114px;
    background-color: #b5b5b5;
    margin-bottom: -7px;
}
.profile-pic-box #head-pic-box{
    float:left;
    height: 28%;
    width: 28%;
    border:solid 4px white;
    margin-top: 20.83% ;
    margin-left: 36%;
    border-radius: 50%;
}
.profile-pic-box #body-pic-box{
    float:left;
    height: 26.31%;
    width: 52.62%;
    border:solid 4px white;
    margin-left: 23.69%;
    border-radius: 100px 100px 0px 0px;
    border-bottom: none;
    margin-top: -3px;
}

/* Group Profile */
#pic-box{
    height: 114px;
    width: 114px;
    background-color: #b5b5b5;
}
#head{
    content: "";
    float:left;
    height: 16.66%;
    width: 16.66%;
    border:solid 2px white;
    margin-top: 34.21% ;
    margin-left: 33%;
    border-radius: 50%;
}

#body {
    content: "";
    float:left;
    height: 15.78%;
    width: 29.82%;
    border:solid 2px white;
    margin-left: 27.19%;
    border-radius: 100px 100px 0px 0px;
    border-bottom: none;
    margin-top: -1%;
}

#head:after {
  content: "";
  float:left;
  height: 125%;
  width: 125%;
  border:solid 2px white;
  margin-top: -10% ;
  margin-left: 200%;
  border-radius: 50%;
}
#body:after {
  content: "";
  float:left;
  height: 115%;
  width: 115%;
  border:solid 2px white;
  margin-left: 100%;
  border-radius: 100px 100px 0px 0px;
  border-bottom: none;
  margin-top: -2px;
}

.company-and-title{

}

.company-and-title img{
    float: left;
}

.event-name{
    font-size:10px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:12px;
}

.autocomplete li.hover{
    background-color:black !important;
    color:white !important;
}


.autocomplate li a{
    color:black !important;
}
.autocomplete li.hover a{
    background-color:black !important;
    color:white !important;
}

.autocomplete li{
    cursor:pointer;
}

.autocomplete li a{
    color:black !important;
    text-decoration:none;
}

.autocomplete li.hover a{
    color:white;
    text-decoration:none;
}

.form-group.half {
    width:50%;
    float:left;
    padding-left: 33px;
    padding-right: 33px;
}

.center{
    text-align:center;
}

.pad10{
    padding:10px;
}

label{
    font-weight:200;
}

.clear{
    clear:both;
}


.bfa-form {
    background-color: white;
}

.bfa-form input[type="text"], .bfa-form input[type="password"]{
    height:43px;
}


.profile-form{
    background-color:white;
    margin-top: 10px;
    width:100%;
}
.option-group-name {
    margin-top: 10px;
    margin-left: 30px;
    max-width: 650px;

    font-family: 'BrownPro', 'sans-serif', 'grotesque-sans';
    color: #2e2e2e;
    font-size: 1.154em;
    font-weight: 700;
    line-height: 2.333;
    text-align: left;
}


.instagram-icon:before, .profile-form .instagram-icon:before {
    font-family: FontAwesome;
    top:0;
    left:-5px;
    padding-right:6px;
    content: "\f16d";
}

.profile-form .btn-primary{
    width: 123px;
    height: 42px;
}

.btn-secondary{
    background-color: white;
    width: 82px;
    height: 42px;
    padding: 15px 20px 15px 20px;
    border:1px solid #e3e3e3;
    font-family: 'BrownPro'
    color: #979797;
    font-size: 1em;
    font-weight: 400;
    line-height: 0.938;
    text-align: center;
}

.profile-form .btn-next-step{
    width: 98px;
    height: 42px;
    background-color: #3aadfe;
    color: white;
}

.upload-picture {
    display: inline;
}

.upload-picture .btn-link, .controls.upload-picture .btn-link {
    margin-left: 10%;
}

.instagram-icon {
    position:relative;
}

.profile-form  .hidden-description{
    background-color: red;
    visibility: hidden;
}


.profile-form  .profile-description textarea{
    width: 95%;
    height: 72px;
}

.delete-account {
    color: #bababa;
    position: relative;
    right: -25%;
}

.profile-form .instagram-icon:before {
    font-family: FontAwesome;
    top:0;
    left:-5px;
    padding-right:6px;
    content: "\f16d";
}

.pageChange-enter {
    opacity: 0.01;
}

.pageChange-enter.pageChange-enter-active {
    opacity: 1;
    transition: opacity 500ms ease-in;
}

.pageChange-leave {
    opacity: 1;
}

.pageChange-leave.pageChange-leave-active {
    opacity: 0.01;
    transition: opacity 500ms ease-in;
}

.fadeIn-enter {
    opacity: 0.01;
}

.fadeIn-enter.fadeIn-enter-active {
    opacity: 1;
    transition: opacity 500ms ease-in;
}

.fadeIn-leave {
    opacity: 1;
}

.fadeIn-leave.fadeIn-leave-active {
    opacity: 0.01;
    transition: opacity 500ms ease-in;
}

.photo-wrap img{
    transition:opacity 0.1s linear;
}

.wait {
    cursor: wait;
}

.med-pad{
    padding:20px;
}
.big-pad{
    padding:50px;
}

.rows{
    display:flex;
    flex-direction: row;
}

.order-item{
    background-color:#ccc;
    padding:20px;
    margin:20px;
}

.half{
    width:50%;
}

.map-maker .controls {
    position: relative;
}

.map-maker .controls:before {
    font-family: FontAwesome;
    content: '\f041';
    color: #b5b5b5;
    top: 20%;
    left: 3.57%;
    position: absolute;
    z-index: 1;
}


.map-maker .controls input[value]{
    padding-left: 8.9%;
}

.unread-messages{
    position: relative;
    float: right;
    background-color: #FF661C;
    height:16px;
    width:16px;
    text-align: center;
    color: white;
    font-size: 9px;
    padding: .5% 5%;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    line-height: 2em;
    top: -16%;
    left: 0%;
    z-index: 1;
}

.license-info{
    font-size:9px;
}

form h2{
    color: #040404;
    font-size: 18px;
    font-family: 'BrownPro-Bold', 'sans-serif', 'grotesque-sans';
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.form-group input{
    color: #040404;
}



.normal-line-height {
    line-height: 20px !important;
}

.no-underline {
    text-decoration: none !important;
}



/* container*/
.photo-details-wrap{
    height: 100vh;
    width: 100%;
    font-size: 13px;
    position:fixed;
    top:0;
    z-index:999;
    color: white;
    background-color: rgba(0,0,0,0.9);

}

/* rigth */
.im-photo-details-info{
    padding-left: 15px;
    background-color: black;

}

.line-photo-details{
    border: 0;
    border-top: 1px solid #535353;
}

.im-photo {
    max-width: 100%;
    height: auto;
    padding-left: 0px;
}

.border-gray9f{
    border-color: #9f6f6f6;
}

.like {
    padding-top: 10px;
}

.like:after {
    font-family: FontAwesome;
    content: "\f087";
    font-size: 1.5em;
    bottom: 17px;
}

.add-lightbox:before {
    font-family: FontAwesome;
    content: "\f0eb";
    font-size: 1.6em;
}

.plus:after{
    font-family: FontAwesome;
    content: "\f067";
    font-size: 0.749em;
    font-weight: 700;
    line-height: 1.336;
    position: relative;
    top: -2.2em;
    left: 0.8em;
}

.btn-ss:after{
    font-size: 19px;
    font-family: FontAwesome;
    content: "\f00a";
}

.btn-m:after{
    font-size: 19px;
    font-family: FontAwesome;
    content: "\f009";
}

.btn-l:after{
    font-size: 19px;
    font-family: FontAwesome;
    content: "\f04c";
}

.item-id{
    font-size: 13px;
    color: #e5e5e5;
}



.collection-photo-credits{
    font-size: 13px;
    font-weight: 550;
}

.add-to-cart{
    margin: 30px 0px 30px 0px;
}

.add-to-cart h4{
    font-size: 17px;
    margin-bottom: 13px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.add-to-cart p {
    text-align: left;
    padding-right: 46px;
}

.add-to-cart .price {
    margin: 30px 0 30px 0;
    font-size: 17px;
    font-weight: 599;
}

.add-to-cart .img-size{
    color: #e5e5e5;
}

.add-to-cart button{
    text-align: center;
    margin-top: 28px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.btn.white{
    background-color:white;
    color: #ccc;
    font-weight:normal !important;
    font-size:12px;
    border:1px solid #ccc;
}
.white-font{
    color:white;
}

.p-top-small{
    padding-top:3px;
}
.btn.margin-3{
    margin:3px;

}

.collection-edit-page .publish-levels input {
    float:left;
    margin-left:40px;
}
.collection-edit-page .publish-levels .label-txt{
    margin-left:13px;
    font-weight:bold;
}


.publish-levels .im-options span {
    margin-left: 10px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.246;
}

.publish-levels li{
    background-color: transparent;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.246;
    text-align: right;}

.im-options-vertical label {
    /*fake circle*/
    float: left;
}

.im-options-vertical span {
    /* label*/
    margin-left: 0px;
    font-size: 1em;
    margin-top:14px;
    font-weight: 400;
    line-height: 1.246;
    float: left;
}

.im-options-vertical li{
    background-color: transparent;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.246;
    text-align: left;
    width: 100%;
}


.top-transition{
    -webkit-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;;
    transition: all 0.4s ease-in-out;

}
.top-transition.quick-transition {
    -webkit-transition: all 0.0s ease;
    -webkit-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;;
    transition: all 0.0s ease-in-out;
}

.inline-location{
    margin-top:-20px;
}

.background-body{
  background-color: #FFF ;
}

.background-body-darkgray {
    background-color: #E9E9E9 ;
}

/* Checkout process */
.btn-checkout {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 12.2px;
    text-align: left;
    padding: 16px 18px 16px 18px !important;
    margin: 0px 0px 20px 0px;
}

.page-container {
    background-color: #E9E9E9;
    width: 663px;
    max-width: 926px;
    height: 100%;
    margin: auto;
    padding-top: 40px;
    text-align: center;
}

 .billing-info-wrap {
       margin: 46px 0px 0px 40px;
 }

.items-table{
    padding: 29px 5px 0px 29px;
}

.th-items-table {
    font-weight: 400;
}



.im-select select:hover{
    color:#040404
}

.im-select option {
    padding : 8px 15px 15px 16px;
    color   : #979797;
    margin-bottom: 8px;
}

.im-select select, option {
    -webkit-appearance: none; /* To gain control over the appearance on WebKit */
    -moz-appearance: none; /* To gain control over the appearance on Gecko */

    /* To gain control over the appearance on Presto (Opera) and Trident (IE)
     Note that it also work on Gecko and has partial effects on WebKit */
    background: none;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .im-select select {
        padding-right:18px
    }
}

.im-select label {
    position:relative
}

.im-select label:after   {
    font-family: FontAwesome;
    content:'\f0d7';
    font-size:15px;
    color: #b5b5b5;
    position: absolute;
    right: 10px;
    top: -5px;
    pointer-events:none;
}
/* end-checkout */

/* About page*/
.block-text-wrap {
    align-items: left;
    justify-content: left;
    height: 100%;
    width: 100%;
}

.block-text-title {
    width: 65%;
    font-family: BrownPro;
    color: #040404;
    font-size: 1.563em;
    font-weight: 400;
    line-height: 1.248;
    text-align: left;
}

.block-text-subtitle {
    width: 100%;
    margin-top: 10px;
    font-family: BrownPro;
    color: #979797;
    font-size: 0.938em;
    font-weight: 400;
    line-height: 1.267;
    text-align: left;
}

.block-text-button {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    max-height: 42px;
}


/* https://github.com/lipis/bootstrap-social */
.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}

.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}

.btn-instagram{color:#fff;background-color:#554e44;border-color:rgba(0,0,0,0.2)}.btn-instagram:focus,.btn-instagram.focus{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:hover{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active:hover,.btn-instagram.active:hover,.open>.dropdown-toggle.btn-instagram:hover,.btn-instagram:active:focus,.btn-instagram.active:focus,.open>.dropdown-toggle.btn-instagram:focus,.btn-instagram:active.focus,.btn-instagram.active.focus,.open>.dropdown-toggle.btn-instagram.focus{color:#fff;background-color:#26455d;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled.focus,.btn-instagram[disabled].focus,fieldset[disabled] .btn-instagram.focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#554e44;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}

.im-social-text {
    font-family: BrownPro;
    font-size: 0.813em;
    font-weight: 400;
    line-height: 0.938;
    text-align: left;
}

.im-btn {
    margin-right: 5px;
    padding: 0 20px 0 20px 0;
    max-height: 42px;
}

.im-text {
    font-family: BrownPro;
    font-size: 0.813em;
    font-weight: 400;
    line-height: 0.938;
    text-align: left;
}

.btn-send-invite {
    margin: -14px 0 0 5px;
    padding: 10px 0px 10px 0px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    width: 67px;
    height: 42px;
}

.row-list{
    list-style:none;
    width: auto;
}

.row-list li {
    display: inline;
    list-style-type: none;
    padding-right: 51px;
}

.im-text-link, .im-text-link a{
    color: #979797;
    background-color: transparent;
}

.im-text-link:hover{
    color: #040404;
    background-color: transparent;
}

.im-link-active {
    color:  #040404;
}

.footer-wrap {
    background-color: #040404;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0px;
}

.footer-social-wrap {
    padding: 30px 0 0 6%;
}

.footer-wrap .im-white .row-list{
    padding-left: 6%;
}


/* end-About page*/
.two-column-wrap {
    width: 100%;
    position: relative;
}

.two-column-right, .two-column-left {
    width: 50%;
    display: inline-table;
    vertical-align: middle;
    position: relative;
    padding: 5% 0  5% 6%;
}

.two-column-left {
    padding-right: 15%;
}
.two-column-right{
    padding-left: 6%;
}

.two-column-right input, .two-column-left input {
    width: 50%;
    display: inline-block;
    float: left;
}

.img-carousel-about {
    display: block;
    max-height: 442px;
    width: auto;
}
.about-slide {
    max-width: 1406px;
    height: 442px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.carousel-control{
    width: 58px;
    background-color: black;
    opacity: 1;
    max-height: 442px;
}
.carousel-control:focus, .carousel-control:hover {
    color: #0F89DF;
}

.about-map {
    width: 394px;
    height: 428px;
    vertical-align: middle;
}

/* end-About Page*/

.title-page-form {
    font-family: BrownPro;
    color: #040404;
    font-size: 1.385em;
    font-weight: 400;
    line-height: 0.678;
    padding-top: 20px;
}

.subtitle-page-form {
    font-family: BrownPro;
    color: #979797;
    font-size: 1em;
    font-weight: 400;
    line-height: 0.938;
}

.block{
    display: block;
}

.text-danger {
    color: red;
}

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

.page-tab {
    margin: 40px auto;
    max-width: 926px;
    padding-bottom: 20px;
}

.signup .page-tab {
    width: 55%;
    max-width: 663px;
    height: 100%;
}

.options-block {
    margin-left: 25px;
    text-align: left;
}

/* IM Form Radio buttons */
.im-options, .signup-form .options {
}

.im-options ul, .signup-form .options ul{
    text-decoration: none;
    list-style: none;
    margin: 0px auto 0px;
    padding: 0;
}

.im-options li, .signup-form .options li{
    float: left;
    /*width: 20%;*/
    text-align: center;
    vertical-align: middle;
    padding: 0px 20px 0px 0px;
 }


.im-options input[type=radio], .signup-form .options input[type=radio]{
    display: block;
    display: none;
}
.im-options label, .signup-form .options label{
    display: block;
    cursor: pointer;
    line-height: 0.46;
}

.im-options .fake-point, .fake-point {
    font-size: 41.25px;
}

.im-options label:before, .signup-form .options label:before {
    margin: auto;
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border:solid 1px #e0e0e0;
    border-radius: 50%;
    background-color: transparent;
}

.im-options input[type=radio]:checked + label:before,.signup-form .options input[type=radio]:checked + label:before {
    content: "\2022";
    color: #3aadfe;
    text-align: center;
    padding-top: 3.5px;
}

.im-options span,.signup-form .options span{
    font-family: BrownPro;
    color: #040404;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.246;
    text-align: center;
}
/* end-IM form radio buttons*/

 .new-gallery-options li {
    width: 33.33%;
 }

.new-gallery-options .im-options label {
    float: left;
}

.new-gallery-options .im-options li{
    text-align: left;
}

.new-gallery-options .im-options span {
    margin-left: 10px;
}

.new-gallery-options li{
    background-color: transparent;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.246;
    text-align: center;
}

.not-active {
   pointer-events: none;
   cursor: default;
}

.user-bio {
    padding: 0 3.077em 1.538em 3.077em;
    min-width: 100px;
}


.upload-profile-picture {
    margin-left: 124px;
    margin-top: -107px;
}

.controls {
    position: relative;
}

.help-inline {
    color: #ea0004;
    font-size: 1em;
    font-weight: 400;
    line-height: 0.938;
    position: absolute;
    right: 10px;
    ;margin: -1.255em 0 0 0;
}
.select-bfa::placeholder {
    color:    #707070;
    opacity: 1;
}
.prof-organization-name {
    font-family: BrownPro-Bold;
    text-transform: uppercase;
    font-size: 1.846em;
    font-weight: 400;
    line-height: 1.25;
    word-wrap: break-word;
}

.prof-organization-url {
    color: #9b9b9b;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1em;
    margin-left: 10px;
}

.usr-location {
    word-wrap: break-word;
    color: rgba(0,0,0,0.7);
}

.usr-current-location {
    color: rgba(0,0,0,0.4);
    font-size: 1em;
    font-weight: 400;
    text-align: left;
}
.usr-description {
    color: rgba(0,0,0,0.7);
}
.edit-card {
    animation: shake 0.1s;
    -webkit-animation-duration: 0.1s; /* Safari 4.0 - 8.0 */
    animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
    animation-iteration-count: 1;
}

@keyframes shake {
  10%, 90% {
      transform: rotate(1deg);
  }

  20%, 80% {
      transform: rotate(-1deg);
  }

  30%, 50%, 70% {
      transform: rotate(-1deg);
  }

  40%, 60% {
      transform: rotate(1deg);
  }
}

.usr-actions {
  margin-right: 40px;
}
.usr-actions li {
  display: inline-block;
}
.usr-actions .btn-flat {
  color: rgba(0,0,0,0.4);
}

.usr-actions i {
  color: rgba(0,0,0,0.2);
}

.left-15{
    margin-left:15px;
}

.prof-map-maker .fa{
    color: #b5b5b5;
    font-size: 1.3em;
}

.left5 {
    margin-left: 5px;
}

.prof-bios {
    text-align: justify;
    text-justify: inter-word;
    height: 3.95em;
    overflow-y: hidden;
}

.vertical-bottom {
    display: inline-block;
    vertical-align: text-bottom;
    float: none;
}

.ptotal {
    text-transform: uppercase;
}

.pcounter {
    transition: all .4s ease-in-out;
    width: 79px;
    font-family: BrownPro;
    font-size:13px;
    font-weight: 400;
    line-height: 1.409;
    color:#040404;
    text-align: center;
}

.pcounter.active{
    color:#bababa;
    font-family: BrownPro-Bold;
}
.pcounter:hover{
    color: #bababa;
    font-weight:bold;
}

.collection-subtitle {
    font-family: BrownPro;
    color: #7b7b7b;
    font-size: 0.813em;
    font-weight: 400;
    line-height: 1.846;
    text-align: left;
}

.collection-title{
    font-family: BrownPro;
    color: #040404;
    font-size: 1.5em;
    line-height: 1.25;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    text-transform:uppercase;
    margin: 7px 15px 6px 0px;
}

.prof-tiny-pic {
    width: 32px;
    float: left;
    margin: 0px 11px 0 0;
}
.prof-tiny-org {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.538;
}

.prof-tiny-org .inline-location{
    margin-top: -1.2px;
    color: #8e8e8e;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.538;
}

.prof-pic-link-location {
    position: relative;
    margin-left: 40px;
    top: -20px;
}

.totals-wrap-username{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.538;
    color: #040404;
}

.pic-user-name {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.538;
    margin-top: -1.4px;
    color: #040404;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.538;
}

.totals-wrap-location {
    color: #8e8e8e;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.538;
}

.pic-company-location {
    position: relative;
    margin-left: 40px;
    top: -1px;
    color: #8e8e8e;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.538;
}

.subtitle-location {
}

.signup-form {
    background-color: white;
    max-width: 100%;
    margin: 2.906976% auto;
    position: relative;
}

.gallery-tab {
    margin-top: 40px;
    margin-left: 13px;
}

.selected-photos-gallery {
    display: inline;
}

.pagination-div {
    text-align: center;
}

.pagination-div .btn-group {
    padding: 15px 0 15px 0;
}

.btn-group-notification {
    margin-bottom: 10px;
}

.btn-group-notification .btn-primary {
    margin-right: 5px;
}


/*### Start media queries ###*/

@media (max-width: 1077px) {
    .row-list{
        overflow: scroll;
    }

    .row-list li {
       white-space: nowrap;

    }
}

/* ----------- Laptop ----------- */
@media (max-width: 991px) {
    .about-slide {
        max-width: 991px;
        height: 342px;
    }
    .img-carousel-about {
        display: block;
        max-height: 342px;
        width: auto;
    }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        display: block;
        margin: auto;
        max-width: 100%;
    }
    .carousel-control{
        width: 58px;
        background-color: black;
        opacity: 1;
        max-height: 342px;
    }
}


/* ----------- Tablet ----------- */
/* Portrait and Landscape */
@media (max-device-width: 768px) {
    /* The triangle */
    .header-nav a.active:before{
        position: absolute;
        top: 60%; /*top: 62px;*/
        left: 50%;
        transform: translate(-50%, -50%);
        /* triangle */
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 8px 10px;
        border-color: transparent transparent #E9E9E9 transparent;
    }

    .page-container {
        background-color: #E9E9E9;
        width: 100%;
        max-width: 100%;
        height: 100%;
        margin: auto;
        padding-top: 40px;
        text-align: center;
    }

    .billing-info-wrap {
       margin: 20px 0px 20px 5px;
    }

    .photo-wrap {
        -moz-transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }


    .row-list{
        overflow: scroll;
    }

    .row-list li {
       white-space: nowrap;

    }

    .two-column-right, .two-column-left {
        width: 100%;
        margin: auto;
        display: inline-block;
    }

    .about-map {
        width: 100%;
        height: auto;
        text-align: left;
    }

    .signup .page-tab {
        width: 80%;
    }

    .upload-picture .btn-link, .controls.upload-picture .btn-link {
        display: none;
    }

    .signup-form .options ul {
        clear: both;
    }

}

@media (max-width: 767px) {
    .about-slide {
        max-width: 767px;
        height: 254px;
        left: 1%;
    }

    .img-carousel-about {
        display: block;
        max-height: 254px;
        width: auto;
    }
}


/* Landscape 720!!! */
@media (max-width: 720px) {
    body {
        min-width: 321px;
    }



    /* TOP Bar*/
    .topbar {
        background-color: #F6F6F69;
        padding: 1px;
        font-family: BrownPro;
        color: #040404;
        width: 100%;
    }

    span.vertical-line{
        padding-bottom: 2%;
    }

    .header-nav a {
        padding: 0px 0px 50px 2.5%;
    }

    .page-header {
        background-color: white;
        width: 100%;
    }




    .two-column-right, .two-column-left {
        width: 100%;
        margin: auto;
    }

    .about-map {
        width: 100%;
        height: auto;
        text-align: left;
    }

}


/* ----------- Mobile ----------- */
@media (max-width: 640px) {
    .container-fluid{
    }

    .header-nav {
        text-align: center;
        padding: 0px 0px 30px 0px;
    }

    .header-nav a {
        padding: 0px 0px 50px 1.0%;
    }


    .footer-wrap .row-list li{
        display: block;
    }

    .about-map {
        width: 75%;
        height: auto;
        text-align: center;
        padding-left: 6%;
    }

    span.vertical-line {
        font-size: 34px;
        padding-left: 2%;
    }



    .im-photo-container {
        width: 100%;
        text-align: center;

    }

    .im-photo-details-info{
        width: 100%;
    }

    .item-id {
        margin-top: 10px;
    }
}

/* Portrait and Landscape */
@media (max-width: 619px) {
    .two-column-right input, .two-column-left input {
        width: 100%;
        margin: auto;
        display: inline-block;
    }

    .btn-send-invite {
        margin: 15px auto 0px;
        padding: 10px 0px 10px 0px;
        border-radius: 2px;
        border-width: 1px;
        border-style: solid;
        text-align: center;
        width: 100%;
        height: 42px;
    }

    .nav-about,
    .im-navbar-comp.vertical-line,
    .im-navbar-comp.logo,
    .im-navbar-comp.shop-cart {
        display: none;
        /* to-do: move to a nav-brand-bar*/
    }

    .about-map {
        width: 100%;
        height: auto;
        text-align: left;
    }

    .navmenu {
        left: -90px;
        position: absolute;
    }

    .navmenu:before{
        right: 30%;
    }

    .page-header{

        display: block;
        width:100%;
        max-height:300px;
        margin-top:-2em;
        text-align:center;
        padding-bottom: 2px;
    }

    .shopping-cart .page-header{
        max-height:152px;
    }

    .page-header a{
        color: #bababa;
        font-family: 'BrownPro-Bold', 'sans-serif', 'grotesque-sans';
        font-size: 0.95em;
        margin-bottom: 0px;
        display: block;
        width: 100%;
        min-height: 30px;
        padding: 2% 0 2% 0;
        margin: auto;
        border-bottom: 0px solid;
    }

    .page-header a.active{
        color:  #040404;
        position: relative;
        border-bottom: 0px solid #bababa;
    }

    /* The triangle */
    .page-header a.active:before{
        position: absolute;
        top: 1.9em;
        left: 0.5%;
        transform: translate(-40%, -80%);
        /* triangle */
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 10px;
        border-color: transparent transparent transparent #E9E9E9;
    }

    .page-header h2{
        font-family: 'BrownPro-Bold', 'sans-serif', 'grotesque-sans';
        font-size: 1.5em;
        color: black;
        padding-top: 10px;
        padding-bottom:10px;
    }

    .page-tab {
        margin: 1em auto;
        max-width: 567px;
        width: 100%;
        height: 100%;
        padding-bottom: 1em;
    }

    .signup .page-tab {
        width: 100%;
    }

    .form-group.half {
        width: 100%;
    }

    .half {
        width: 95%
    }

    .about-slide {
        max-width: 618px;
        height: 205px;
    }

    .img-carousel-about {
        display: block;
        max-height: 205px;
        width: auto;
    }
}

/** Jonh's media queries */
@media screen and (max-width: 500px) {
    .home-img{
        background-position-x: -100px;
        z-index: -1;
    }
}


/* --- IM mobile mockup --- */
@media screen and (max-width: 375px) {
    .profimg {
      padding: 15px 10px;
    }

    .navmenu{
        width: 375px;
        height: 460px;
        top: 25px;
        left: -320px;
        position: absolute;
        background-color: black;
        color: #ffffff;
        border: 1px solid #c0c0c0;

        font-size: 1.308em;
        font-weight: 400;
        line-height: 1.306;

        z-index: 9999;
    }

    .navmenu .btn.btn-primary {
        /* to-do fix position*/
        width: 128px;
        height: 42px;

        margin-top: 25px;
        padding: 7px 15px 7px 15px;

        background-color:#3aadfe;
        border-color:#3aadfe;
        border-radius:2px;

        font-size: 1.308em;
        font-weight: 400;
        line-height: 0.718;
    }


    .upload-span-hack{
        padding-left: 0px;
        padding-right: 15px;
    }


    .profnav-items {
        text-align: center;
        padding-top: 20px;
    }

    .profnav-items li{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navmenu:before{
        right: 10%;
        background-color: #040404;
    }

    .page-header {
        width: 100%;
        max-height: 260px;
        margin-top: 0px;
        text-align: center;
        padding-bottom: 0px;
    }

    .about-slide {
        max-width: 375px;
        height: 121px;
    }

    .img-carousel-about {
        display: block;
        max-height: 121px;
        width: auto;
    }
}

/* ----------- Small Mobile ----------- */
/* Portrait and Landscape */
@media (max-device-width: 319px) {
    body {
        min-width: 240px;
    }

    #main-wrap.signup {
        padding: 0px;
    }

    .signup .page-tab {
        width: 95%;
    }

    .form-group.half {
        width: 100%;
    }

    .half {
        width: 95%
    }

    .two-column-right input, .two-column-left input {
        width: 100%;
        margin: auto;
        display: inline-block;
    }
    .btn-send-invite {
        margin: 15px auto 0px;
        padding: 10px 0px 10px 0px;
        border-radius: 2px;
        border-width: 1px;
        border-style: solid;
        text-align: center;
        width: 100%;
        height: 42px;
    }

    .about-map {
        width: 100%;
        height: auto;
        text-align: left;
    }

    .page-header{
        display: block;
        width:100%;
        max-height:320px;
        margin-top:-2em;
        text-align:center;
        padding-bottom: 40px;
    }

    .page-header a{
        color: #bababa;
        font-family: 'BrownPro-Bold', 'sans-serif', 'grotesque-sans';
        font-size: 0.95em;
        margin-bottom: 0px;
        display: block;
        width: 100%;
        margin: auto;
        border-bottom: 0px solid;
    }

    .page-header a.active{
        color:  #040404;
        position: relative;
        border-bottom: 0px solid #bababa;
    }

    /* The triangle */
    .page-header a.active:before{
        position: absolute;
        top: 1.9em;
        left: 3.0%;
        transform: translate(-50%, -50%);
        /* triangle */
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 10px;
        border-color: transparent transparent transparent #E9E9E9;
    }


    .page-tab {
        margin: 1em auto;
        max-width: 150px;
        height: 100%;
        padding-bottom: 1em;
    }

    .signup .page-tab {
        width: 100%;
    }

    .form-group.half {
        width: 100%;
    }

    .half {
        width: 95%
    }

    .form-group.half{
        width: 100%;
        float: none;
        padding-left: 5%;
        padding-right: 5%;
    }

    .controls.upload-picture .btn-link {
        display: none;
    }

    .upload-profile-picture {
        margin: auto;
        margin-top: 1em;
        float: none;
        display: block;
    }

    .profile-pic-box {
        margin: auto;
    }

    .im-navbar {
        width: 320px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding-top: auto;
        color: #040404 !important;
        flex-direction: row;
    }

    .topbar-black {
        color: white !important;
    }

    .auth-wrap {
        margin-left: -12%;
    }

    .signin-link {
        display: inline-block;
        width: 45px;
    }

    .options-block {
        margin-left: 5px;
        text-align: left;
        width: 100%;
    }

    .options-block ul{
        width: 100%;
    }

    .options-block li{
        margin-top: 5px;
    }

    .signup-form .options ul {

    }
    .signup-form .options li {
        float: left;
        width: 50%;
        text-align: center;
        vertical-align: middle;
        padding: 0px 0px 0px 0px;
    }
}

.margin-top-45 {
    margin-top: 45px;
}
.margin-top-55 {
    margin-top: 55px !important;
}
.pad-top-10{
    padding-top:10px;
}

.edit-photos-wrap{
    display: flex;
    flex-wrap: wrap;
}

.poster {
  display: block;
}


.control-buttons .fa{
    font-size: 16px;
}

.min300{
    min-width:300px;
}


.hover-trigger .hover-target{
   display:none;
}

.click-to-edit {
    font-size: 9px;
}
.hover-trigger .hover-target-flex{
    display:none;
}


.hover-trigger:hover .hover-target-flex{
    display:flex;
}

.hover-trigger:hover .hover-target{
    display:block;
}

.grid-details{
    color:white;
}

.grid-details i{
    color:white;
}

.mosaic-mode .id-wrap{
    color:white;
}

.small-icon{
    font-size: 1.3rem !important;
}


div.noSelect {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
}

div.yesSelect span, div.yesSelect #id-wrap  {
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.bfa-toast {
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 18px;
}
