/* -------------------*
 *       RESET        *
 *------------------- */
html { overflow-y: scroll;} /* adaptive - prevents centering jumps */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, embed, param, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; line-height:1em; font-weight:normal; font-style:normal; }
input, textarea { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
abbr, acronym { border:0; }
a span { cursor:pointer; }
strong { font-weight:bold; }
em { font-style:italic; }
strong em, em strong { font-weight:bold; font-style:italic; }
button::-moz-focus-inner { border:0; padding:0;  margin:-1px 0 0 0; }
button:active { box-shadow:inset 1px 1px 2px rgba(0,0,0,0.3); }
pre { font-style:italic; }

/* -------------------*
 *       GLOBAL       
 *------------------- */
html, body { height:100%; }
body { margin:0; padding:0; font-size:13px; color: black; background: #e8ebeb; text-align:center; -webkit-text-size-adjust: none; font-family:"Trebuchet MS", "Geneva CE", lucida, sans-serif; }
input:focus { outline: none; }
input:focus::-webkit-input-placeholder { color: lightgray; }

/* text 
----------------------------------------- */
p { line-height:1.5em; padding:0 0 10px 0; }
p.desc { }
a { color: #1d9bdb; text-decoration:none; font-weight: 700; }
a:hover { color: #44ade2; text-decoration: none; }
/*unused? ul, ol, li { line-height:1.5em; } */
.con ul, .con ol { padding:0 0 20px 20px; }
.con ul li { list-style:disc; }
.con ol li { list-style:decimal; }

/* images 
----------------------------------------- */
img { border:none; }
.imgLeft { float:left; margin:0 15px 5px 0; }
.imgRight { float:right; margin:0 0 5px 15px; }

/* headlines 
----------------------------------------- */
h1, h2, h3, h4, .h1, .h2, .h3, .h4 { display:block; }
h1, .h1 { font-size:20px; padding-bottom: 4px; text-align: left; }
@media (max-width: 767px) {h1, .h1 { font-size: 14px }}
h2, .h2 { font-size:20px; padding-bottom: 4px; text-align: left; }
h3, .h3 { font-size:18px; padding-bottom: 4px; text-align: left; }
.total_files { float: left; line-height: 24px; font-size: 20px; margin-left: 5px }
@media (max-width: 767px) {.total_files { font-size: 14px }}
.subtitle { font-size: 13px; color: gray; }

/* clear 
----------------------------------------- */
.clr { clear:both; } /* unused? */
.ac:after, section:after, header:after, footer:after, fieldset:after { content:"."; display:block; height:0; clear:both; overflow:hidden; }

/* header
----------------------------------------- */
.header-right { float:right; }
.header-right .btn { position: relative; top: 12px; line-height: 24px; height: 24px; margin-right: 10px }
.header-right svg { height: 14px; width: 14px; top: 3px; position: relative }
.header-btns { float:right; display: inline-flex; justify-content: space-evenly; height: 50px; width: 100% }
.header-btns-wrapper { position: relative; display: inline-block; height: 50px; width: calc(100% - 783px); float: right; }
.header-btns-wrapper.user { width: calc(100% - 593px) }
.header-btns li .svg-icon { display: inline; font-size: 23px; fill: #b0bec5; }
.header-btns li .active .svg-icon { fill: #e6461a }
.header-btns li { position:relative; }
.header-btns li > a { display:block; position:relative; padding-top: 7px; text-align: center; height: 50px; width: 70px;}
.header-btns li > a.active { border-bottom: solid 3px #e6461a; color: #e6461a }
.header-btns li .inactive:hover { background: #4a4949; border-radius: 4px; height: 40px; padding-top: 2px; top: 5px; }
.header-btns-title {top: -2px; color: #b0bec5; position: relative; }
a.active .header-btns-title { color: #e6461a; }
.header-btns li .inactive:hover + .header-btns-title, .header-btns li .active:hover + .header-btns-title { display: block; position: absolute; top: 52px; left: 50%; transform: translate(-50%); background: #000; opacity: 0.85; color: #b0bec5; border-radius: 4px; padding: 10px; }

/* pulldowns
----------------------------------------- */
.pulldown { float: right; width: auto; margin: 0 10px 10px 0px; cursor: pointer }
.pulldown-type { float:left; background: #e6461a; position:relative; padding: 0 15px; }
.pulldown-type { border-radius: 3px }
.pulldown-type strong { display:block; line-height:23px; position:relative; }
.pulldown-type strong span { font-weight:bold; line-height:23px; color: #fff;}
.pulldown-type ul { display:none; background: #e6461a; position:absolute; width: 100%; padding:5px; top:100%; left: 0; border-bottom-left-radius:3px; border-bottom-right-radius:3px; }
.pulldown-type:hover ul { display:block; }
.pulldown-type ul a { color: #fff; font-weight: bold; padding: 6px 9px; display:block; border-radius:3px; }
.pulldown-type ul a:hover { background: #eb6b48; text-decoration:none; }
.pulldown .svg-icon { position: relative; top: 1px; margin-right: 10px}
.pulldown .arrow { font-size: 8px; top: 0px; margin-left: 10px; margin-right: 0px}

/* page
---------------------------------------- */
.page { text-align:left; height: auto !important; margin:0 auto -130px auto; min-height:100%; } /*adaptive*/
.page .page-space { width:100%; height:130px; clear:both; }

/* content
---------------------------------------- */
.content { width:100%; float:right; text-align:left;}
.content .headline { font-size:13px; line-height:1.3em; padding-bottom:10px; font-weight:bold; text-transform:uppercase; }

/* thumb list
---------------------------------------- */
.thumb-ratio {display: block; height: 0; overflow: hidden; padding: 0 0 56.25%; position: relative}
.thumb-ratio-pics {display: block; height: 0; overflow: hidden; padding: 0 0 133.33333333%; position: relative}
.outer-item, .outer-item-pics, .outer-item-members {padding: 0px 10px 10px 0px; position: relative; float: left;}
.thumb-list { width:100%; margin-bottom: 0px; }
.thumb-list .item { display:inline-block; background-color:#fff; box-shadow: 0 1px 1.5px rgba(35, 45, 50, 0.15); color: #a7b3b7; border-radius: 3px; position: relative; width: 100%}
.thumb-list .item .info { margin: 0px 10px 4px 10px; display: flex; justify-content: space-between; font-size: 12px; height: 15px; line-height: 15px}
.thumb-list-small .item { width:250px; }
.thumb-list .thumb-img { float:left; width: 100% }
.thumb-list .thumb-img img { float:left; border-radius: 3px 3px 0px 0px; width: 100% }
.thumb-list .flag-hd { display:block; position:absolute; top:4px; left:4px; background: black; border-radius:4px; padding:2px 4px; font-style:italic; font-size:13px; font-weight: 900; color: silver; border: solid 2px silver; opacity: 0.8}
.thumb-list .time { display:block; position:absolute; bottom:4px; right:4px; background: black; border-radius:4px; padding:2px 4px; color: #fff; opacity: 0.8} 
.thumb-list .related { display:block; position:absolute; top:4px; left:4px; background: black; border-radius:4px; padding:2px 4px; color: #fff; opacity: 0.8}
.thumb-list h2, .thumb-list h2 a, .thumb-list h3, .thumb-list h3 a { font-size:14px; clear:both; line-height: 20px; height: 20px; padding:0 0 2px 0; margin:0; text-align:center; }
.thumb-list h2 a, .thumb-list h3 a { width: calc(100% - 8px); display:inline-block; padding: 0px 4px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.thumb-list .item-panel { font-size:11px; padding:0 4px; }
.thumb-list .item-panel span { display:block; line-height:1.4em; clear:both; }
.thumb-list .item-panel .item-date { float:left; }
.thumb-list .item-panel .item-date span { text-align: left; }
.thumb-list .item-panel .item-stats { float:right; padding-right: 4px }
.thumb-list .item-panel .item-stats span { text-align: right; }
.show-more { width:100%; clear:both; text-align:center; }

/* comments list
----------------------------------------- */
.comment-hd { margin-bottom: 5px; color: #909090;}
.comment-hd a { font-size:16px; font-weight:bold; }
.comment-hd span { font-size:12px; }

/* universal text box
---------------------------------------- */
.ubox { margin-bottom: 20px; padding-left: 160px; position: relative; } /* unused? */
.ubox-img { float: left; position: relative; margin-right: 10px; border-radius: 4px }
.ubox-text { max-width: 500px; width: calc(100% - 10px); float:left; margin: 0 10px 10px 0; background-color:#fff; box-shadow:0 1px 1.5px rgba(35, 45, 50, 0.15); border-radius: 4px; padding: 15px}
.ubox-text textarea { width:100%; height:85px; overflow:auto; outline:none; padding:4px; float:left; background: whitesmoke; border-radius:4px; position:relative; resize:none; word-wrap: break-word; }
.ubox-text input[type="text"], .ubox-text input[type="password"], .sidebar input[type="text"], .sidebar input[type="password"] { float: left; width: 100%; height:36px; border:1px solid #d0d6d9; background:#fff; border-radius:4px; position:relative; color:#232d32; padding:0 10px; margin-bottom: 10px}
.ubox-text .ubox-radio-in, .sidebar .ubox-radio-in { display: flex; align-items: center; margin-bottom: 5px}
.ubox-text .ubox-radio-generated label { display: inline-flex; align-items: center; margin-left: 0px; margin-right: 20px}
.ubox-text .ubox-radio-generated input { margin-right: 10px}
.ubox-text input[type="radio"], .ubox-text input[type="checkbox"], .sidebar input[type="radio"], .sidebar input[type="checkbox"] { width: 22px; height: 22px; }
.ubox-text label, .sidebar label { font-size:14px; margin-left: 10px }
.styled-select { height: 36px; overflow: hidden; border: 1px solid #d0d6d9; border-radius: 4px; display: inline-block; width: 100%; margin-bottom: 10px;}
.styled-select select {
  background-image:
    linear-gradient(45deg, transparent 50%, #1d9bdb 50%),
    linear-gradient(135deg, #1d9bdb 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px);
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
	background-color: white;
	font-size: 13px;
	border: 0;
	border-radius: 0;
	height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	padding: 0 10px;
}
.ubox-addedby { float: left; line-height: 24px; margin: 0px 0px 0px 10px; color: gray }
.ubox-addedby .svg-icon { margin-right: 5px; position: relative; top: 1px; }
.ubox-btn a { color: #fff; font-size:13px; font-weight:bold; border:0; padding:0 10px; line-height: 23px; height: 23px; display:inline-block; border-radius:4px; background: #e6461a; box-shadow:none; margin-bottom: 4px }
.ubox-btn a:hover { background:#eb6b48; text-decoration:none; }
.ubox-btn a:active { box-shadow:inset 2px 2px 2px #eae8d2; }
.ubox-btn .active { background: #fff; color: gray; }
.ubox-btn a .svg-icon { margin-right: 5px; top: 1px; position: relative}
.ubox-cat {display:inline-block; width:160px; margin:0 10px 20px 10px;}
.ubox-text .ubox-ul {-webkit-columns:6;-moz-columns:6; columns: 6} 
.ubox-text .ubox-ul li {padding: 4px 10px 4px 10px; }
.ubox-text .ubox-ul li h3 {text-align: left; }
.ubox-text .ubox-ul li a { color:#fff; font-size:13px; font-weight:bold; border:0; padding:0 10px; line-height: 22px; height: 22px; display:inline-block; border-radius:4px; background:#e6461a; }
.ubox-text .ubox-ul li a:hover { color: #fff; background:#eb6b48; text-decoration:none; }

/* video/pic special info boxes
---------------------------------------- */
.share2 {margin-top: 10px}
.share.active {display: block}

/* banner list - unused?
---------------------------------------- */
.banner-list { width:903px; margin:0 auto; clear:both; }
.banner-list .banner-item { float:left; margin:0 1px 1px 0; }
.banner-list .banner-item img { float:left; }

/* buttons
---------------------------------------- */
.btn { color: #fff; font-size:13px; font-weight:bold; border:0; padding:0 15px; line-height: 31px; height:31px; display:inline-block;border-radius:4px; background: #e6461a; text-align: center; cursor: pointer }
.btn:hover, .pagination a:hover { background:#eb6b48; text-decoration:none; color: #fff }
.btn .svg-icon { top: 1px }
.btn.next .svg-icon { top: -1px; margin-left: 10px; font-size: 8px }
a.disabled:hover,
a.disabled:focus,
a.disabled:active { cursor:default; color: #e4e2e2 !important; background: #FBCECC; }
a.disabled:active { box-shadow:inset 0 1px 1px #f2f0d7, 0 2px 2px #eae8d2; }

/* pagination
---------------------------------------- */
.pagination { text-align:center; margin-bottom: 6px }
.pagination a { font-size:13px; font-weight:bold; border:0; padding:0 15px; line-height: 31px; height:31px; display:inline-block; border-radius:4px; background: #e6461a; position: relative; box-shadow: 0 1px 1.5px rgba(35, 45, 50, 0.15); margin-bottom: 4px; color: #fff}
.pagination a.prev, .pagination a.next { padding:0 20px; }
.pagination .svg-icon { margin-right: 5px; top: 1px }
.pagination a.prev .svg-icon { font-size: 8px; margin-right: 10px; top: -1px}
.pagination a.next .svg-icon { font-size: 8px; margin-left: 10px; margin-right: 0px; top: -1px}
.pagination a.disabled { background:#eb6b48 }
.pagination a.active { background: #fff; color: gray }

/* pagination toggle button
---------------------------------------- */
.pagination .toggle-left { border-radius: 4px 0px 0px 4px }
.pagination .toggle-middle { border-radius: 0px }
.pagination .toggle-right { border-radius: 0px 4px 4px 0px }
.pagination .toggle-left svg { font-size: 15px; margin-right: 0px }
.pagination .toggle-middle svg { font-size: 15px; margin-right: 0px }
.pagination .toggle-right svg { font-size: 15px; margin-right: 0px }
.pagination .toggle-left.active { border: solid 2px #e6461a; border-right: 0px; box-shadow: 0 2px 4px rgba(0,0,0,0.2) inset, 0 2px 4px rgba(0,0,0,0.1) inset, 0 -1px 1px rgba(0,0,0,0.05) inset, 0 1px 0 rgba(255,255,255,0.3) }
.pagination .toggle-middle.active { border: solid 2px #e6461a; border-right: 0px; border-left: 0px; box-shadow: 0 2px 4px rgba(0,0,0,0.2) inset, 0 2px 4px rgba(0,0,0,0.1) inset, 0 -1px 1px rgba(0,0,0,0.05) inset, 0 1px 0 rgba(255,255,255,0.3) }
.pagination .toggle-right.active { border: solid 2px #e6461a; border-left: 0px; box-shadow: 0 2px 4px rgba(0,0,0,0.2) inset, 0 2px 4px rgba(0,0,0,0.1) inset, 0 -1px 1px rgba(0,0,0,0.05) inset, 0 1px 0 rgba(255,255,255,0.3) }
.pagination .toggle-right.active.all {line-height: 27px}
.pagination .toggle-left.active svg { top: 0px; }
.pagination .toggle-middle.active svg { top: 0px; }
.pagination .toggle-right.active svg { top: 0px; }
.pagination .toggle-left.inactive svg { top: 2px; }
.pagination .toggle-middle.inactive svg { top: 2px; }
.pagination .toggle-right.inactive svg { top: 2px; }
@media (max-width: 362px) {.pagination .toggle-left { padding: 0 12px }}
@media (max-width: 362px) {.pagination .toggle-middle { padding: 0 12px }}
@media (max-width: 362px) {.pagination .toggle-right { padding: 0 12px }}

/* pagination mobile adaptive
---------------------------------------- */
.pagination input { width: 45px; height: 31px; text-align: center; border-radius: 4px; border: solid 1px #ccc}
.pagination .total_pages  { width: 45px; height: 31px; text-align: center; border-radius: 4px; border: solid 1px #ccc; background: #ccc; display: inline-block; line-height: 30px}

/* video/gallery box
---------------------------------------- */
.detail-box table { width:100%; }
.detail-box td { vertical-align:top; }
.detail-box .detail-con { text-align: center; margin: 0 0 10px 0; float: left; width: calc(100% - 320px)}
.detail-con h1{margin-bottom: 0px;}
.detail-box .detail-con embed,
.detail-box .detail-con iframe { margin:0 auto; width:100%; float:none; display:inline-block; background:#000; } 
.detail-box .detail-con .banner-detail { display:block; text-align:center; }
.detail-box .detail-con .banner-detail span { display:block; font-weight:bold; text-transform:uppercase; }
.detail-box .detail-con .banner-detail img { margin:10px 0; }
.detail-box .detail-side-td { width: 320px; padding: 0 10px 0 10px; float: right }
.detail-box .detail-side { float:left; }
.detail-box .detail-side .detail-side-banner { width:100%; float:left; margin-bottom:10px; }
.detail-box .detail-side .detail-side-banner img { float:left; }
.detail-box .detail-player { margin-bottom:10px; }
.notification-comments { font-size: 12px; color: #afbdc4; position: absolute; top: -5px; right: -5px; background: #232d32; border-radius: 50%; padding: 3px; min-width: 18px; text-align: center}
@media (max-width: 1023px) {.detail-box .detail-con { width: 100%; }}

/* sidebar
---------------------------------------- */
.sidebar { width:170px; float:left; margin:0 0 0 -190px; position:relative; }
.sidebar .cat { color: #5b6970; font-weight:bold; padding: 0px 10px 10px 10px; text-transform:uppercase; display:block; border-bottom: 1px solid #e8eced}
.sidebar .box { padding: 10px 0px 0px 0px; border-radius: 3px; background: white; margin-bottom: 10px; box-shadow: 0 1px 1.5px rgba(35, 45, 50, 0.15); }
.sidebar .box span { width: 150px; display: inline-block; white-space:nowrap; overflow:hidden; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow:ellipsis;}
.sidebar .box ul a { display:block; line-height:1.2em; padding: 9px 9px; border-radius: 0px; margin-top: 0px; position: relative; transition: background 0.2s ease; }
.sidebar .box ul a:hover { text-decoration:none; background: #eb6b48; color: #fff; }
.sidebar .box ul ul { display:none; }
.sidebar .box ul li.active ul { display:block; }
.sidebar .box ul ul li { padding:0; }
.sidebar .box ul ul li a { margin-left: 20px; }
.sidebar .box ul a.active { background: #e6461a; color:#fff; }
.sidebar .box .arrow { width:12px; height:12px; position:absolute; right: 9px; top: 10px; background-position:0 -15px; }
.sidebar .box a:hover .arrow { background-position:0 0; }
.sidebar .box a.active .arrow { background-position:-13px 0px; }
.sidebar .box .search { background: none }
.sidebar .box .search-type { border-radius: 4px }
.sidebar .box .search .search-type ul a { color:#fff; padding:3px 4px; display:block; border-radius:3px; }
.sidebar .box .search .search-type ul a:hover { background: #eb6b48; text-decoration:none; }
.sidebar .search-type {width: 150px; color: white; margin-right: 0px }
.sidebar .box ul.extra-nav a { font-size:18px; padding:4px 10px 4px 35px; position:relative; margin-top: 1px; }
.sidebar .box ul.extra-nav a:first-child { margin-top: 1px; }
.sidebar .box .btn {margin-bottom: 9px}
.sidebar .box .svg-icon {position: relative; top: 1px; margin-right: 10px}
.sidebar .box .svg-icon-arrow {width:10px; height:10px;}
.sidebar .box ul a:hover .svg-icon-arrow, .sidebar .box ul a.active .svg-icon-arrow { transform: translate(-1px, -1px) rotate(-180deg); transition: transform 0.5s ease;}
.sidebar .box ul a .svg-icon-arrow {transform: translate(-1px, -1px) rotate(0deg);transition: transform 0.5s ease;} 

/* sorting dropdowns
---------------------------------------- */
.sorting { background: #b67234; color:#fff; border-color:#a00000; font-weight:bold; line-height: 23px; }
.sorting option:hover { background:#915723; }

/* footer
---------------------------------------- */
footer { padding: 20px 0px; background-color: #232d32; color:#a7b3b7;}
footer strong{color:#fff;}
footer a { font-weight: normal; color: #a7b3b7; }
footer a:hover { color: #fff; text-decoration: none; }
footer .footer-links { margin-bottom:15px; }
footer .footer-links a { display:inline-block; padding:0 4px 0 7px; border-left:1px solid #e24957; }

/* related
---------------------------------------- */
.related a {border-radius:4px; font-size:18px; padding: 4px 10px 4px 10px;  }
.related a:hover { text-decoration:none; background:#e6461a; color:#fff; }
.related a.active { background:#e6461a; color:#fff; }

/* modal
---------------------------------------- */
.modal .close {width:33px; height: 33px; float:right; display:block; margin-top: 3px; }

/* categories_pick
---------------------------------------- */
.tab-content { padding: 15px; border-radius:4px; background:#fff; margin-top: -1px; box-shadow: 0 1px 1.5px rgba(35, 45, 50, 0.15); }
.tab-content .tab { display:none; width: 100% }
.tab-content .tab.active { display: inline-block; } 
.tab-content .tab label {font-weight:bold; color: gray; line-height: 20px; }
.ubox-ul .category-section {-webkit-columns:7; -moz-columns:7; columns:7;}
.ubox-ul #videoSearchResults {-webkit-columns:7; -moz-columns:7; columns:7;}
.ubox-ul #gallerySearchResults {margin: 0 0 30px 50px; -webkit-columns:7; -moz-columns:7; columns:7;}
.ubox-ul .category-select {margin-bottom: 30px; text-align: left; margin-left: 60px;}
.ubox-ul .category-letter {font-size: 30px; color: grey; font-weight: bold;}
.category-select a.active { pointer-events: none; cursor: default; }
.tag-search { max-width: 273px; width: 100%; height: 31px; margin: 0 10px 10px 20px; position: relative; float: left; }
.tag-search input { padding-left: 31px; height: 30px; background:#fff; border-radius: 4px; width: 100%; float: left; border: 1px solid #ccc; position: relative;}
.tag-search .svg-icon {display: inline; position: absolute; top: 8px; left: 8px; font-size: 15px; fill: #d45067 !important;}
.cat-toggle { float: right; margin-right: 10px }

/* profile
---------------------------------------- */
.profile { line-height: 1.5em }
.profile span { color: gray; margin-right: 5px}
.profile-btns { max-width: 500px; margin-top: 10px; width: calc(100% - 10px)}
.profile-btns li { display: inline; }
.profile-btns .svg-icon { font-size: 30px }
.profiletop { background-color: #e6461a; border: 1px solid #e6461a; }
.profiletop:hover { background-color: #fff; box-shadow: inset 0 1px 1px #FFB5B2, 0 2px 2px #D2AEC0; }

/* sorting pull downs
---------------------------------------- */
.jsSorting { border-radius: 4px; box-shadow: 0 1px 1.5px rgba(35, 45, 50, 0.15)}
.jsSorting a.active.press{
	background-color: #e6461a; color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2) inset, 0 2px 72px rgba(0,0,0,0.1) inset, 0 -1px 1px rgba(0,0,0,0.05) inset, 0 1px 0 rgba(255,255,255,0.3);
}
.jsSorting .press:hover{
	background: #eb6b48;
	text-decoration: none; 
	color:#fff;
}
.jsSorting a.active.press:hover{
	background: #e6461a;
	text-decoration: none; 
	color: #fff;
}

/* dropdown next to the search button
---------------------------------------- */
.jsSearchType {	background: #4f575b; }
.search .jsSearchType ul {background: #4f575b; }
.search .jsSearchType ul a:hover { background: #636c71; color: #fff; }
.search .jsSearchType ul a { color: #fff; }

/* Autocomplete
---------------------------------------- */
.ui-autocomplete { max-height: 300px; overflow-y: hidden; overflow-x: hidden; text-align:left; z-index: 1031;} 
.ui-autocomplete li { font-size: 13px; line-height: 30px;}
.ui-menu .ui-menu-item {margin-left: 10px; margin-right: 10px;}
/* IE 6 doesn't support max-height, we use height instead, but this forces the menu to always be this tall */
* html .ui-autocomplete { height: 250px; }

/* .ubox-text input was messing it up
---------------------------------------- */
.recaptchatable #recaptcha_response_field {height: 20px; }

/* trailer
---------------------------------------- */
#trailer { display: none; position: absolute; top: 0px; left: 0px;}
#trailerp:hover #trailer { display:block; }
.trailer { width: 100%; }
.trailer video { width: 100%; border-radius: 3px 3px 0 0 }

/* popup
---------------------------------------- */
.popbutton {
  float: right;
  margin-right: 10px;
}
.popoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms; /* only works with visibility and not display:none */
  display: none;
  opacity: 0;
  z-index: 10000;
}
.popoverlay:target {
  display: block;
  opacity: 1;
}
.popoverlay .ubox-text { width: 200px; float: none; margin: 10px auto; position: relative}
.popoverlay .popclose {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
}

/* icons below video player
---------------------------------------- */
.detail-con .svg-icon { fill: #e6461a; font-size: 30px } 
.detail-con .svg-icon:hover { fill: #eb6b48 }
.detail-con ._767p { top: -9px; position: relative } 
.svg-icon { width: 1em; height: 1em; display: inline-block; fill: currentColor; position: relative}

/* Ad Squares
---------------------------------------- */
.adnSpot2 { margin: 0 auto }
.outer-item .adnSpot2 iframe { width: 100%; height: 100%; margin: 0 auto }
.outer-item-pics .adnSpot2 iframe { width: 100%; height: 100%; }
.ads-thumb-list { font-size: 11px; position: absolute; bottom: 10px; width: 100%; color: #fff; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0 5px #000 }
.ads { font-size: 11px; color: gray }

/* Embed Overlay - what does this do?
---------------------------------------- */
.embedoverlay {position:absolute; top:20px; right:10px; transition: .5s ease; opacity: 0;}
.embedoverlay a {color:white; background: black; padding: 5px;}
#playerz:hover .embedoverlay {opacity: 1;}

/* mobile search
---------------------------------------- */
.search-type, .search-type2 {
	float: right;
	position: relative;
}
.search-type .list-types, .search-type2 .list-types {
	display: none;
	position: absolute;
	right: 0;
	top: 31px;
	background: #4f575b;
	width: 100px;
	padding: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #232d32;
	margin: -1px 0 0 0;
	overflow: hidden;
}
.search-type .list-types.shown, .search-type2 .list-types.shown{
	display: block;
}
.search-type .list-types a, .search-type2 .list-types a{
	color: #fff;
	padding: 6px 10px;
	display: block;
}
.search-type .list-types a.active, .search-type2 .list-types a.active{
	background: #222;
	color: #fff
}
.search-type .list-types a:hover, .search-type2 .list-types a:hover{
	background: #222;
}
.search-type .list-types .icon-middle, .search-type2 .list-types .icon-middle{
	width: 18px;
	text-align: center;
	font-size: 16px;
}
.search-type .list-types .icon-middle .svg-icon, .search-type2 .list-types .icon-middle .svg-icon{
	display: inline-block;
	vertical-align: top;
}
.search-type .button-drop, .search-type2 .button-drop{
	height: 30px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	background-color: #4f575b;
	border-left: 1px solid #232d32;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	outline: none;
	cursor: pointer;
}
.search-type .icon-drop, .search-type2 .icon-drop{
	font-size: 8px;
	color: #fff;
}
.search-type .icon-type, .search-type2 .icon-type{
	font-size: 16px;
	color: #fff;
}

/* @media statements
---------------------------------------- */
@media (max-width: 340px) {.outer-item { width: 100%;}}
@media (min-width: 341px) {.outer-item { width: 50%;}}
@media (min-width: 671px) {.outer-item { width: 33.33333333%;}}
@media (min-width: 1001px) {.outer-item { width: 25%;}}
@media (min-width: 1541px) {.outer-item { width: 20%;}}
@media (min-width: 1991px) {.outer-item { width: 16.66666666%;}}

@media (max-width: 474px) {.outer-item-pics { width: 50%;}}
@media (min-width: 475px) {.outer-item-pics { width: 33.33333333%;}}
@media (min-width: 707px) {.outer-item-pics { width: 25%;}}
@media (min-width: 939px) {.outer-item-pics { width: 20%;}}
@media (min-width: 1191px) {.outer-item-pics { width: 16.66666666%;}}
@media (min-width: 1261px) {.outer-item-pics { width: 20%;}}
@media (min-width: 1381px) {.outer-item-pics { width: 16.66666666%;}}
@media (min-width: 1613px) {.outer-item-pics { width: 14.28571428%;}}
@media (min-width: 1681px) {.outer-item-pics { width: 16.66666666%;}}
@media (min-width: 1733px) {.outer-item-pics { width: 14.28571428%;}}
@media (min-width: 1965px) {.outer-item-pics { width: 12.5%;}}
@media (min-width: 2197px) {.outer-item-pics { width: 11.11111111%;}}

@media (min-width: 1024px) {.outer-item-pics.gallery { width: 33.33333333%;}}
@media (min-width: 1047px) {.outer-item-pics.gallery { width: 25%;}}
@media (min-width: 1469px) {.outer-item-pics.gallery { width: 20%;}}
@media (min-width: 1701px) {.outer-item-pics.gallery { width: 16.66666666%;}}
@media (min-width: 2053px) {.outer-item-pics.gallery { width: 14.28571428%;}}
@media (min-width: 2285px) {.outer-item-pics.gallery { width: 12.5%}}

/* margins
---------------------------------------- */
.h-margin {max-width: 2320px; margin: 0 auto}
@media (max-width: 1680px) {.h-margin {padding: 0 20px;}}
@media (max-width: 1024px) {.h-margin {padding: 0 10px;}}
@media (min-width: 1681px) {.h-margin {padding: 0 80px;}}
.main {max-width: 2320px; margin: 0 auto}
@media (max-width: 1680px) {.main {padding: 60px 10px 0 210px;}}
@media (max-width: 1260px) {.main {padding: 60px 10px 0 20px;}}
@media (max-width: 1024px) {.main {padding: 60px 0px 0 10px;}}
@media (min-width: 1681px) {.main {padding: 60px 70px 0 270px;}}

/* hiding elements
---------------------------------------- */
@media (max-width: 320px) {._320p { display:none; }}
@media (max-width: 767px) {._767p { display:none; }}
@media (max-width: 1023px) {._1023p { display:none; }}
@media (min-width: 768px) {._768plus { display:none; }}
@media (min-width: 1024px) {._1024plus { display:none; }}
@media (min-width: 1261px) {._1261plus { display:none; }}
@media (max-width: 1260px) {.sidebar, .header-btns, .header-btns-wrapper, .signup-login-btns { display:none; }}

/* related videos/pics ?
---------------------------------------- */
@media (max-width:1281px) {.ubox-text .ubox-ul {-webkit-columns:5; -moz-columns:5; columns:5; }}
@media (max-width:979px) {.ubox-text .ubox-ul { -webkit-columns:4; -moz-columns:4; columns:4;}}
@media (max-width:600px) {.ubox-text .ubox-ul { -webkit-columns:3; -moz-columns:3; columns:3;}}

/* categories_pick
---------------------------------------- */
@media (max-width:1881px){.ubox-ul .category-section {-webkit-columns:6; -moz-columns:6; columns:6 }}
@media (max-width:1881px){.ubox-ul #videoSearchResults {-webkit-columns:6; -moz-columns:6; columns:6 }}
@media (max-width:1881px){.ubox-ul #gallerySearchResults {-webkit-columns:6; -moz-columns:6; columns:6 }}
@media (max-width:1681px){.ubox-ul .category-section {-webkit-columns:5;-moz-columns:5;columns:5;}}
@media (max-width:1681px){.ubox-ul #videoSearchResults {-webkit-columns:5;-moz-columns:5;columns:5;}}
@media (max-width:1681px){.ubox-ul #gallerySearchResults {-webkit-columns:5;-moz-columns:5;columns:5;}}
@media (max-width:1025px){.ubox-ul .category-section {-webkit-columns:4;-moz-columns:4;columns:4;}}
@media (max-width:1025px){.ubox-ul #videoSearchResults {-webkit-columns:4;-moz-columns:4;columns:4;}}
@media (max-width:1025px){.ubox-ul #gallerySearchResults {-webkit-columns:4;-moz-columns:4;columns:4;}}
@media (max-width:767px){.category-select {white-space: nowrap; overflow: hidden; overflow-x: scroll;}}
@media (max-width:767px){.alphabet {height: 42px; overflow: hidden;}}
@media (max-width:767px){.ubox-ul .category-section {width: auto; display: flex; }}
@media (max-width:767px){.ubox-ul .category-section {-webkit-columns:unset;-moz-columns:unset;columns:unset; width:100%; display: flex; flex-flow: row wrap }}
@media (max-width:767px){.ubox-ul #videoSearchResults {-webkit-columns:unset;-moz-columns:unset;columns:unset; width:100%; display: flex; flex-flow: row wrap }}
@media (max-width:767px){.ubox-ul #gallerySearchResults {-webkit-columns:unset;-moz-columns:unset;columns:unset; width:100%; display: flex; flex-flow: row wrap }}
@media (max-width:767px){.tab {width: auto}}
@media (max-width:767px){.category-item {width: auto; margin-right: 4px}}
@media (max-width:850px){.tag-quantity {display: none}}
@media (max-width:767px){.tab-content { padding: 0; border-radius: 0; background: transparent; box-shadow: none }}
@media (max-width:767px){.ubox-ul #videoSearchResults {margin: 0 }}
@media (max-width:767px){.ubox-ul #gallerySearchResults {margin: 0 }}

/* category pick filter
---------------------------------------- */
@media (max-width: 767px) {.tag-search { max-width: 405px; width: calc(100% - 10px); margin-left: 0px; clear: both}}
@media (max-width: 767px) {.cat-toggle { max-width: 405px; width: calc(100% - 10px); float: none; display: flex; justify-content: space-between; clear: both}}