/*
	Adding in references to the fonts to be loaded in.
	
*/
body {padding-top: 102px;}
.container-fluid {padding-left: 0; padding-right: 0;}
.container.bleed {width: 100%; padding: 0px;}
.container.bleed .content {padding: 32px 0;}
ul.simple {list-style-type: none;}

.lookbook_share_links {width: 210px; padding: 0.5em;}
.lookbook_share_links .dropdown-item {display: inline-block; width: auto; padding: 0px;}
.lookbook_share_links .dropdown-item:hover {background: none;}

.title-gradient {height: 6px; margin-bottom: 2.5em;
background: rgba(144,208,208);
background: -webkit-linear-gradient(left, rgba(144,208,208,1) 0%, rgba(32,69,69,1) 100%);
background: -moz-linear-gradient(left, rgba(144,208,208,1) 0%, rgba(32,69,69,1) 100%);
background: -o-linear-gradient(left, rgba(144,208,208,1) 0%, rgba(32,69,69,1) 100%);
background: linear-gradient(to right, rgba(144,208,208,1) 0%, rgba(32,69,69,1) 100%);
}

#general_msg {position: fixed; z-index: 99999; top: 0px; left: 50%; width: 300px; margin-left: -150px;}
#general_msg .messages {list-style: none; padding: 0px; margin: 0px; display: block; opacity: 1; visibility: visible;
	-webkit-transform: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	-o-transform: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	-moz-transform: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	-ms-transform: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	transform: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
#general_msg .messages.empty {visibility: hidden; opacity: 0;}
#general_msg .messages > li {padding: 1em; box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2); text-align: center; background: #fff;}
#general_msg .messages .error {color: #942911; background: #f2e5e2;}
#general_msg .messages .success {color: #588e8e; background: #e4f4f4;}

.content {max-width: 1400px; padding: 32px 16px; margin: 0 auto;}
.readmore-state {display: none;}

.readmore-target {opacity: 0; max-height: none; font-size: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.readmore-state:checked ~ .readmore-wrap .readmore-target {opacity: 1; max-height: 999em; font-size: inherit;}
.readmore-trigger {display: block; text-align: center; font-weight: 700; color: #000;}
.readmore-trigger:hover {text-decoration: none;}
.readmore-state ~ .readmore-trigger:before {content: '- More -';}
.readmore-state:checked ~ .readmore-trigger:before {content: '- Less -';}

/* general elemements and buttons */
.site-header .btn-login {color: #fff; border-color: #fff; background: transparent;}
.site-header .btn-signup {color: #000; border-color: #fff; background: #fff;}

#scrolltotop {z-index: 802; display: block; overflow: hidden; position: fixed; right: 20px; height: 30px; line-height: 30px; bottom: -40px; padding: 0 10px; cursor: pointer; background-color: #fff;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#scrolltotop:hover {background-color: #fff;}
#scrolltotop:hover .lb-icon {position: relative; top: 0; animation-name: scrollTop; animation-duration: 0.5s;}
#scrolltotop.show {bottom: 0px;}
#scrolltotop .lb-arrow-up {background-image: url(/imgs/arrow-right.svg);}

@keyframes scrollTop {
    0% {top: 0;}
    50% {top: -30px;}
    51% {top: 30px;}
    100% {top: 0;}
}

/* header styles */
.site-header {color: #fff; background: #000;}
.site-header {box-shadow: 0px 2px 4px rgba(0,0,0,0.15);}
.site-header a {color: #fff;}
.site-header .navbar-brand {position: relative; z-index: 901; padding: 10px 0; margin: 0px;  width: 9em;}
.site-logo, .modal-logo {display: block; margin: 0px; padding: 0px; text-indent: -99em; height: 34px; font-size: 2em; overflow: hidden; background-image: url(/imgs/logo-white.svg); background-size: contain; background-repeat: no-repeat; background-position: left center;}
.black .site-logo, .modal-logo {background-image: url(/imgs/logo-black.svg);}
.modal-logo {width: 7em; height: 32px;}

.navigation {padding: 0 16px; line-height: 62px; text-transform: uppercase;}
.navigation:after {content: ''; clear: both; display: table;}
.navigation {line-height: 62px; font-weight: bold;}
.site-header .navigation .nav-item > a {padding-left: 1.2em; padding-right: 1.2em;}
.navigation .dropdown-menu a {line-height: 1.5em; text-transform: capitalize; color: #000;}
.navigation .active, .navigation a[aria-expanded=true] {color: #000; background: #fff;}
.navigation .btn {margin-left: 1em;}
.navigation .user-status-badge {line-height: 2em; width: 3em; padding-left: 0px !important; padding-right: 0px !important; text-align: center; background: #8ed0d0; color: #1f4545;}
.navigation .tab-content {position: fixed; top: 102px; left: 0px; width: 100%; line-height: 1.6em; font-weight: normal; text-transform: none; box-shadow: 0px 2px 4px rgba(0,0,0,0.15);}
.l-admin .navigation .tab-content {top: 62px;}

.site-header .searchbar {position: relative; height: 40px; color: #4a4a4a; background: #fff;}
#headerSearchSubmit {position: absolute; left: 0em; top: 1em;}
.site-header .searchbar input[type="search"],
.site-header .searchbar input[type="text"] {border: 0px; height: 40px; /*width: 100%; padding-left: 2.2em; */}
.site-header .searchbar .theme {font-size: 20px; line-height: 40px; text-align: right;}
.site-header .searchbar .theme .lb-icon {cursor: pointer; font-size: 22px;}
.site-header .searchbar .theme .lb-sun {display: inline-block;}
.site-header .searchbar .theme .lb-moon-white {display: none;}

.searchbar .icon-search {display: block; height: 16px; width: 16px; background: url(/imgs/icon-search.svg) no-repeat left center; background-size: contain;}

.dark-theme .site-header .searchbar .theme .lb-sun {display: none;}
.dark-theme .site-header .searchbar .theme .lb-moon-white {display: inline-block;}
.dark-theme .site-header .searchbar input {color: #fff;}

.search {padding-left: 16px; margin-right: 120px;}
#global-search-form .bootstrap-tagsinput {position: relative; border: 0px; padding: 0px; background: none; box-shadow: none; display: block; left: 2.2em; white-space: nowrap;}
.bootstrap-tagsinput .tag {margin: 8px 8px 0 0;}
.twitter-typeahead {width: auto !important; vertical-align: middle;}
.search-social-links {position: absolute; right: 0; top: 0; padding: 0 16px; text-align: right; font-size: 20px; line-height: 40px; display: block; opacity: 1; right: 0px;
	-webkit-transition: opacity 0.4s linear, right 0.2s linear;
	-moz-transition: opacity 0.4s linear, right 0.2s linear;
	-o-transition: opacity 0.4s linear, right 0.2s linear;
	-ms-transition: opacity 0.4s linear, right 0.2s linear;
	transition: opacity 0.4s linear, right 0.2s linear;
}
.search-social-links.hidden {opacity: 0; right: -120px;
	-webkit-transition: opacity 0.2s linear, right 0.4s linear;
	-moz-transition: opacity 0.2s linear, right 0.4s linear;
	-o-transition: opacity 0.2s linear, right 0.4s linear;
	-ms-transition: opacity 0.2s linear, right 0.4s linear;
	transition: opacity 0.2s linear, right 0.4s linear;
}

#follow_keywords_form .twitter-typeahead { display: block !important; }

.site-header .tab-content > .tab-pane {padding: 16px; border-top: 1px solid #f6f6f6; background: #fff;}
.site-header .tab-content > .tab-pane.show,
.site-header .tab-content > .tab-pane.collapsing {display: block;}
.site-header .tab-content, .site-header .tab-content a {color: #000;}
.site-header .tab-content a:hover {color: #000;}
.site-header .tab-content .simple li {padding: 0.2em 0;}

.dropdown .dropdown-menu, .bootstrap-select .dropdown-menu {margin-top: -16px; display: block; visibility: hidden; opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.dropdown.show > .dropdown-menu, .bootstrap-select.show .dropdown-menu {margin-top: -1px; visibility: visible; opacity: 1;}
.tt-hint {color: #999;}
.tt-menu {font-size: 1em;}
#global-search-breadcrumbs {display: none !important;}

/* footer styles */
.site-footer {background: #fafafa;}
.site-footer-inner {margin: 0 auto; padding: 1em 0;}
.site-footer .social-icons .lb-icon {margin-left: 0.5em;}

/* rolodex */
.rolodex-item {break-inside: avoid-column; padding-bottom: 1em; font-weight: bold;}
.rolodex-item em {display: block; font-size: 0.8em; line-height: 1.5em; font-weight: normal;}
.rolodex-item.lbproaccount a {position: relative; color: #000; text-decoration: none;}

/* grid */
.grid {width: 100%; position: relative;}
.grid:after {content: ''; display: block; clear: both;} 
.grid.padding {padding: 16px;}
.grid .card {margin: 16px 0 0 16px;}
.social-feed {padding-left: 16px;}

.agency-directory {padding: 16px; background: #fafafa;}
.artist-name button, .agency-name button {margin-left: 1em; font-size: 0.4em;}

/* carousel */
.carousel, .carousel > li {height: 40vh; min-height: 200px;}
.carousel > li {width: auto;}
.carousel img {height: 100%; width: auto;}
.carousel.vertical > li, .carousel.vertical img {width: 100%; height: auto;}

.lSAction a {opacity: 1; border-radius: 100%; background-repeat: no-repeat; background-size: contain; background-position: center center !important;
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	-moz-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
}
.lSAction > .lSNext {background-image: url(//static.lookbooks.io/lb-styleguide/imgs/slideshow-right.svg);}
.lSAction > .lSPrev {background-image: url(//static.lookbooks.io/lb-styleguide/imgs/slideshow-left.svg);}


/* cta */
.cta, .cta-icon {display: block; padding: 16px; margin: 8px; background: #fafafa; transform: translateY(0); box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.cta:hover, .cta-icon:hover {text-decoration: none; background: #fff; box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
.cta:active, .cta-icon:active {box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.cta p {padding: 0px; margin: 0px;}
.cta-icon {display: inline-block; text-align: center; padding: 8px;}
.cta-white {background: #fff;}
.cta-social h4 {line-height: 2em;}
.cta-social h4 i {vertical-align: middle; font-size: 24px; line-height: 24px; margin-right: 0.5em; margin-top: -0.1em;}
.cta-social h5 {font-size: 24px; font-weight: normal; text-align: center;}
.cta-social p {text-align: center;}

/* social share */
.social-share-image img {width: 100%; height: auto;}

/* card details overlay */
.card-status {position: absolute; z-index: 1; width: 100%; padding: 8px;}
.modal-fullscreen .modal-body {display: block; width: 100%; height: 100%; position: relative;}
.card-details-left {height: 100%; position: relative; margin-right: 350px;}
.card-details-right {position: absolute; top: 0; right: 0; height: 100%; width: 350px; padding: 24px 16px; overflow: auto;}
.card-details {padding-bottom: 16px;}
.card-details-left .card-details,
.card-details-left .card-detail-image {padding: 0px;}
.card-detail-image {position: relative; padding-right: 16px; text-align: center;}
.card-detail-image .card-detail-image-btn {position: absolute; bottom: 0; right: 0; left: 0px; text-align: center; padding: 16px;}
.card-detail-image img {width: 100%;}

.card-slideshow {position: relative; height: 100%; width: 100%; background: #f4f4f4;}
.card-slideshow .card-detail-image {height: 100%;}
.card-slideshow .card-detail-image img {width: auto; height: 100%;}
.card-slideshow .arrow-left, .card-slideshow .arrow-right {position: absolute; z-index: 99; top: 0px; height: 100%; width: 25%; cursor: pointer;}
.card-slideshow .arrow-left i, .card-slideshow .arrow-right i {font-size: 4em; margin-top: 50%;}
.card-slideshow .arrow-left {left: 0px;}
.card-slideshow .arrow-right {right: 0px; text-align: right;}

.card-thumbnails {height: 100%; position: relative;}
.card-thumbnails img {width: 100%;}
.card-thumbnails ul {list-style: none; margin: 0px; padding: 0px; display: block; font-size: 0px;}
.card-thumbnails ul li {display: inline-block; height: 100px; width: 100px; margin: 4px 4px 0 0; background: #f4f4f4; text-align: center; vertical-align: middle; opacity: 0.5;}
.card-thumbnails ul li:hover, .card-thumbnails ul li.active {opacity: 1;}
.card-thumbnails ul li:nth-child(3n) {margin-right: 0px;}
.card-thumbnails ul li a {height: 100%; width: 100%; display: block; background-size: contain; background-repeat: no-repeat; background-position: center center;}


.no-touch .lookbook-picker {max-height: 200px; overflow: auto;}
.lookbook-picker li {padding: 0.5em; cursor: pointer;}
.lookbook-picker li:before {content: '\f10c'; font-family: fontawesome; padding-right: 0.5em;}
.lookbook-picker li:hover {background: #e4f4f4;}
.lookbook-picker li:hover:before {content: '\f058'; font-family: fontawesome;}

/* myprofile */
.myprofile {display: flex; padding: 0px; background: #fff; box-shadow: 0px 1px 3px rgba(0,0,0,0.15);}
.myprofile-sidebar {flex: 1 20%; border-right: 1px solid #eee; padding: 1em 0; font-size: 1.15em;}
.myprofile-sidebar .nav-pills .nav-link {border-radius: 0px;}
.myprofile-content {flex: 1 100%; padding: 2em;}

/* modal */
#loginModal, #registerModal, #forgotPasswordModal {z-index: 1051;}

.lb-feature, .lb-feature p {font-size: 12px; line-height: 1.5em;}

/* our clients */
.client-item {position: relative; padding: 8px;}
.client-card {box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
	-ms-transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.client-card:hover {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
.client-logo {display: block; padding-top: 100%; position: relative; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.client-logo img {position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
.client-info {padding: 1em; background: #fff; position: relative;}
.client-name {display: block; overflow: hidden; text-overflow: ellipsis; font-size: 1em; line-height: 1.6em; font-style: italic; margin: 0px;}
.client-description {display: none;}
.client-actions {position: absolute; z-index: 1; top: 0px; right: 0px; padding: 1em; visibility: hidden; opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.client-card:hover .client-actions {visibility: visible; opacity: 1;}
.client-actions a {display: inline-block; margin-left: 0.75em;}


/* dark theme */
.dark-theme,
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme .site-header,
.dark-theme .site-header .searchbar {color: #fff;}
.dark-theme .site-header .tab-content,
.dark-theme .site-header .tab-content a {color: #ccc;}
.dark-theme .navigation .active, .dark-theme .navigation a[aria-expanded=true] {color: #fff; background: #444;}
.dark-theme,
.dark-theme .site-header .tab-content > .tab-pane {background: #333;}
.dark-theme .site-header .tab-content > .tab-pane {border-color: #000;}
.dark-theme a:hover {color: #fff;}
.dark-theme .site-header .searchbar {background: #444;}
.dark-theme .card {color: #fff; background: #000;}
.dark-theme .readmore-trigger {color: #fff;}
.dark-theme .cta, 
.dark-theme .cta-social,
.dark-theme .cta-icon {background: #1a1a1a;}
.dark-theme .modal-content,
.dark-theme .agency-directory {background: #2a2a2a;}

.dark-theme .about-header-inner:before {background: #333;}
.dark-theme .about-item ul li:before {border-color: #ccc;}
.dark-theme .about-item h3 {color: #fff;}


.mobile-icon {display: none; position: absolute; right: 16px; top: 12px; z-index: 1030; width: 24px; height: 24px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.mobile-icon:hover {cursor: pointer; opacity: 0.45;}
.mobile-icon.sel li, .mobile-icon:active li {
	-webkit-transform: rotate(45deg) translateZ(0);
	-moz-transform: rotate(45deg) translateZ(0);
	-ms-transform: rotate(45deg) translateZ(0);
	-o-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0);
}
.mobile-icon.sel li:last-child, .mobile-icon:active li:last-child {
	-webkit-transform: rotate(-45deg) translateZ(0);
	transform: rotate(-45deg) translateZ(0);
}
.mobile-icon ul {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(.23,1,.32,1), color 0.2s cubic-bezier(.23,1,.32,1);
	-moz-transition: -moz-transform 0.2s cubic-bezier(.23,1,.32,1), color 0.2s cubic-bezier(.23,1,.32,1);
	transition: transform 0.2s cubic-bezier(.23,1,.32,1), color 0.2s cubic-bezier(.23,1,.32,1);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	color: #fff;
}
.mobile-icon li {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.75px;
    -webkit-transform: translateY(-3.75px) translateZ(0);
    -moz-transform: translateY(-3.75px) translateZ(0);
    transform: translateY(-3.75px) translateZ(0);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(.23,1,.32,1), background-color 0.2s cubic-bezier(.23,1,.32,1);
	-moz-transition: -moz-transform 0.2s cubic-bezier(.23,1,.32,1), background-color 0.2s cubic-bezier(.23,1,.32,1);
    transition: transform 0.2s cubic-bezier(.23,1,.32,1), background-color 0.2s cubic-bezier(.23,1,.32,1);
}
.mobile-icon li:last-child{
	-webkit-transform: translateY(3.75px) translateZ(0);
	-moz-transform: translateY(3.75px) translateZ(0);
	transform: translateY(3.75px) translateZ(0);
}

.about-header h1 {font-size: 7em;}
.about-header h2 {font-weight: normal;}
.contact-address {position: relative; margin-left: 3em;}
.contact-address .lb-icon {position: absolute; top: 0em; left: -1.5em;}

/* autocomplete for searchbar */
.autocomplete {padding: 0; width: auto !important; background: #fff; box-shadow: 1px 10px 10px rgba(0,0,0,0.3);}
.autocomplete > div {padding: 0.3em 1em; cursor: pointer; }
.autocomplete > div:hover {background: #E4F4F4;}

/* loader */
#spinner {display: block; height: 30px; padding: 0 1em 0 3em; overflow: hidden; position: fixed; z-index: 801; bottom: -50px; left: 50%; padding-left: 30px; color: #fff; font-size: 11px; line-height: 30px; margin: 0 0 0 -30px; background: #000 url(/imgs/ajax-loader2.gif) no-repeat 8px 50%; background-size: 16px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	z-index: 9999999;
}


/* modal videos */
.modal-promo-video .modal-dialog {max-width: 1024px;}
@media screen and (max-height: 900px) {
	.modal-promo-video .modal-dialog {max-width: 700px;}
}
.btn-icon-video {position: relative; display: inline-block; vertical-align: text-bottom; margin-right: 0.35em; height: 1em; width: 1em; border-radius: 100%; background: #fff;}
.btn-icon-video:before {display: inline-block; font-style: normal; position: absolute; left: 0; width: 1em; text-align: center; top: 0px; font-size: 0.95em; line-height: 1em; vertical-align: middle; content: '▸'; color: #588e8e;}

/* Large overlay style specific */
.modal-fullscreen .tags {padding: 16px 16px 0 16px; text-align: center;}
.modal-fullscreen .tag-item {background: #fff; box-shadow: 0px 1px 1px rgba(0,0,0,0.2);}
.modal-fullscreen .card {height: 100%;}
.large_asset.card-img-top {height: calc(100vh - 258px); margin-top: 16px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.large_asset.card-img-top.nothumbs {height: calc(100vh - 178px);}
.large_asset.card-img-top.nothumbs + .thumb-horizontal, .large_asset.card-img-top.nothumbs + .tags + .thumb-horizontal {display: none;}
.large_asset.card-img-top img {max-width: 100%; max-height: 100%; width: auto; margin: 0 auto;}
.large_asset.card-img-top video {max-height: 100%;}
.overlay-logo {display: inline-block; width: 160px; height: 32px; background-size: contain; background-position: center center; background-repeat: no-repeat; background-image: url(/imgs/logo-white.svg);}
.overlay_title {padding: 16px; background: #000;}
.overlay-album-name {display: none;}
.overlay-header {background: #fff;}
.overlay_credit {padding: 8px 16px; line-height: 26px;}
.overlay_credit .btn {float: right;}
.overlay_credit .artist_credit {display: inline-block; vertical-align: middle; padding-right: 1em; font-weight: bold; font-style: italic; font-size: 18px; color: #4a4a4a;}
.overlay_credit .agency_credit {text-transform: uppercase; font-size: 10px;}
.overlay-discipline {display: inline-block; padding-left: 1em;}
.overlay-discipline:before {content: '|'; padding-right: 1em;}
.overlay-actions {position: absolute; top: 16px; right: 54px; padding-right: 2em; border-right: 1px solid #4a4a4a;}
.overlay-actions a {margin-left: 8px;}
.overlay-next, .overlay-prev {position: absolute; z-index: 3; top: 50%; cursor: pointer; margin-top: -60px;}
.overlay-next {right: 16px;}
.overlay-prev {left: 16px;}
.large_asset .video-js {background: transparent; padding-top: 0px; height: 100%;}
.large_asset .vjs-tech {background-size: contain;}
.large_asset .vjs-poster {background-size: contain;}

.card .face.front {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.card .face.front.hide {display: none;}
.card .face.back {display: none; height: 100%; flex-direction: column; justify-content: center; align-items: center;
	-webkit-transform: rotatey(-180deg);
	-moz-transform: rotatey(-180deg);
	-o-transform: rotatey(-180deg);
	-ms-transform: rotatey(-180deg);
	transform: rotatey(-180deg);
}
.card .face.back.show {display: flex;}
.back_overlay_content {max-width: 680px; position: relative; margin: 0 auto; padding: 1em; background: #fff;}
.back_overlay_content .modal-content {display: block;}
.back_overlay_content .close {display: block !important; right: auto; left: 0px; margin-top: 0px; background: rgba(31, 69, 69, 0.48);}
#loaded_overlay .card {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#loaded_overlay .card.flipped {
	-webkit-transform: rotatey(-180deg);
	-moz-transform: rotatey(-180deg);
	-o-transform: rotatey(-180deg);
	-ms-transform: rotatey(-180deg);
	transform: rotatey(-180deg);
}


#subject_actionbar_dbox .dbox_list {max-height: 180px;}
#subject_actionbar_dbox .tag-item input {display: none;}
#subject_actionbar_dbox .tag-item label {padding: 0px; font-weight: normal; color: inherit; cursor: pointer;}

.mobile-pane-title {display: none;}

/* marketplace campaign portfolio detail */
body.ca-Marketplace-portfolio {height: 100%; width: 100%; overflow: hidden; padding-top: 0px !important;}
body.ca-Marketplace-portfolio .site-footer {display: none;} /* hide footer */
.marketplace.portfolio {position: absolute; height: calc(100% - 236px); top: 102px; width: 100%;}
.marketplace.portfolio .ss_next, .marketplace.portfolio .ss_prev {position: absolute; top: 0px; bottom: 0px; width: 50%; height: 100%; z-index: 500; cursor: pointer;}
.marketplace.portfolio .ss_next {right: 0px;}
.marketplace.portfolio .ss_prev {left: 0px;}
.marketplace.portfolio .slideshow {position: relative; height: 100%; width: 100%;}
.marketplace.portfolio .slideshow .asset {display: flex !important; flex-direction: column; justify-content: center; align-items: center;}
.marketplace.portfolio .slideshow .asset * {display: inline-block; margin: 0 auto; text-align: baseline;}
.marketplace.portfolio .thumb-horizontal {margin-top: 20px;}
.marketplace.portfolio .slideshow .ss-text {position: absolute; display: inline-block; font-weight: 600; width: 50%; left: 25%; bottom: 0px; padding: 1em; color: #fff; font-weight: bold; text-align: center; background: rgba(0, 0, 0, 0.3);
}
.marketplace.portfolio .slideshow .dss_contact {display: block; font-weight: bold;}
.slideshow-controls {height: 30px; line-height: 30px; text-align: center;}

.marketplace-agency-name, .marketplace-agency-info {display: none;}

/*
small tablet into mobile
*/
@media screen and (max-width: 767px) {
	
	body {padding-top: 92px;}
	
	h1 {font-size: 2.5em;}
	.about-header h1 {font-size: 10vw;}
	.masthead p {font-size: 14px;}
	
	.search.fullwidth {margin-right: 0px;}
	#global-search-form .bootstrap-tagsinput {width: 100%; position: absolute; overflow: auto; -webkit-overflow-scrolling: touch;}
	#global-search-form:before {content: ' '; position: absolute; z-index: 1; display: block; top: 0px; right: 0px; width: 20px; height: 40px;
		background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	}
	#global-search-form:after {content: ' '; position: absolute; z-index: 1; display: block; top: 0px; left: 2.2em; width: 20px; height: 40px;
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	}
	
	.site-header .mobile-icon {display: block;}
	.site-header .nav {visibility: hidden; opacity: 0;
		transition: visibility 0 linear, opacity 0 linear;
	}
	.site-header .navbar-brand {width: 4em;}
	.modal-logo {width: 3em;}
	.overlay-logo {width: 6em;}
	.overlay_title {line-height: 10px; padding: 10px 16px;}
	.overlay-actions {top: 10px;}
	.site-logo, .overlay-logo {background-image: url(/imgs/logo-small-white.svg);}
	.modal-logo {background-image: url(/imgs/logo-small-black.svg);}
	.navigation .nav {line-height: 4em;}
	.navigation .btn {margin-left: 0px;}
	.nav-wrapper {display: none; position: fixed; z-index: 2; top: 52px; left: 0px; bottom: 0; right: 0;  overflow: auto; opacity: 0; background: #000; -webkit-overflow-scrolling: touch;
		-webkit-transition: opacity 0.2s ease-in-out, display 0 linear 0.3s;
		-moz-transition: opacity 0.2s ease-in-out, display 0 linear 0.3s;
		-ms-transition: opacity 0.2s ease-in-out, display 0 linear 0.3s;
		transition: opacity 0.2s ease-in-out, display 0 linear 0.3s;
	}
    .nav-inner {padding-top: 30px; display: block;}
	.navbar-nav {display: block; margin: auto; white-space: nowrap; text-align: left; line-height: 1.5em;}
	.navbar-nav .nav-item {padding: 16px;}
	.navbar-nav .nav-item:first-child {padding-top: 0px; padding-bottom: 0px;}
	.nav-title {margin: 0px; padding: 16px 0;}
	.navigation .tab-content {position: relative; top: auto; box-shadow: none;}
	.show-menu .nav-wrapper {display: block; opacity: 1;
		-webkit-transition: opacity 0.2s ease-in-out 0.1s, display 0 linear 0s;
		-moz-transition: opacity 0.2s ease-in-out 0.1s, display 0 linear 0s;
		-ms-transition: opacity 0.2s ease-in-out 0.1s, display 0 linear 0s;
		-o-transition: opacity 0.2s ease-in-out 0.1s, display 0 linear 0s;
		transition: opacity 0.2s ease-in-out 0.1s, display 0 linear 0s;
	}
	.show-menu .site-header .nav {visibility: visible; display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 1; position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; z-index: 900; background: #000; text-align: center;
		transition: visibility 0.2s linear, opacity 0.2s linear;
	}
	#navExplore {display: none;}
	.site-header .tab-content > .tab-pane {display: block; background: transparent; padding-top: 0px; padding-bottom: 0px; border-top: 0px;}
	.site-header .tab-content > .tab-pane, .site-header .tab-content a, .site-header .tab-content a:hover, .nav-title {color: #fff;}
	.nav-title {cursor: pointer;}
	.mobile-pane-title {display: block; padding: 16px 0 16px 16px; font-size: 13px; text-transform: uppercase; color: #fff; font-weight: bold; cursor: pointer; background: url(/imgs/icon-chevron-left.svg) no-repeat left center; background-size: 11px 11px;}
	.mobile-pane {display: none; visibility: hidden; opacity: 0; transition: opacity 0.2s linear, disabled 0 linear 0.2s;}
	.mobile-pane.show {display: block; opacity: 1; visibility: visible;}
	ul.double.mobile-pane-list {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}
	.mobile-pane-list {padding-left: 16px;}
	.mobile-pane-list a {color: #fff; text-decoration: none;}
	.navigation .active, .navigation a[aria-expanded=true] {color: #000; background: transparent;}
	.nav-item.dropdown .dropdown-menu {visibility: visible; opacity: 1; display: block; position: relative; top: auto; margin: 0; left: auto; background: transparent; color: #fff;}
	.nav-item.dropdown .dropdown-menu .dropdown-item {color: #fff;}
	.nav-item.dropdown .dropdown-menu .dropdown-item:hover {background: transparent;}
	.nav-item.dropdown .dropdown-menu .divider {display: none;}
	
	.modal-actions {text-align: right;}
	.modal desc {padding-right: 1em;}
	
	#loaded_overlay .close {position: absolute;}
	#loaded_overlay .card {overflow: visible;}
	.modal-fullscreen .modal-content {height: auto;}
	.large_asset.card-img-top {margin-top: 0px; height: auto;}
	.large_asset.card-img-top img {max-height: none;}
	
	.overlay-prev, .overlay-next {display: none}
	
	.overlay_credit {font-size: 10px;}
	.overlay_credit .artist_credit {font-size: 13px;}
	.overlay_credit,
	.overlay_credit .artist_credit,
	.overlay_credit .agency_credit,
	.overlay_credit .overlay-discipline {display: block; line-height: 1.3em;}
	.overlay_credit .overlay-discipline {padding: 0px;}
	.overlay_credit .overlay-discipline:before {content:  ''; padding-right: 0px;}
	
	.overlay_content .tags {font-size: 10px;}
	
	.thumb-horizontal {height: 40px;}
	.thumb-horizontal .thumb-item {padding: 5px 2px;}
	.thumb-horizontal .thumb-list, .thumb-horizontal .thumb-image {height: 30px;}
	
	.marketplace.portfolio {height: calc(100% - 186px); top: 94px;}
	
}
@media screen and (max-width: 640px) {
	
	h1 {font-size: 2.1em;}
	.masthead p {font-size: 12px;}
	.container.bleed .content {padding-left: 16px; padding-right: 16px;}
	
	.site-footer {text-align: center;}
	.site-footer .text-right {text-align: center !important;}
	
}