/* @group JCSeelenmeyer Fluid CSS 1.0 */

/* -----------------------------------------------------------------------

JCSeelenmeyer Fluid CSS 1.0

   * Copyright (c) 2014-Present. See LICENSE for more info.
   

----------------------------------------------------------------------- */
/* reset.css */


html, body {height: 100%;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,figure,figcaption {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;font-family: 'Open Sans', sans-serif;color: #000;font-weight: 100;}
body {line-height: 18px;}
table {border-collapse:collapse;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
.wrap-full{background: transparent;}
a:hover{color:#000 !important;}
.user_list a {color: rgb(128, 128, 128);}
h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif;margin: 0 0 5px 0;padding: 0 0;font-weight: bold; margin:0;}
.feat-title h1, .feat-title h2, .feat-title h3, .feat-title h4, .feat-title h5, .feat-title h6 {font-family: 'Open Sans', sans-serif;margin: 0 0 5px 0;padding: 0 0;font-weight: bold;}
/* typography.css */
body {font-size: 13px;color:#4B4F54;background: #fff;font-family: Arial, sans-serif;}
h2, h3, h4, h5, h6 {font-weight: normal;color: #000;}
h1 {font-size: 26px;line-height:1;margin-bottom:10px; font-family: 'Open Sans', sans-serif;  text-shadow: none;text-transform: uppercase;}
h2 {font-size: 24px;line-height:1;margin-bottom:10px;}
h3 {font-size: 18px;line-height:1;margin-bottom:10px;}
h4 {font-size: 14px;line-height:1.25;margin-bottom:0;}
h5 {font-size: 13px;font-weight:bold;margin-bottom:0;}
h6 {font-size: 13px;margin-bottom: 0;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 18px;}
p img.left {float:left;margin:18px 18px 18px 0;padding:0;}
p img.right {float:right;margin:18px 0 18px 18px;}
a:focus, a:hover {color:#000; }
a, a span {text-decoration: none;}
blockquote {margin:18px;color:#4B4F54;font-style:italic;}
strong, .strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #4B4F54;}
address {margin:0 0 18px;font-style:italic;}
del {color:#4B4F54;}
pre {margin:18px 0;white-space:pre;}
pre, code, tt {font:12px 'andale mono', 'lucida console', monospace;line-height:18px;}
li ul, li ol {margin:0;}
li {list-style: none outside none;}
ul, ol {margin:0;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 18px 0;}
dl dt {font-weight:bold;}
dd {margin-left:18px;}
table {margin-bottom: 0;}
th {font-weight:bold;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet,.plain {color:#4B4F54;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.full-important {width:100% !important;}
a,textarea, .full-important {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-o-transition: all .3s ease;
}
.name,.name a,.on,.on a, .highlight a {color: rgb(34, 142, 242);}
.profile-name span.p-name {
	color: #000;
}
.hidden { display: none !important;}
.invisibile {visibility: hidden;}

/**************************************
              NEW CSS
***************************************/

.bd, .bd-tran {
    margin: 20px 0 !important;
    background: #fff;
    float: left;
    position: relative;
    border-radius: 4px;
    width: 100%;
    border-top: 0px solid #eee;
}
.bd-half {
	margin: 65px 0 !important;
    background: transparent !important;
    float: left;
    position: relative;
    border-radius: 0 !important;
    width: 100%;
    border-top: 0px solid #eee;
}
.bd-bg {
	background: #fff;
	height: auto;
}
.bd-tran {
	background: transparent !important;
    border-top: 0px solid #eee;
}
.wrap-buffer {
	width: 100%;
	float: left;
}
.body-container {
	background: transparent;
}
.body-inner, .pad-inner {
	padding: 0 20px 20px;
	height: 100%;
}

.header-inner {
	padding: 0;
	background: transparent;
	border-right: 0px solid #eee;
	border-left: 0px solid #eee;
	border-top: 0px solid #eee;
	color: #fff;
}
.header-inner span {
	font-weight:normal;
}
.body-inner {
	width: auto;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.body-inner {
	background: #fff;
}
.header-stripe {
	background: transparent;
	height: 63px;
	z-index: 1100001001;
}
.footer-stripe {
	background: #3D3D3D;
	height: auto;
}
.logo_shell .sub_options_container {
	top: 44px !important;
}
#search .sub_options_container {
	top: 0px !important;
}
.user_header .sub_options_container {
	top: 31px !important;
}
.logo_shell {
	background: transparent;
	position: relative;
	margin: 0;
	float: right;
	height: auto;
	min-height: 95px;
	top: 0;
	z-index: 11000004;
	right: 0;
	width: auto;
	box-shadow: none;
	color: #fff;
	border-bottom: 0px solid #E5E5E5;
	box-shadow: none;
}
.head-bg {
	background: #fff;
	top: 0;
	z-index: 1;
	left: 0;
	right: 0;
	width: 100% !important;
	box-shadow: none;
}
.head-b-bottom {
	border-bottom: 1px solid #eee;	
}
.logo_container {
    width: auto;
    height: 100%;
    margin: 21px 0;
    float: left;
}
.rightNavHolder {
    float: right;
    position: relative;
}
/*
.logo_container {
    width: 300px;
    margin: 17px auto;
    float: left;
}
*/
.logo_container a {
 	font-size: 16px;
 	margin: 0;
 	letter-spacing: 5px;
 	text-transform: capitalize;
 	font-family: 'Roboto', sans-serif;
 	font-family: "Avenir Next" !important;
 	font-weight: 400;
}
.logo_container a img {
}
.logo_container img {
	width: inherit;
	opacity: 0.6;
	height: 100%;
	margin: 0;
	float: left;
}
.headfloat img {
	margin: 10px 0;
}
.logo {
	width: 280px !important;
	margin: 10px auto;
	padding: 0;
	float: left;
	font-size: 25px;
	font-family: Lucida Grande;
	color: #000;
	float: left;
	width: 144px !important;
	padding: 0 20px !important;
	z-index: 1000000;
}
.logo img {
	width: 100% !important;
	float: left;
}
.logo_shell .nav {
	left: 0;
	width: 30px;
	margin: 0px 0px;
	float: right;
}
.headfloat .nav {
	left: 0;
	width: 34px;
	margin: 17px 0;
	float: left;
}
#search{
	width: 80%;
	position: relative;
	float: none;
	margin: 0;
	border: 0 none;
}

#price-bid {
	width: 50%;
	position: relative;
	float: none;
	margin: 0;
}
.core-bid-options {
  position: absolute;
  background: #000;
  right: 0;
  margin: 0;
  height: 67px;
  line-height: 67px;
  border: 1px solid #000;
  border-radius: 0 100px 100px 0;
  width: 50%;
  padding: 0 2.5%;
  font-size: 20px;
  line-height: 67px;
  color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.core-bid-options a {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.core-bid-options .fas {
  color: #fff;
}
.price-input.core-search-input {
  border-right: 1px solid #000 !important;
  border-radius: 100px 0 0 100px;
  overflow: hidden;
  border: 1px solid #000;
}
.core-bid-options span { 
  color: #fff;
}
#price-bid input.main_bid.site_search_input {
  width: 322px;
  height: 65px !important;
  width: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 20px;
}
#site_search_input {
	font-size: 13px;
	margin: 0;
    
	border: 0px solid #009CBE;
}
input.siteSearch {
	position: absolute;
	z-index: 1000;
	top: 2px;
	right: 0;
	padding: 4px !important;
	border: none;
}
input.siteSearch:hover, input.siteSearch:focus {
	border: none !important;
	outline: none !important;
}

input.siteSearch {
    background: url("/media/search.gif") no-repeat scroll 5px 5px transparent !important;
    cursor: pointer;
    padding: 10px !important;
    float: right !important;
    position: relative;
    right: 0;
    width: 25px !important;
}

.tips {color: #ccc;}
#digi-tips {
	position: absolute;
	z-index: 10000001;
	display: none;
	background-color: #fff;
	padding: 30px;
	margin-left: -10px;
	border: 1px solid #000;
	font-family: Avenir Next;
	border-radius: 6px;
	color: #000;
	font-weight: 400;
	font-size: 19px;
}
#digi-tips {
    overflow:visible;
}

#digi-tips:before{

  content: "";
  display: block;
  position: absolute;
  top: 6px;
  width: 20px;
  height: 20px;
	background-color: #fff;
  -webkit-border-radius: 0 3px;
  -moz-border-radius: 0 3px;
  border-radius: 0 3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(225deg);
  left: -10px;
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
  line-height: inherit;
}
.digi-tip-under:before {
	content: "";
  display: block;
  position: absolute;
  top: -8px !important;
  width: 15px;
  height: 15px;
	background-color: #090325;
  -webkit-border-radius: 0 3px;
  -moz-border-radius: 0 3px;
  border-radius: 0 3px;
  -webkit-transform: rotate(315deg) !important;
  -moz-transform:rotate(315deg) !important;
  -ms-transform: rotate(315deg) !important;
  -o-transform: rotate(315deg) !important;
  transform: rotate(315deg) !important;
  left: 5px !important;
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  line-height: inherit;
}
.digi-tip-right-under:before {
	display: none !important;
}
.digi-tip-right-under:after {
	content: "";
  display: block;
  position: absolute;
  top: -8px !important;
  width: 15px;
  height: 15px;
	background-color: #090325;
  -webkit-border-radius: 0 3px;
  -moz-border-radius: 0 3px;
  border-radius: 0 3px;
  -webkit-transform: rotate(315deg) !important;
  -moz-transform:rotate(315deg) !important;
  -ms-transform: rotate(315deg) !important;
  -o-transform: rotate(315deg) !important;
  transform: rotate(315deg) !important;
  right: 5px !important;
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  line-height: inherit;
}


input, textarea {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px 2px 2px 2px !important;
    box-shadow: none;
    padding: 5px 0;
    margin: 5px 0;
    width: 100%;
    text-indent: 5px;
    outline: aliceblue;
    padding: 5px 0 5px 0;
    text-indent: 10px;
}
textarea {
	background: none repeat scroll 0 0 #FFFFFF;
    
    border-radius: 0 0 2px 2px !important;
    box-shadow: 0 1px 2px #CCCCCC inset;
    
	color: #383939;
    
	padding: 5px 0;
    
	width: 100%;
	height: 50px;
	text-indent: 5px;
}

/**************************************
               MAIN MENU
***************************************/
.main-nav {
	display: none;
	font-family: "chaparral-pro", Arial, sans-serif;
	text-transform: none;
	background: #fff;
	width: 100%;
    position: absolute;
	margin-top: 53px !important;
	padding: 10px 0;
	z-index: 100000;
	border-radius: 3px;
    overflow: hidden;
	border: 0;
	box-shadow: 1px 1px 1px #eee;
	top: auto !important;
}
.main-nav > li {
    width: 14.2%;
    float: left;
    margin: 0;
}
.main-nav li, .sub-menu li {
width: 100%;
border: none;
text-align: left;
padding: 0 !important;
border-bottom: 1px solid #fff;
}
.main-nav > li > a {
    font-family: arial,sans-serif;
    padding: 7px 0 9px;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-indent: 15px;
    color: #414141;
    border-bottom: 1px solid #f5f5f5;
    text-transform: none;
}
.main-nav li a {
	border-radius: 0;
	right: 0;
	top: 0;
	position: relative;
	border-bottom: none !important;
	text-align: left;
	border: none;
	padding: inherit;
	display: block;
	margin: 0;
	padding: 7px 0 !important;
	border-top: 1px solid #eee;
}
.main-nav > li:last-child a {
	border: none	
}
.main-nav > li > a:hover {
	background: #f5f5f5;
}
.main-nav {
	display: none;
	font-family: "chaparral-pro", Arial, sans-serif;
	text-transform: none;
	background: #fff;
	width: 150px;
    position: absolute;
	margin-top: 33px;
	padding: 0;
	z-index: 100000;
	border-radius: 0;
    overflow: hidden;
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
	box-shadow: none;
	top: auto;
}
.main-nav > li {
    width: 100%;
    float: left;
    margin: 0;
}

.main-nav > li > div .btn-navbar {
	display:none;
}
.main-nav > li > div > ul {
    font-family: "Open Sans","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
    padding: 10px 0;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    display: block;
    position: relative;
    top: 0;
    margin: 0;
}
.main-nav > li > div > ul > li {
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin: 0 0 0 20px;
}
.main-nav > li > div > ul > li > a {
    padding: 0;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #000;
}
.sub a {
}

/**************************************
               MAIN MENU V2
***************************************/

.touch-nav-main {
	
}
.touch-nav-main .main-nav {
	display: block;
	position: fixed;
	background: #f5f5f5;
	margin-left: 0;
	width: 258px;
	top: 7px !important;
	float: right;
	height: auto;
}
.tool-nav-container {
	display:none;
}
.touch-nav-main .tool-nav-container {
	display:block;
	width: 260px;
}
.btn-navbar,.btn-navbar:hover {
	padding: 0;
	margin: 0;
}
.touch-bar {
	width: 30px
}
.touch-btn-title {
	font-size: 10px;
	line-height: 9px;
	color: #009CBE;
}
.logo_shell .nav {
	padding: 0;
	width: 30px;
	height: 30px;
}

.touch-nav-main {
	position: absolute;
}
.touch-nav {
	display: block;
	width: 980px;
	position: absolute;
	margin: 0 auto;
	height: 100%;
	right: 0;
	left: 0;
	z-index: 0;
	display: none;
}
.nav-container {
	position: relative;
	width: 260px;
}
.float-right {
	float: right;
}
	
/**************************************
               FORMS/INPUTS
***************************************/
/* forms.css */
li.marshall-container-item.select_item:hover {
    background: transparent;
}

label {font-weight: normal; line-height: 23px;width: auto;text-align: left;height: auto;margin: 0 0 0 10px !important;}
fieldset {
  padding: 0;
  margin: 0;
  border: 1px solid #469EF2;
  border-radius: 2px;
  padding: 5px 15px !important;
  background: #469EF2;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
fieldset.unset {
  background: #eee;
  border: 1px solid #eee;
  color: #000;
  cursor: pointer;
}
fieldset.unset span {
  color: #000 !important;
  cursor: pointer !important;
}

fieldset.unset:hover {
  background: #000;
  border: 1px solid #000;
  color: #000;
}
fieldset.unset:hover span {
  color: #fff !important;
}
legend {font-weight:bold;font-size:14px;}
input.text, input.title, textarea, select, .submit_button {margin: 0;border:1px solid #bbb;}
/* input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #4B4F54;} */
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:18px;}
textarea {width:100%;height: 80px;text-indent: 10px;margin: 2px 0;border-radius: 3px;resize: none; box-shadow: none;}
select {height: 25px;line-height: inherit;min-width: 100%;width: 100%; margin: 2px 0;}
select.att_value.incontext.h-20 {
    background-size: 12px;
}
input, textarea, .submit_button {background: #f5f5f5;border: none;border-radius: 3px;margin: 0;border: 0;padding: 5px;text-indent: 10px;font-size: 13px;color: rgb(128, 128, 128);}
input[type="text"]:focus, textarea:focus {
	border-color: #009CBE;
	outline:0px solid #009CBE;
}
input[type="file"] {
	text-indent: 3px
}
input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
  color: transparent;
  height: 0;
}
input[type="file"]::-moz-file-upload-button {
  visibility: hidden;
}
input[type="file"]::-o-file-upload-button {
  visibility: hidden;
}
input[type="file"]:before {
  content: 'Select a file';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  background: -moz-linear-gradient(top, #f9f9f9, #e3e3e3);
  background: -o-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 1px 5px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  cursor: pointer;
  width: auto;
  text-align: center;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 13px;
  text-indent: 0;
}
input[type="file"]:hover:before {
  border-color: #999;
}
input[type="file"].post_photo {
  visibility: hidden;
  padding: 0;
  background: transparent;
  height: 0;
  cursor: pointer;
  color: #fff;
  padding: 0 !important;
}
input[type="file"].post_photo:focus {
  outline: 0 none !important;
  border: 0 none !important;
}
input[type="file"].post_photo:before {
  visibility: hidden;
}
select:focus {outline:none !important;border-color: #000;}
.left_checkbox {width:30px;float:left;text-align:left;margin: 7px 0 7px;}
input[type="submit"], .submit_button {
    background: #f5f5f5;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    border: 0 none !important;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color:#585858;
	outline: none !important;
	cursor: pointer;
	color: #fff;
	border: 1px solid #000;	
}
input[type="checkbox"], select {outline:none !important;border-radius: 2px;color: rgb(128, 128, 128);padding: 0;}
select {outline:none !important;background: url(/media/select-arrow.png) no-repeat 97% center rgb(255,255,255);-webkit-appearance: none;border-radius: 50px;color: rgb(128, 128, 128);padding: 13px 0;height: auto;text-indent: 10px;-moz-appearance: none;appearance: none;border: 1px solid #a6a9ac;}
input[type="checkbox"]:focus, button, button:focus {outline:none !important;}

.submit_button {
	text-align: center;
	text-indent: 0;
	width: 100%;
}
.main-ul div {
	padding: 0 2px;
}

.subscribe {
    width: 300px;
	position: relative;
    margin: 3px 0 0;
}
.subscribe li {
    float: left;
    width: auto;
}
.subscribe li.sub_sub {
    float: left;
    width: 70%;
    overflow: visible;
}
.subscribe li.sub_sub {
    float: left;
    width: 70%;
    overflow: visible;
}
.subscribe li.sub_submit {
    float: left;
    width: 30%;
}
.subscribe li input#newsletter {
    width: 100%;
    font-size: 12px;
    left: 0;
    right: 0;
    border: 1px solid #009CBE;
    display: inline-block;
    float: left;
    color: #999;
    height: 14px;
    line-height: 10px;
}
.subscribe li div.subscribe_submit {
    background: none repeat scroll 0 0 #009CBE;
    border: 1px solid #009CBE;
    color: #F5F5F5;
    font-size: 12px;
    height: 14px;
    padding: 5px 0;
    line-height: 14px;
    text-indent: 10px;
    text-transform: uppercase;
    width: 100%;
    margin: 2px 0;
    cursor: pointer;
}
.subscribe li div.subscribe_submit:hover {
    background: #f5f5f5 !important;
	color: #999;
}
.n_message {
	position: absolute;
	font-size: 13px;
	top: 26px;
	width: 100%;
	left: 0;
	right: 0;
	background: #f5f5f5;
	box-shadow: 1px 1px 1px #eee;
}
.response_error {
	background: transparent;
	font-size: 12px;
	width: 100%;
	padding: 5px 0;
	text-indent: 10px;
}
/**************************************
               INNER BODY
***************************************/

.icon-holder {
    float: left;
    width: 100%;
}
.light {
	color: #d6d6d6 !important;
}
.icon .fas {font-size: 28px;margin: 2px;color: #000;}
.dark .icon .fas {font-size: 28px;margin: 2px;position: absolute;color: #fff;}
.icon-large .fas {font-size: 32px;margin: 0;position: absolute;color: #000;}
.icon-large {
	background-color: transparent;
	height: 30px !important;
	width: 20px !important;
	float: left;
	margin: 2px 2px 0 0;
	overflow: hidden;
	position: relative;
	font-size: 25px;
}
.icon {
	background-color: transparent;
	height: 30px !important;
	width: 43px !important;
	float: left;
	margin: 3px 2px 0 0;
	overflow: hidden;
	background-size: 38px;
	position: relative;
	font-size: 20px;
}
span.icon.icon-mid {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
}

.icon-mid .fas {
    margin: 0;
}
.icon-small {
	background-color: transparent;
	height: 18px !important;
	width: 20px !important;
	float: left;
	margin: 2px 2px 0 0;
	overflow: hidden;
	background-size: 38px;
	position: relative;
}
.icon-open {
	background: url(/media/icon-open.png) no-repeat -3px -2px;
	height: 18px;
	width: 18px;
	padding-left: 16px;
}
.icon-closed {
	background: url(/media/icon-closed.png) no-repeat -3px -2px;
	height: 18px;
	width: 18px;
	padding-left: 16px;
}
.icon-secret {
	background: url(/media/icon-secret.png) no-repeat -3px -2px;
	height: 18px;
	width: 18px;
	padding-left: 16px;
}
.icon:hover {
}
.icon-tag {
    float: none;
    padding: 0;
    margin-left: 32px;
    margin-top: 2px;
    font-size: 12px;
    text-indent: 5px;
}
.inner-body .icon-tag {
    float: none;
    padding: 0;
    margin-left: 32px;
    margin-top: 8px;
    font-size: 12px;
    text-indent: 5px;
}
.icon-tag a, .icon-tag span {
	padding: 0;
	font-size: 13px;
	margin: 6px 0 0;
}
.icon-tag a {
}
.icon-products {
	background: url(/media/icons.svg) no-repeat scroll center center !important;
	height: 19px !important;
	width: 28px !important;
	width: 0 !important;
	height: 0 !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 148px !important;
	background-position: -60px -1px !important;
}
.sub-menu a.icon-tag, .sub-menu .icon-tag a  {
	float: left !important;
	width: auto !important;
	color: #fff !important;
	margin-left: 0;
	text-indent: 5px !important;
}
.icon-photos-mid {
  background: url(/media/icon-sprite.svg) no-repeat scroll -11px -604px !important;
  height: 30px !important;
  width: 35px !important;
  top: 0;
  margin: 0;
  float: left;
  background-size: 500px !important;
  margin: 0px !important;
  cursor: pointer;
}
.icon-article-mid {
 background: url(/media/icon-sprite.svg) no-repeat scroll -105px -609px;
  height: 30px !important;
  width: 35px !important;
  top: 0;
  margin: 0;
  float: left;
  background-size: 500px !important;
  margin: 0px !important;
  cursor: pointer;
}
.icon-video-mid {
  background: url(/media/icon-sprite.svg) no-repeat scroll -59px -608px;
  height: 30px !important;
  width: 35px !important;
  top: 0;
  margin: 0;
  float: left;
  background-size: 500px !important;
  margin: 0px !important;
  cursor: pointer;
}
.icon-shop-mid {
  background: url(/media/icon-sprite.svg) no-repeat scroll -146px -608px;
  height: 30px !important;
  width: 35px !important;
  top: 0;
  margin: 0;
  float: left;
  background-size: 500px !important;
  margin: 0px !important;
  cursor: pointer;
}

.icon-user-mid {
  background: url(/media/icon-sprite.svg) no-repeat scroll -187px -606px;
  height: 30px !important;
  width: 35px !important;
  top: 0;
  margin: 0;
  float: left;
  background-size: 500px !important;
  margin: 0px !important;
  cursor: pointer;
}

.icon-tag-mid {
  background: url(/media/icon-sprite.svg) no-repeat scroll -229px -607px;
  height: 30px !important;
  width: 35px !important;
  top: 0;
  margin: 0;
  float: left;
  background-size: 500px !important;
  margin: 0px !important;
  cursor: pointer;
}

.icon-search-mid {
  background: url(/media/icon-sprite.svg) no-repeat scroll -276px -607px;
  height: 30px !important;
  width: 35px !important;
  top: 0;
  margin: 0;
  float: left;
  background-size: 500px !important;
  margin: 0px !important;
  cursor: pointer;
}
.icon-photo {
  background: url(/media/icon-sprite.svg) no-repeat scroll -53px -108px;
  height: 35px !important;
  width: 43px !important;
  top: 0;
  margin: 0;
  float: left;
  background-size: 500px !important;
  margin: 5px !important;
  cursor: pointer;
}
.icon-photo,.icon-photo:hover {
  background-size: 530px !important;
}

.icon-photo.fa-solid,.icon-photo.fa-regular {
  background: none;
  font-size: 34px;
}
.icon-photo:hover {
  background: url(/media/icon-sprite.svg) no-repeat scroll -99px -108px;
}
.icon-photo:hover {
  background: url(/media/icon-sprite.svg) no-repeat scroll -102px -108px;
}
.icon-trash {
  background: url(/media/icon-sprite.svg) no-repeat scroll -101px -707px;
  height: 35px !important;
  width: 37px !important;
  top: 0;
  margin: 0;
  float: left;
  background-size: 500px !important;
  margin: 5px !important;
  cursor: pointer;
}

.video-overlay,.video-overlay-thumb {
	  background: url(/media/video-overlay.svg) no-repeat scroll center center;
	  height: 100%;
	  width: 100%;
	  top: 0;
	  bottom: 0;
	  left:0;
	  right:0;
	  position: absolute;
	  margin: 0;
	  background-size: 100px !important;
	  cursor: pointer;
	  min-height: 100px;
	  min-width: 100px;
}
.video-overlay-thumb, .post-editing .video-overlay, .feed-view-block .video-overlay {
	 background-size: 60px !important;
	 min-height: 60px;
	 min-width: 60px;
}
#time-bg .icon-photo {
	padding: 4px 2px;
	border-radius: 40px;
	margin: 5px !important;
	background-position: -56px -108px;
}

.icon-price {
	background: url(/media/icon-price.png) no-repeat scroll center 1px;
	height: 41px !important;
	width: 43px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 33px !important;
}
.alert_warning {
	background: url(/media/alert_warning.png) no-repeat scroll 10px 18px;
	height: auto;
	width: 100%;
	top: 0;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	float: left;
	padding: 20px 40px;
	background-color: #ffe6e6;
}
.alert_success {
	height: auto;
	width: 100%;
	top: 0;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	float: left;
	padding: 20px 40px;
	background-color: #e6ffe9;
}
.icon-tags {
	background: url(/media/icon-tags.png) no-repeat scroll center 1px;
	height: 41px !important;
	width: 43px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 33px !important;
}
.icon-materials {
	background: url(/media/icon-materials.png) no-repeat scroll center 1px;
	height: 41px !important;
	width: 43px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 33px !important;
}
.icon-user {
	background: url(/media/icon-user.png) no-repeat scroll center 1px;
	height: 41px !important;
	width: 43px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 33px !important;
}
.icon-quantity {
	background: url(/media/icon-quantity.png) no-repeat scroll center 0;
	height: 41px !important;
	width: 43px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 40px !important;
}
.icon-rating {
	background: url(/media/star-grey.svg) no-repeat 5px 5px !important;
	background-size: auto 18px !important;
	background-position: 6px -1px !important;
	margin: 0;
	float: none;
	width: 28px;
	height: 18px;
	float: left;
}
li.active .icon-rating {
	background: url(/media/star.svg) no-repeat 5px 5px !important;
	background-size: auto 18px !important;
	background-position: 6px -1px !important;
	margin: 0;
	float: none;
	width: 28px;
	height: 18px;
	float: left;
}

.icon a:hover {
	background: transparent !important;
}

.icon-location {
	background: url(/media/icon-location.png) no-repeat scroll center center;
	height: 30px !important;
	width: 30px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 22px !important;
}
.icon-website {
	background: url(/media/icon-link.png) no-repeat scroll center center;
	height: 30px !important;
	width: 30px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 16px !important;
}
.icon-edit {
	background: url(/media/icon-edit.png) no-repeat scroll center center;
	height: 30px !important;
	width: 30px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 16px !important;
}
.icon-edit-small {
	background: url(/media/icon-edit.png) no-repeat scroll center center;
	height: 15px !important;
	width: 15px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 13px !important;
}
.icon-like {
	background: url(/media/icon-sprite.svg) no-repeat scroll -196px -104px;
	height: 40px !important;
	width: 35px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 500px;
}
.icon-liked {
	background: url(/media/icon-sprite.svg) no-repeat scroll -420px -104px;
	height: 40px !important;
	width: 35px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 500px !important;
}
.icon-comment {
	background: url(/media/icon-sprite.svg) no-repeat scroll -146px -104px;
	height: 40px !important;
	width: 37px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 500px !important;
}
.icon-commented {
	background: url(/media/icon-sprite.svg) no-repeat scroll -370px -104px;
	height: 40px !important;
	width: 37px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 500px !important;
}
.icon-private-large {
	background: url(/media/icon-sprite.svg) no-repeat scroll -366px -323px;
	height: 40px !important;
	width: 40px !important;
	top: 0;
	margin: 50px auto 0px;
	float: none;
	background-size: 500px !important;
}
.icon-alert-success-large {
	background: url(/media/icon-sprite.svg) no-repeat scroll -175px -866px;
	height: 82px !important;
	width: 82px !important;
	top: 0;
	margin: 0 auto 20px;
	float: none;
	background-size: 1000px !important;
}
.icon-alert-error-large {
	background: url(/media/icon-sprite.svg) no-repeat scroll -77px -869px;
	height: 82px !important;
	width: 82px !important;
	top: 0;
	margin: 0 auto 20px;
	float: none;
	background-size: 1000px !important;
}
.icon-empty-large {
	background: url(/media/icon-sprite.svg) no-repeat scroll -374px -403px;
	height: 30px !important;
	width: 28px !important;
	top: 0;
	margin: 100px auto 20px;
	float: none;
	background-size: 500px !important;
}
.icon-success-large {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/media/icon-sprite.svg");
    background-origin: padding-box;
    background-position: -322px -403px;
    background-repeat: no-repeat;
    background-size: 500px auto !important;
    float: left;
    height: 30px !important;
    margin: 0;
    top: 0;
    width: 28px !important;
}
.icon-success-med {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/media/icon-sprite.svg");
    background-origin: padding-box;
    background-position: -236px -293px;
    background-repeat: no-repeat;
    background-size: 365px auto !important;
    float: left;
    height: 20px !important;
    margin: 0;
    top: 0;
    width: 20px !important;
}
.icon-error-med {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/media/icon-sprite.svg");
    background-origin: padding-box;
    background-position: -236px -319px;
    background-repeat: no-repeat;
    background-size: 365px auto !important;
    float: left;
    height: 20px !important;
    margin: 0;
    top: 0;
    width: 20px !important;
}
.icon-checked {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/media/icon-sprite.svg");
    background-origin: padding-box;    	
    background-position: -66px -217px;
    background-repeat: no-repeat;
    background-size: 250px auto !important;
    float: left;
    height: 20px !important;
    margin: 0;
    top: 0;
    width: 20px !important;
}
.icon-following-true {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/media/icon-sprite.svg");
  background-origin: padding-box;
  background-position: -162px -199px;
  background-repeat: no-repeat;
  background-size: 250px auto !important;
  float: left;
  height: 20px !important;
  margin: 0;
  top: 0;
  width: 20px !important;
}
.icon-unchecked {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/media/icon-sprite.svg");
    background-origin: padding-box;
     
    background-position: -66px -197px;
    background-repeat: no-repeat;
    background-size: 250px auto !important;
    float: left;
    height: 20px !important;
    margin: 0;
    top: 0;
    width: 20px !important;
}
.icon-tooltip {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/media/icon-sprite.svg");
    background-origin: padding-box;
    
	background-position: -138px -198px;
    background-repeat: no-repeat;
    background-size: 250px auto !important;
    float: left;
    
	height: 20px !important;
    margin: 0;
    top: 0;
    width: 20px !important;
	cursor:help;
}
.icon-information {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("/media/icon-sprite.svg");
	background-origin: padding-box;
	background-position: -135px -217px;
	background-size: 250px auto !important;
	float: left;
	height: 20px !important;
	margin: 0;
	top: 0;
	width: 28px !important;
	cursor:help;
}
.icon-information-light {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/media/icon-sprite.svg");
    background-origin: padding-box;
    background-position: -108px -217px;
    background-repeat: no-repeat;
    background-size: 250px auto !important;
    float: left;
    height: 20px !important;
    margin: 0;
    top: 0;
    width: 28px !important;
	cursor:help;
}
.icon-shared {
	background: url(/media/icon-sprite.svg) no-repeat scroll -460px -104px;
	height: 40px !important;
	width: 40px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 500px !important;
    float: left;
	cursor: pointer;
}
.icon-share {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/media/icon-sprite.svg");
    background-origin: padding-box;
	background-position: -230px -394px;
    background-repeat: no-repeat;
    
	background-size: 500px auto !important;
    float: left;
    
	height: 40px !important;
    margin: 0;
    top: 0;
	width: 40px !important;
	cursor: pointer;
}
.icon-share-light, .icon-share-small {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/media/icon-sprite.svg");
    background-origin: padding-box;
    
	background-position: -111px -196px;
    background-repeat: no-repeat;
    background-size: 250px auto !important;
    float: left;
    height: 20px !important;
    margin: 0;
    top: 0;
    width: 28px !important;
	cursor: pointer;
}
.icon-comment-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -181px -53px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0 5px 0 0;
	float: left;
	background-size: 250px !important;
}
.icon-settings-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -199px -104px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0 5px 0 0;
	float: left;
	background-size: 250px !important;
}

.icon-plain {
	height: 15px !important;
	width: 5px !important;
	top: 0;
	margin: 0 5px 0 0;
	float: left;
	background-size: 250px !important;
}

.icon-acc-balance-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -179px -81px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0 5px 0 0;
	float: left;
	background-size: 250px !important;
}
.account-balance.active-balance .icon-acc-balance-small, .account-balance.active- .icon-acc-balance-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -177px -104px;
}

.account-balance.active-balance > a, .account-balance.active- > a, .sub_options  li.active > a, .options li.active a,.options li.active a span {
	color: #fff !important;
}

.icon-payments-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -200px -162px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0 5px 0 0;
	float: left;
	background-size: 250px !important;
}
.account-payments.active-payments .icon-acc-payments-small, .account-payments.active- .icon-acc-payments-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -200px -162px;
}

.icon-fee-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -176px -217px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0 5px 0 0;
	float: left;
	background-size: 250px !important;
}
.icon-credit-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -176px -200px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0 5px 0 0;
	float: left;
	background-size: 250px !important;
}
.account-payments.active-payments .icon-acc-payments-small, .account-payments.active- .icon-acc-payments-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -200px -162px;
}

.icon-payments-bank {
	background: url(/media/icon-sprite.svg) no-repeat scroll -372px -361px;
	height: 30px !important;
	width: 30px !important;
	top: 0;
	margin: 0 5px 0 0;
	float: left;
	background-size: 500px !important;
}
.sidepanel li.active > a, .setting-general.active-general > a, .setting-payments.active-payments > a, .setting-shop.active-shop > a {
	
}
.setting-payments.active-payments > a > .icon-payments-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -200px -180px;
}
.setting-general.active-general > a > .icon-settings-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -199px -124px;
}
.setting-shop.active-shop > a > .icon-shop-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -200px -143px;
}
.icon-shop-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -176px -143px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0 5px 0 0;
	float: left;
	background-size: 250px !important;
}
.icon-privacy-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -176px -162px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0 5px 0 0;
	float: left;
	background-size: 250px !important;
}
.icon-like-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -206px -53px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0 5px 0 0;
	float: left;
	background-size: 250px !important;
}
.icon-follow-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -68px -143px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0 5px 0 0;
	float: left;
	background-size: 250px !important;
}
.icon-message-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -68px -143px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0 5px 0 0;
	float: left;
	background-size: 250px !important;
}
.icon-people-med {
	background: url(/media/icon-sprite.svg) no-repeat scroll -53px -171px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 300px !important;
}
.sub_options > li:hover > a > .icon-people-med,.sub_options > li.active > a > .icon-people-med, .option-people.search-people > a > .icon-people-med {
	background: url(/media/icon-sprite.svg) no-repeat scroll -53px -191px;
}
.icon-posts-med {
	background: url(/media/icon-sprite.svg) no-repeat scroll -84px -196px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 300px !important;
}
.sub_options > li:hover > a > .icon-posts-med,.sub_options > li.active > a > .icon-posts-med, .option-posts.search-posts > a > .icon-posts-med {
	background: url(/media/icon-sprite.svg) no-repeat scroll -84px -215px;
}
.icon-photos-med {
	background: url(/media/icon-sprite.svg) no-repeat scroll -111px -171px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 300px !important;
}
.sub_options > li:hover > a > .icon-photos-med,.sub_options > li.active > a > .icon-photos-med, .option-photos.search-photos > a > .icon-photos-med {
	background: url(/media/icon-sprite.svg) no-repeat scroll -111px -195px;
	color: #fff;
}
.icon-tags-med {
	background: url(/media/icon-sprite.svg) no-repeat scroll -111px -171px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 300px !important;
}
.sub_options > li:hover > a > .icon-tags-med,.sub_options > li.active > a > .icon-tags-med, .option-tags.search-photos > a > .icon-tags-med {
	background: url(/media/icon-sprite.svg) no-repeat scroll -111px -195px;
	color: #fff;
}
.icon-users-med {
	background: url(/media/icon-sprite.svg) no-repeat scroll -83px -148px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 300px !important;
}
.sub_options > li:hover > a > .icon-users-med,.sub_options > li.active > a > .icon-users-med, .option-users.search-photos > a > .icon-users-med {
	background: url(/media/icon-sprite.svg) no-repeat scroll -111px -195px;
	color: #fff;
}
.icon-products-med {
	background: url(/media/icon-sprite.svg) no-repeat scroll -110px -125px;
	height: 20px !important;
	width: 25px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 300px !important;
}
.sub_options > li:hover > a > .icon-products-med,.sub_options > li.active > a > .icon-products-med, .option-products.search-products > a > .icon-products-med {
	background: url(/media/icon-sprite.svg) no-repeat scroll -110px -149px;
}
.option-products.search-products span, .option-photos.search-photos span, .option-people.search-people span, .option-posts.search-posts span {
}

.icon-drop-arrow {
	background: url(/media/icon-sprite.svg) no-repeat scroll -154px -160px;
	height: 28px !important;
	width: 28px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 250px !important;
}
.icon-drop-arrow-big {
    background: url(/media/icon-sprite.svg) no-repeat scroll -313px -331px;
    height: 40px !important;
    width: 40px !important;
    top: 0;
    margin: 0;
    float: left;
    background-size: 500px !important;
}
.icon-settings {
  background: url(/media/icon-sprite.svg) no-repeat scroll -441px -500px;
  height: 20px;
  width: 20px;
  top: 0;
  background-size: 500px;
  margin: 0;
  float: left;
}
.user_header .icon-settings {
	background: url(/media/icon-sprite-x2.png) no-repeat scroll -113px -153px;
	height: 28px;
	width: 28px;
	top: 0;
	background-size: 180px;
	margin: 0;
	float: left;
}
.icon-add {
	height: auto;
	width: auto;
	top: 0;
	background-size: 180px;
	margin: 0;
	float: left;
	font-size: 30px;
	padding: 4px;
	background: #eee;
	color: #009CBE;
	border-radius: 3px;
}
.icon-group {
	background: url(/media/icon-group-white.png) no-repeat 0px -5px;
	width: 81px !important;
	cursor: pointer;
}
.icon-group span, .icon-group a {
	color:#fff;
	padding: 4px 0 0;
}
.icon-home {
	background: url(/media/icon-sprite.svg) no-repeat scroll -57px -215px;
	width: 35px !important;
	cursor: pointer;
	background-size: 500px !important;
}
.icon-home:hover {
	/* background: url(/media/icon-sprite.svg) no-repeat scroll -56px -365px; */
}

.icon-explore {
	background: url(/media/icon-sprite.svg) no-repeat scroll -417px -60px;
	width: 27px !important;
	cursor: pointer;
	background-size: 500px !important;
	margin: 0 10px 0 0;
}
.icon-app-home {
	background: url(/media/logo-white.png) no-repeat scroll 0px 2px;
	width: 132px !important;
	cursor: pointer;
	background-size: 132px !important;
	height: 32px !important;
	margin: 0 0px 0 0;
}
.icon-app-home a {
	
	margin: 6px 0px 0 31px;
	font-size: 20px;
	color: #eee;
	text-align: left !important;
	font-weight: normal;
}
.icon-shop {
	background: url(/media/icon-sprite.svg) no-repeat scroll -279px -168px;
	width: 68px !important;
	cursor: pointer;
	background-size: 500px !important;
}
.icon-cart {
	background: url(/media/icon-sprite.svg) no-repeat scroll -279px -168px;
	width: 40px !important;
	cursor: pointer;
	background-size: 500px !important;
	padding: 0;
}

.icon-cart-small {
	background: url(/media/icon-sprite.svg) no-repeat scroll -140px -84px;
	width: 20px !important;
	cursor: pointer;
	background-size: 250px !important;
	padding: 0;
}
.icon-cart:hover {
	/* background: url(/media/icon-sprite.svg) no-repeat scroll -56px -168px; */
}
.icon-notification {
	background: url(/media/icon-sprite.svg) no-repeat scroll -145px -212px;
	width: 36px !important;
	cursor: pointer;
	background-size: 500px !important;
	padding: 0;
}
.icon-notification:hover {
	/* background: url(/media/icon-sprite.svg) no-repeat scroll -92px -365px; */
}
.icon-message {
	background: url(/media/icon-sprite.svg) no-repeat scroll -92px -253px;
	width: 38px !important;
	cursor: pointer;
	background-size: 500px !important;
	padding: 0;
}
.icon-message:hover {
	/* background: url(/media/icon-sprite.svg) no-repeat scroll -92px -399px; */
}
.icon-view-list {
	background: url(/media/icon-sprite.svg) no-repeat scroll -9px -253px;
	width: 40px !important;
	cursor: pointer;
	background-size: 500px !important;
	padding: 0;
}
.icon-view-list-header {
	background: url(/media/icon-sprite.svg) no-repeat scroll -9px -371px;
	width: 35px !important;
	height: 30px !important;
	cursor: pointer;
	background-size: 500px !important;
	padding: 0;
}
.icon-view-list:hover, .icon-view-list.active-list {
	background: url(/media/icon-sprite.svg) no-repeat scroll -9px -284px;
}
.icon-view-block {
	background: url(/media/icon-sprite.svg) no-repeat scroll -53px -253px;
	width: 40px !important;
	cursor: pointer;
	background-size: 500px !important;
	padding: 0;
}
.icon-view-block:hover, .icon-view-block.active-block {
	background: url(/media/icon-sprite.svg) no-repeat scroll -53px -284px;
}
.icon-followers {
	background: url(/media/icon-sprite.svg) no-repeat scroll -145px -253px;
	width: 35px !important;
	cursor: pointer;
	background-size: 500px !important;
	padding: 0;
}
.icon-followers:hover {
	/* background: url(/media/icon-sprite.svg) no-repeat scroll -55px -397px; */
}
.arrow-l {
	background: url(/media/arrow-left-white.png) no-repeat -4px center;
	width: 20px !important;
	height: 40px !important;
	cursor: pointer;
	background-size: 25px !important;
	margin-top: -14px;
	left: 0;
	border-radius: 0 28px 28px 0;
	position: absolute;
	float: left;
	background-color: rgba(132, 132, 132, 0.4);
	top: 50%;
}
.arrow-r {
	background: url(/media/arrow-right-white.png) no-repeat -1px center;
	width: 20px !important;
	height: 40px !important;
	cursor: pointer;
	background-size: 25px !important;
	float: right;
	background-color: rgba(132, 132, 132, 0.4);
	border-radius: 28px 0 0 28px;
	margin: 0 0 0 1px;
	margin-top: -14px;
	position: absolute;
	right: 0;
}
.icon-close {
	background: url(/media/icon-close.png) no-repeat center center;
	width: 8px !important;
	height: 8px !important;
	cursor: pointer;
	background-size: 16px !important;
	float: left;
	background-color: rgba(0,0,0,0.3);
	margin: 0 0 0 1px;
	position: absolute;
	right: 0;
	z-index: 1000;
	top: 0;
	padding: 8px !important;
}
.icon-home span, .icon-home a, .icon-explore span, .icon-explore a, .icon-shop span, .icon-shop a, .icon-cart span, .icon-cart a {
	color:#fff;
	padding: 0;
	width: 100%;
	text-align: right;
}
.icon span, .notification_holder {
	text-align: right;
	padding: 0px 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	overflow: visible;
}
.icon a {
	float: left;
	width: 100%;
	text-align: right;
}
.icon a span, .notification_holder {
	background: #e04c4c;
	padding: 0px 4px 0px;
	border-radius: 2px;
	right: 0;
	margin: 0;
	position: absolute;
	width: auto;
	line-height: 18px;
}
.icon-cart a span, .icon .cart_total, .navigation-notification span {
	background: rgb(34, 142, 242);
	padding: 0px 3px;
	border-radius: 2px;
	right: 0;
	margin: 0;
	position: absolute;
	width: auto;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}
.icon-event {
	background: url(/media/icon-sprite-x2.png) no-repeat no-repeat scroll 0px -128px;
}
.icon-phone {
	background: url(/images/icons/ghost-icon-sprite.png) no-repeat -240px 0px;
}
.icon-email {
	background: url(/images/icons/ghost-icon-sprite.png) no-repeat -210px 0px;
}
.icon-facebook {
	background: url(/images/icons/ghost-icon-sprite.png) no-repeat 0px 0px;
}
.icon-twitter {
	background: url(/images/icons/ghost-icon-sprite.png) no-repeat -30px 0px;
}
.icon-instagram {
	background: url(/images/icons/ghost-icon-sprite.png) no-repeat -60px 0px;
}
.icon-pinterest {
	background: url(/images/icons/ghost-icon-sprite.png) no-repeat -90px 0px;
}
.icon-google {
	background: url(/images/icons/ghost-icon-sprite.png) no-repeat -120px 0px;
}
.icon-linkedin {
	background: url(/images/icons/ghost-icon-sprite.png) no-repeat -150px 0px;
}
.icon-youtube {
	background: url(/images/icons/ghost-icon-sprite.png) no-repeat -180px 0px;
}

.icon-first {
	margin: 2px 0 0;
}
.icon-bg {
	background: #1E8CCC;
	color: #fff;
}
.contact_icons {
	width: 32px;
}
.contact_icons img {
	width: 100%;
}
.body-inner .main-nav {
	height: 20px;
	margin: 5px 0 0;
}
.body-inner .main-nav li, #secure-zone-list li {
    width: auto;
}
.body-inner .main-nav li a {
    padding: 0 7px;
	
    text-transform: none;
}
.caption {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 20px;
}


.content-holder {
    float: left;
    width: 100%;
}
.content {
	line-height: 30px;
	float: left;
	margin: 0;
}
.content img {
	width: 100% !important;
}
.content-body {
    float: none;
    padding: 0;
    margin-left: 30px;
    margin-top: 2px;
    font-size: 12px;
    text-indent: 5px;
}
.link {
	color: rgb(137,139,142) !important;
}

.portfolioFilter {
	
}
.portfolioFilter a {
	font-size:20px;
	font-family: "Open Sans","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif; color:#888888;
	text-transform: uppercase;
	margin: 0 5px 0 10px;
}

.load-more-holder {
    float: none;
    width: 150px;
    margin: 0 auto;
    position: relative;
    height: 100px;
}
.load-more-container {
    float: left;
    width: 100%;
    height: 120px;
}
.load-more,.load-more-targeted, .show-more-options, .load-more-complete {
	background: #000;
	color: #fff;
	width: auto;
	max-width: 300px;
	margin: 40px auto;
	float: none;
	left: 0;
	right: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	cursor: pointer;
	position: absolute;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.load-more:hover,.load-more-targeted:hover, .show-more-options:hover {
	background: #f5f5f5;
}
/**************************************
               FOOTER
***************************************/
#footer {
	background: #fafafa;
	float: left;
	width: 100%;
	margin: 0;
	padding: 40px 0;
}
.copy {
	float: none;
	margin: 28px 0px;
	font-size: 13px;
}


/*******************************************************/
/*                   Main pagination                   */
/*******************************************************/

.amI {
background: url(/System/admin/images/sprite_black2.png) -21px -21px no-repeat;
height: 20px;
}
.amJ {
background: url(/System/admin/images/sprite_black2.png) -41px -21px no-repeat;
height: 20px;
}
.amIF {
background: url(/System/admin/images/sprite_black2.png) -21px -101px no-repeat;
height: 20px;
}
.amJL {
background: url(/System/admin/images/sprite_black2.png) -41px -101px no-repeat;
height: 20px;
}
.amJL, .amIF, .amJ, .amI {
	 margin: 0 0 0 -4px !important;
	 float: none !important;
 }
#pagit_count {
	width: 100px;
	float: right;
	margin: 15px 0;
}
#pagit_right a, #pagit_left a, #pagit_first a, #pagit_last a {
	width: 30px;
	float: left;
	margin: 12px 0;
}
#pagit_left a, #pagit_right a, #pagit_first a, #pagit_last a {
	border-radius: 2px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	margin-right: 0;
	height: 23px;
	line-height: 27px;
	min-width: 10px;
	outline: 0;
	width: 20px;
	padding: 3px 0;
	margin: 0;
}
#pagit_left, #pagit_right, #pagit_first, #pagit_last {
	background-color: transparent;
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	border: 1px solid rgba(0,0,0,0.1);
	color: #444;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    color: #444;
	border: 1px solid #dcdcdc;
    border: 1px solid rgba(0,0,0,0.1);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 7px 2px;
	float: left;
}
.arc_pag {
	float: left;
	width: 240px;
}
.alert_content_icon {
    width: 18px;
    float: left;
}
.alert_content_icon img {
    float: left;
    width: 100%;
}
.times-empty {
	width: 100% !important;	
	text-align: left !important;
	padding: 10px !important;
}
.logo_waft {
	position: absolute;
	left: 20px;
}
.logo_waft, .logo {

-moz-transition: all 900ms;
	-o-transition: all 900ms;
	-webkit-transition: all 900ms;
	transition: all 900ms;
}
.right-box {
}
.rhi {
	height: 1040px;
}
.right-box {
	display:none;
}
.float {
	position:absolute;
}
.touch-bar, .touch-bar:hover {
	color: #fff;
	background-color: #fff;
}
.do-tags {
	padding: 1px 6px 2px 6px;
	margin: 0 3px 3px 0;
	background: #f5f5f5;
	border-radius: 4px;
	line-height: 16px;
	font-size: 13px;
	float: left;
	width: auto !important;
}
.card-container, .load-more-holder {
	display: none;
}
.rating {
    float: left;
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 10px;
}
.rating img {
    width: auto !important;
}
.date {
	float: left;
	margin: 8px 10px 0;
	font-size: 13px;
}
.date-ab {
	text-transform: none !important;
}
/*******************************************************/
/*                   Plugins		                   */
/*******************************************************/

._4s7c {
	border: 1px solid #f5f5f5 !important;
	border-top-color: #f5f5f5 !important;
}

.rightlist img {
	width: auto !important; 
}
.ig-holder {
	height: 521px;
}
.fb-holder {
	height: 241px;
}
.ad-holder {
	height: 250px;
}
#map {
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
ul.rightlist li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
ul.rightlist {
	padding: 0;
}
ul.rightlist p {
	margin: 0px 0;
}
.item-placeholder {
    height: 190px;
    top: 0;
}

.item-placeholder .title {
	font-weight: 600;
	font-size: 44px;
	margin: 130px auto;
	text-shadow: 0 0 10px rgba(100,100,100,0.1);
	color: #999;
	text-align: center;
}

/*******************************************************/
/*                   SEARCH 		                   */
/*******************************************************/

#mainBody{
	background: #fff;	
	position: absolute;
	top: 42px;
	left: 20px;
	width: 30%;
	
	border-left: 1px solid #eee;
	box-shadow: 0 6px 18px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 6px 18px 3px rgba(0, 0, 0, 0.1);
	padding-bottom: 0;
	display: none;
	border-radius: 0;
}
#mainBody .inner_body {
	padding: 0;
	float: left;
	width: 100%;
}
#mainBody .inner_body .post_name {
	border-bottom: 1px solid #eee;
	padding: 5px 0 0;
	text-align: left;
}
.posts-empty {
	padding: 20px 0 0;
}
.search-toggle {
	height: 25px;
	width: 25px;
	right: 0;
	top: 0;
	position: absolute;
}
.search-input {
	top: 0;
	margin: 0;
	display: block;
	width: 100%;
}
.search-touch {
	height: 30px;
	width: 30px;
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	display: none;
}
/*******************************************************/
/*                   FEATURE 		                   */
/*******************************************************/

.banner-join {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	padding: 20px 65px;
	position: absolute;
	bottom: 0;
}
.banner-join.banner-join-1 .title {
	font-weight: 600;
	font-size: 74px;
	text-shadow: 0 0 10px rgba(100,100,100,0.1);
	color: #f5f5f5;
}
.banner-join .title {
	font-size: 60px;
	letter-spacing: 1px;
	font-weight: 500;
	text-shadow: none;
	line-height: 1.1em;
	margin-bottom: 30px;
}
/*******************************************************/
/*                   Sub Nav 		                   */
/*******************************************************/
.nav_holder, .nav_sub_holder {
	background: #fff;
	float: left;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	border-bottom: 0px solid #eee;
	border-radius: 0 0 5px 5px;
}
.nav_sub_holder {
	margin-top: 20px;
	border-radius: 5px 5px;
}
.sub_nav {
	padding: 7px 0;
	width: auto;
	float: left;
	margin-left: 10px;
	padding: 0;
}
.sub_nav li {
	float: left;
	display: inline;
	border-right: 0px solid #eee;
}
.sub_nav li a{
    float: left;
    padding: 6px 15px;
    font-size: 19px;
    color: #34373b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: 600;
}
.sub_nav li a.sss{
    padding: 6px 6px;
}
.sub_nav li:last-child {
    border-right: 0;
}
.sub_nav li:first-child {
    border-left: 0px solid #fff;
}
.sub_nav li:last-child {
    border-right: 0px solid #fff;
}
.sub_nav li:first-child:hover, .sub_nav li.active:first-child  {
    border-left: 0px solid #eee;
}
.sub_nav li:last-child:hover, .sub_nav li.active:last-child {
    border-right: 0px solid #eee;
}
.sub_nav li a:hover, .sub_nav li.active a{
	background: transparent;
}
.sub_nav li a:hover .sub_nav li {
	background: #eee;
}

/*******************************************************/
/*                   Profile 		                   */
/*******************************************************/

.profile_banner {
	height: 300px;
	overflow:hidden;
}

/*******************************************************/
/*                   Buttons 		                   */
/*******************************************************/
.button, .button-mid {
	background: #000;
	border: 0px solid #ccc;
	-webkit-border-radius: 3px;
	-webkit-box-sizing: content-box;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	border-radius: 40px;
	padding: auto 15px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	font-weight: 600;
	margin-bottom: 5px;
}
.show_sibling.button,.show_sibling.button:hover {
}

.button:hover,.button-mid:hover {
	color: #fff !important;
	background-color: #228ef2 !important;
}
.button:hover span,.button-mid:hover span {
	color: #fff !important;
}
.button-mid {
	padding: 11px 25px !important;
	font-size: 14px !important;
}
.button-mid span {
}
.go:hover,.go.fb:hover{
	background-color: #228ef2 !important;
	color: #fff !important;
	text-shadow: none;
}
.go:hover span {
	color: #fff !important;
}
.cancel {
	background-color: #C4C4C4;
	border-color: #C0C0C0 #9E9E9D #9C9C9C;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}
.go_event {
	background-color: #009CBE;
	border-color: #00B3DA #009CBE #00829E;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}


/*******************************************************/
/*                   Timeline 		                   */
/*******************************************************/
.timeLineFeed {
	padding: 0;
	overflow: visible;
	margin: 0 0 0px 0;
	position: relative;
}
.timeLine {
	background-size: 3px;
	position: relative;
}
.timeLineHalf {
	background: transparent url(/media/timeline2.png) repeat-y center top;
	background-size: 3px;
	border-radius: 4px;
	border-top: 0px solid #eee;
}

.timeCap {
    padding: 0;
    margin: 20px auto 0px auto;
    overflow: visible;
    list-style:none;
    position: relative !important;
    width: 100% !important;
    display: inline-block;
}
.timehalf li {
	margin: 0 0 30px;
}
.timehalf {
	width: auto; 
}
.timeCapItem img {
	width: 100%;
	vertical-align: top;
}
.timeCapItem[data-side="r"] {clear: right;right: 0;float: right;width: 100%;}
.timeCapItem[data-side="l"] {
clear: left;
left: 0px;
float: left;
top: 0px !important;
}
.timeline.feed .timeCapItem[data-side="l"] {
clear: left;
left: 10px;
float: left;
top: 0px !important;
}
.timeCapItem[data-side="l"]:nth-child(3) {
	top: 20px;
	margin-top: 0;

}
.timeCapItem[data-side="r"]:nth-child(3) {
	top: 0;
	margin-top: 0;
	padding-bottom: 0;
}

.timeCapItem {display: block;margin-bottom: 20px;position: relative !important;visibility: visible;opacity: 1;top: 0;width: 100%;}
.unitHolder a {
	color: #000;
}
.timeCapItem .unitHolder {width: 95%;background: #fff;border-left: 0px solid #c4cde0;border: 0px solid #c4cde0;padding: 15px 0px 20px;border-radius: 0;}
.blockLine .unitHolder {
width: 100%;
background: #fff;
border-left: 0px solid #c4cde0;
border: 0px solid #c4cde0;
padding: 5px 0px 5px;
border-radius: 5px;
}
.left .timeCapItem .unitHolder {
	float:left;
}
.right .timeCapItem .unitHolder {
	float:right;
}
div.item-block-img {
height: auto;
overflow: hidden;
}
.blockLine .unitHolder img {
	width: 100% !important;
}
.timehalf .unitHolder{
	width: 580px;
}
.eventName {
	font-size: 14px;
	font-weight: bold;
}
.gName {
	font-size: 13px;
	font-weight: bold;
}
ol#timeline:before, ol#timeline:after {
content: " ";
width: 15px;
height: 15px;
display: block;
background: transparent;
position: absolute;
top: 0;
left: 50%;
margin-left: -7px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}
ol#timeline:after {
margin-left: -11px;
background: none;
border: 11px solid transparent;
border-top-color: transparent;
width: 0;
height: 0;
top: auto;
bottom: -82px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

ol#timeline li.timeCapItem:before,
ol#timeline li.timeCapItem:after{
	content: " ";
	width: 9px;
	height: 9px;
	display: block;
	background: #fff;
	position: absolute;
	top: 12px;
	left: 486px;
	margin-left: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}
#timeline li:before,
#timeline li:after{
}

#timeline li.timeCapItem[data-side="r"]:after,.timeline .tl_item.offset-first:after{
	left: -27px;
	right: 100%;
}
#timeline li.timeCapItem[data-side="r"]:before{
	background: transparent;
	left:auto;
	right: 100%;
}
.timehalf li:before,
.timehalf li:after,
#skim-images li:before,
#skim-images li:after,
.skim-images li:before,
.skim-images li:after,
.upload-images li:before,
.upload-images li:after,
#context-opt li:before,
#context-opt li:after,
.share-options li:before,
.share-options li:after,
.hover_show_child li:after,
.hover_show_child li:before{
	content: " ";
	background: #fff !important;
	display: none !important;
}

.timeline .tl_item.offset-first, .timeline.v1 .tl_item.offset-first {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  top: 0 !important;
  padding-bottom: 0;
  float: right;
}
.timeline .year, .timeline.v1 .year {
  clear: both;
  margin: 1em auto;
  color: white;
  border-radius: 30% / 100%;
  text-align: center !important;
  margin: 50px 0;
  height: 50px;
  line-height: 50px;
  float: none !important;
  position: relative;
}
.timeline .year:first-of-type, .timeline.v1 .year:first-of-type {
  margin-top: 0 !important;
}
.timeline .year + .tl_item, .timeline.v1 .year + .event {
  margin-top: 0;
}
.timeline.v2 .year, .timeline.v1.v2 .year {
  background: white;
  color: #505050;
  border: 2px solid #505050;
}
.timeline li.year:after, .timeline li.year:before {
	background: transparent !important;
	left:auto;
	right: 100%;
}
.timeCapItem[data-side="r"] .timeCapDate {
	position:absolute;
	left: 5px;
	top: 5px;
}
.timeCapItem[data-side="l"] .timeCapDate {
	position:absolute;
	right: 9px;
	top: 5px;
}

.year-inner {
	background: #009CBE;
	font-size: 3em;
	max-width: 4em;
	clear: both;
	margin: 1em auto;
	color: white;
	border-radius: 30% / 100%;
	text-align: center !important;
	margin-top: 0;
	height: 50px;
	line-height: 50px;
	float: none !important;
}
.sticky  .year-inner {
	background: #fff;
	font-size: 24px;
	max-width: 4em;
	clear: both;
	margin: 1em auto;
	color: #009CBE;
	border-radius: 30% / 100%;
	text-align: center !important;
	margin-top: 0;
	height: 30px;
	line-height: 30px;
	float: none !important;
}
.sticky {
	position: fixed;
	top: 5px;
	z-index: 10001;
	width: 144px;
	margin: 0 auto;
	right: 0;
	left: 0;

	
}
.sticky-r {
	position: relative;
	top: auto !important;
	z-index: 100001;
}
.sticky-l {
	position: fixed !important;
	z-index: 10001;
	top: 83px;
	width: auto;
	bottom: 20px;
	overflow: auto;
	border-radius: 3px;
}
#time_control_holder {
	position: fixed;
	right: 0;
	z-index: 1001;
	top: 40px;
}
#time_control {
	background-color: #E1EFF7;
	padding: 8px 0 8px 1px;
	top: 38px;
	width: 122px;
	z-index: 1;

}
#time_control li {
	margin-bottom: 1px;
}
#time_control li a {
	border-left: 5px solid #ADC4D1;
	color: #3C9FD6;
	display: block;
	font-weight: normal;
	outline: none;
	padding: 4px 0 4px 6px;
}
.time_control_months {
	display: none;
	margin: 1px 0 0 0;
}
#time_control li > ul > li > a {
	padding: 0px 0 0px 15px;

} 





/*
	Gallery Box
*/
.z-index-max {
	z-index: 1000000005 !important;
}
.modalGal {
	background: none repeat scroll 0 0 rgba(0,0,0, 0.6);
	display: table;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	display: none;
	width: 100%;
	z-index: 110000001;
}
div#galleryBox,div.galleryBox,div.mediaBoxModal{
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    font-size: 13px;
    height: auto;
    left: 0;
    top: 10%;
    margin-top: 0;
    margin: 0 auto;
    padding: 0;
    bottom: 10%;
    position: fixed;
    right: 0;
    text-align: center;
    width: 50%;
    z-index: 19999;
    overflow: auto;
    border: 0px solid #4BAEC4;
}

div#alertBox h4 { 
	color: #fff;
}
div#alertBox {
    background: transparent;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    font-size: 13px;
    left: 50%;
    top: 50%;
    margin-left: -130px;
    margin-top: -80px;
    padding: 0;
    position: fixed;
    right: 50px;
    text-align: center;
    bottom: 20px;
    width: 260px;
    height: 360px;
    z-index: 19999;
    overflow: hidden;
    border: 0;
    color: #fff;
}
div.mapBox {
    left: 50%;
    top: 50%;
    margin-left: -490px !important;
    margin-top: -150px;
    width: 978px !important;
}
.modalHeaderContainer {
    position: relative;
    float: left;
    width: 500px;
    height: 35px;
    overflow: hidden;
}
div.mapBox .modalHeaderContainer {
    width: 978px !important;
}
.modalHeader {
	background: #eee;
	text-align: left;
	color: #444;
	cursor: default;
	position: fixed;
	width:inherit;
	z-index: 100011;
	border-radius: 4px 4px 0 0;
	border-bottom: 0px solid #eee;
}
.modalTitle {
	font-size: 16px;
	padding: 8px 20px;
	color: #4B4F54;
}
.modalGal .contentInner {
    margin-top: 0;
    overflow: visible;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0 0 5px 0;
}

div.mediaBoxModal {
    left: 20px !important;
    right: 20px !important;
    margin: 0 !important;
    width: auto !important;
    top: 20px !important;
	z-index: 29999;

}
div.mediaBoxModal a.modalClose {
	border: medium none;
	padding: 0px 10px;
	height: 30px;
	color: #4B4F54;
	cursor: pointer;
	font-size: 30px;
	font-family: Arial, sans-serif;
}
#galleryBox .hero,.galleryBox .hero,.mediaBox .hero {
	width: 720px !important;
	margin: 0 auto;
	padding: 0 40px;
}
div#galleryBox .modalGallery img,div.galleryBox .modalGallery img,div.mediaBoxModal.modalGallery img {
	width: auto;
}
div#galleryBox .modalGallery,div.galleryBox .modalGallery,div.mediaBoxModal.modalGallery {
	float: left;
    height: 60px;
    position: relative;
    width: 800px;
    z-index: 100;
}
div#galleryBox .closeError,div.galleryBox .closeError,div.mediaBoxModal.closeError {
    right: 0;
    top: 0;
    margin: 7px -1px 0 0;
    position: absolute;
    z-index: 1012;
    height: 20px;
}

div.mediaBoxModal .closeError {
    right: 0;
    top: 0;
    margin: 7px -1px 0 0;
    position: absolute;
    z-index: 1012;
    height: 20px;
}

.mediaBoxModal .modalHeader {
	background: #eee;
	text-align: left;
	color: #444;
	cursor: default;
	position: fixed;
	width: calc(100% - 20px - 20px);
	z-index: 100011;
	margin-right: 0;
	margin-left: 0;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #eee;
}
a.modalClose {
	background: transparent;
	border: medium none;
	padding: 0px 10px;
	height: 30px;
	color: #4B4F54;
	cursor: pointer;
	font-size: 22px;
	font-family: Arial, sans-serif;
}
#galleryBox #mainImage {
    height: 340px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 20px 0 10px;
}
div#galleryBox #mainImage img {
    margin: 0 20px;
    max-width: 760px;
}
#mainImage img {
	max-width: 400px;
}

.pop-subscribe {
}
.pop-subscribe input, .pop-subscribe .newsletter, .pop-subscribe .subscribe_submit {
    font-size: 13px !important;
    border: 0;
    float: none;
    position: relative;
}
::placeholder { /* Most modern browsers support this now. */
   color:    #999 !important;
}
.pop-subscribe textarea {
	width: 100%;
	box-shadow: none;
	padding: 5px 0 5px 10px;
	text-indent: 0;
	border-radius: 0;
	resize: none;
}
.pop-subscribe textarea:focus {
	
}
.pop-subscribe input:focus {
	outline: 0 none !important;
}
.pop-subscribe .subscribe {
	width: 100%;
}
.pop-subscribe .sub_full {
	width: 100%;
}
.question {
	text-shadow: none;
	color: #002B45;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif !important;
}


#GroupCreate input[type="checkbox"], #GroupCreate input[type="radio"] {
	width: auto !important;
	float: left;
	border: 0 none;
	height: 12px;
}
#GroupCreate input[type="checkbox"]:focus, #GroupCreate input[type="radio"]:focus {
	border: 0 none !important;
	outline:0px solid #009CBE !important;
}
.group_types div, .group_types span {
	line-height: 17px;
}

.field_holder {-webkit-box-shadow: none;-moz-box-shadow: rgba(0,0,0,0.5) 1px 1px 4px inset;box-shadow: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 4px;border: 0px solid #d0d0d0;margin-top: 0;margin-bottom: 0px;border: 0px solid #ccc;background: transparent;}
.fields-holder {background-color: transparent !important;position: relative;min-height: 0;zoom: 1;padding-top: 5px;padding-bottom: 5px;padding-left: 5px;padding-right: 5px;border-radius: 0;display: none;z-index: 100;padding: 0;}
.marshall-container-item {
	position: inherit !important;
	display: inline-block;
	z-index: 1000000;
	float: left;
	margin: 0 2px 2px 0;
}
.endorse-item-name.marshall {float: left;color: #333;font-size: inherit;line-height: 22px;height: 21px;margin: 2px;padding: 0;}
.endorse-item-name.marshall .value, .endorse-item-name.marshall a {display: -moz-inline-stack;display: inline-block;vertical-align: middle;zoom: 1;max-width: 200px;width: auto;white-space: nowrap;overflow: hidden;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;text-overflow: ellipsis;padding-left: 0px;padding-right: 7px;vertical-align: top;font-size: inherit;cursor: default;color: #fff;}
.endorse-item-name a {
padding: 1px 2px;
font-size: inherit;
}
.marshall .remove {padding-left: 0px;padding-right: 0px;color: #fff;font-size: 16px;font-weight: normal;position: relative;margin: 0px;float: right;}
#GroupMembers {
	border: 0 none !important;
	outline: 0 none !important;
	text-indent: 5px;
}
span.remove {
	cursor: pointer;
}
.input-border {
	border: 0px solid #009CBE;
	height: auto;
	position: relative;
	display: block;
	margin: 0 0 5px;
	background: transparent;
	border-radius: 4px;
}
.error_container, .message_container {
	float: left;
	background: #eee;
	width: 100%;
	margin: 0 0 10px 0;
	display: none;
	position: relative;
}
.error_message, .success_message {
	text-align: left;
	padding: 10px;
	position: relative;
	float: none;
	color: #000;
}
.err {
	background:#FFC7C7;
}
.success .message, .success_message {
	background: #D2FFC7;
	font-weight: bold;
}
.bg-success {
	background: #fff;
	border-color: #59da39;
}
.ghostFields {
	margin: 6px 0 0 0;
	text-align: left;
	position: absolute;
	right: 0;
	width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid #000;
	padding: 0;
	z-index: 100;
	display: none;
	box-shadow: 1px 1px 0px #C5C4C4;
	-webkit-box-shadow: 0px 1px 1px 0px #ccc;
	-moz-box-shadow: 1px 1px 0px #C5C4C4;
	z-index: 1000000;
	border-radius: 10px;
	overflow: hidden;
}
.item_container {
	float: none;
	position: relative;
	background: transparent !important;
}
.group_icon img {
	width: 20px !important;
}
#group_list {
	position: relative;
	left: 0;
	top: 0;
	background: #fff;
	padding: 10px;
	width: 100%;
	z-index: 10;
	overflow: auto;
}
#group_list li {
	float:left;
	width: 20%;
	border-bottom: 1px solid #eee;
	padding: 0;
	display: inline-flex;
}
#group_list li .group_icon {
	margin: 5px;
	float:none;
}
#group_list li .group_icon img {
	margin: 5px 0 0;
	float:none;
}
#group_list li a {
	margin: 5px 0 0 0;
	float:none;
	padding: 5px 0 3px;
}
.username, .username a {
	font-size: 13px;
}
.username a {
    padding: 4px 0 4px 8px;
    border-radius: 13px;
    margin: 0;
    float: left;
    font-size: 16px;
}
.username a:hover {
	color: #ddd !important;
}
#imgPreview {
	width: 170px;
	float: left;
	margin: 10px 0;
	display: none;
	position: relative;
}
.left_menu {
    position: fixed;
    background: #fff;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 10000;
    height: 100%;
}
.main_body {
}
.options {
    width: auto;
}
.options > li {
    float: left;
    vertical-align: top;
}
.options > li > a{
    float: left;
    margin-right: 0;
}

.sub_options_container, .subopt {
	display: none;
	background: #f5f5f5;
	position: absolute;
	width: auto;
	min-width: 200px;
	top: 40px;
	border: 0px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	-mox-box-shadow: none;
	-webkit-box-shadow: none;
	overflow: hidden;
	right: 0px;
	z-index: 100001;
	border-bottom: 1px solid #ccc;
}
.nav_sub_holder .sub_options_container  {
}
.sub_options {
    overflow: visible;
    display: inline-block;
    width: 100%;
    float: left;
    display: flex;
    grid-gap: 0px 0px;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    flex-basis: auto;
    overflow-y: auto;
    align-content: stretch;
}
li.collection-root:last-child {
	border-bottom: 0px solid #eee  !important;
}
li.collection-root:first-child {
	border-top: 1px solid #eee  !important;
}
.sub_options > li {
    float: left;
    vertical-align: top;
    width: auto;
    width: 100%;
    position: relative;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: column;
    flex-basis: auto;
    justify-content: space-evenly;
	border-radius: 5px !important;
	overflow: hidden;
}
#top-header .sub_options > li.active, #top-header .sub_options > li.active h4 {}
#top-header .sub_options > li.active span {
}
.sub_options > li > a{
    float: left;
    padding: 5px 0;
    display: inline-block;
    width: 90%;
    text-indent: 0;
    font-size: 17px;
    line-height: 22px;
    font-family: Avenir Next;
    color: #000;
    text-transform: capitalize;
    font-weight: 100;
    font-size: 18px;
    font-weight: bold;
    font-weight: 300;
}
.sub_options > li > a span {
    color: rgb(0 0 0);
    font-family: Avenir Next;
}
.sidepanel.sub_options > li > a{
    margin-left: 0;
}
.sidepanel.sub_options > li > a:hover, .sidepanel.sub_options > li > a:hover span {
    background: transparent;
}
.sub_options > li > a:hover span {
	color: #000 !important;
	background: transparent !important;

}

#top-header .sub_options > li > a:hover span {

}

#top-header .sub_options > li > a:hover, .option-photos.search-photos, .option-posts.search-posts, .option-products.search-products, .option-people.search-people {
}

.sub_options > li.active span {
}
.sub_options > li:first-child a{
    border-radius: 0;
	
}
.sub_options > li:last-child a{
    border-radius: 0;
    border-left: 0 !important;
}
.nav-sub-items ul li a {
	padding: 7px 0;
}
.nav-sub-items ul li.active a {
	padding: 3px 0 !important;
}
.autoHeight, .autoSize {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
 	font-family: Helvetica, Arial, sans-serif;
    height: 100%;
    overflow: hidden;
    width: 50%;
}
.autoSize {
    min-height: 30px !important;
}
.autoHeight {
    min-height: 58px;
    height: 38px;
}
#textCopy, .textCopy {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
 	font-family: Helvetica, Arial, sans-serif;
    padding: 6px;   /* Same border+padding as text area. */
	padding-bottom: 1.15em; /* A bit more than one additional line of text. */ 
    visibility: hidden;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
}
.bg-light {
	background: #eee !important;
	color: #999 !important;
}
.bg {
	background: #fff !important;
}

.set-group-member {
	right:20px !important;
	top:24px !important;
	left: auto !important;
	width: 130px;
}
.set-group-member li a {
	padding: 3px 0;
}
.select_user:hover, .select_object_data:hover, .select_item:hover,.search_list:hover, .search_list:active, .search_list.active  {
	background:#eee ;
}
.select_user:hover span, .select_object_data:hover span, .select_item:hover span, .search_list:hover span, .search_list:active span, .search_list.active span {
	color:#000 !important;
}
.select_user, .select_object_data { 
    min-height: 30px;
    text-indent: 5px;
    cursor: pointer;
}
.r_arrow {
	background-color: #fff;
	height: 100px;
	position: absolute;
	width: 0;
	right: -10px;
	float: right;
	display: none;
}

.r_arrow:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;	
	border-top-color: #fff;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-left-color: #fff;
	right: 100%;
	top: 7px;
	display: n;
}
.timeCapItem[data-side="r"] .r_arrow {
	background-color: #eee;
	height: 100px;
	position: absolute;
	width: 0;
	left: 0px;
	float: right;
	
}
.timeCapItem[data-side="r"] .r_arrow:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;	
	border-top-color: #eee;
	left: 50%;
	margin-left: -20px;
	border: 10px solid transparent;
	border-right-color: #fff;
	right: 100%;
	top: 7px;
	
}
.r_arrowt {
	background-color: #fff;
	height: 100px;
	position: absolute;
	width: 0;
	right: -9px;
	float: right;
	z-index: 1;
	display: none;
}

.r_arrowt:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;	
	border-top-color: #fff;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-left-color: #fff;
	right: 100%;
	top: 7px;
}
.timeCapItem[data-side="r"] .r_arrowt {
	background-color: #eee;
	height: 100px;
	position: absolute;
	width: 0;
	left: -1px;
	float: right;
	
}
.timeCapItem[data-side="r"] .r_arrowt:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;	
	border-top-color: #fff;
	left: 50%;
	margin-left: -18px;
	border: 10px solid transparent;
	border-right-color: #fff;
	right: 100%;
	top: 7px;
}
.t_arrow {
	background-color: #eee;
	height: 0;
	position: absolute;
	width: 0;
	top: -9px;
	left: 50%;
	float: right;
	margin-left: -9px;
}

.t_arrow:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border-width: 0 10px 10px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #c4cde0;
	margin-top: -1px;
}
.t_arrowt {
	background-color: #fff;
	height: 0;
	position: absolute;
	width: 0;
	top: -9px;
	left: 50%;
	z-index: 1;
	margin-left: -9px;
}

.t_arrowt:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border-width: 0 10px 10px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #fff;
}
.b_arrow {
	background-color: #eee;
	height: 0;
	position: absolute;
	width: 0;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	bottom: 0;
}

.b_arrow:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border-width: 10px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #c4cde0;
	margin-bottom: -1px;
}
.b_arrowt {
	background-color: #fff;
	height: 0;
	position: absolute;
	width: 0;
	bottom: -9px;
	left: 50%;
	z-index: 3;
	margin-left: -9px;
	bottom: 0;
}

.b_arrowt:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #fff;
	bottom: -19px;
	z-index: 2;
}
.bg-white, .content {
	background: #fff !important;
}
.bg-grey {
	background: #e5e5e5 !important;
}
.bg-light-grey {
	background: #f5f5f5 !important;
}
.bg-light-blue {
    background: #f3f9fd !important;
}
.bg-tran {
	background: transparent !important;
}
.content {
	border-radius: 4px;
}
.date_upcoming {
	
}
.date_past {
}
.date_upcoming .unitHolder {
	
}
.date_past .unitHolder {
	background: #f5f5f5;
	
}
.g-nav {
	position: fixed;
	z-index: 1100;
	display: none;
	width: 980px;
}
.top-nav {
	margin: 7px 0 0px 13px;
}
.top-nav > li {
	margin: 0 2px 0;
}
.r-fixed {
	position: fixed;
	margin-left: 0;
	margin-right: 0;
}
.post_textarea, .textarea, textarea, input {
	width: 100%;
	padding: 20px 5px 20px 20px !important;
	max-width: 100%;
	text-indent: 0;
	resize: none;
	overflow: hidden;
	box-shadow: none;
	color: #000 !important;
	font-weight: 100;
	border: 1px solid #a6a9ac !important;
	text-indent: 0;
	border-radius: 40px !important;
	box-sizing: border-box;
}

.medium .post_textarea, .medium .textarea, .medium textarea, .medium input {
	padding: 15px 5px 15px 20px !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000; opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #000; opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #000; opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #000; opacity:1;
}
.contextarea, .contextinput {
	resize: none;
	overflow: hidden;
	box-shadow: none;
	padding: 5px 10px !important;
	text-indent: 0;
	width: 417px !important;
}
.contextarea, .contextinput {
	width: 417px !important;
}
.post_textarea:focus {
	
}
.share_options {
	
}
.share_options li a {
	cursor: pointer;
}
.post-options {
    float: left;
    width: auto;
}
.post-options li {
    width: 45px !important;
    height: 36px !important;
}

ul.post-options li:after, ul.post-options li:before {
	background: transparent !important;	
}
.btn-context {
	background-color: #4BAEC4!important;
	border-color: #00B0D6 #009CBE #0189A7 !important;
	color: #fff;
}
.skim-options, .context-control {
    position: absolute;
    z-index: 10000;
    width: 100%;
    margin: 0;
    top: 50%;
    left: 0;
    height: 0;
}
.overlay .skim-options, .overlay .context-control {
	position: fixed;
	z-index: 100;
	width: auto;
	margin: -16px 10px 0 10px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50%;
}
.overlay .arrow-l {
	background: none;
	content: "→";
	font-size: 40px;
	cursor: pointer;
	float: right;
	background-color: rgb(216 216 216 / 30%);
	background-size: auto !important;
	top: 0;
	bottom: 0;
	position: fixed;
	height: 100% !important;
	width: 60px !important;
	left: 0;
	z-index: 100020;
	margin-top: 0;
	height: 100%;
	vertical-align: middle;
	border-radius: 0;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.overlay .arrow-r {
	background: none;
	content: "→";
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	float: right;
	background-color: rgb(216 216 216 / 30%);
	background-size: auto !important;
	top: 0;
	bottom: 0;
	position: fixed;
	height: 100% !important;
	width: 60px !important;
	right: 0;
	z-index: 100020;
	margin-top: 0;
	height: 100%;
	vertical-align: middle;
	border-radius: 0;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.context-control {
	left: 0;
}
.context-count {
	background: rgba(132, 132, 132, 0.4);
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 5px;
}
.context-count {
    bottom: 10px;
    top: auto;
}
.context-count span {
	margin: 0 2px;
	color: #eee;
}
.skim-close {
	position: absolute;
	z-index: 100;
	width: 9px;
	margin-top: 10px;
	margin-right: 10px;
	right: 10px;
}
.context-options, .sub_options_container {
	right: 0;
	padding: 15px;
	border-radius: 24px;
	box-shadow: 0px 0px 2px 1px #eee;
	border: 0 !important;
	background: #fff !important;
}
.context-options:not(.place-above) {
	top:30px !important;
}

.admin_nav .context-options, .admin_nav .sub_options_container {
    top: 40px !important;
    right: 22px !important;
    left: 2px;
    width: auto;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 1px #eee;
    border: 0 !important;
    background: #fff !important;
}
.context-options .sub_options > li > a, .sub_options_container .sub_options > li > a {
    font-size: 18px !important;
    line-height: 18px;
    font-family: Avenir Next;
    font-weight: 300 !important;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    float: left !important;
    background: transparent;
    display: flex;
    margin: 0;
    overflow: hidden;
    justify-content: space-around;
    }

.top_nav_holder .sub_options_container .sub_options > li > a {
    padding: 10px;
}
.context-options .sub_options > li > a span, .sub_options_container .sub_options > li > a span:not(.nav-icon-call), .core-search-options a, .core-search-options span, .context-nav li a {
    font-weight: 300;
    font-family: Avenir Next;
    color: #000;
    font-size: 14px;
}
.context-options .sub_options > li:hover > a,.context-options .sub_options > li:hover > a span,
.sub_options_container .sub_options > li:hover > a, .sub_options_container .sub_options > li:hover > a span, .context-nav li:hover a {
    background: #f5f5f5 !important;
}
.sub_options_container .sub_options li:hover a {
	font-weight: inherit;
}
.context-options .sub_options, .context-options .sub_options li, .context-options .sub_options li a, .context-options .sub_options li a span, .sub_options_container .sub_options, .sub_options_container .sub_options li, .sub_options_container .sub_options li a, .sub_options_container .sub_options li a span:not(.nav-icon-call) {
    float: left !important;
    width: 100%;
    white-space: nowrap;
    border-radius: 0;
}

.context-edit {
}
.context-opt, #context-opt {
	display: none;
}
.prev_comment_feed {
	line-height: 13px;
}
.time-img {
	height: 300px;
	overflow: hidden;
}
.time-img img {
	width: 100% !important;
}
.time-profile-container {
	position: absolute;
	left: 20px;
	z-index: 1001;
	width: 170px;
	margin: -155px 0;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #eee;
}
.time-profile {
	float: left;
	width: 100%;
}
.time-profile img {	
	width: 100% !important;
}
.item-bottom {
	text-align: center !important;
	font-size: 16px;
	font-weight: bold;
	color: #34373b;
	line-height: 24px;
}
.item-top {
    color: #eee;
}
.follow_button {
	position: absolute;
	bottom: 5px;
	left: 80px;
}
div#post-helper {
	background: #fff;
	position: absolute;
	-moz-box-sizing: border-box;
	padding: 10px;
	margin: 20px 0px 0;
	box-shadow: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .10);
	-o-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .10);
}
span.post-h-span {
	
}
.skim-album-selector {
	position: absolute;
	z-index:1000;	
	background: rgba(0,0,0,0.3);
	width: auto;
	left: 0;
	right: 0;
	padding-bottom: 0;
	color: #ccc;
	bottom: 0;
}
.cc input[type="checkbox"],.cc input[type="radio"] {
    display:none;
}
.cc input[type="checkbox"] + label span,.cc input[type="radio"] + label span {

     float: left;
     
}
.cc input[type="checkbox"]:checked + label span,.cc input[type="radio"]:checked + label span {float: left;background: #000;}
input[type="checkbox"] + label span, input[type="radio"] + label span {
  position: relative;
}
input[type="checkbox"]:checked + label span:before, input[type="radio"]:checked + label span:before {

}
.cc input[type="checkbox"] + label span, .cc input[type="radio"] + label span {
    position: relative;
    top: 4px;
    background: transparent;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 1;
    display: inline-block;
    margin-right: 7px;
    border: 1px solid var(--color--text);
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-transition: .3s background ease-out;
    -moz-transition: .3s background ease-out;
    transition: .3s background ease-out;
}
.shop-nav .cc input[type="checkbox"] + label span, .shop-nav .cc input[type="radio"] + label span {
    top: -3px;
}
.cc input[type="checkbox"] + label span, .cc input[type="radio"] + label span {
    background: rgba(255,255,255,0.5);
    border: 1px solid #000;
}
input[type="checkbox"]:checked + label span:before, input[type="radio"]:checked + label span:before {
    background: #000 !important;
}
label {
    cursor: pointer;
}
input[type="checkbox"] + label span:before, input[type="radio"] + label span:before {

	}
#skim-images li,.skim-images li, .upload-images li {
	position: relative;
}
.skim-float-top {
	margin-top: 39px !important;
}
.skim-a-i-desc {
	background:rgba(255,255,255,.8) !important;
	border-radius: 0 !important;
}
.skim-a-i-bottom {
    height: auto;
}
.messageFields .skim-a-i-bottom {
	display:none;
}
.skim-a-i-top {
    top: 6px;
    background: transparent;
    width: auto;
    right: auto;
    left: 0px;
    bottom: auto;
}
.context-album {position: relative;}
.context-album a {
	color: #DADADA;
}
.context-album a:hover {
	color: #fff;
}
.context-album .album-controls, .context-album .album-desc, .context-album .context-count {
	display: none; 
}
.context-album:hover .album-controls, .context-album:hover .album-desc, .context-album:hover .context-count {
	display: block;
}
#skim-images li, .upload-images li, .upload-images li img  {
	min-height: 140px;
	min-width: 20%;
	position: relative;
	float: left;
}
.messageFields .upload-images li img  {
	max-width: 240px;
}
input.context_edit_value {
	text-indent: 10px;
}
textarea.context_edit_post {
	padding: 10px;
	text-indent: 0;
	width: 430px;
}
/*

loader

*/
.loadingModal {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: auto;
    padding: 0;
    position: absolute;
    width: auto;
	left: 0;
	right: 0;
}
#processingLoader {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
@keyframes loader {
  0% { left: -100px }
  100% { left: 110%; }
}
#processingBox {
  width: 50px;
  height: 50px;
  background: #000;
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes animate {
  17% { border-bottom-right-radius: 3px; }
  25% { transform: translateY(9px) rotate(22.5deg); }
  50% {
    transform: translateY(18px) scale(1,.9) rotate(45deg) ;
    border-bottom-right-radius: 40px;
  }
  75% { transform: translateY(9px) rotate(67.5deg); }
  100% { transform: translateY(0) rotate(90deg); }
} 
#processingShadow { 
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow .5s linear infinite;
}
@keyframes shadow {
  50% {
    transform: scale(1.2,1);
  }
}




.shopFiltersLoading.loadingModal .loading {
    top: 50%;
    bottom: 50%;
    background-position: center center !important;
    position: absolute;
    height: 40px;
    width: 40px;
    left: 50%;
    right: 50%;
    margin-left: -20px;
    margin-top: -20px;
}
.shopFiltersLoading.loadingModal {
    top: 0;
    bottom: 0;
    z-index: 100;
    border-radius: 8px;
    opacity: 0.7;
}
.loadContainer {
	min-height: 30px;
}
.loading {
    background: url("/media/loading-small.gif") no-repeat scroll center center transparent;
    display: none;
    height: 40px;
    margin: 0;
    position: relative;
    width: auto;
}
.g-loading, .processing {
	height: 80px;
	width: 80px;
	position: fixed;
	left: 50%;
	right: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: none;
	background-size: 80px;
	z-index: 100000000000;
	border-radius: 20px;
}
.restart-loading {
	height: 100px;
	width: 100px;
	position: fixed;
	left: 50%;
	right: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(/media/restart.png) no-repeat center transparent;
	background-size: 100px;
	z-index: 1000000;
	border-radius: 20px;
	display: none;
}
.processingModal {
    background: none repeat scroll 0 0 rgba(0,0,0, 0.1);
    display: table;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    z-index: 100000099;
}
.processingOld {
    background: url("/media/loading-small.gif") no-repeat scroll center center #fff;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    font-size: 13px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    padding: 0;
    position: fixed;
    right: 50px;
    text-align: center;
    top: 50%;
    width: 100px;
    z-index: 9999;
    overflow: visible;
    border: 0;
}

/*
	Products
*/
.feature-data {
	line-height: 37px;
}
.price,.feature-data {
	font-size: 18px;
	font-weight: 400;
}
.price, input.main_bid::placeholder, input.main_bid, .shop_product_price, .price_currency_icon {
    color: rgb(34, 142, 242) !important;
}
.overlay-text-dynamic .shop_product_price, .price_currency_icon {
	font-size: 40px;
}
.overlay-text-dynamic .shop_product_price.medium, .price_currency_icon.medium {
	font-size: 20px;
}
.minus {
	font-size: 20px;
	color: #E80000 !important;
}
.bg-true {
	background: #F2FFF3;
}
.bg-false {
	background: #FDFDFD;
}
.button-mid span {
}
.go, .tabs .active a {
	background-color: #000;
	border-color: #000;
	color: #fff !important;
	text-shadow: none;
}
.go span, .tabs .active a span {
	color: #fff !important;
	font-weight: 600;
}
.href {
	cursor: pointer;
}
.att-pr {
	padding: 5px 0 !important;
}
.top15 {
	top: 15px !important;
}
.itemDetail {
	position: relative;
	opacity: 1;
	visibility: visible;
}
.itemDetail .unitHolder {
	width: 100%;
	padding: 0 0 10px;
	overflow: visible;
}
.bd-detail {
	margin: 0;
}
.rightPanel {
	background: #fff;
	border-left: 0px solid #c4cde0;
	border: 0px solid #c4cde0;
	padding: 15px 0px 20px;
	border-radius: 5px;
	width: 284px;
}
.showit {
	visibility: visible !important;
	opacity: 1 !important;
}
.show {
	display: block !important;
}
.hideit {
	visibility: hidden;
	opacity: 0;
	top: 20px;
}
.fit_img img {
	width: 100%;
}
.inner-bg {
	background: #fff;
	z-index: 1;
}
div.user_header {z-index: 1000;position: relative;background: #fff;margin: 0 !important;}
.block-comment {
	position: absolute !important;
	background: #fff;
	width: auto !important;
	right: 0;
	left: 0;
	z-index: 10000;
	margin: 0 0 50px 0;
	border-radius: 4px;
	box-shadow: 0px 5px 6px 0px #BDBDBD;
}
.autoHeight:focus, .autoSize:focus {
}
.thumb-wall, .thumb-header, .thumb-profile, .thumb-product, .mediaFeatureGrid, .mediaFeatureGridFull {
	float: left;
	background-position: 50% 25%;
	background-size: cover;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: width, height;
	}
.mediaFeatureGrid {
	width: 100%;
	height: 322px;
	background-color: transparent;
}
.mediaFeatureGridFull {
	width: 392px;
	height: 392px;
}
.thumb-wall {
	width: 39px;
	height: 39px;
}
.thumb-header {
	width: 24px;
	height: 24px;
}
.thumb-profile {
	width: 170px;
	height: 170px;
}
.thumb-product {
	width:162px !important;
	height:162px;
}
i.mediaThumb {
	height: 156px;
	height: auto !important;
	width: 100%;
	padding-top: 100%;
	float: left;
	margin: 20px 0;
	background-position: 50% 50%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: width, height;
}
i.itemThumb {
	height: 34px;
	width: 34px;
	float: left;
	background-position: 50% 25%;
	background-size: cover;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: width, height;
}
i.mediaImage, .mediaWall {
	float: none;
	margin: 0 auto;
	display: table;	
	width: 100%;
	height: 643px;
	background-position: 50% 25%;
	background-size: cover;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: width, height;
	background-repeat: no-repeat;
}
.mediaWall {
	height: 467px;
}
.overlayModal {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000000003;
	display: block;
	opacity: 1;
	background-color: #fff;
	background: #fff;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.overlay {
	position: fixed;
	z-index: 1000000004;
	width: 1200px;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	top: 0px !important;
	bottom: 0;
	display: none;
	cursor: pointer;
	background-color: #fff;
}
.o-options {
	width: 300px;
	background:#fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: auto;
	min-height: 200px;
}
.overlay-img {
	margin: auto;
	margin-left: -150px;
	float: none;
	display: inline-table;
	border: 0;
	border-radius: 0;
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
}

/*********************

FILE UPLOADER

*********************/

#dragandrophandler, .media-outer {
border: 2px dotted #ccc;
width: 100%;
border-radius: 10px;
color: #999;
text-align: left;
vertical-align: middle;
padding: 0;
margin-bottom: 0;
font-size: 200%;
position: relative;
}
.upload-drop {
	display: inline-block;
	border: 2px dashed #fff;
	width: 250px;
	height: 290px;
	background: url(/media/upload-drop.png) no-repeat center 35px;
}
.drop-d-sub {
	font-size: 12px !important;
}
.drop-description p {
	font-size:16px;
}
.drop-description {
	position: absolute;
	bottom: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.progressBar {
    width: auto;
    height: 18px;
    line-height: 18px;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
    display:inline-block;
    margin: -1px 20px 0px 0;
    vertical-align:top;
    text-align: right;
    right: 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    flex-direction: row;
}
 
.progressBar div {
    height: 100%;
    color: #fff;
    text-align: left;
    line-height: 18px; /* same as #progressBar height if we want text middle aligned */
    width: 200px !important;
    background-color: #3AA0DF;
    border-radius: 3px;
    text-indent: 20px;
}
.progressBar div span {
	padding-right: 10px;	
}
.statusbar
{
    border-bottom: 0;
    min-height: 18px;
    width: 100%;
    padding: 5px 0;
    vertical-align:top;
    position: relative;

}
.media-preview-item.statusbar {
	width: auto;
} 
.statusbar:nth-child(odd){
    background: #FFFFFF;
}
.filename
{display:inline-block;vertical-align:top;width: auto;padding: 0;color: #000;text-indent: 0px;float: none;display: flex;justify-content: flex-end;flex-wrap: wrap;align-content: space-around;align-items: center;flex-direction: row;}
.filesize
{display:inline-block;vertical-align:top;color:#30693D;width: auto;margin-left: 20px;margin-right: 20px;display: flex;justify-content: flex-end;flex-wrap: wrap;align-content: space-around;align-items: center;flex-direction: row;}
.abort{
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius: 0 4px 4px 0;
    display:inline-block;
    color:#fff;
    font-size:13px;
    font-weight:normal;
    padding: 0px 15px;
    cursor:pointer;
    vertical-align:top;
    position: absolute;
    right: 20px;
}
	
.att_added_options li {
    border-bottom: 1px solid #eee;
    padding: 5px 0 !important;
}
.att_added_options li input[type="checkbox"] {
    margin: 5px 0;
    font-size: 18px;
}
input[type="checkbox"],input[type="radio"] {
    min-height: 10px;
}
.att_added_options li input[type="text"] {
    padding: 10px !important;
}
.att_added_options li:last-child {
    border-bottom: 0px solid #eee;
}
.att_added_options > li:first-child {
    border-top: 1px solid #eee;
}
.bg-none-force {
	background: none !important;
}

/*
	Cart
*/

.cart-edit {
	display: none;
}
.section-bg {
	background: #F1F1F1;
}
.no-shipping {
	position: relative;
}
.no-ship-overlay {
	background: rgba(255,255,255,.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
}

#progress-bar.progress-mini li a {
	background: #e5e5e5;
	height: 36px !important;
	line-height: 36px !important;
	padding: 3px 0px !important;
	text-indent: 10px;
}
/*
	Progress Bar
*/
#progress-bar {
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	overflow: hidden;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: space-between;
}
#progress-bar {
	text-align: center;
	position: relative;
}
#progress-bar li.currentAction:hover a, #progress-bar li.currentAction:hover a:before {
	background-color: #000;
	color: #eee !important;
}

#progress-bar li:first-child {
	z-index: 10;
	margin-left: 0;
}
#progress-bar li {
	display: inline-block;
	margin-left: -4px !important;
	position: relative;
	width: 25%;
	right: 10px;
	overflow: visible;
}
#progress-bar li:nth-child(2) {
	z-index: 9;
}
#progress-bar li:nth-child(3) {
	z-index: 8;
}
#progress-bar li:nth-child(4) {
	z-index: 7;
}
#progress-bar li:nth-child(5) {
	z-index: 6;
}

#progress-bar li.currentAction a, #progress-bar li.currentAction a:before {background-color: #eee;color: #000;}
#progress-bar li a {
	display: inline-block;
	z-index: 1;
	border: 0;
	position: relative;
	min-width: 100%;
	height: auto;
	margin-left: 0px;
	line-height: 55px;
	padding-left: 50px !important;
	padding-right: 50px !important;
	padding-top: 14px !important;
	padding-bottom: 10px !important;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #000;
	overflow: visible;
	background: #fff;
	-webkit-transition: none 0 linear .0001s;
	-moz-transition: none 0 linear .0001s;
	-o-transition: none 0 linear .0001s;
	-ms-transition: none 0 linear .0001s;
	transition: none 0 linear .0001s;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	border-radius: 0;
}


li>a {
	line-height: inherit;
	height: inherit;
	float: none;
}
#progress-bar li a:before {
	z-index: -1;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 40%;
	height: 0;
	background: #fff;
	-webkit-border-radius: 0 3px;
	-moz-border-radius: 0 3px;
	border-radius: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(0deg);
	left: auto;
	right: -20%;
	border: 1px solid #000;
	border-bottom: none;
	border-left: none;
	line-height: inherit;
}
#progress-bar li:last-child a {
	padding-right: 20px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	min-width: 100%;
	padding-left: 20px;
}
#progress-bar li:last-child a:before {
	content: '';
	display: none;
}
.error-focus {
	border: 1px solid rgb(221, 104, 104) !important;
}
.far-right {
	padding: 10px 0 10px 10px !important;
}
img.w-auto, img.auto {width: auto !important;max-width: 100% !important;}
.media_zoom.auto {
	float: left;
	width: 100%;
	text-align: center;
}
.sidepanel li.active > a, .sidepanel li.active > a span, .setting-general.active-general > a, .setting-payments.active-payments > a, .setting-shop.active-shop > a {
	background: #fff;
	color: #4BAEC4 !important;
}
.sidepanel li.active > a {
	padding: 5px 0;
}
.sidepanel li.active > a {
	padding: 7px 0;
}
.contextCap {
	margin-top: 0 !important;
}

.album-holder li.box_one_third.selected-img {
	width: 156px;
}
.tag_user, .tag_tag, .tag_tag * {
	color: #106dc3 !important;
}
.unrated {
	display: inline-block;
	height: 24px;
	width: 24px;
	overflow: hidden;
	background-repeat: repeat-x!important;
	background-image: url(/media/star-grey.svg);
	background-size: auto 24px;
	background-position: 0 0!important;
	cursor: pointer;
}
.rated {
	display: inline-block;
	height: 24px;
	width: 24px;
	overflow: hidden;
	background-repeat: repeat-x!important;
	background-image: url(/media/star.svg)!important;
	background-size: auto 24px;
	background-position: 0 0!important;
	cursor: pointer;
}
.context_feedback li {
	cursor: default;
}
.nav-sub-items {
	margin: 0;
}
.plain {
	font-weight: normal !important;
}
.collection-root {
	border-top: 1px solid #eee;
}
li.unseen {
background: #f5f5f5;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.messageContainer {
	position: fixed;
	height: auto;
	top: 123px;
	bottom: 0;
	overflow: hidden;
	left: auto;
	right: auto;
	width: 980px;
}
.admin-content .messageContainer {
    position: fixed;
    height: auto;
    top: 90px;
    bottom: 0;
    overflow: hidden;
    left: 320px;
    right: 0;
    width: auto;
    margin: 0 !important;
}
.admin-content .messageContent {
	bottom: 0;
}
.messageContent ul#timeline {
    padding: 0 0 100px;
}
.messageContent {
	height: auto;
	outline: none;
	position: absolute;
	top: 0;
	margin-top: 20px;
	overflow: auto;
	bottom: 140px;
	right: 0;
	width: 66.66%;
}
.messageChatContent {
	height: auto;
	outline: none;
	position: absolute;
	top: 0;
	margin-top: 20px;
	overflow: auto;
	left: 0;
	bottom: 20px;
	width: 33.33%;
}
.messageContentPad {
	height: auto;
	outline: none;
	position: absolute;
	top: 0;
	overflow: auto;
	right: 0;
	width: 100%;
	padding: 0 20px;
}
.messagePanel {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 66.66%;
	z-index: 10000;
	background: #fff;
	border-radius: 0 0 4px 4px;
	height: auto;
}
#pm-user-field {
	position: relative;
	min-height: 55px;
}
.pmUserFields {
	position: fixed;
	margin-left: 0;
	margin-right: 0;
	width: 615px;
	background: #fff;
	z-index: 1000;
}
.messageFields #skim-images li img {
	height: 140px !important;
}
.user_list.pm_conversations li.active {
    background: #43A1CC;
    color: #fff;
}
.user_list.pm_conversations li.active a, .user_list.pm_conversations li.active span {
    color: #fff;
}
.sitecrumb {
float: left;
width: auto;
margin: 1px 0 5px;
position: absolute;
z-index: 100000;
}
.sitecrumb li  {
	float: left;
	width: auto;
	margin: 0 5px 0 0;
}
.bread_cutter, .sitecrumb li a {
	float: left;
	font-size: 10px;
}
.bread_cutter {
    width: 10px;
    font-size: 13px;
    margin: -1px 4px;
    float: left;
}


#tagcloud {
    background: transparent;
    padding: 0;
    text-align:center;
}
#tagcloud a {
    padding: 5px;
    line-height: 50px;
}
#tagcloud a.tag1 {
	font-size: 13px;
	font-weight: 100;
}
#tagcloud a.tag2 {
	font-size: 17px;
	font-weight: 200;
}
#tagcloud a.tag3 {
	font-size: 22px;
	font-weight: 300;
}
#tagcloud a.tag4 {
	font-size: 27px;
	font-weight: 400;
}
#tagcloud a.tag5 {
	font-size: 32px;
	font-weight: 500;
}
#tagcloud a.tag6 {
	font-size: 37px;
	font-weight: 600;
}
#tagcloud a.tag7 {
	font-size: 42px;
	font-weight: 700;
}
#tagcloud a.tag8 {
	font-size: 47px;
	font-weight: 800;
}
#tagcloud a.tag9 {
	font-size: 52px;
	font-weight: 900;
}
#tagcloud a.tag10 {
	font-size: 57px;
	font-weight: 900;
}
.search-helper > .border {
	border: 0 none;
}
.search-helper {
	position: fixed !important;
	top: 85px;
	border-radius: 20px !important;
	right: 140px;
	height: auto !important;
	max-height: 100%;
	width: 300px;
	bottom: 20px;
	margin-left: 0 !important;
	display: block;
	z-index: 100000;
	border: 1px solid #000;
	border-radius: 0;
	padding: 20px !important;
	overflow: auto;
}
.search-options {
	display: none;
	position: absolute;
	width: 190px;
	top: 32px !important;
	border-radius: 0 0 4px 4px;
	right: 0px !important;
}

/*

	Media

*/

.li-fee, .odd {
	background: #fff !important	;
}
.li-product, .even {
	background: #eee !important	;
}
.mediaSidebar {
	
}
.user-thumb {
	width: 48px !important;
}
.mSidebarCommentHolder {
    float: left;
    position: relative;
}
.mSidebarComment {
    padding: 0 0 20px !important;
}
.pad-photo-comment {
	padding: 0 15px 0;
}
.photo-comment-profile {
	float: left;
	width: 10%;

}
.photo-comment-content {
	float: left;
	width: 90%;

}
.mSidebarComment .pad-photo-comment {
	padding: 0;
}
.mSidebarComment .photo-comment-profile {
	width: 20%;
	
}
.mSidebarComment .photo-comment-content {
	width: 80%;

}

/*

	Profile upload

*/


 .ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
z-index: 99999;
display: block;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.resize img {
	width: auto;
	height: auto;
	cursor: all-scroll;
}
.resize {
width: 196px;
height: 196px;
overflow: hidden;
}
.resize img.hFull {
	height: 100% !important;
}
.left0 {
	left: 0 !important;
}
.right0 {
	right: 0 !important;
}
.f-white {
	color: #fff;
}
.f-light-grey {
	color: #B2B2B2;
}

.skim-description {
	min-width: 100%;
	min-height: 20px;
	float: left;
}
.profile-name {
	position: absolute;
	z-index: 1000;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	bottom: 0px;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.95);
	width: auto;
	margin: 0;
	word-wrap: break-word;
}
.profile-box .skim-album-selector {
	bottom: 38px;
} 
.input-big input, .input-big .button, .input-big .message {
	height: auto !important;
	line-height: 40px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0;
}
.input-big input {
	text-indent: 10px;

}
.input-big .message {
    height: auto !important;
    line-height: 30px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 15px 15px !important;
    text-indent: 0;
}
.error_container .input-big .message {
	min-height: 40px !important;
	height: auto !important;
	line-height: 17px !important;	
	padding: 10px 10px !important;
	text-indent: 0;
	width: auto !important;
}
.checkoutRightpanel {
	 width:100%;
}
.touch-show {
	display: none;
}
.touch-hide {
	display: block;
}




.app-icon {
	height: 20px !important;
	width: 24px !important;
	line-height: 26px;
	float: left;
	margin: 2px 2px 0 0;
	overflow: hidden;
	font-size: 33px;
	text-align: center;
	color: #fff;
	text-indent: 2px;
	background-size: 350px !important;
}
.social {
	height: 20px !important;
	width: 20px !important;
	line-height: 26px;
	float: left;
	margin: 2px 2px 0 0;
	overflow: hidden;
	font-size: 33px;
	text-align: center;
	color: #fff;
	text-indent: 2px;
	background-size: 240px !important;
}
.social-single {
	height: 30px !important;
	width: 30px !important;
	line-height: 26px;
	float: left;
	margin: 2px 2px 0 0;
	overflow: hidden;
	font-size: 33px;
	text-align: center;
	color: #fff;
	text-indent: 2px;
	background-size: 30px !important;
}
.social:hover {
}
.social-holder {
	float: left;
	width: auto;
	padding: 4px 0 0;
}

.social-heart-grey {
	background: url(/images/icon-heart-grey.png) no-repeat 0 0;
}
.social-heart-black {
	background: url(/images/icon-heart-grey.png) no-repeat 0 0px;
}
.social-comment-grey {
	background: url(/images/icon-comment-grey.png) no-repeat 0 0;
}
.social-comment-black {
	background: url(/images/icon-comment-grey.png) no-repeat 0 0px;
}

.account-verified {
	background: url(/media/icon-sprite-v3.png?v=1.1) no-repeat -327px -3px;
}

.social-favourite-remove {
	background: url(/media/icon-sprite-v3.png) no-repeat -270px -30px;
}
.social-favourite-add {
	background: url(/media/icon-sprite-v3.png) no-repeat -270px 0px;
}
.social-comment-remove {
	background: url(/media/icon-sprite-v3.png) no-repeat -300px -30px;
}
.social-comment-add {
	background: url(/media/icon-sprite-v3.png) no-repeat -300px 0px;
}
.social-phone {
	background: url(/media/icon-sprite-v3.png) no-repeat -240px 0px;
}
.social-email {
	background: url(/media/icon-sprite-v3.png) no-repeat -210px 1px;
}
.social-facebook {
	background: url(/media/icon-sprite-v3.png) no-repeat 1px 1px;
}
.social-twitter {
	background: url(/media/icon-sprite-v3.png) no-repeat -30px 0px;
}
.social-instagram {
	background: url(/media/icon-sprite-v3.png) no-repeat -42px 1px;
}
.social-pinterest {
	background: url(/media/icon-sprite-v3.png) no-repeat -90px 0px;
}
.social-google {
	background: url(/media/icon-sprite-v3.png) no-repeat -120px 0px;
}
.social-linkedin {
	background: url(/media/icon-sprite-v3.png) no-repeat -150px 0px;
}
.social-youtube {
	background: url(/media/icon-sprite-v3.png) no-repeat -180px 0px;
}
.social-centre {
	float: none !important;
	margin: 0 auto !important;
	padding: 20px 0 !important;
}
.hover-info, .hover-help {
	cursor:help;
}
#follow_toggle.icon-following, #follow_toggle.icon-following span {
	color: #44A104 !important;
	font-weight: 600;
}
#cart-context a, .account-context a {display: flex;}
.button_holder li a {
	margin-right: 5px;
}
.img-thumb-holder {
	margin-bottom: 20px;
}
.hover_show_child.padbottom-12.f-left.aarr:hover {
    background: #fff;
}

.hover_show_child.padbottom-12.f-left.aarr {
    border-radius: 0;
    cursor: pointer;
}
div#main-setting-options.aarr-opt {
	right: 0px !important;
}
.t-header {
	max-width: 980px !important;
}
div#main-home-options.subopt {
    top: 33px !important;
}
.right_side {
  height: 40px;
}

#search input.main_search.site_search_input,.search input.main_search.site_search_input {
  width: 322px;
  height: 46px !important;
  width: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.albumMediaProgress {
  position: absolute;
  bottom: 0px;
  background: rgba(255,255,255,.8);
  padding: 5px 0;
  top: 0;
  right: 0;
  left: 0;
}
.videoContainer .albumMediaProgress {
  position: absolute;
  background: rgba(255,255,255,.8);
  padding: 5px 0;
  top: 0;
  right: 0;
  left: 0;
}
.albumMediaProgress .abort {
	right: 0 !important;
}
.drop-icon {
	position: relative;
  	display: none;
  	border: 0 none !important;
  	margin: 0 auto !important;
}
.drop-icon .drop-description {
  position: absolute;
  bottom: 0;
  padding: 0;
  text-align: center;
  bottom: 20px;
  font-size: 13px;
  right: 0;
  left: 0;
}
.drop-icon .drop-description p {
	font-size: 13px;
  	text-align: center;
}

.album-desc span {
    color: #ccc;
}
span#follow_toggle.icon-follow {
    color: #909090 !important;
}


/**************************************
             SUB HEADER
***************************************/



.sticky-wrapper {
background: #fff;
}
.sticky-search.stuck {
width: 100%;
position: relative;
top: 0;
z-index: 888;
float: left;
}
.row {
margin: 0 auto;
width: 70%;
}
.header-sub.stuck {
padding: 20px 0 30px;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.header-sub {
padding: 130px 0 50px;
color: #000;
background-color: #fff;
border-bottom: 1px #d9dee1 solid;
-webkit-transition: padding-bottom 0.25s ease-in-out;
-moz-transition: padding-bottom 0.25s ease-in-out;
transition: padding-bottom 0.25s ease-in-out;
}
.search-field {height: 50px;border-radius: 2px;font-family: -webkit-body;font-size: 16px;padding: 0 170px 0 25px !important;margin: 0;border: 1px solid #dcdcdc;color: #000;background: #fff url(/media/search-icon.png) 10px 10px no-repeat;background-size: 30px;display: none;box-shadow: none;-webkit-transition: all 0.5s ease-in-out 1s;-moz-transition: all 0.5s ease-in-out 1s;transition: all 0.5s ease-in-out 1s;font-family: 'Open Sans', sans-serif !important;text-indent: 25px;font-weight: 100;}
.search-field:focus{color:#191919;border:1px solid #4BAEC4;}
input[type=search] {
-moz-appearance: none;
-webkit-appearance: none;
width: 100%;
}
input, textarea, keygen, select, button, isindex {margin: 0em;color: initial;letter-spacing: normal;word-spacing: normal;text-transform: none;text-shadow: none;display: inline-block;text-align: start;font-size: 14px;font-weight: 100;box-sizing: border-box;display: block;font-family: inherit;}
.search-form .button-secondary {float: right;height: 50px;margin: -50px -1px 0 0;padding: 5px 40px !important;font-size: 16px;color: #000;background: #f5f5f5;border: 1px solid #dcdcdc;text-shadow: 0 0px 0 #f5f5f5;-webkit-appearance: none;width: auto;font-weight: 100;position: relative;}

.header-title h1 {
font-size: 50px;
font-family: "ProximaNovaSemiBold","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h2, .kb-topiclist-title {
font-size: 26px;
line-height: 30px;
font-family: "ProximaNovaLight","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.header-title h1, .header-title h2, .header-title .kb-topiclist-title {
text-align: center;
}
.shop_rightpanel {
	  width: 30%;
}
#context_feed.shop_content_feed {
	width: 50%;
	float: left;
	position: relative;
}
.w-78 {
	width: 78px;
}
div#main-search-options.nav-search-options .sub_options > li > a {
	padding-top: 13px;
	padding-bottom: 13px;

}
div#main-search-options.nav-search-options {
    width: 50%;
    right: 0;
    height: 46px;
    display: block !important;
    border-radius: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ccc;
    left: auto !important;
    background-color: #fff;
    padding: 0;
}
div#main-search-options.nav-search-options li {
    width: 25%;
    background-color: #fff;
}
div#main-search-options.nav-search-options li.active a {
	background: #000;
}
#search .search-input input,.search .search-input input {
  padding: 1px 0 0 0;
  height: 25px !important;
  background: transparent url(/media/search-icon.png) 5px 9px no-repeat;
  background-size: 30px;
  text-indent: 40px;
}
.neutral .search .search-input input::placeholder { /* Most modern browsers support this now. */
   color:    #fff !important;
}
.neutral .core-search-options span, .neutral  .core-search-options i.fas {
   color:    #fff !important;
   font-size: 14px;
}
.add_button {
	padding-bottom: 6px !important;
	padding-top: 6px !important;
}
.media-viewer .media-item {
}
.ul-thirds .media-item {
  width: 33.33% !important;
}
#albumHolder.media-viewer li.media-item {
  width: 20%;
  float: left;
}
.m-date-stamp {
  margin: -20px 0;
  top: 0;
}
#newPostContainer .upload-images {
	width: 100% !important;
	margin: 0 !important;
}
#newPostContainer .skim-album-selector {
  position: relative;
}
.postDetails a.media_zoom[data-media-type="video"] {
	min-height: 110px;
	display: block;
}
.media-preview-item img.mediaThumb {
    width: 100%;
}

.icon-shared-small,.icon-shared-small.icon-share  {
	background: url(/media/icon-sprite.svg) no-repeat scroll -230px -52px;
	height: 20px !important;
	width: 20px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 250px !important;
    float: left;
	cursor: pointer;
}
.icon-share-small,.icon-share-small.icon-shared {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/media/icon-sprite.svg");
    background-origin: padding-box;
	background-position: -115px -197px;
    background-repeat: no-repeat;
    background-size: 250px auto !important;
    float: left;
    height: 20px !important;
    margin: 0;
    top: 0;
	width: 20px !important;
	cursor: pointer;
}

.icon-like-small,.icon-liked-small.icon-like {
	background: url(/media/icon-sprite.svg) no-repeat scroll -98px -52px;
	height: 20px !important;
	width: 20px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 250px;
}
.icon-liked-small,.icon-like-small.icon-liked {
	background: url(/media/icon-sprite.svg) no-repeat scroll -210px -52px;
	height: 20px !important;
	width: 20px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 250px !important;
}
.icon-comment-small,.icon-commented-small.icon-comment  {
	background: url(/media/icon-sprite.svg) no-repeat scroll -73px -52px;
	height: 20px !important;
	width: 20px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 250px !important;
}
.icon-commented-small,.icon-comment-small.icon-commented {
	background: url(/media/icon-sprite.svg) no-repeat scroll -185px -52px;
	height: 20px !important;
	width: 20px !important;
	top: 0;
	margin: 0;
	float: left;
	background-size: 250px !important;
}

ul.share-options.cf.box_full {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
li.f-left.button.like_post.href {
    background: transparent;
    padding: 0 !important;
    margin: 0 0 0 0;
}

li.f-left.button.m-r-5.toggle_slide.href {
    background: transparent;
    padding: 0 !important;
    margin: 0 0 0 0;
}

li.f-left.button.ajaxify.href {
    background: transparent;
    padding: 0 !important;
    margin: 0 0 0 0;
}


.share-options .like_count,.share-options .comment_count,.share-options .share_count {
	font-size: 16px;
	margin: 11px 0 0;
	float: left;
	color: #000 !important;
	font-weight: 600;
}

.share-options .like_count.small,.share-options .comment_count.small,.share-options .share_count.small {
	font-size: 12px;
	margin: 0px 0 0;
	float: left;
}
.sub {
  color: #4B4F54!important;
}
#CoreSearchHolder {
	display: block;
	position: absolute;
	top: 20px;
	width: 20%;
	right: 140px;
	bottom: 0;
	background: transparent;
}
.core-search-input {
  border-right: 0px solid #d5d5d5 !important;
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
}
.dark .profile_pic a {
    color: #fff !important;
}
.profile_pic a {
	margin: 12px 0px 0 25px;
	color: #000 !important;
	float: left;
	font-size: 19px;
	font-weight: bold;
	box-flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	font-family: Avenir Next;
	letter-spacing: 1px;
	font-weight: 400;
	hyphens: auto;
	word-break: break-word;
	word-wrap: break-word;
	color: #3c4043;
}
.public_pic a {
	margin: 7px 10px 0 !important;
	color: #1470A1 !important;
	float: left;
	font-size: 16px;
}
/*
.top-nav .icon:hover, #top-header a.a:hover, .sub_nav a.a:hover, a.button.go:hover {
	-webkit-filter: sepia(100%) saturate(0) !important;
}
#top-header .sub_options a.a:hover {
	-webkit-filter: none !important;
}
*/
.section .title h1,.section .title h2 {
	text-align: center;
	padding: 30px 0 20px;
	font-size: 34px;
	color: #4b4f54;
	text-transform: uppercase;
	font-weight: 100;
}
.section .title h1 {
  	font-size: 26px;
  	font-family: 'Roboto', sans-serif;
  	font-weight: 100;
  	letter-spacing: 20px;
}
.section .title h2 {
  	font-size: 26px;
  	font-style: italic;
  	font-family: 'Roboto', sans-serif;
  	letter-spacing: 20px;
}
.section .title_feed h2 {
	padding: 30px 0 0px;
}
.section .nav ul li {
  width: 16.66% !important;
  overflow: hidden;
  padding: 15px 0 15px;
}
.section .nav ul li.active {
	border-bottom: 1px solid #000;
}
.section .nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.section .nav ul li a {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding:6px 0;
}
.section .nav ul li a span {
  float: none;
  height: 36px !important;
  width: 30px;
  padding: 6px 18px;
  line-height: 30px;
  margin: 0 auto !important;
  font-size: 20px;
  font-weight: bold;
  font-family: Avenir Next !important;
  font-weight: 300;
}

/*

	TOOLS
	
*/

.splitscreen .left_panel {
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
}
.splitscreen .right_panel {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
}

.splitscreen ul li.box_full.b-bottom {
    cursor:pointer;
}
.splitscreen ul li.box_full.b-bottom:hover, .splitscreen .sub_nav li:hover, .splitscreen .sub_nav li.active {
    background: #f5f5f5;
}
.CodeMirror pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.line-error {
    background-color: #D9D9D9;
}
.CodeMirror-gutter-wrapper.gutter-highlight {
    background: url(https://www.gstatic.com/webmasters/validator/images/exclamation_red_small.png ) no-repeat 3px 3px;
}
.err400 {
	  	background-color: #FFB800;
}
.err300 {
	  	background-color: #eee;
}
.err200 {
	  	background-color: transparent;
}
.err200.icon-tooltip, .err300.icon-tooltip, .err400.icon-tooltip {
  background-position: -110px -145px;
  background-size: 200px auto !important;
  height: 14px !important;
  width: 14px !important;
  cursor: help;
}
.tip-rounded {
  		border-radius: 15px;
}
.b-bottom-light{
	border-bottom: 1px solid #f5f5f5;
}
.b-bottom-dark{
	border-bottom: 1px solid #ccc;
}
.b-top-dark{
	border-top: 1px solid #ccc;
}
.b-dashed{
	border-style: dashed !important;
	border-color: #f5f5f5 !important;
}
.code-highlighter-right-col,.code-highlighter-right-col {
	float:left;
	position: relative;
}
.code-highlighter-left-col {
	width: 5% !important;	
}
.code-highlighter-right-col {
	width: 95% !important;	
}
.errLeft {
	  margin-left: -22px;
}
.errRight {
	  margin-right: -22px;
}
.splitscreen .tab-header .sub {
  font-size: 17px;
  color: #ccc !important;
}
.tab-header ul li {
	float: left;
}
.tab-header {
	padding-top: 20px;
	float:left;
	width: 100%;
}
.panel_overlay { 
  display: block;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  top: 1px;
  margin-top: 0;
  bottom: 2px;
  margin-right: 2px !important;
  margin-left: 2px !important;
  width: auto;
  right: 0;
  left: 0;
  padding: 25% 0 0;
}
.z-index-1 {
	z-index:1 !important;
}
.shop_content_feed h4 {
    font-size: 20px;
}
.content_limit {
	height: 100px;
	overflow: hidden;
	padding: 0 0 10px 0;
	float: left;
}
.content_limit_overflow {
	height: 50px;
	width:100%;
	left:0;
	right:0;
	bottom: 25px;
	position:absolute;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);/* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );/* IE6-9 */
}
.content_show_more {
    margin: 20px 0 10px;
}
.type-logo {
 	font-size: 30px;
 	letter-spacing: 3px;
 	text-transform: capitalize;
 	font-family: 'Open Sans', sans-serif;
 	color: #196F9F;
 	line-height: 32px;
}

.option-panel .set-slider-container {
    display: block !important;
    float: right !important;
    margin: 0px 0 !important;
	background: #fff;
	padding: 1px 0;
}
.option-panel .set-slider {
    margin: 0px 0 !important;
    padding: 1px 3px 1px 0;
    float: left;
    text-indent: 0;
}
.option-panel .set-slider-container span {
	float: left;
}
.ui-widget-content {
    width: 70%;
    float: left;
	margin: 3px 0;
}
.fb {
	background-color: #000;
}
.button.fb:hover,.button.fb:active {
	background-color: #228ef2;
	color: #fff !important;
}

.icon-social-fb {
  background: url(/media/icons-social.svg) no-repeat scroll 0 0;
  height: 30px !important;
  width: 0 !important;
  top: 0;
  margin: 0;
  float: left;
  background-size: 336px !important;
  margin: 0px !important;
  cursor: pointer;
}
.icon-centre {
	float: none !important;
	height: 0 !important;
	width: 33px;
	padding: 14px 17px;
	line-height: 30px;
}

ul.block-list li {
    height: 100px;
    overflow: hidden;
    margin: 0 0 20px;
}

input.set-slider {
    font-size: 17px;
    color: #000000;
}
.post-editing .skim-images li, .feed-view-block .skim-images li {
    width: 33.3333%;
    min-width: 33.3333%;
    display: block !important;
    float: left;
}
.post-editing .context-control, .post-editing .context-count, .feed-view-block .context-control, .feed-view-block .context-count {
	display: none !important;
}
#timeline .icon-view-list {
    background: url(/media/icon-sprite.svg) no-repeat scroll -57px -314px;
    width: 30px !important;
    cursor: pointer;
    background-size: 500px !important;
    padding: 0;
    margin: 0;
}
#timeline .icon-view-block {
    background: url(/media/icon-sprite.svg) no-repeat scroll -57px -338px;
    width: 30px !important;
    cursor: pointer;
    background-size: 500px !important;
    padding: 0;
    margin: 0;
}
.match-height {
	padding-top: 100%;
	height: auto !important;
}
#upload-file-status {
	width: 100%;
	float:left;
	height: 100%;
}
video {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.media-close {
	position: absolute;
	z-index: 1000000;
	top: 10px;
	right: -142px;
	font-size: 25px;
	color: #000;
	border: 0 none;
}

div#container_cont_inner {
    min-height: 500px;
}
.no-profile-img-bg .profile-name {
	background: transparent;
}
.no-profile-img-bg .feature-sub,.no-profile-img-bg .p-name {
	background: transparent;
	color: #4B4F54 !important;
}

.profile-img-rounded {
    margin: 30px 30px !important;
    border-radius: 300px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.feature-profile-vid .profile-name {
	padding-left: 25%;
}

.feature-profile-grid, .feature-profile-default {
	min-height: 105px;
}
.h100 {
	height: 100%;
}


.row {
    width: 80%;
}
.row {
    max-width: 1390px;
    min-width: 980px;
    margin: 0 auto;
}
.section-block {
	background: #fff;
	border-left: 0px solid #c4cde0;
	border: 0px solid #c4cde0;
	padding: 0px 0px 20px;
	border-radius: 0;
}
.row .section-header {
    position: absolute;
    z-index: 100;
    right: 0;
    left: 0;
    top: 5px;
}
.section-media-item:first-child {
	width: 66.66% !important;	
}
.filter {
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.black {
	background: #000;
}
.overlay-text {
	position:absolute;
	top: 50%;
	margin-top: -50px;
	left:0;
	right:0;
	color: #fff;
	font-family: 'Open Sans', sans-serif !important;
    font-weight: 100;
}
.overlay-text-button {
    background-color: #8A8A8A;
    text-align: center;
    width: 320px;
    float: none;
    margin: 20px auto;
    padding: 10px 30px;
    color: #fff;
    font-size: 26px;
    border-radius: 4px;
    line-height: 69px;
}
.overlay-text-title {
    text-align: center;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 55px;
    line-height: 69px;
}

.overlay-text-context {
    text-align: center;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 29px;
    line-height: 39px;
}

.overlay-text-static {
    color: #fff;
	
}

.overlay-text-dynamic {
    color: #fff;
}


.type_cursor {
    background-color: #d0d0d0;
    display: inline-block;
    height: 30px;
    margin-left: 4px;
    position: relative;
    top: -3px;
    vertical-align: text-bottom;
    width: 15px;
}
.overlay-text-title .type_cursor { 
    height: 60px;

}

.left-arrow-big {
    background: url(/media/icon-sprite.svg) no-repeat scroll -314px -1096px;
    height: 60px !important;
    width: 60px !important;
    top: 0;
    margin: 0;
    float: left;
    background-size: 1000px !important;
    margin: 0px !important;
    cursor: pointer;
}
span.input-suffix-clone {
	background: #f5f5f5;
	padding: 6px 10px;
	margin: 0 0 0 1px;
	font-size: 14px;
	float: left;
	border-radius: 0 3px 3px 0;
	font-weight: bold;
}
.timeCapItem.tl_item.offset-first {
    float: left;
    width: 100%;
}
.wall-profile-pic {
	width: 40px;
	height: 40px;
	float: left;
	position: relative;
}

.ending_soon {
    color: #dd1e31;
	background: transparent;
}
.starts_soon {
  	color: #0eb700;
	background: transparent;
}

/* ==================
7. GRID
=================== */

.grid-layout .item img {
				margin: 0px;
				padding: 0px;
				display: block;
              width: 100%;
			}
.grid-layout .item .wrapper {
    position: absolute;
    display: table;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 24px;
    background-color: rgba(15,15,15,.7);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay-title {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  font-family: 'EB Garamond', serif;
}
.grid-layout {
  position: relative;
}


.grid-layout { /* grid container */
  column-count: 3;
  column-gap: 1em;
}

.item { /* grid bricks or child elements */
  background-color: #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}
/* Box-sizing reset: //w3bits.com/?p=3225 */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* The grid Container */
.grid-layout {
  margin: 0 auto;
  max-width: 100%;
  column-gap: 0;
}

/* The grid Brick */
.item {
  background: #fff;
  padding: 0;
  margin: 0;
}
.grid-layout .item img {
    float: left;
    width: 100%;
}

/* grid on large screens */
@media only screen and (min-width: 1024px) {
  .grid-layout {
    column-count: 3;
  }
}

/* grid on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .grid-layout {
    column-count: 3;
  }
}

/* grid on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .grid-layout {
    column-count: 2;
  }
}

/* ==================
7. GRID
=================== */

#timeline.grid-layout .item img {
	border-radius: 20px;
}
.grid-layout .item img {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
}
.grid-layout .item .wrapper {
    position: absolute;
    display: table;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 24px;
    background-color: rgba(15,15,15,.7);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay-title {
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  font-family: 'EB Garamond', serif;
}
.grid-layout {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  z-index: 3;
}

.item .wrapper {
  line-height: 24px;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
.grid-layout.view .item .wrapper {
  height: 327px;
}
.item a div.wrapper div.project-title {
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
}
.grid-layout .item a .wrapper .overlay-text h2 {
    color: #fff;
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 28px;
    font-family: proxima-nova;
    font-weight: 300;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: -1px;
    text-transform: none;
    margin: 0 0 10px;
    padding: 0 24px;
}
.item a div.wrapper div.project-title h3 {
  color: #fff !important;
  margin-top: 0;
  font-size: 15px;
  font-family: Georgia,serif;
  font-weight: normal;
  font-family: 'EB Garamond', serif;
  font-size: 10px;
  line-height: 1.4em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: italic;
  padding: 15px 24px;
}
.item a div.wrapper div.project-title h4 {
  color: #fff;
  margin-top: 0;
  font-size: 10px;
  font-family: Georgia,serif;
  font-weight: normal;
  font-family: 'EB Garamond', serif;
  font-size: 10px;
  line-height: 1.4em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  padding: 0 24px;
}
.grid-layout .item .wrapper .wrapper-price {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}
.item:hover i.media {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
i.media.no-zoom {
  margin-bottom: 20px;
}
.item:hover i.media.no-zoom {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.item .project-title {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.item i.media, .item .wrapper, .project-title, .admin_nav li {
  -webkit-transition: top 0.4s ease-out, left 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -moz-transition: top 0.4s ease-out, left 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -o-transition: top 0.4s ease-out, left 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: top 0.4s ease-out, left 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.grid-layout div.wrapper {
  -webkit-perspective: 1000;
}
.item:hover .wrapper {
  opacity:1 !important;
}
.item:hover .project-title {
  -ms-transform: scale(0.7) !important;
  -webkit-transform: scale(0.7) !important;
  -moz-transform: scale(0.7) !important;
  -o-transform: scale(0.7) !important;
  transform: scale(0.7) !important;
}
.item:hover .project-title {
  -ms-transform: scale(0.7) !important;
  -webkit-transform: scale(0.7) !important;
  -moz-transform: scale(0.7) !important;
  -o-transform: scale(0.7) !important;
  transform: scale(0.7) !important;
}
.item a {
  width: 100%;
  float: left;
  margin: 0 5px 0 0;
  height: 100%;
  border-bottom: none;
}
.grid-themes .item a {
  width: auto !important;
}

.icon-acc-balance span.cart_total {
    background: #000;
    padding: 5px 15px;
    border-radius: 4px;
    right: 0;
    margin: 0;
    position: relative;
    width: 5px;
    line-height: inherit;
    color: #fff;
}
.icon-acc-balance {
			background-color: transparent;
			width: auto !important;
			float: left;
			margin: 1px 9px 0 0 !important;
			position: relative;
}
.icon-acc-balance span.price {
    color: #fff !important;
    font-size: inherit;
}

.icon-plus::before {
    content: "+";
    font-weight: 300;
    font-size: 33px !important;
}
.icon-back::before, .icon-forward::before, .icon-back-arrow::before, .icon-forward-arrow::before, .icon-plus::before {
    z-index: 10000000;
    font-size: 28px;
    font-family: "Avenir Next" !important;
    color: #000 !important;
    opacity: 1 !important;
}
.sidepanel a.push-nav-right {
    margin-left: 0px !important;
    width: auto;
}
.sidepanel a.push-nav-icon, .sidepanel a.nav-icon {
    width: 30px;
    position: absolute;
    padding: 0;
}
.icon-40 {
    width: 40px !important;
}
.admin-side-navigation {
	position: relative;
	float: left;
	width: 20%;
}
.admin-side-navigation.section-set {
	position: fixed;
	width: 240px;
	z-index: 100000;
	top: 100px;
	bottom: 0;
	overflow: hidden !important;
}
.admin-content {
	width: 100%;
	float: left;
	right: 0;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.item-left-handles {
	position: absolute;
	width: 20px;
	margin-left: -20px;
	left: 0;
}
.admin_nav > li {
    border-bottom: 5px solid #fff;
    width: 90%;
    margin-left: 0;
    overflow: visible;
    position: relative;
    bottom: 0;
    top: 0;
}
.admin_nav > li:not(.nav-sub-items):not(.admin-li-section-title):hover > a {
      -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.admin_nav > li:hover > a span {
}
.admin_nav > li:hover {
  transition: border 0.6s linear;
}

.admin_nav > li:hover { 

    border-bottom: 5px solid #fff;

}
.config-sidebar-master {
	padding: 0 0 0 5px;
}
.config-sidebar-slave {
    margin-left: 20px;
}
.config-sidebar-master,.config-sidebar-slave {
    top: 70px !important;
    margin-left: 0;
    overflow-y: auto;
    overflow-x: visible !important;
    bottom: 60px;
}

.config-sidebar-master,.config-sidebar-slave, #AppWebsitesConfig, #container_cont_inner, #customise {
    -webkit-transition: top 0.4s ease-out, left 0.4s ease-out, margin-left 0.1s ease-out, width 0.1s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -moz-transition: top 0.4s ease-out, left 0.4s ease-out, margin-left 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.4s ease-out;
    -o-transition: top 0.4s ease-out, left 0.4s ease-out, margin-left 0.1s ease-out, w width 0.1s ease-out,idth 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: top 0.4s ease-out, left 0.4s ease-out, margin-left 0.1s ease-out, width 0.1s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.nav-trail-back {
    -webkit-transition: top 0.1s ease-out, left 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.6s ease-out;
    -moz-transition: top 0.4s ease-out, left 0.4s ease-out, opacity 0.1s ease-out, -webkit-transform 0.6s ease-out;
    -o-transition: top 0.4s ease-out, left 0.4s ease-out, opacity 0.1s ease-out, -webkit-transform 0.6s ease-out;
    transition: top 0.1s ease-out, left 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.6s ease-out;
}
.admin_nav .icon-forward::before {
    color: #cecece !important;
}

.admin_nav a:not(.button,.icon-close) {
    padding: 0 !important;
}
a.nav-back-config.push-nav-icon {
    margin-left: -20px !important;
    color: #eee !important;
}
.core-nav-handle a {
	cursor: pointer;
	width: 50px;
	position: relative;
	float: left;
	margin: auto 0;
	height: inherit;
	left: 50px;
	top: 20px;
	vertical-align: middle;
	position: relative;
	z-index: 1000;
	background: #f5f5f5;
	padding: 14px;
	border-radius: 30px;
}
.core-nav-handle span {
    float: left;
    width: 100%;
    height: 3px;
    background: #000;
    margin: 2px 0;
}
.header-stripe .browser-bar {
    margin: 20px 0 0 120px;
}
.close-panel,.show-panel {
	position: absolute;
	top: 0;
	color: #eee;
	z-index: 1000001;
}
.show-panel {
    left: -2px;
    top: -32px;
    background: #f5f5f5;
    padding: 30px 5px 30px 8px;
    display: none;
    position: fixed;
    transform: rotate(45deg);
}
.close-panel {
	display: block;
	right: 10px
}
.show-panel::before{
    z-index: 10000000;
    font-size: 15px;
    font-family: "Avenir Next" !important;
    color: #000 !important;
    opacity: 1 !important;
}
.close-panel::before{
    z-index: 10000000;
    font-size: 15px;
    font-family: "Avenir Next" !important;
    color: #ccc !important;
    opacity: 1 !important;
}

.icon-plus::before {
    content: "+";
    font-weight: 300;
    font-size: 33px !important;
}
.background-nav {
    top: 100px;
    position: fixed;
    z-index: 1000001;
    background: #fff;
    left: 0;
    right: 0;
    top: 91px;
    bottom: 0;
    width: 300px;
}
.close-icon {
    height: 50px !important;
    width: 50px !important;
    cursor: pointer;
    background-size: 50px !important;
    padding: 0 !important;
    z-index: 10000 !important;
    background-image: url(https://negative-supply.s3.amazonaws.com/88/close-icon-black.png);
    position: absolute;
    background-color: transparent;
}
.close-icon span {
    display: none;
}
.slide_nav.close-icon {
    height: 50px !important;
    width: 50px !important;
    cursor: pointer;
    background-size: 50px !important;
    padding: 0px !important;
    z-index: 10000 !important;
    background-image: url(https://negative-supply.s3.amazonaws.com/88/close-icon-black.png) !important;
    position: absolute;
    background-color: transparent;
}
.core-nav-handle {
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
}
input.site_search.site_search_input {
    background: #f5f5f5 !important;
    padding: 12px 15px 12px 15px;
    border-radius: 30px !important;
    border: 0 none !important;
    min-width: 320px;
}
input.siteSearch {
    top: 15px;
    right: 25px !important;
}
div#AppWebsitesConfig {
    box-shadow: 1px 0px 1px #eee;
    top: 0;
    padding: 30px 0 80px 20px;
    background: #fff;
    bottom: 0;
    overflow: auto !important;
    overflow-x: hidden !important;
}
.trail-back .push-nav-icon {
    position: relative;
    width: 100% !important;
    position: relative !important;
}
.nav-trail-back, .nav-trail-back span {
    position: relative;
    float: left;
    padding: 5px 0;
    display: inline-block;
    width: 90%;
}
.nav-trail-back {
    margin: 0;
    z-index: 100000;
}
span.icon-back.trail-back-text:before {
    padding: 0 10px 0 0;
    color: #636363 !important;
    font-size: 20px;
}
.nav-trail-back, .nav-trail-back span {
	 font-size: 16px;
	 font-family: Avenir Next;
	 color: #636363 !important;
	 text-transform: capitalize;
	 font-weight: 300;
	 text-transform: uppercase;
}
div#AppWebsitesConfigSections {
    margin-left: 20px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    overflow-x: hidden;
}
.admin-li-section-title {
	margin-top: 20px;
	margin-bottom: 20px;
	position: absolute;
	right: 0;
	left: 0;
}
.config-sidebar-slave .appEditorNavigationContent {
    border-bottom: 0px solid #fff;
    width: auto;
    margin-left: 0;
    overflow: visible;
    position: absolute;
    bottom: 0;
    top: 80px;
    right: 20px;
    left: 0;
    bottom: 0px;
}
.config-sidebar-slave-site-config {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
		
#AppWebsitesConfig.layout-default {
	width: 260px !important;
}
#container_cont_inner.layout-default {
	margin-left: 260px !important;
}
#customise.layout-default {
	left: 0 !important;
}

#AppWebsitesConfig.layout-editor {
	width: 340px !important;
}
#container_cont_inner.layout-editor {
	margin-left: 340px !important;
}
#customise.layout-editor {
}

#AppWebsitesConfig.layout-content {
	width: 50% !important;
}
#container_cont_inner.layout-content {
	margin-left: 50% !important;
}
#customise.layout-content {
	left: 50% !important;
}
#AppWebsitesConfig.layout-content,#container_cont_inner.layout-content,#customise.layout-content {
    -webkit-transition: top 0.4s ease-out, left 0.4s ease-out, margin-left 0.4s ease-out, width 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -moz-transition: top 0.4s ease-out, left 0.4s ease-out, margin-left 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -o-transition: top 0.4s ease-out, left 0.4s ease-out, margin-left 0.4s ease-out, w width 0.4s ease-out,idth 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: top 0.4s ease-out, left 0.4s ease-out, margin-left 0.4s ease-out, width 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
#AppWebsitesConfig.layout-fullscreen {
	width: 0 !important;
	padding: 0;
}
#container_cont_inner.layout-fullscreen {
	margin-left: 0 !important;
}
#customise.layout-fullscreen {
	left: 0 !important;
}

li.nav-sub-items.nav-sub-items-title span {
    font-size: 18px !important;
    font-weight: 100;
    line-height: 16px;
    font-family: Avenir Next;
    font-style: italic;
    margin: 0 0 10px
}
#RightPanelConfig {
	position: fixed;
	right: 0;
	width: 40px;
	top: 0;
	bottom: 0;
	background: #fff;
	box-shadow: 1px 1px 2px 2px #eee;
	z-index: 100000;
}
span.navigation-notification {
    position: absolute;
    right: 20px;
    top: 2px;
    width: auto !important;
}
span.navigation-notification span {
	color: #fff !important;
	font-size: 10px !important;
	letter-spacing: 0px !important;
}
span.notification_account.minus {
    background: #E80000;
}
li.admin_nav_li.nav-sub-items.nav-sub-items-title {
    margin: 10px 0;
    border-bottom: 0;
}
.section-view-Re-order .section_list_item, .section-view-Re-order .sort_item {
	width: 10%
}
.section-view-Re-order .sort_item {
	width: 9%;
	margin: 1%;
}
.postDetails {
	position: relative;
}
.user_header .nav_holder ul.sub_nav {
    width: 80%;
    float: none;
    margin: 20px auto 20px;
    text-align: center;
    padding: 10px;
    flex-flow: row wrap;
    display: flex;
    -webkit-box-pack: justify;
    align-items: center;
    max-width: none;
    align-content: center;
    justify-content: center;
}
.user_header .nav_holder ul.sub_nav li {
    text-align: center;
    width: 16.66%;
    display: flex;
    -webkit-box-pack: end;
    justify-content: center;
    z-index: 3;
    max-width: 100%;
    flex-wrap: wrap;
}
.user_header .nav_holder ul.sub_nav li span {
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin: 0;
}
.user_header .nav_holder ul.sub_nav li span a {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
.user_header .nav_holder .button_holder {
    position: relative;
	float: right;
    right: 0;
    top: 0;
}
.icon-video-mid,.icon-article-mid,.icon-photos-mid,.icon-shop-mid,.icon-tag-mid,.icon-user-mid,.icon-followers-mid,.icon-following-mid {
  float: none;
  height: 42px !important;
  width: 36px !important;
  padding: 5px 18px;
  line-height: 35px;
  margin: 0 auto !important;
}

.icon-followers-mid {
  background: url(/media/icon-sprite.svg) no-repeat scroll -56px -707px;
  height: 30px !important;
  width: 35px !important;
  top: 0;
  margin: 0;
  background-size: 500px !important;
  margin: 0px !important;
  cursor: pointer;
}
.icon-following-mid {
  background: url(/media/icon-sprite.svg) no-repeat scroll -7px -707px;
  height: 30px !important;
  width: 35px !important;
  top: 0;
  margin: 0;
  background-size: 500px !important;
  margin: 0px !important;
  cursor: pointer;
}
.profile-header.sub_nav li a {
    padding: 10px 0px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #666;
}
.profile-header .sub_nav li a {
	padding: 9px 0 9px !important;
}
.profile-header .sub_nav li.active a {
	border-bottom: 2px solid #009CBE;
}
.profile-header .sub_nav li a {
	padding: 10px 0px;
	font-size: 12px;
	width: 100%;
	text-align: center;
	color: #666;
	border-radius: 0px;
}
i.mediaFeatureGrid.profileSet {
    width: 100%;
    height: inherit;
    width: 100%;
    margin-left: 0;
    margin: 2%;
}
input.site_search {
	height: 49px !important;
}
.auction-style {
  font-size: 18px;
  line-height: 22px;
}
.flex {
	
}
.flex-item {
}
.ledger-container .flex-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: center;
}