@CHARSET "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

 












































































#body.item[data-oi='windowdiv'] .viewitemdiv_content {
	
	margin: 0px;
	padding: 1%;
	width: 100%;
	box-sizing: border-box;
	overflow-y: scroll !important;
	
}

#body.item[data-oi='windowdiv'] .viewitemdiv_content div.tableInformation {
	
	width: 100%;
	table-layout: fixed;
	
} 

#body.item[data-oi='windowdiv'] div[id^=preview] { max-width: 100%; }
	
select {
	-webkit-appearance:none;
	-moz-appearance: none;
	border-radius: 0;
}



html, body {
    height: 100%;
    min-height: 500px;
}

body {
    background-color: #FFFFFF;
    color: #555555;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-weight: 100;
 	min-width: 320px;
    margin:  auto;
    text-decoration: inherit;
    width: 100%;
}

/*#so_orderBy_uploaded_date_asc + label:after,
#so_orderBy_date_asc + label:after {
	content: " " ;
	font-size: 12px;
	font-family: fontawesome;
}

#so_orderBy_uploaded_date + label:after,
#so_orderBy_date + label:after {
	content: " " ;
	font-size: 12px;
	font-family: fontawesome;
	display: none;
}*/


#header, #content2, #bottom, .viewitemdiv {
	
	font-family: montserrat;
}

#advancedSearch {
	position: absolute;
	z-index: 1000;
	font-size: 11px;
	background: white;
	border: 1px solid gray;
	right: 0;
	width: 300px;
	box-shadow: 2px 3px 2px 0px gray;
	padding: 10px;
}



#searchToolBar .new_order_algorytm {
	display: none;
}


#toolbar.fixed {
    left: 1%;
    position: fixed;
    right: 1%;
    z-index: 9;
}

#pageBar.fixed {
    background-color: white;
    left: 0;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 20px;
    position: fixed;
    right: 0;
    z-index: 9;
    box-shadow: 0 6px 5px black;
    margin-top: 0;
}



#browsingBottomBar.fixed {
	opacity: 0;
}

#subTitle > * {
	vertical-align:top;
}

body.home #browsingBottomBar {
	display: none;
	
}

body.home #footer {
	height: 49px;
}

body.home #bottom {
	margin: 10px auto;
    font-size: 14px;
    text-align: center;
    width: 70%;
    padding: 3% 0;
    line-height: 2;
    font-weight: lighter;
}
body.home #bottom p {
	margin: 5px 0;
}



#specificationBox, .previewBox {
	margin-bottom:25px;
}

#header {
    background-color: #f5f4f4;
    color: #555555;
    font-size: 60px;
    margin: 0;
   	padding: 0 20px;
    height: 85px;
    display: table-header-group;
    width: 100%;
     transition: 0.3s all;
}


div.header {
        color: transparent;
    background-image: url(personal/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    font-weight: lighter;
    margin: 5px 25px;
    overflow: hidden;
    display: inline-block;
    padding: 0px 23px 0px;
    text-overflow: ellipsis;
    text-shadow: none;
    height: 60px;
        box-sizing: border-box;
    cursor: pointer;
}

@media (max-width: 500px) {
	div.header {
	padding: 0 !important;
	    max-width: 200px;
	}
	
	
}

body.item #button_area a.button:hover, body.item .button_area:hover {
    background: #fff;
    color: black;
    border: 0;
}


#header p {
	padding: 5px 0;
	margin: 0px 0;
}

#controller_content.viewitem {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    bottom: 4%;
    box-shadow: 0 10px 30px 10px #333333;
    left: 2%;
    max-width: 1152px;
    right: 2%;
    top: 4%;
    width: 96%;
    z-index: 1000;
}

#spanofkeywordsdiv {
    margin-top: 10px;
}

.spanofkeywords {
    margin: 0 4px;
    float: left !important;
}

#controller_content.viewitem #controller_content_message  {
	 overflow: auto;
	 background-color: #FFFFFF;
	 color: #555555;
}

#subToolBar.minimize {
	
}


#subToolBar.minimize #button_area a {
	margin-top:18px;
	margin-bottom:0px;
	float: right;
}



#search_box-form {
    overflow: hidden;
    margin-top: 3px;
    padding: 0px 0 0 0;
    float: none;
    border: 1px solid #e4e4e4;
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
height: 0;
    opacity: 0;
    transition: 0.3s all;
    max-height: 0;
}

div#search_box-form.opened {
    height: 62px;
    opacity: 1;
    max-height: 200px;
    transition: all 0.3s ease;
}


#button-search_go {
background-color: white;
    background-image: none;
    border-radius: 0;
    border-style: none;
    display: inline-block;
    border-width: 0;
    box-shadow: 0 0 0;
    color: #565656;
    cursor: pointer;
    border-radius: 3px;
    float: left;
    font-size: 27px;
    font-weight: lighter;
  	margin: 14px 8px 8px 0px;
    text-transform: uppercase;
    vertical-align: middle;
    box-sizing: border-box;
    height: 49px;
    line-height: 23px;
    text-align: center;
    max-width: 215px;
    padding: 3px 10px 4px 10px;
}

#button-search_go:hover {
	
	text-decoration: none;
	background-position:bottom left;
	color:#dddddd;
	cursor: pointer;
	
}

#upload_content {
	
	z-index: 2000;
	
}

#jupload_content {
	
	z-index: 2000;
	
}

#bottom {
	margin: 10px auto;
    font-size: 14px;
    text-align: center;
    width: 70%;
    padding: 3% 0;
    line-height: 2;
    font-weight: lighter;
 
}

#footer p:last-child {
    margin-top: 25px;
}

#wg_footer_text {
	margin: 20px auto 0;
}

#momapix {
	color: black; 
	text-decoration: none;
}

#searchbar {
    border: 0;
    border-radius: 0;
    color: #808080;
    cursor: pointer;
    font-size: 15px;
    font-weight: lighter;
    height: 60px;
    margin: 0 15px 0 0;
    padding: 0 15px 0 6px;
    vertical-align: top;
    min-width: 70%;
}

.searchopt {
    border: 1px solid  #dddddd;
    border-radius: 4px;
    color: gray;
    cursor: pointer;
    font-size: 11px;
    font-weight: lighter;
    height: 21px;
    margin: 0;
    padding: 0 15px 0 6px;
    vertical-align: middle;
    width: 140px;
}

#button-advsearch_go {
 	background-color: #000000;
    background-image: linear-gradient(#777575, #000000); 
    border-radius: 4px;
    border-style: none solid none none;
    border-width: 0 1px 0 1px;
    box-shadow: 0 0 0;
    color: gray;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    height: 16px;
    margin: 0;
    padding: 3px 15px 2px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 130px;
    text-align: center;
	}

div.searchoption div.searchoption1 {
	margin-bottom:10px;
}

#wg_header_text {
	color: #555555;
    font-size: 47px;
    font-weight: bold;
    padding: 13px 0;
    text-shadow: 1px 1px 4px #333333;
    margin: 0 20px;
    height: 59px;
}

.searchoption > div > label {
    padding-left: 20px;
}


#table-container.row div.searchoption input[type="checkbox"]:checked + label:before, 
#table-container.row div.searchoption input[type="radio"] + label::before,
#table-container.row div.searchoption input[type="checkbox"] + label::before,
#table-container.row div.searchoption input[type="radio"]:checked + label::before {
	left: 7px;
}


#table-container.row .searchoption > div {
	padding: 5px 12px;
}


div.searchoption input[type="checkbox"]:checked + label:before  {
    content: "\f046";
    font-family: fontawesome;
    position: absolute;
    left: 5px;
    color: #676363;
}

div.searchoption input[type="radio"] + label::before {
    content: "\f1db";
    font-family: fontawesome;
    position: absolute;
    left: 5px;
    color: #676363;
}



div.searchoption input[type="checkbox"] + label::before {

    content: "\f096";
 	font-family: fontawesome;
    position: absolute;
    left: 5px;
    color: #676363;
}

div.searchoption input[type="checkbox"], div.searchoption input[type="radio"] {
    display: none;
}

div.searchoption input[type="radio"]:checked + label::before {
   content: "\f192";
    font-family: fontawesome;
    position: absolute;
    left: 5px;
    color: #676363;
}

#providerList div.searchoption input[type="radio"]:checked + label::before, #providerList div.searchoption input[type="checkbox"] + label::before, #providerList div.searchoption input[type="radio"] + label::before, #providerList div.searchoption input[type="checkbox"]:checked + label:before  {
	left: 10px !important;
	top: 7px;
}

div#table-container.row #providerList div.searchoption input[type="radio"]:checked + label::before, div#table-container.row  #providerList div.searchoption input[type="checkbox"] + label::before, div#table-container.row  #providerList div.searchoption input[type="radio"] + label::before, div#table-container.row  #providerList div.searchoption input[type="checkbox"]:checked + label:before  {
	left: 5px !important;
	top: 7px;
}

div.searchoption {
    /*background: #f4f4f4;*/
       border-radius: 2px;
    border-right: 0;
    border-style: none;
    border-width: 0;
    display: inline;
    float: left;
    margin: 4px;
    width: 180px;
    min-width: 180px;
    padding: 0;
    overflow: hidden;
    order: 20;
}

#table-container.row div.searchoption {
	    position: relative;
}

.filter_label {
   
   	width: 100%;
   	font-size: 16px;
   	display: inline-block;
   	border: 1px solid #ccc;
   	box-sizing: border-box;
	margin: 10px 0px 10px 0px;
    padding: 5px 10px !important;
    
}

div.pageBar #button_area a {
	text-transform: none;
}

#table-container.row .searchoption > div.filter_label {
    margin: 0;
       padding-left: 9px !important;
        margin-bottom: 10px;
}

#table-container.row div#searchToolBar {
    padding: 10px;
}

li[data-input] label {
	/*vertical-align: bottom; 
		cursor: pointer; 
		box-sizing: border-box;	*/
	display: inline-block; 
	width: 100%; 
	padding: 4px 20px; 
	
}

li[data-input] label:first-letter { text-transform: uppercase; }

span.facet_filters {
    margin-left: 7px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 5px 20px;
    background-color: #e6e5e5;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 10px !important;
}

div.searchoption input[type="checkbox"], div.searchoption input[type="radio"] {
	padding:0;
	vertical-align: baseline;
	margin: 0 4px 0 0;
	width:auto; 
	
}

#body[data-searchon="momasearch"] div.searchoption input[type="checkbox"], 
#body[data-searchon="momasearch"] div.searchoption input[type="radio"] {
	position:absolute; 
	top: 6px;
	left: 4px;
	margin:0;
	
}

.searchoption > div {
	
	padding: 5px 3px;
	text-transform: capitalize;
	line-height: 1.5;
	 
}

#toolbar ul#searchbarsuggestion {
	
	position:absolute;
	left:0;
	top:26px;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white;
	padding-left: 3px;
	
}


div.pageBar {

	margin-bottom: 0px;
    color: #000;
    overflow: visible;
    padding: 10px 33px 7px 25px;
    position: relative;
    background: #f5f4f4;
    height: auto !important;
   
}

body.lightbox div.pageBar,
body.event div.pageBar {
	
	margin-bottom: 0px;
	
}
	
div#pageTitle, #searchToolBar  {

    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    
}

div#pageTitle div p em { display: none; }

div#pageTitle h1,  div.pageBar h1, div#pageTitle p, div#pageTitle p.text, div#pageTitle h2.text {
	
	clear: none;
	font-size: 12px;
	margin-right: 10px;
    font-weight: normal;
    display: inline-block;
    
}

div#pageTitle p.text, div#pageTitle h2.text {

	display: block;
	margin-top: 10px;
	
}

.iofem:last-child { padding: 0px; }

div#pageTitle h1:not(.title) {

	display: block;
	font-size: 15px;
	font-weight: bold !important;
	   	
}

#table-container.cell #sidebar-container.closed + #main-content-container #pageTitle {
	
	padding-left: 25px;
	
}

div#pageTitle h1.title em { display: none; }

#pageBarTitle {
	
	visibility: hidden;
	width: 0;
	
}



div#pageTitle p.text,
div#pageTitle h2.text {
	font-style:italic;	
	white-space: pre-line;
}

div.pageBar h1 {    
    font-size: 14px;
    text-transform: uppercase;
   	display: list-item;
	max-width: 250px;
    list-style: none;
    float: left;
    margin: 6px 0  0 12px;
}


#button_area_minimize {
	    width: auto;
    float: right;
        background: none repeat scroll 0 0 #FFFFFF;
    background-image: linear-gradient(#777575, #000000);
    color: white;
    margin: 4px 15px;
    border: 1px solid;
      padding: 1.5px 2%;
    cursor: pointer;
    display: none;
}

#button_area_minimize.show {
	display: block;
}

div#button_area_minimize.show + #button_area {
         
    width: 100%;
    background: #f5f4f4;
    max-height: 0;
    overflow: hidden;
    height: 0;
    transition: 0.5s all;
    
}

div#button_area_minimize.show + div#button_area.opened {
 
 	max-height: 500px !important;
    transition: 0.5s all;
    position: absolute;
    top: 50px;
    height: auto;
    left: 0;
    z-index: 10;
    overflow: visible;
    right: 0;
    background: white;
    padding: 10px 0;
}

div#button_area_minimize.show + #button_area.show {
	display: block;
	
}

div#button_area_minimize.show:hover {
	   
    background: none repeat scroll 0 0 #FFFFFF;
    background-image: linear-gradient(#e8e3e3, #888585);
    border: 0;
    color: black;
    
}

div#button_area_minimize.show + #button_area a {
       
    width: 96%;
    padding: 0;
    
}


img.previewSmall {
	width: 90px;
	height: 90px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid black;
	display:block;
	padding:2px;
	margin:2px;
}

video.previewMedium, img.previewMedium,p.previewMedium {

	width: 190px;
	height: 190px;
	background-position: center center;
	background-repeat: no-repeat;
	display:block;
	padding:2px;
	margin:2px;
	
}

.newevent {
	text-align:center !important;
}

div.newevent p {
	font-size: 13px;
}
video.previewMedium, img.previewMedium {
	margin: auto !important;
}

video.previewLarge,video.previewMedium,video.previewSmall,
img.previewLarge,img.previewSmall {
	border: 1px solid transparent;
}

img.previewLarge {
	
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 100%;
	display: block;
	background-size: contain;
	border-color: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	
}

img.previewLarge.selected { border: 1px solid red; }

video.previewSpecial, 
img.previewSpecial {
	width: 250px;
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
    border: 10px solid transparent;
    border-radius: 0px;
	display: block;
	padding: 0;
	margin: 0px auto;
	float: none;
	cursor: pointer;
}


#toolbar ul,
#toolbar nav,
#wg_toolbar ul {
	
 	margin: 7px 0;
    padding-left: 50px;
    padding-right: 30px;
    display: inline-block;
   
}
	
#toolbar nav a,
#toolbar nav a:visited,
#toolbar nav span,
#toolbar ul li {
	display: inline-block;
	float: left;
	margin: 10px 0px 10px 25px;
	cursor: pointer;
	transition: all ease 0.3s;
	text-transform: uppercase;
	position: relative;
	white-space: nowrap;
}

#toolbar nav.minimized span {
	
	margin: 0px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 25px;
	
}

#page_archive:hover ul,#page_archive ul:hover {
	height:auto;
}
#page_archive ul {
	position: absolute;
	-webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: height 2s;
	left:0;
	top:20px;
	background: white;
	border:1px solid gray;
	border-radius: 0  0 10px 10px;
	z-index: 1000;
	height:0;
	overflow: hidden;

}

#page_archive ul li {
	display: block;
	float: none;
}

#toolbar nav a:hover span,
#toolbar ul li:hover span {
	
	text-shadow:none;
	
}

#toolbar nav a:hover span:hover,
#toolbar ul li:hover span:hover {

	text-shadow:1px 1px 1px #333333;
	
}

#toolbar nav a.current,
#toolbar ul li.current {
	text-decoration: underline;
}


td.td_conten_left {
	width: 1px;
}

td.td_conten_right {
	padding: 0 0 0 0;
}


#admin_toolbar ul lh {
    cursor: pointer;
}








div.itemBox span.title	{ display:none; }
div.itemBox span.credit	{ display:none; }



.viewitemdiv {
	
    background-color: #FFFFFF;
    border: 1px solid #808080;
    border-radius: 6px 6px 6px 6px;
    box-shadow: none !important;
    color: #555555;
    left: 0px;
    margin: auto;
     max-width: 1300px;
    max-height: 1000px;
    position: fixed;
    right: 0px;
    top: 5%;
    bottom: 5%;
    width: auto;
    z-index: 3000;

}

img.move {
	z-index: 1;
    left: 5px;
    top: 5px;
}



div.categoryBox, div.eventBox,#nextPageEventBox,#previusPageEventBox {
    background: white;
    border: 1px solid #ccc;
    }

div.tableInformation {
	display: table;
}

#search_box_buttons {
	display: inline-block;
}


@media only screen and (max-width: 610px) {
	td.register_right {
	    border-top: 1px solid #dddddd;
	    border-left:0;
	    display: block;
	}
	
	td.register_left {
		display: block;
	}
}	

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

	#searchon,
	#categorySelect1,
	#categorySelect {
		display: none !important;
	}
	
	#toolbar.minimize #search_box_buttons > * {
		flex: none !important;
	}
	
	#toolbar.minimize #search_box-form.minimize {
		width: auto !important;
	}
	/*
	#search_box-form,#search_box-form > * {
	    box-sizing: border-box;
	    display: block !important;
	    width: 100%;
	}
	*/
}






body > div#momabody {
	display: table;
    height: 100%;
    width: 100%;
   position: inherit;
}

div.tableInformation div.tdphotoinformation {

	overflow-y: auto;
	padding-right: 20px;
	padding-left: 25px;
	    
}

@media (max-width: 1290px) and (min-width: 1142px) {
	
	div.image-in-serie {
		max-width: 550px !important;
	}
	
}

@media (max-width: 1184px) and (min-width: 1141px) {
	
	div.image-in-serie {
		max-width: 500px !important;
	}
	
}
@media (max-width: 1140px) and (min-width: 1040px) {
	
	div.image-in-serie {
		max-width: 400px !important;
	}
	
}

@media (max-width: 1039px) and (min-width: 901px) {
	
	div.image-in-serie {
	max-width: 300px !important;
	}
	
}

#donotclickanymore {
	
	background: #3c3c3c !important;
    opacity: 0.6;
    height: 200vh !important;
	
}
div.itool {
    background-color: rgba(255,255,255,0);
    border-radius: 0 0 0 0;
    padding: 5px;
    text-align: center;
    visibility: hidden;
    width: 188px;
	padding-left: 0;
    padding-right: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;


}

#body[data-iconsize=itemsSizeS] div.itool {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    left: 0px;
    padding: 6px 4px;
    position: relative;
    top: -36px;
    width: 198px;
    visibility: hidden;
}




#body[data-iconsize=itemsSizeS] div.categoryBox.special div.itool,
#body[data-iconsize=itemsSizeS] div.eventBox.special div.itool,
#body[data-iconsize=itemsSizeS] div.itemBox.special div.itool {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    left: 0px;
    padding: 6px 4px;
    position: relative;
    top: -35px;
    width: 270px;
    visibility: hidden;
}



#body[data-iconsize=itemsSizeS] div.itool span.right {
	width: 18px;
}

#body[data-iconsize=itemsSizeN] .itemBox .photoInformation {
	
    position: absolute;
    transition: 0.3s all;
    min-height: 50px;
    max-height: 80px;
    opacity: 0;
    overflow: hidden;
    bottom: 5px;
    padding: 10px 10px;
    line-height: 1.5;
    left: 5px;
    right: 5px;
    color: white;
    text-shadow: 2px 2px 2px #000;
    
}

#body[data-iconsize="itemsSizeN"] .itemBoxes .itemBox:focus .photoInformation {
	
	opacity: 1;
	transition: 0.3s all;
	
}

#body[data-iconsize=itemsSizeN] div.itool {
	
    background: trasparent;
    left: 0;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    opacity:0;
    transition: all 0.2s;
    visibility: visible;
    
}

#body[data-iconsize=itemsSizeN] div.eventBox img.previewMedium { transition: all 0.3s ease; }

#body[data-iconsize=itemsSizeN] div.itemBox img.previewMedium,
#body[data-iconsize=itemsSizeN] div.eventBox img.previewMedium {
	
	overflow: hidden;
	
}

#body[data-iconsize=itemsSizeN] div.eventBox:focus img.previewMedium {
	
	transform: scale(1.1) rotate(1.5deg);
	
}

#body[data-iconsize=itemsSizeN] div.eventBox:focus div.itool,
#body[data-iconsize=itemsSizeN] div.itemBox:focus div.itool {
	
    opacity: 1;
    visibility: visible;
    
}

#body[data-iconsize=itemsSizeN] div.itool span {
	display:inline-block;
	background: transparent;
	text-shadow: 1px 1px 1px white;
	border: 0px;
	margin: 2px;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.7);
}





#body[data-iconsize=itemsSizeS]	div.categoryBox.newevent img,
#body[data-iconsize=itemsSizeS]	div.itemBox.newevent img,
#body[data-iconsize=itemsSizeS]	div.eventBox.newevent img {
	margin-top: 20px;
}


#body[data-iconsize=itemsSizeN]	div.itemBox video.previewMedium,
#body[data-iconsize=itemsSizeN]	div.itemBox img.previewMedium {
	
	box-shadow: none;
	transition: all 0.5s ease;
	
}

#body[data-iconsize=itemsSizeN]	div.itemBox {
	border-radius: 4px;
}
 

#body[data-iconsize=itemsSizeS]	div.categoryBox,
#body[data-iconsize=itemsSizeS]	div.itemBox,
#body[data-iconsize=itemsSizeS]	div.eventBox {
    background: none repeat scroll 0 0 transparent;
    margin: auto;
    max-height: 202px;
    max-width: 202px;
    padding-bottom: 0;
    padding: 0;
    text-align: center;
    margin-bottom:20px;
    border-radius: 4px;
}

#login_td input[type="checkbox"] {
    margin-left: 5px;
}


#body[data-iconsize=itemsSizeS]	div.itemBox:hover div.itool,
#body[data-iconsize=itemsSizeS]	div.eventBox:hover div.itool,
#body[data-iconsize=itemsSizeS]	div.categoryBox:hover div.itool,
#body[data-iconsize=itemsSizeS] .eventBox:hover .numberofitemsinevent  { 

	 visibility: visible;
}

#body[data-searchon="selections"] #button_filter_container,
#body[data-searchon="selections"] #sidebar-container {
	display: none !important;
}


#body[data-iconsize=itemsSizeS]	div.itemBox.special,
#body[data-iconsize=itemsSizeS]	div.eventBox.special,
#body[data-iconsize=itemsSizeS]	div.categoryBox.special {
    max-height: 271px;
    max-width: 278px;
    padding: 6px 3px;
    height: 271px;
}

#body[data-iconsize=itemsSizeS] .newevent {
	border-width: 1px;
}


#body[data-iconsize=itemsSizeS] img.upload {
	margin: auto;
}

#body[pagename=cart][data-iconsize=itemsSizeS]	div.itemBox { 
	max-width: 100%;
	}
	
#body[pagename=cart][data-iconsize=itemsSizeM] div.itemBox {
	height: auto;
}

#body[data-iconsize=itemsSizeM] div.itool,#body[data-iconsize=itemsSizeL] div.itool {
	 visibility: visible;
	 margin: 15px 0 10px 0;
}

#body[data-iconsize=itemsSizeS] .categoryBoxes .photoInformation,
#body[data-iconsize=itemsSizeS] .itemBoxes .photoInformation, 
#body[data-iconsize=itemsSizeS] .eventBoxes .photoInformation  {
	display:none;
}

#body[data-iconsize=itemsSizeS] .eventBoxes .subject_date,
#body[data-iconsize=itemsSizeS] .eventBoxes .numberofitemsinevent  {
	visibility: hidden;
	position: absolute;
	padding: 5px;
	display:block;
	background: rgba(255,255,255,0.8);
	top: 7px;
	left: 7px;
}





#body[data-iconsize=itemsSizeS] div.itemBox:focus div.itool, 
#body[data-iconsize=itemsSizeS] div.eventBox:focus div.itool,
#body[data-iconsize=itemsSizeS] div.categoryBox:focus div.itool {
    visibility: visible;
}

#body[data-iconsize=itemsSizeM]	div.itemBox,
#body[data-iconsize=itemsSizeM]	div.eventBox,
#body[data-iconsize=itemsSizeM]	div.categoryBox {
    height: 350px;
}

#body[data-iconsize=itemsSizeM]	div.itemBox.special {
	height: 410px;
}

#body[data-iconsize=itemsSizeM]	div.eventBox.special,
#body[data-iconsize=itemsSizeM]	div.categoryBox.special {
    height: 410px;
        border: 1px solid #eee;
}

#body[data-iconsize=itemsSizeL]	div.itemBox,
#body[data-iconsize=itemsSizeL]	div.categoryBox,
#body[data-iconsize=itemsSizeL]	div.eventBox {
    min-width: 450px;
    padding: 20px;
}

#body[data-iconsize=itemsSizeL]	div.itemBox .previewMedium,
#body[data-iconsize=itemsSizeL]	div.eventBox .previewMedium,
#body[data-iconsize=itemsSizeL]	div.categoryBox .previewMedium,
#body[data-iconsize=itemsSizeL]	div.itemBox.special .previewSpecial,
#body[data-iconsize=itemsSizeL]	div.categoryBox.special .previewSpecial,
#body[data-iconsize=itemsSizeL]	div.eventBox.special .previewSpecial {
	float: left;
}

#body[data-iconsize=itemsSizeL]	div.categoryBox > p,
#body[data-iconsize=itemsSizeL]	div.eventBox > p {
	display: none;
}

#body[data-iconsize=itemsSizeL]	div.categoryBox .photoInformation,
#body[data-iconsize=itemsSizeL]	div.itemBox .photoInformation, 
#body[data-iconsize=itemsSizeL]	div.eventBox .photoInformation {
    display: inline;
    left: 235px;
    margin-right: 16px;
    position: absolute;
    text-align: justify;
    top: 55px;
}

#body[data-iconsize=itemsSizeL]	div.categoryBox .itool, 
#body[data-iconsize=itemsSizeL]	div.itemBox .itool, 
#body[data-iconsize=itemsSizeL]	div.eventBox .itool {
    height: 32px;
    left: 234px;
    position: absolute;
    right: 17px;
    top: 10px;
    visibility: visible;
    width: auto;
}

#body[data-iconsize=itemsSizeL]	div.itemBox.special .photoInformation, 
#body[data-iconsize=itemsSizeL]	div.eventBox.special .photoInformation,
#body[data-iconsize=itemsSizeL]	div.categoryBox.special .photoInformation,
#body[data-iconsize=itemsSizeL]	div.categoryBox.special .itool, 
#body[data-iconsize=itemsSizeL]	div.itemBox.special .itool, 
#body[data-iconsize=itemsSizeL]	div.eventBox.special .itool  {
	 left: 315px;
}

div.itemBox em,div.eventBox em {
	font-style: unset;
}



#body[data-iconsize=itemsSizeN] div.eventBox p.numberofitemsinevent {
	
    border-radius: 50%;
    height: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    
}

#body[data-iconsize=itemsSizeN] div.eventBox:focus p.numberofitemsinevent {
	opacity: 1;
	transition: all 0.2s ease 0s;
}
    
div.itool + .photoInformation em,
div.itool + .photoInformation .file_name,
div.itool + .photoInformation .subject_date,
div.itool + .photoInformation .copyrightnotice,
div.itool + .photoInformation .location,
div.itool + .photoInformation .credit {
	display: none;
}


#body[data-iconsize=itemsSizeL] div.itool + .photoInformation em {
	display:inline-block;
	font-weight: bold;
	width: 100px;
	font-variant: small-caps;
	font-style: unset;
}

#body[data-iconsize=itemsSizeL] div.itool + .photoInformation ,
#body[data-iconsize=itemsSizeL] div.itool + .photoInformation .subject_date,
#body[data-iconsize=itemsSizeL] div.itool + .photoInformation .title,
#body[data-iconsize=itemsSizeL] div.itool + .photoInformation .numberofitemsinevent,
#body[data-iconsize=itemsSizeL] div.itool + .photoInformation .location, 
#body[data-iconsize=itemsSizeL] div.itool + .photoInformation .caption, 
#body[data-iconsize=itemsSizeL] div.itool + .photoInformation .id, 
#body[data-iconsize=itemsSizeL] div.itool + .photoInformation .credit {
	display:block;
	float: none;
	text-align: left;
	margin: 0 0 4px;
}



div.itool img,div.itool span {
    cursor: pointer;
    float:right;
    margin: 0;
    border-color:#d9d9db;
    display: inline-block;
    border-width:1px;
    height: 20px;
    width: 20px;;
    vertical-align: text-bottom;
    background: white;
    line-height: 16px;
    border-style:solid;
    margin-right: -1px;
    position: relative;
}


div.itool span.lightbox_on,
div.itool span.cart_on,
div.itool .select_on {
	background-color: lightblue !important;
}


#pageTitle {
	
    padding: 10px;
    box-sizing: border-box;
    
}

div.itool span:hover {
	background-color: #d9d9db;
}


div.itool span[disabled]:hover {
	background-color: white;
	cursor:default;
}
 
div.itool span.right:first-of-type,div.itool span.left:last-of-type  {
	border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

div.itool span.right:last-of-type,div.itool span.left:first-of-type {
	border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

div.itool span.left {
	float:left;
}

div.itool span.right {
	float: right;
}

div.itool span.license_rf,div.itool span.license_rm,div.itool span.license_cf,div.itool span.archive { 
	width: 21px;
    }
    


div.itool span:before {
    color: black;
    font-family: FontAwesome;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
}

div.itool span.left.license:before {
	line-height: 17px;
	font-family: verdana;
	font-variant: small-caps;
}



div.itool span.downloadLow:before {
	color: gray;
}

div.itool span.left.downloadHistory {
	
	display: none;
	
}





div.pageBar #button_area a.Share.shared {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: url("img/shared.png");
}

video.previewMedium, img.previewMedium, div.previewMedium,p.previewMedium {
	

    border-radius: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    background-color: transparent;
   
   
}

#content2 {
    display: table-row-group;
    height: auto;
    min-height: 100%;
    padding: 0 0 120px;
    width: 100%;
}

#footer {
     display: table-footer-group;
    width: 100%;
    background: #2f2f2f;
    height: 110px;
    color: #eee;
}

/* MODIFICHE FOOTER GENERIC */
.footer-grid {
	
	align-items: stretch;
	display: flex;
	justify-content: flex-start;
	margin: auto;
	max-width: 1280px;
	flex-wrap: wrap;
	width: 85%;
    
	
}

.footer-grid .footer-grid-content {
	
	box-sizing: border-box;
	display: block;
    flex: calc(100%/3);
	flex-basis: 50%;
	max-width: calc(100%/3);
	padding: 0px 10px;
	position: relative;
	text-align: left;
	width: 50%;
	
}

@media ( max-width: 900px) {
	
	.footer-grid .footer-grid-content { flex: calc(100%/2); max-width: calc(100%/2); }
	
}

@media ( max-width: 510px) {
	
	.footer-grid .footer-grid-content { flex: 100% !important; max-width: 100% !important; padding: 0px !important; }
	.footer-grid .footer-grid-content.footer-links { padding-left: 0px !important; }
	.footer-grid .footer-grid-content.footer-location a img { width: 100% !important; height: auto !important; }
	#bottom p { margin-top: 25px !important; } 
	
}

.footer-grid .footer-grid-content.footer-momapix,
.footer-grid .footer-grid-content.footer-socials {
	
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: center;
    flex: 100%;
    
}

.footer-grid .footer-grid-content.footer-logo {
	
	display: flex;
	flex: 100%;
	justify-content: flex-end;
	max-width: 100%;
	padding-bottom: 50px;
	width: 100%;
	
}
@media ( max-width: 510px) { .footer-grid .footer-grid-content.footer-logo { justify-content: flex-start; } }


.footer-grid .footer-grid-content.footer-logo img {
	
	display: block;
    border: none;
    max-width: 100%;
    height: auto;
	
}

.footer-grid .footer-grid-content.footer-logo a {

	display: block;
    max-width: 280px;
    
}

.footer-grid .footer-grid-content ul {

	margin: 0;
    padding: 0;
    list-style: none;
    
}

.footer-grid .footer-grid-content ul li {
	
	color: white;
    display: block;
    margin: 0;
    list-style: none;
    padding: 0 0 10px;
    
}

.footer-grid .footer-grid-content ul li a {
	
	color: white;
	margin: 0;
	text-decoration: none;
	
}


.footer-grid .footer-grid-content.footer-socials ul {

	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 0 -10px;
    
}

.footer-grid .footer-grid-content.footer-socials ul li {
	
	display: inline-block;
	font-size: 35px; 
	cursor: pointer;
	
}

.footer-grid .footer-grid-content.footer-socials ul li:not(:last-child) { margin-right: 20px; }

.footer-grid .footer-grid-content.footer-socials ul li a {
	
	display: block;
	font-size: 20px;
    padding: 5px 15px;
    
}

.footer-grid .footer-grid-content.footer-socials ul li#social_tv a::before {
	
	content: "\f26c";
    font-family: fontawesome;
    
}

.footer-grid .footer-grid-content.footer-socials ul li#social_tv a { padding-bottom: 0; }

.footer-grid .footer-grid-content.footer-socials a.skew-button {
	
	position: relative;
    padding: 10px 20px 10px 10px;
    font-size: 20px;
    position: relative;
    color: #FFF;
	
}

.footer-grid .footer-grid-content.footer-socials a.skew-button:after {
	
	content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: transparent;
    border-radius: 5px;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    
}



.footer-grid .footer-grid-content p.footer-title {
	
	margin: 0px 0px 10px !important;
    color: #FFF;
	
}

.footer-grid .footer-grid-content.footer-location div {
	
    margin: 15px 0;
    line-height: 2;
    font-weight: 200;
    
}

.footer-grid .footer-grid-content.footer-links {
	
	padding-left: 5% !important;
	
}
@media ( max-width: 510px) {
	
	.footer-grid .footer-grid-content.footer-links { padding-left: 0px !important; }
	
}
/* FINE FOOTER GENERIC*/
   
.register_left label.lo_label , .register_right label.lo_label {
	margin:12px 4px 0
}

label.lo_label {
    display: block;
    font-weight: bold;
    padding: 3px 10px 0 0;
    text-align: left;
    width: 105px;
}

input.lo_field {
    margin-bottom: 10px;
    width: 250px;
}

label.lo_label {
    float: left;
    height: 15px;
    margin: 0 4px;
    vertical-align: middle;
    line-height: 15px;
    
    
}





.remember_me {
	padding: 3px;
}

.capthca-reload {
		font-family: FontAwesome;
		cursor: pointer;
}

td.register_left *:first-letter	{ text-transform: uppercase; }
td.register_right *:first-letter { text-transform: uppercase; }

select.lo_field, input.lo_field, #lo_username, #lo_password {
	border: 1px inset #555555;
    color: #555555;
	font-size: 13px;
    float: left;
    height: 25px;
    margin:4px;
    vertical-align: middle;
    line-height: 25px;
    padding: 2px 5px;
    
}

#login_box-form { text-align: center; }
#login_td + div { text-align: center; }

.button-login {
	
    width: 90%;
    margin: auto;
    margin-top: 20px;
    float: none !important;
    
}

#form_photographer_account_details div.clear,
#form_account_details div.clear,
#login_box-form div.clear {
	height: 10px;
}

a.button,#login_box-form input.button[type=submit] {
	
    float: left;
    cursor: pointer;
    font-size: 15px;
    box-shadow: none;
    padding: 10px 20px;
    font-weight: normal;
    color: #FFFFFF;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 4px 4px 4px 4px;
    border-color: #000000;
    	background-color: #000000;
    
}

#register_invitation,
#button-register,
#photographer_register_invitation,
#button-photographer-register {
	
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
	
}

a.button:hover, #login_box-form input.button[type=submit]:hover {
    
    text-decoration: underline;
    
}


#controller_content.viewitem a.button {
	background-color: #000000;
    background-image: linear-gradient(#777575, #000000);
    border: 1px solid #808080;
    box-shadow: 0 0 0 transparent;
    height: 21px;
    line-height: 1.5em;
    margin: 0 4px 4px 0;
    padding: 2px 10px;
    width: auto;
}

#controller_content.viewitem a.button:hover {
    background-color: #dddddd;
    box-shadow: 0 0 0 transparent;
}


img.selected {
	
	border: 0px none;
	
}

p.subject_date {
	text-align: center;
}

.previewBox p.subject_date  {
	text-align: left;
}

div.photoInformation h2,
div.photoInformation p {
	margin: 5px 0 0;
	max-height: 65px;
	overflow: hidden;
	color: inherit;
	font-weight: normal;
}

#body[data-iconsize='itemsSizeN'] div.itemBox div.photoInformation h2,
#body[data-iconsize='itemsSizeN'] div.itemBox div.photoInformation p {

	white-space: nowrap;
	text-overflow: ellipsis;
	
}

#body[data-iconsize='itemsSizeN'] div.itemBox div.photoInformation h2.title,
#body[data-iconsize='itemsSizeN'] div.itemBox div.photoInformation p.title {
	
	display: none;
	
}

div.photoInformation p.numberofitemsinevent {
	float: right;
}

div.photoInformation p.object_reference {
	display:none;
}

div.categoryBox p.numberofitemsinevent,
div.eventBox p.numberofitemsinevent {
	text-align: right;
	margin-top:0;
	
}

div.categoryBox p.subject_date,
div.eventBox p.subject_date {
	margin-top:0;
}

#body[data-iconsize='itemsSizeS'] div.eventBox.special p.subject_date {
	margin-left: 10px;
}

#body[data-iconsize='itemsSizeS'] div.eventBox.special p.numberofitemsinevent {
	margin-right: 10px;
}

div.photoInformation p.category {
	float: none;
	margin: 10px 0 0 0;
	display: block;
}

div.photoInformation p.credit {
	float: none;
	margin: 10px 0 0 0;
	display: none;
}


#body[data-iconsize="itemsSizeL"] div.itool + .photoInformation p.hidden,
#body[data-iconsize="itemsSizeM"] div.itool + .photoInformation p.hidden,
#body[data-iconsize="itemsSizeS"] div.itool + .photoInformation p.hidden
 {
	display:none;
}

.viewitemdiv #button_area a.button {

	clear: none;
	float: left;
	height: auto;
	display: block;
	cursor: pointer;
	border-radius: 0;
	box-shadow: 0 0 0;
	font-weight: normal;
	box-sizing: border-box;
	border-width: 0 0px 0 0;
	background-color: #eeeeee;
    border-style: none solid none none;
    
    
    width: 100%;
    margin: 0px;
    color: #2f2f2f;
    font-size: 12px;
    min-width: auto;
    line-height: 2.5;
    margin-bottom: 5px;
    white-space: normal;
    padding: 2px 1px 2px;
    vertical-align: middle;
    text-transform: uppercase;
     
}

.viewitemdiv #button_area a.button {
	
	display: inline-block;
	
}

.viewitemdiv #button_area a.button:first-letter { text-transform: uppercase; }

#button_area a.button.DownloadPrint.quickPrint {
	width: 60px;
}

#button_area a.button.DownloadPdf.quickPrint {
	width: 140px;
}

.viewitemdiv .pageBar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #FF0000;
    height: auto;
    margin: 0 1px 0;
    padding: 0;
    right: 0;
    width: 100%;
}

div.tableInformation h1,
div.tableInformation h2,
div.tableInformation p {
	
    padding: 10px;
    font-size: 12px;
    font-weight: bold !important;
    border-bottom: 0;
    text-shadow: none;
    font-style: normal;
    white-space: normal;
    margin: 0px 0px 0px;
    text-transform: none;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    
    
}

body.item div.tableInformation h1 span,
body.item div.tableInformation h2 span,
body.item div.tableInformation p span {
	
    font-size: 14px;
    max-width: none;
    overflow: hidden;
    margin-left: 0px;
    margin-top: 5px;
    font-weight: normal;
    text-shadow: none;
    display: block;
    
}

body.item div.tableInformation p.keyword_list span {
	
	max-width: 200px;
	display: inline-block;
	
}

body.item div.tableInformation h1 span,
body.item div.tableInformation h2 span {
	
	font-weight: bold;
	
}

body.item div.tableInformation h1, body.item div.tableInformation h1 span { font-weight: 400;  }
body.item div.tableInformation h2, body.item div.tableInformation h2 span { color: inherit; }

div.tableInformation p.link_to_event {

	border: 0px none;
	color: #2f2f2f;
	cursor: pointer;
}

div.tableInformation p.link_to_event:hover {
	text-decoration: underline;
}

div.tableInformation p.title {
	font-weight: bold;
}

div.tableInformation p.keyword {
	display: none;
}
 
div.tableInformation p.dimension {
	margin: 0 2px 2px;
}
 
div.tableInformation > div {
	padding: 0;
	display:table-row;
}

div.tableInformation > div > div {
	
	display: table-cell;
	vertical-align: top;
	
}
	
div.viewitemdiv img.previusPageIcon, div.viewitemdiv img.nextPageIcon {
    margin: 0 4px 4px 0;
    position: absolute;
}
div.viewitemdiv img.previusPageIcon {
	left: 0;
	
}

div.viewitemdiv #button_area {
	
	width: 100%;
	margin-top: 0;	 
	display: inline-block;
	
}



div.viewitemdiv img.nextPageIcon {
	left: 30px;
	
}


/*img.previusPageIcon:hover {
	background:url(img/browsing.png) left bottom;
	    height: 18px;
    width: 19px;
	}

img.nextPageIcon:hover {
	background:url(img/browsing.png) right bottom;
	    height: 18px;
    width: 19px;
	}	*/
	
#browsingBar {
	
    border: 1px solid transparent;
    display: list-item;
    list-style: none;
    margin-top: 5px;
    float: right;
 
}

#browsingBar select {
	border:1px solid gray;
}

#browsingBar img.disable {
	opacity: 0.6;
} 
/*browsing*/

#subTitle {
    border: 0 none;
    display: inline-block;
    float: right;
    margin: 3px 0;
    padding-top: 2px; 
    box-sizing: border-box;
   

}

div.pageBar #button_area { 
    display: list-item;
    list-style: none;
    float: right;
    box-sizing: border-box;
    /*position: absolute;
    right: 400px;
    top: 7px;*/
}

div.pageBar #lightboxTypology,
div.pageBar #lightboxOwnerSelection,
div.pageBar #button_area a {
	background: transparent;
    border-width: 0 0px;
    box-shadow:none;
    clear: none;
    font-size: 13px;
    height: auto;
    line-height: 1.3em;
    margin: 7px 10px 7px 0px;
    padding: 0;
    width: auto;
    max-width: none;
    min-width: auto;
    text-transform: capitalize;
    font-weight: 100;
    font-style: normal;
    float:left;
    position:static;
}


	
div.pageBar #button_area a.reserved_on {
	text-decoration: underline;
}

div.pageBar #button_area a:hover {
	color: #c5c3c3;

}

div.navigation {
	display: inline-block;
    margin: 8px 30px;
}

/*Page Icon*/




div#subTitle >  ul  {
	display: inline-block;
	border-collapse: separate;
    border-spacing: 5px 0;
    height: 23px;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding-left: 0;
    width: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius:0;
}




div#subTitle > div.ul {
    border-collapse: separate;
    border-radius: 0;
    display: inline-block;
    height: 23px;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding-left: 0;
    transition: height 0.4s ease 0s;
    -webkit-transition: all 0.2s;
    width: 24px;
}

div#subTitle > div.ul:hover ul {
	position:fixed;
	box-shadow: 0;
	border:0
}
	

div#subTitle > div.ul ul li.priority {
	text-shadow: 0 0 1px black;
}

div#subTitle > div.ul ul {
	
	margin: 0;
	padding: 0; 
	z-index: 1;
	width: 25px;
	overflow: hidden;
	position: relative;
	border-collapse: collapse;
	
}



div#subTitle > div.ul ul li[data-title]:hover:after {
    background: white none repeat scroll 0 0;
    border-color: #ddd;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    content: attr(data-title);
    font-family: arial;
    font-weight: lighter;
    height: 26px;
    left: 25px;
    line-height: 17px;
    padding: 2px 8px;
    position: absolute;
    text-shadow: none;
    top: -2px;
    white-space: nowrap;
    z-index: 20;
}


div#subTitle > div.ul ul li {
	position:relative;
	border-collapse: collapse;
	font-family: FontAwesome;
	border-radius:0;
	display:block;
	height:0;
	width: 0;
	border-width:0;
	transition: height 0.3s ease 0s;
	
}

div#subTitle > div.ul ul#itemPerPageList li { font-family: inherit; }

div#subTitle > div.ul ul#priprityList {
	width:250px;
	box-shadow: none;
}
div#subTitle > div.ul ul#priprityList li {
	text-shadow: 0 0 1px black;
	box-shadow: 0 1px 2px gray;
}

div#subTitle > div.ul ul li.Selected, div#subTitle > div.ul:hover ul li {
	height: 18px;
    width: 19px;
	border-width:1px;
}


span#previusPage, span#nextPage {
    cursor: pointer;
}


li.pagingIcon {
	
	background: #fff none repeat scroll 0 0;
	display: none;
	height: 18px;
    width: 19px;
	cursor: pointer;
	margin: 0 0 0 0;
	position: relative;
    top: 0px;
    line-height: 19px;
    color: black;
    text-align: center;
    border: 1px solid lightgray;
    border-radius: 0;
    font-size: 10px;
}


li.pagingIcon:not(.Selected) {
    color: black;
}

li#priority0 span {
	position: absolute;
	left: 0px;
}




div#subTitle > ul#itemPerPageList:hover {
	width:105px;
}

div#subTitle > ul:hover li.pagingIcon {
	display: inline-block;
}

li.pagingIcon.Selected {
	display: inline-block;
}



li.pagingIcon:last-of-type {
	border-radius: 0  4px 4px 0;
}

#distinctArchive li:hover,
#distinctLicense li:hover,
li.pagingIcon:hover {
	background-color: #ccc;
	border-color: #ccc;
	transition: all 0.3s ease;
}

 

div#subTitle >  ul#distinctArchive,div#subTitle >  ul#distinctLicense  {
	margin: 0 5px 0 0;
}


#distinctArchive li,#distinctLicense li {
	margin:0;
	border-radius:0;
	border-right:1px solid black;
	border-left: 1px solid gray;
	background-color: #000000;
	color: #FFFFFF;
}

#distinctArchive li.false,#distinctLicense li.false {
	opacity: 0.4;
}

#eventOrderList li,
#itemSizeList li,
#distinctArchive li {
	font-family: FontAwesome;
}

#distinctLicense li {
	width:24px;
}






#distinctLicense li,
#distinctArchive li,

li.eventOrderDateSelected,
li.eventOrderTitleSelected,

li.itemsSizeNSelected,
li.itemsSizeSSelected,
li.itemsSizeMSelected,
li.itemsSizeLSelected,
li.itemsSizeOSelected,

li.pagingIcon16Selected,
li.pagingIcon32Selected,
li.pagingIcon48Selected,
li.pagingIcon64Selected,
li.pagingIcon80Selected,
li.pagingIcon96Selected,

li.pagingIcon10Selected,
li.pagingIcon15Selected,
li.pagingIcon25Selected,
li.pagingIcon50Selected,
li.pagingIcon75Selected,
li.pagingIcon100Selected,
li.pagingIcon150Selected,
li.pagingIcon200Selected,
li.pagingIcon500Selected,
li.std0Selected,
li.std250Selected {
	background-color: #2f2f2f;
    border-color: #2f2f2f;
	color: #FFFFFF;
}

#distinctArchive li:hover,
#distinctLicense li:hover,
li.itemsSizeSSelected:hover,
li.itemsSizeMSelected:hover,
li.itemsSizeLSelected:hover,
li.itemsSizeOSelected:hover,
li.pagingIcon16Selected:hover,
li.pagingIcon32Selected:hover,
li.pagingIcon48Selected:hover,
li.pagingIcon64Selected:hover,
li.pagingIcon80Selected:hover,
li.pagingIcon96Selected:hover,
li.pagingIcon10Selected:hover,
li.pagingIcon15Selected:hover,
li.pagingIcon25Selected:hover,
li.pagingIcon50Selected:hover,
li.pagingIcon75Selected:hover,
li.std0Selected:hover,
li.std250Selected:hover {
	color: #555555;
}

/* end pageIcon */

#tipress_logo {
 margin: 5px 0;
}

#toolbar {
	position: relative;
	text-align: center;
    color: #555555;
    clear: both;
    font-weight: lighter;
    display: inline-block;
    float: right;
    font-size: 13px;
    padding: 17px 0 10px 0;
    text-transform: uppercase;
    overflow: visible;
}

#toolbar nav a,
#toolbar nav a:visited {
	
	color: #555555;
	text-decoration: none;
	
}

nav#toolbar_ul.minimized,
ul#toolbar_ul.minimized {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
    background: rgb(224, 224, 224);
    height: 0;
    padding: 0;
    transition: 0.4s all;
    max-height: 0;
    overflow: hidden;
	top: 120px;
    color: #555555;
    font-size: 2em;
}

div#search_button_fake { 
	
	vertical-align: top;
	display: inline-block;
	margin: 12px 40px 0 2px;
	
} 

div#search_button_fake p {
    padding: 0;
    margin: 0;
    display: inline;
}

nav#toolbar_ul.minimized.hover,
ul#toolbar_ul.minimized.hover {
	
	bottom: 0px;
	height: auto;
    padding: 30px 0;
    max-height: 100%;
    overflow-y: scroll;
    transition: 0.4s all;
    
}

#toolbar_ul.minimized + div#search_box-form {
	
    width: 85%;
    float: left;
    margin-right: 15px;
    
}

@media (max-width: 400px) {

	#toolbar_ul.minimized + div#search_box-form {
	
		width: 70% !important;
	    margin-left: 10px;
	    
	}
	
}

#toolbar_ul.minimized + div#search_box-form #searchbarcontainer {
	width: 100%
}

#fabars {
	cursor: pointer;
	font-size: 30px;
    display: inline-block;
    margin: 10px 15px 0 0px;
}

nav#toolbar_ul.minimized a,
ul#toolbar_ul.minimized li {
    width: 100%;
    text-align: center;
}

#toolbar.mobile {
    
    float: none;
    margin: 0 auto;
    display: block;
    
}
    
#header_text.mobile {
	
	background-position: center;
	
}
  
#visible_header.mobile {
	
    text-align: center;
      
}

#visible_header {
	 height: 100%;
   	 margin: 0 0;
   	 height: auto;
}


#footer p {
 margin: 5px;
}
#footer p a {
    color: gray;
    cursor: pointer;
}


div.itemBox, div.eventBox,div.categoryBox,#nextPageItemBox,#nextPageEventBox,#previusPageItemBox,#previusPageEventBox {
    
    color: #333333;
    display: block;
    float: left;
    font-size: 15px;
    margin: 0 8px 20px ;
    overflow: hidden;
    padding: 15px 8px 10px;
    position: relative;
    text-align: left;
    width: 200px;
  	z-index: 0;
  	height: 350px;
  	box-sizing: border-box;
  	
}


.eventBox div.photoInformation {
    position: absolute;
    bottom: 15px;
}

div.eventBox,
div.itemBox {

	max-width: 280px;
}



#body[data-iconsize="itemsSizeL"] div.itemBox, #body[data-iconsize="itemsSizeL"] div.eventBox {
	max-width: 620px;
}

#nextPageItemBox, #nextPageEventBox, #previusPageItemBox, #previusPageEventBox {
	font-size: 25px;
    text-align: center;
}

.fadein { position:relative; height:256px; width:440px; }
.fadein img { position:absolute; left:0; top:0; }

.eventBoxes,.itemBoxes,.categoryBoxes {
	
	color: #000000;
	padding: 0px 0;
	width: 100%;
		
	justify-content: flex-start;
	align-content: flex-end;
	
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
  
  	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
      
	
}

.eventBoxes {

	width: 98%;
	margin: 0 auto;
}



.categoryBoxes > *,
.eventBoxes > *,
.itemBoxes > * {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
	


div.selected , div.current_gallery , div.current_lightbox    {

	    background: #dcdada !important;
    color: #333333 !important;
    border: 1px solid #aba7a7;
    border-radius: 0 !important;
}

div.selected .previewMedium, div.current_gallery .previewMedium, div.current_lightbox .previewMedium   {
	outline: 0 solid red !important;
	background-color: white !important;
}

div.selected .itool {
	background-color: transparent !important;
}

.viewitemdiv_content {
    font-size: 13px;
    font-variant: none;
    font-weight: normal;
    height: 93%;
    margin: 20px;
    overflow: hidden;
 
    margin: 1%;
    position: absolute;
    width: 98%;

}

div.itemBox:focus {
	background: #F5F5F5 !important;
	color: #888888 !important;
	
}

div.categoryBox:focus,
div.eventBox:focus {
	background: #E4E4E4 !important;
	color: #888888 !important;
}

div.selected.itemBox:focus {
	background: rgba(211,211,211,0.7);
	background: rgba(211,211,211,0.7) !important;
	color: #888888 !important;
}
	
#category_box {
	padding-left:10px;
}

input#searchbar::placeholder {
	
    font-family: montserrat;
    text-transform: capitalize;
    color: #bdbcbc;
    
}
input#searchbar:focus::placeholder { 
	color: transparent !important;
}
input#searchbar:focus::-webkit-input-placeholder {
	color: transparent !important;
}
input#searchbar:focus:-moz-placeholder { 
	color: transparent !important;
}
input#searchbar:focus::-moz-placeholder {  
	color: transparent !important;
}
input#searchbar:focus:-ms-input-placeholder {
	color: transparent !important;
}

#searchon, #categorySelect1, #categorySelect,.databaseSelect {

	background: none repeat scroll 0 0 #FFFFFF;
    border-right: 1px solid #e4e3e3 !important;
    border-radius: 0;
    border: 0;
    color: #565656;
    cursor: pointer;
    font-size: 13px;
    float: left;
    text-transform: capitalize;
    font-weight: lighter;
    height: 40px;
    margin: 10px 10px 4px 42px;
    padding: 6px 0px 5px 3px;
    vertical-align: middle;
    box-sizing: border-box;
    text-decoration-color: black;
   
}

#searchon,
#categorySelect1,
#categorySelect {
	width: 130px;
	min-width: 100px;
}

.databaseSelect {
     border-radius: 0;
    font-family: FontAwesome;
    width: 53px;
}

div#categorycontainer:before {
    content: "\f107";
    position: absolute;
    font-size: 20px;
    color: #656464;
    top: 21px;
    left: 23px;
    font-family: fontawesome;
}

@media (max-width: 510px) {
	div#categorycontainer:before {
	display: none;
	}
}

#browsingBottomBar {
	border-radius: 0;
      padding: 5px;
    height: 34px;
    text-align: right;
    margin-top: 20px;
    position: relative;
    background-color: transparent;
    background-image: none;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #555555;
}

body.home #browsingBottomBar {
	margin-top: 0;
}
	
div.viewitemdiv div#social_buttons {
    position: relative;
    left: 0px;
    top: 0px;
}

div#social_buttons {
    left: 12px;
    position: absolute;
    top: 11px;
}

div.social_div {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #808080;
    border-radius: 3px 3px 3px 3px;
    box-shadow: none;
    display: inline-block;
    height: 22px;
    margin-right: 4px;
}

div#subTitle .span {
	line-height: 22px;
	width: 60px;
	color: #808080;
	background-color: transparent;
}










div#noSearchResult {
	width: 100%;
	margin: auto;
	border: 0px solid red;
	height: auto !important;
}

div#noSearchResult h2 {
	margin: 5px 0 10px 0;
}
div#noSearchResult h3 {
	margin: 15px 0 0 15px;
}

div#noSearchResult p {
	margin: 10px 0 0 30px;
}

div#noSearchResult p.noident {
	margin: 10px auto;
}

div#noSearchResult ul {
	margin: 10px 0px 0px 10px;
}

div#noSearchResult ul li {
	margin: 5px 0 0 0;
}

div.searchboxes {
	width: 25%;
	height: 500px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	padding: 10px;
	overflow:auto;
	background-color: #FFFFFF;
	box-shadow: 0 3px 6px #333333;
}

div.pageBar img#nextDivItem, div.pageBar img#previusDivItem {
    float: right;
    margin: 1px 0;
    cursor: pointer;
}

.viewitemdiv_minimized {
	width: 155px;
}

div.itool { border-bottom: 0; }

div.item-tab-content > div > p { 
	display: none; 
}

div.item-tab-content > div > p.link_to_event,
div.item-tab-content > div > p.city,
div.item-tab-content > div > p.state,
div.item-tab-content > div > p.country,
div.item-tab-content > div > p.subject_date,
div.item-tab-content > div > p.category,
div.item-tab-content > div > p.title,
div.item-tab-content > div > p.caption,
div.item-tab-content > div > p.id,
div.item-tab-content > div > p.file_name,
div.item-tab-content > div > p.keyword_title,
div.item-tab-content > div > p.keyword_list {
	display: block;
} 

div.item-tab-content > div > p.keyword_list span {
	white-space: nowrap;
}

div.item-tab-content > div > p.keyword_list span em { font-style: normal; }

div.item-tab-content > div {
  padding: 0;
  margin: 0;
  list-style: none;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
 
  -webkit-flex-flow: column;
  flex-flow: column;
}

div.item-tab-content > div > h1,
div.item-tab-content > div > h2,
div.item-tab-content > div > p { order: 50 }

div.item-tab-content > div > p.link_to_event 	{ order: 1; 	font-weight: 600; text-align: right; margin-bottom: 5px; padding: 0px; }
div.item-tab-content > div > p.id 				{ order: 2; 	}
div.item-tab-content > div > p.file_name 		{ order: 2; 	}
div.item-tab-content > div > p.keyword_title 	{ order: 99;     text-shadow: none;	}
div.item-tab-content > div > p.keyword_list		{ order: 100; border-top: 0; margin: 0px; padding: 0px 10px; box-sizing: border-box; }


div.item-tab-content > div > p.file_name span { text-transform: none !important; }


#pageTitle { 
	min-height: auto;
}

.cartIcon {
	position: absolute;
	right: 75px;
	top: 20px;
}

.itemKeyword {
	padding: 3px 5px 4px 7px;
	background-color: #000000;
	background-image: linear-gradient(#777575, #000000);
	text-align: center;
	border-radius: 0;
	display: inline-block;
	width: auto;
	margin: 5px 10px;
	cursor: pointer;
	floar:right;
	color: white;
}



.previewBox div.itemKeyword input[type="checkbox"] {
    display: none;
}

.previewBox div.itemKeyword input[type="checkbox"]:checked + label::before {
	font-family: fontawesome;
    content: "\f046";
}
.previewBox div.itemKeyword input[type="checkbox"] + label::before {
	font-family: fontawesome;
    content: "\f096";
}

.keylabel {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: white;
	display: inline-block;
	vertical-align: middle;
}

.viewitemdiv div.tableInformation #navButtons {
	position: absolute;
    top: 240px;
    width: 100%;
}

div.viewitemdiv i.nextPageIcon {
    float: left !important;
    right: 17px;
}

div.viewitemdiv i.previusPageIcon, div.viewitemdiv i.nextPageIcon {
    color: #eee;
    cursor: pointer;
    display: none;
    font-size: 5em;
    margin: 0 4px 4px 0;
    position: absolute;
    text-shadow: 0 0 4px #000;
}

i.nextPageIcon {
    height: 22px;
    margin: 0 5px;
    vertical-align: middle;
    width: 0;
   transition: all 2s;
    position: relative;
    transition: all 2s ease;
}

i.previusPageIcon {
    height: 22px;
    margin: 0 5px;
    vertical-align: middle;
    width: 0;
    position: relative;
    transition: all 2s ease;
}

i.nextPageIcon:before {
    background-color: #ddd;
    color: gray;
    border-radius: 50%;
    opacity: 0.5;
    padding-right: 20px;
    text-align: right;
    text-shadow: none;
    width: 47px;
    position:absolute;
    right: 0;
    
}

i.previusPageIcon:before {
    background-color: #ddd;
    color: gray;
    border-radius: 50%;
    opacity: 0.5;
    padding-left: 20px;
    text-align: left;
    text-shadow: none;
    width: 47px;
    position:absolute;
    left: 0;
    
}

div.tableInformation  div.item:hover i.previusPageIcon,
div.tableInformation  div.item:hover i.nextPageIcon {
	display: block;	
}

.pricingTabBox {
    clear: both;
    width: 100%;
}

.item-infos {
	position: absolute;
	display: none;
}

.label_image-in-serie {
    display: inline-block;
    margin: 20px 0px 0px !important;
    border-bottom: 0px none !important;
    width: 100%;
    background: #eee;
    height: auto;
    padding: 4px 0 0 8px;
    position: relative;
}

.label_image-in-serie:before {
	
    top: 19px;
    left: 25px;
    color: #eee;
    font-size: 38px;
    content: "\f0d7";
    text-shadow: none;
    position: absolute;
    font-family: fontawesome;
    
}

div.item-info-box label {
	
	padding: 5px;
	box-sizing: border-box;
	
}

.item-tabs {
  position: relative;   
  min-height: 200px;
  clear: both;
  margin: 20px 0;
  text-align:left;
  min-width: 280px;
}

.item-tab {
  float: left;
}

.item-tab > label {

  border-color: #ccc; 
  margin-left: -1px; 
  position: relative;
  cursor: pointer;
  left: 1px; 
}

.item-tabs > div {
	
    min-width: 30%;
    padding: 10px;
    background: #eee;
    box-sizing: border-box;
    border-right: 2px solid white;
    
}


.item-tab > [type=radio] {
  display: none;   
}

.item-tab [type=radio] ~ label ~ .item-tab-content {
  position: absolute;
  top: 25px;
  left: 0;
  background-color: transparent;
  right: 0;
  bottom: auto;
      padding: 35px 20px 0 3px;
  height: auto;
  display: none;
}

.item-tab [type=radio]:checked ~ label.tab-label {
    
    bottom: 0;
    z-index: 2;
    width: 100%;
    display: inline-block;
    background: transparent;

}

.item-tab [type=radio] ~ label.tab-label {

    font-weight: 400;
    width: 100%;
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;

}

@media (max-width: 1100px) and (min-width: 901px) {
	.item-tab [type=radio] ~ label.tab-label {
	font-size: 12px !important;
	}
}

@media (max-width: 500px) {
	.item-tab [type=radio] ~ label.tab-label {
	font-size: 12px !important;
	}
}

.item-tab [type=radio]:checked ~ label ~ .item-tab-content {
  z-index: 1;
  display: block;
}

.item-tab.pricing table:first-child {
	margin-bottom: 10px;
}

.item-tab.pricing caption {
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ececec;
}

.item-tab-content table tr { font-weight: lighter; }

.item-tab-content .commentBoxContent {
	background: none repeat scroll 0 0 white;
    border: 1px solid #ddd;
    margin: 2px;
    padding: 5px;
    font-variant: normal;
    width: 100%;
    box-sizing: border-box;
}

.item-tab-content form input[type=button] {
	float:left;	
}

.item-tab-content .commentBoxContent div {
	margin-top:3px;
	min-height: 12px;
}

.item-tab-content .commentBoxContent div span {
	font-style: italic;
	color:gray;
	padding-left: 5px;
	float:right;
}

#toolbar.minimize {
	overflow: hidden;
}

#toolbar.minimize #toolbar_ul, #toolbar.minimize #toolbar_ul a,
#toolbar.minimize #toolbar_ul, #toolbar.minimize #toolbar_ul li {
	transition: all easy 0.5s;
}

.flex, #toolbar.minimize #search_box_buttons {
	
	display: -moz-box !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: flex !important;
  
  	-webkit-box-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
  	-moz-flex-flow: row nowrap;
	flex-flow: row nowrap;
    
    float: none !important; 
    clear: both;
    
}

.flexwrap {
	
	display: -moz-box !important;
	display: -webkit-flex !important;
	display: flex !important;
  
  	-webkit-flex-flow: row wrap !important;
	-moz-flex-flow: row wrap !important;
	flex-flow: row wrap !important;
}

.flexwrap > * {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

#lang-bar span {
	display:inline-block;
	padding: 0 5px;
}

#lang-bar span.selected-lang { text-decoration: underline; }

#toolbar.minimize #search_box_buttons > * , .flex > * {
	-webkit-box-flex: 4;
	-webkit-flex: 4;
    flex: 4 ;
    display: block;
    
}



#toolbar.minimize #toolbar_ul {
	width:100%;
	box-sizing: border-box;
	padding:0;
}


#toolbar.minimize #search_box-form.minimize {
    width: 90%;
    float: left !important;
}

#toolbar.minimize #toolbar_ul.flex.minimize.hover {
	
	display: block !important;
	box-shadow: 0 2px 0 black;
	
}


#toolbar.minimize #toolbar_ul.flex.minimize {
	
    background: rgba(239, 239, 239, 1) none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: none !important;
    margin: 0 0;
    position: fixed;
    width: auto;
    right: 1%;
    z-index: 1000;
    
}

#toolbar.minimize #fabars {
    display: inline-block;
    font-size: 21px;
    padding: 16px 15px 10px 0 ;
    cursor: pointer;
    float: right;
}

#toolbar.minimize #toolbar_ul a,
#toolbar.minimize #toolbar_ul li {
	
    cursor: pointer;
    margin: 10px 0 10px 0;
    padding: 0 15px;
    text-align:center;
    position:relative;
    min-width: 120px;
    display: block !important;	
    min-width: 120px;
    text-align: center;
    width: 100%;
 
}

#toolbar.minimize #toolbar_ul.minimize a,
#toolbar.minimize #toolbar_ul.minimize li {
	
	box-sizing: border-box;
	text-align: left;
	max-width: 250px;
    clear: both;
    padding-right: 80px;
    color: black;
	
}

#toolbar.minimize #toolbar_ul.minimize a:hover,
#toolbar.minimize #toolbar_ul.minimize li:hover {
	
	text-shadow: 1px 1px 1px black;
	
}






#toolbar.minimize  #search_box-form {
	padding: 15px;
}

#toolbar.minimize  #searchbar {
	width:100%;
	padding: 2px 0 2px 5px;
	box-sizing: border-box;
	height:27px;
}

#toolbar.minimize  #searchbarcontainer {
	-webkit-flex: 5; 
	-webkit-box-flex: 5;
    flex: 5;
}

#searchbarcontainer {
	border: 0;
    height: 60px;
    border-radius: 0;
    background: white;
    width: 100%;
}



#pageBar.minimize .hidemesoon {
	display:none;	
}




#toolbar.minimize  #search_box-form  #button-search_go {
	max-width: 100px;
}

a#button-search_go:before {
    content: "\f002";
    font-family: fontawesome;
}

#body[data-iconsize="itemsSizeL"] .itemBox, #body[data-iconsize="itemsSizeL"] .eventBox,
#body[data-iconsize="itemsSizeM"] .itemBox, #body[data-iconsize="itemsSizeM"] .eventBox,
#body[data-iconsize="itemsSizeN"] .newevent {
	border-width: 1px;
}

#body[data-iconsize="itemsSizeN"] .newevent img.upload {
	max-width: 75%;
	height: 100%;
	margin: 0 !important;
}

#body[data-iconsize="itemsSizeN"] #nextPageItemBox,
#body[data-iconsize="itemsSizeN"] #previusPageItemBox {

}


#body[data-iconsize="itemsSizeN"] .itemBox {
  	box-sizing: border-box;
 } 	
  	
#body[data-iconsize="itemsSizeN"] .itemBoxes {
	display: block;	
}

#body[data-iconsize="itemsSizeN"] .itemBoxes video.previewMedium,
#body[data-iconsize="itemsSizeN"] .itemBoxes video.previewSpecial,
#body[data-iconsize="itemsSizeN"] .itemBoxes img.previewMedium,
#body[data-iconsize="itemsSizeN"] .itemBoxes img.previewSpecial {
	background-size: cover;
	object-fit: cover;
	width: 100%;
	border: 0px;
	box-shadow: none;
	height:100%;
}

#body[data-iconsize="itemsSizeN"] .itemBoxes .itemBox {
	
}

#body[data-iconsize="itemsSizeN"] .eventBoxes video.previewMedium,
#body[data-iconsize="itemsSizeN"] .eventBoxes video.previewSpecial,
#body[data-iconsize="itemsSizeN"] .eventBoxes img.previewMedium,
#body[data-iconsize="itemsSizeN"] .eventBoxes img.previewSpecial {
	
    background-color: transparent;
    background-size: cover;
    object-fit: cover;
    border: 0 none;
    height: 100%;
    width: 100%;
    margin: 0;
    
}



#body[data-iconsize=itemsSizeN] .eventBoxes .eventBox .subject_date {
    float: left;
    position: absolute;
    right: 10px;
    top: 260px;
}



#providerList > .searchoption > label {

	display: block;
	font-size: 12px;
	background: white;
	padding: 5px !important;
	border: 1px solid #e4e4e4;
	text-transform: capitalize;
	
}

.searchoption  span.switcher {
    background-color: transparent;
    color: #000;
    margin: 0;
    position: absolute;
    right: 4px;
    top: 2px;
    cursor: pointer;
}

#sidebar #sphinxToolBar .searchoption span.switcher  {
	background-color: #e4e4e4;
}

#register_invitation,
#photographer_register_invitation { letter-spacing: 0px; }

.undo-button {
	
    float: left;
    cursor: pointer;
    letter-spacing: 0;
    margin-left: 10px;
    border-radius: 4px;
    padding: 10px 20px;
    box-sizing: border-box;
    text-transform: capitalize;
	
}

.undo-button:hover {
	
	color: white;
	cursor: pointer;
	background-color: #000000;
	
}


#table-container {
	display:table;
	width:100%; 
	table-layout: auto;
}


#table-container.cell #sidebar-container {
	display: table-cell; 
	width: 270px; 
	min-width: 270px;
	padding: 0 0 0 20px;
	margin:0; 
	vertical-align: top;
	transition: 0.2s all;
	visibility: visible;
	
}


#table-container.cell #main-content-container {
	display: table-cell; 
	margin:0; 
	vertical-align: top;
	padding:0;
}

#table-container.row #main-content-container,
#table-container.row #sidebar-container {
	display: table-row; 
}

.itemBox.fakeBox {
    height: 100px;
}


#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar .searchoption fieldset {
	
	overflow-y: auto;
	padding: 0;
	margin: 0;
	
}


#body[data-searchon="momasearch"] #table-container.row #sidebar-container #sphinxToolBar .searchoption fieldset {

    position: absolute;

    width: 99%;
 
	
}

div.searchoption.inactive {
	background: transparent;
	
}

#body[data-searchon="momasearch"] #table-container.row #sidebar-container #sphinxToolBar .searchoption fieldset.closed {
	    max-height: 0;
    position: absolute;
    overflow: hidden;
    transition: 0.2s ease-out;
    border-width: 0;
    visibility: hidden;
    width: 99%;
	
}

#body[data-searchon="momasearch"] #table-container.row  #sidebar-container #sphinxToolBar .searchoption {
	overflow: visible;
	
}

#body[data-searchon="momasearch"] #table-container.row  #sidebar-container #sphinxToolBar .searchoption fieldset.opened {
overflow: visible;
    border: 1px solid;
    margin-top: 4px;
    transition: max-height 0.25s ease-out;
    max-height: 400px;
    height: auto;
    opacity: 1;
       background: white;
           z-index: 10;
	
}

#body[data-searchon="momasearch"] #table-container.row  #sidebar-container #sphinxToolBar .searchoption ul {
    width: 100%;
    background: white;	
	
}


#body[data-searchon="momasearch"]  #sidebar-container #sphinxToolBar .searchoption fieldset label,
#body[data-searchon="momasearch"]  #sidebar-container #sphinxToolBar .searchoption fieldset legend {
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding-left: 30px;
}

#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar .searchoption ul li {
	padding: 0;
	margin: 5px 0;
}

#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar .searchoption span.switcher {
	
	 background-color: transparent !important;

}

#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar .searchoption ul {
    width: 100%;
}

#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar .searchoption fieldset fieldset * {
	transform: scale(0.96);
	transform-origin: right top;
}







#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar .searchoption fieldset ul li label:hover {
	opacity: 0.6;
}

/*
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar .searchoption > fieldset > ul > li:nth-child(odd)  {
	background: rgba(240,240,240,1);
}


#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar .searchoption > fieldset > ul > li:nth-child(even)  {
	background: rgba(245,245,245,1);
}
*/

span.switcher {
	z-index: 1 !important;
}

fieldset.opened {
    max-height: 500px;
    transition: max-height 0.35s ease-in;
    border-width: 0;
}

fieldset.closed {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease-out;
	border-width: 0;
}



#table-container.cell #sidebar-container.closed {

	width: 0 !important;
    min-width: 0 !Important;
    max-width: 0 !important;
    opacity: 0;
    padding: 0px !Important;
    transition: 0.3s all;
    visibility: hidden;
    
}

#table-container.cell #sidebar-container.floating {
    position: absolute;
    z-index: 10;
    background: #ffffffe6;
    height: 100%;
}

@media (max-width: 1000px){
	
	#table-container.cell #sidebar-container {
	
		z-index: 10;
		height: 100%;
	    position: absolute;
	    background: #ffffffe6;
	    
	}

}

div#open-filter-container.hidden, #close-filter-container.hidden {
    display: none;
}

.button_filter {

	text-transform: uppercase;
    padding-top: 7px;
    
}

#open-filter-container label, #close-filter-container label{
	cursor: pointer;
}

#toolbar.mobile #toolbar_ul.minimized + div#search_box-form #searchbarcontainer #searchbar {
   position: absolute;
   background: transparent;
    width: 60%;
    left: 160px;
}

@media (max-width: 510px) {
	
#toolbar.mobile #toolbar_ul.minimized + div#search_box-form #searchbarcontainer #searchbar {

    left: 0px !important;
}	
	
}

body[data-language="IT"] select#searchon,
body[data-language="IT"] select#categorySelect {
    width: 170px;
}

body[pagename="search"][data-iconsize="itemsSizeN"] #table-container.row #sidebar-container div#providerList {
    margin-left: 30px;
    margin-right: 30px;
}

div#close-filter-container:after, div#open-filter-container:after {
    content: "\f107";
    font-family: fontawesome;
    margin-left: 10px;
}

body[data-iconsize="itemsSizeN"] div.eventBox.special div.itool  span.right {
	float: left !important;
	
}


@media(max-width: 1000px) {
body[pagename="search"][data-iconsize="itemsSizeN"] .button_filter {

    padding-left: 30px !important;
}
}

body[pagename="event"] #pageTitle h1.title.pageTitle, body[pagename="lightbox"] #pageTitle h1.pageTitle  {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 0px 2px !important;
}




/* BANNER COOKIE */

#cookie_banner {
	
    background-color: #10100f;
    border-top: 1px solid #333;
    box-shadow: 0px -4px 15px black;
    clear: both;
    color: #fff;
    top: auto;
    bottom: 0;
    left: 0;
    line-height: 1;
    opacity: 0.9;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 999;
    
}

#cookie_banner a:last-child {
    background: #eff1a8;
    padding: 5px 13px;
    box-shadow: 1px 2px 4px #675d5d;
    color: #323231;
    border-radius: 4px;
    text-transform: capitalize;
    text-decoration: none;
    margin: 0 5px;
}

div.image-in-serie ul {
	width: auto;
        margin: 10px -8px;
    padding: 0px;
    list-style: none;
    adding-left: 0px;
    white-space: nowrap;
    overflow-y: scroll;
}

div.image-in-serie {
  padding: 10px;
margin-top: 13px;
max-width: 700px;
box-sizing: border-box;
}

li.items-in-event {
      width: 200px;
    height: 100px;
    margin: 0 15px 0 0;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 120px;
}

li.items-in-event[position="V"] {
        max-width: 80px;
    background-size: cover;
    border-radius: 0;
    margin: 0 15px 0 15px;
}
    
    body.item div.social_div {
    
    border-radius: 0;
    border-color: #eee;
    }
    
    
.image_in_serie_label {    
    
    display: inline-block;
    border: 0;
    padding: 10px;
    margin: 20px 0 0;
    background: #eeeeee;
    width: 100%;
    overflow: visible;
    position: relative;
}

.image_in_serie_label:before {
      content: "\f0d7";
    position: absolute;
    font-family: fontawesome;
    color: #eee;
       top: 24px;
    left: 30px;
    font-size: 37px;
    text-shadow: none;
}

.item-tab [type=radio]:checked ~ label.tab-label:before {
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 38px;
    position: absolute;
    top: 12px;
    color: #eee;
    text-shadow: none;
    left: 25px;
}

.buttonGoUp.hide{
	display: none;
}



.buttonGoUp {
 position: fixed;
    bottom: 10px;
    right: 10px;
    height: 70px;
    width: 70px;
    background-color: #ccc;
    color: white;
    z-index: 1000;
    font-size: 4em;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

#header.scrolling {
	  /*  position: fixed !Important;
    z-index: 10;*/
    left: -20px;
     position: fixed;
    z-index: 9;
    box-shadow: 0px 0px 2px black;
   
}

#search_box-form.scrolling {
	
	left: 0px;
    right: 0px;
    z-index: 10;
    position: fixed !important;
    
}

#toolbar.scrolling {
	margin: 0 !important;
	padding: 0 !important;
}
#header_text.scrolling {
	height: 40px;
}

@media (max-width: 700px) {
	
	.itemBox div.itool {opacity: 1 !important;}
	
	.itemBox div.itool span {display: none !important;}
	
	.itemBox div.itool span.contextmenu {display: block !important; margin-top: 5px !Important; padding: 2px;}
	
}

#search_button_fake.mobile {

      margin: 13px 30px 0 2px !important;
    display: inline-block;
    float: right;
}



/*popup*/

.viewitemdiv_title_bar {
	
    background: white;
    box-sizing: border-box;
    padding: 10px;
    width: 100% !important;
    height: auto !important;
    
}

@media (max-width: 600px) {
	div.header {
	max-width: 200px;
	}
	
}


#sphinxToolBar .searchoption span.switcher.closed:before {
    content: "\f107";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    right: 7px;
    top: 3px;
}

#sphinxToolBar .searchoption span.switcher.opened:before {
    content: "\f106";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    right: 7px;
    top: 3px;
}

@media (max-width: 361px) {
	
	#header_text {
	
		margin: auto;
		
	}
	
}
 
body.archive #table-container #sidebar-container {
	
	display: none;
	
}

#button_filter_container { display: inline-block; }

body.selections #button_filter_container,
body.archive #button_filter_container {
	
	display: none;
	
}

div.eventBox div.photoInformation, div.itemBox div.photoInformation {
    opacity: 1;
    color: white;
    padding: 10px;
    max-height: 100px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(8,8,8,0.6) 100%);
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

#body[data-iconsize=itemsSizeM] div.eventBox div.photoInformation, 
#body[data-iconsize=itemsSizeM] div.itemBox div.photoInformation {
	
	color: black;
	
}

#body[data-iconsize=itemsSizeN] div.categoryBox p.numberofitemsinevent, #body[data-iconsize=itemsSizeN] div.eventBox p.numberofitemsinevent {
	
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 4px;
    height: auto;
    line-height: 1;
    margin: 0px;
    position: static;
    text-align: left !important;
    width: auto;
    opacity: 1;
    color: white;
    padding: 0px;
    box-sizing: border-box;
    background-color: transparent;
    float: none;
	
}

#body[data-iconsize=itemsSizeN] div.categoryBox div.photoInformation p.numberofitemsinevent em,
#body[data-iconsize=itemsSizeN] div.eventBox div.photoInformation p.numberofitemsinevent em { display: inline-block !important; margin-left: 5px; }

#body[data-iconsize=itemsSizeN] div.categoryBox:focus p.numberofitemsinevent, 
#body[data-iconsize=itemsSizeN] div.eventBox:focus p.numberofitemsinevent {
	
    opacity: 1;
    transition: all 0.2s ease 0s;
    
}

div.eventBox div.itool, div.itemBox div.itool {
	
	top: 0px;
	opacity: 0;
    bottom: auto;
    padding: 10px;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s;
    box-sizing: border-box;

}

body.lightboxes div.pageBar { margin-bottom: 5px; }

#body[data-iconsize=itemsSizeN] div.itemBox { border-radius: 0px; }

div.facet_filters.foldenfacet h1 {
	
	color: #000;
	display: inline !important;
	
}

div.facet_filters em {
	
    font-size: 8px;
    display: block !important;
    font-variant: all-petite-caps;
    text-transform: capitalize;
    
}



body.lightboxes div.pageBar { margin-bottom: 5px; }

#search_box-form-fake { display: none; }
#search_box-form.scrolling + #search_box-form-fake { display: block; } 

div.categoryBox { padding: 0px; margin: 5px; }

div.categoryBox div.itool {
	
	top: 0px;
	left: 0px;
	right: 0px;
	
}

div.categoryBox div.photoInformation {
	
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 1;
	color: white;
	padding: 5px 10px;
	position: absolute;
	box-sizing: border-box;
	background-image: linear-gradient(to bottom, transparent 0%, rgba(8,8,8,0.6) 100%);
	
}

div.categoryBox:focus div.itool { opacity: 1; }

nav#toolbar_ul.minimized a,
ul#toolbar_ul.minimized li,
nav#toolbar_ul.minimized span {
    width: 100%;
    text-align: center;
    margin: 10px auto;
    width: auto;
    display: block;
    float: none;
    box-sizing: border-box;
    white-space: pre-wrap;
    padding: 10px;
    max-width: 65vw;
}

#body[data-iconsize="itemsSizeM"][pagename='archive'] div.pageBar { margin-bottom: 10px; }

























div#pageTitle h1 { /** DA FARE */ }



.breadcrumbs-container .breadcrumbs {

	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 5px 5px 0px;
	
}

.breadcrumbs-container .breadcrumbs:after {

	content: "::";
	font-size: 10px;
    position: static;
    margin-left: 5px;
    vertical-align: top;
	display: inline-block;
    font-family: fontawesome;

}

.breadcrumbs-container .breadcrumbs:last-child:after { display: none; }

span.facet_filters,
div.facet_filters {

    margin-right: 0;
    min-height: auto;	
    margin-left: 10px;		
	padding: 5px 10px;
    border-radius: 0px;
    margin-bottom: 0px;
    display: inline-block;
	box-sizing: border-box;
	background-color: #efefef;
    
}

div#pageTitle div.facet_filters.foldenfacet,
div#pageTitle span.facet_filters:first-of-type,
div#pageTitle div.facet_filters:first-of-type {
	
	margin-left: 0px;
	
}

div.facet_filters em {

    font-size: 8px;
    display: block !important;
    font-variant: all-petite-caps;
    text-transform: capitalize;
	padding-bottom: 5px;
	
}

span.facet_filters p,
div.facet_filters p {
	
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	
}

span.facet_filters p:first-letter,
div.facet_filters p:first-letter {
	
	text-transform: capitalize;
	
}

div.facet_filters em + h1 {

	padding: 8px 15px 0 0;
	box-sizing: border-box;

}

div.facet_filters em { padding-bottom: 0px; }

.iofem {
    padding: 0px;
}





div.current_lightbox,
#body[data-iconsize="itemsSizeM"] div.current_lightbox div.photoInformation {
	
	color: var(--white) !important; 
	
}

#body[data-iconsize="itemsSizeM"][pagename='archive'] div.pageBar { margin-bottom: 10px; }

#body[data-iconsize="itemsSizeM"] div.itemBox, 
#body[data-iconsize="itemsSizeM"] div.eventBox, 
#body[data-iconsize="itemsSizeM"] div.categoryBox, 
#body[data-iconsize="itemsSizeM"] #nextPageItemBox, 
#body[data-iconsize="itemsSizeM"] #nextPageEventBox, 
#body[data-iconsize="itemsSizeM"] #previusPageItemBox,
#body[data-iconsize="itemsSizeM"] #previusPageEventBox {

	width: 300px;
	padding: 0px;
	max-width: 400px;
	
}

#body[data-iconsize="itemsSizeM"] div.eventBox,
#body[data-iconsize="itemsSizeM"] div.itemBox {
	
	padding: 10px;
	height: 380px;
	
}

#body[data-iconsize="itemsSizeM"] div.eventBox img.previewMedium,
#body[data-iconsize="itemsSizeM"] div.itemBox img.previewMedium {
	
	width: 100%;
	height: 100%;
	max-height: 250px;
	border-radius: 5px;
	background-color: white;
	background-position: center;
	margin-bottom: 10px !important;
	
}

#body[data-iconsize="itemsSizeM"] div.itemBox div.photoInformation, 
#body[data-iconsize="itemsSizeM"] div.eventBox div.photoInformation {
	
	background-image: none;
	
}

#body[data-iconsize="itemsSizeM"] div.itemBox.selected div.photoInformation { color: var(--white); }

#body[data-iconsize="itemsSizeM"] div.eventBox div.photoInformation p.category { color: var(--white); }
#body[data-iconsize="itemsSizeM"] div.eventBox div.photoInformation p.category span:nth-child(2) { color: var(--black); }

#body[data-iconsize="itemsSizeM"] div.eventBox div.itool,
#body[data-iconsize="itemsSizeM"] div.itemBox div.itool {
	
	top: 5px;
	left: 5px;
    right: 5px;
    width: auto;
    margin: 0px;
    box-sizing: border-box;
	
}

#body[data-iconsize="itemsSizeM"] div.eventBox div.itool span,
#body[data-iconsize="itemsSizeM"] div.itemBox div.itool span { border-radius: 5px !important; }

#body[data-iconsize="itemsSizeM"] div.eventBox div.itool span.left,
#body[data-iconsize="itemsSizeM"] div.itemBox div.itool span.left { 
	
	margin-right: 5px; 
	
}

#body[data-iconsize="itemsSizeM"] div.eventBox div.itool span.right,
#body[data-iconsize="itemsSizeM"] div.itemBox div.itool span.right { 
	
	margin-left: 5px; 
	
}

#body[data-iconsize="itemsSizeM"] div.eventBox div.itool img,
#body[data-iconsize="itemsSizeM"] div.eventBox div.itool span {
	
	background-color: rgba(255,255,255,0.8);
	
}

#body[data-iconsize="itemsSizeM"] div.eventBox:focus div.itool,
#body[data-iconsize="itemsSizeM"] div.itemBox:focus div.itool { 
	
	opacity: 1; 
	
}

#body[data-iconsize="itemsSizeM"] div.categoryBox div.photoInformation p.numberofitemsinevent,
#body[data-iconsize="itemsSizeM"] div.eventBox div.photoInformation p.numberofitemsinevent {
	
	float: none;
	text-align: left;
	
}

#body[data-iconsize="itemsSizeM"] div.categoryBox div.photoInformation p.numberofitemsinevent em,
#body[data-iconsize="itemsSizeM"] div.eventBox div.photoInformation p.numberofitemsinevent em {
	
    margin-left: 5px;
    display: inline-block;
	
}

div.eventBox div.itool, div.itemBox div.itool {
	
	
	
}

#body[data-iconsize="itemsSizeN"] div.eventBox.selected {
	
	border: 3px solid #000;
	
}

#body[data-oi='samewindow'] .viewitemdiv {
	
	border: 0px none;
	border-radius: 0px;
	box-shadow: none;
	margin: 20px auto;
	max-height: none;
	position: static !important;
	max-width: none !important;
	
}

#body[data-oi='samewindow'] div.viewitemdiv #button_area {
	
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	
}

#body[data-oi='samewindow'] div.tableInformation { width: 100%; }

#body[data-oi='samewindow'] div.tableInformation div.tdphotoinformation {
	
	position: static;
	padding: 0px 30px;
	overflow: hidden;
	
}

#body.item[data-oi='windowdiv'] #momabody {
	
	-webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
	
}

#body.login #search_box-form {
	
	display: none;
	
}

div#pageTitle > *:last-child { margin-bottom: 0px; }
div#pageTitle > *:first-letter { text-transform: uppercase; }

#zoomify { margin: 0px auto; }

#body.lightboxes[data-iconsize="itemsSizeM"] div.eventBox div.photoInformation p.numberofitemsinevent em.typology {
	
	background-color: #2f2f2f;
	box-sizing: border-box;
	color: white;
	float: right;
	padding: 1px 5px;
	
	display: none;
	
}

#table-container.row  #sidebar-container div.so_outer {
	
    max-height: 200px;
    transition: all 0.3s ease;
    
}

#table-container.row #sidebar-container.closed div.so_outer {
	
	max-height: 0px;
    overflow: hidden;
	
}








@media only screen and (max-width: 1024px) {
	
	#body.item div[id^=preview]:not(.agtw-item) {
	
		height: auto !important;
		
	}
	
} 

@media only screen and (max-width: 900px) {
	
	div.tableInformation {
	
		width: 95%;
		margin: 0 auto;
		text-align: center;
    		
	}
	
	div.image-in-serie, .label_image-in-serie, .label_image-in-serie:before {
    
    		display: none !important;
    		
	}	
	
	div.tableInformation > div {
	
	    display: inline;
	    position: relative;
	    width: 100%;
	   
	}

	div.tableInformation > div > div { display: inline-block; width: 100% !important; box-sizing: border-box; height: auto !important; }
	.viewitemdiv div.tableInformation div.tdphotoinformation { position: static; display: inline-block; }

	.viewitemdiv .viewitemdiv_content {
		overflow-y: auto;
	}

	div.tableInformation > div img.previewLarge {
		float: none;
		margin: auto;
		background-size: contain;
	    width: 100%;
	    height: auto;
	    background-position: center center;
	}
	
	div.pageBar img#nextDivItem {
		left: auto;
    		right: 25%;
	}
	
	div.pageBar img#previusDivItem {
    		left: 25%;
	}

	.viewitemdiv .tdphotoinformation  .pageBar {
		padding-top: 10px;
	}
	
	div.viewitemdiv div#social_buttons { text-align: center; }

	.item-tabs {
	    min-width: 280px; 
	}
	
	#body[data-oi='samewindow'] div.tableInformation > div > div {
	
		width: 99% !important;
		display: inline-block;
    		box-sizing: border-box;
	
	}
	
}



/* FIX button-selectedItems */
div.pageBar #button_area a.SelectedItems { 
	
	transition: all 0.3s ease; 
	text-decoration: none !important;
	
}

div.pageBar #button_area a.SelectedItems:before {
	
    content: attr(data-icon);
    font-family: fontawesome;
    margin-right: 5px;
    opacity: 0;
 	
}

div.pageBar #button_area a.SelectedItems:hover::before { 
	
	opacity: 1;
 	text-decoration: none !important;
	
}











#sphinxToolBar.modern div.searchoption {

    margin: 0px;
    margin-bottom: 0px;
    border: 0px none !important;
    background: transparent;
    overflow: hidden;
    padding-bottom: 11px;
    border-radius: 0px;
	
}

#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption span.switcher {
	
	left: 0px;
	right: 0px;
	height: 32px;	
	
}

#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption ul {

    box-sizing: border-box;
    border: 0px none;
	width: 100%;
	
}

#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption > fieldset > ul > li:nth-child(odd) {

    background: transparent;
	
}

#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption ul {
	
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
	
}

#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption ul li {

	border-style: solid;
    border-width: 1px 1px 1px;
    border-color: #e4e4e4;
    border-radius: 0px;
    box-sizing: border-box;
    display: inline-block !important;
    flex-grow: 1;
    margin: 0px 0px 0px 0px;
    text-align: center;
    padding: 0px;
	width: 100%;
	
}

#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption.image_size ul li,
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption.folding ul li,
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption.orderby ul li,
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption.media_type ul li,
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption.license ul li,
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption.license ul li,
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption.data_taken ul li,
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption.data_upload ul li,
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption.data_creation ul li,
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption.position ul li,
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption.momanet-position ul li  {
	
	width: auto !important;
	
}

#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption ul li[data-input$='_none'],
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption ul li[data-input$='_0'],
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption ul li[data-input='data_upload_4'],
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption ul li[data-input='data_taken_4'] {
	
	width: 100% !important;
	
}

#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption fieldset label,
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption fieldset legend {

	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
    font-size: 12px;
    padding: 5px 10px;
    box-sizing: border-box;
	
}

#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption.momanet-id_connector fieldset label,
#body[data-searchon="momasearch"] #sidebar-container #sphinxToolBar.modern .searchoption.momanet-id_connector fieldset legend {
	
	max-height: 40px;
	
}

#body[data-searchon="momasearch"] #sphinxToolBar.modern div.searchoption input[type="checkbox"]:checked + label,
#body[data-searchon="momasearch"] #sphinxToolBar.modern div.searchoption input[type="radio"]:checked + label {

    color: var(--main-font-color) !important;
    background-color: #f5f4f4 !important;
	
}

#body[data-searchon="momasearch"] #sphinxToolBar.modern div.searchoption input[type="checkbox"],
#body[data-searchon="momasearch"] #sphinxToolBar.modern div.searchoption input[type="radio"] {

	display: none !important;
	
}

#sphinxToolBar.modern div.searchoption input[type="radio"] + label::before,
#sphinxToolBar.modern div.searchoption input[type="checkbox"] + label::before,
#sphinxToolBar.modern div.searchoption input[type="checkbox"]:checked + label::before,
#sphinxToolBar.modern div.searchoption input[type="radio"]:checked + label::before {
	
	display: none;
	
}

#sphinxToolBar.modern #providerList > .searchoption > label {
	
	border-width: 0px 0px 1px;
	font-weight: bold;
	padding: 10px !important;
	
}

#sphinxToolBar.modern .searchoption span.switcher.closed:before,
#sphinxToolBar.modern .searchoption span.switcher.opened:before {
	
	font-size: 20px;
	top: 6px;
	
}

#body.item .lightboxesWithThisItem {
	
	list-style: none;
	padding-left: 0px;
	
}

#body.item .lightboxesWithThisItem li {
	
	border-top: 1px solid #eee;
	display: flex;
	flex-flow: row;
	font-size: 12px;
	justify-content: flex-end;
	padding: 10px 0;
	width: 100%;
	
}

#body.item .lightboxesWithThisItem li:last-child { border-bottom: 1px solid #eee; }

#body.item .lightboxesWithThisItem li span {
	
	box-sizing: border-box;
	padding-left: 10px; 
	
}

#body.item .lightboxesWithThisItem li span:last-child { padding-right: 10px; }

#body.item .lightboxesWithThisItem li span.description {
	
	cursor: pointer;
	flex-grow: 1;
	font-weight: bold;
	
}

#body.item .lightboxesWithThisItem li span.description:hover { text-decoration: underline; }

#body.item .lightboxesWithThisItem li span.owner {

	cursor: pointer;
	padding-right: 25px;
	
}

#body.item .lightboxesWithThisItem li span.owner:hover { text-decoration: underline; }

#body.item .lightboxesWithThisItem li span.tools em:before {

	cursor: pointer;
	font-family: fontawesome;
	font-size: 14px;
	font-style: normal;
	margin-right: 5px;
	
}
#body.item .lightboxesWithThisItem li span.tools em:last-child:before { margin-right: 0px; }
#body.item .lightboxesWithThisItem li span.tools em.remove:before { content: '\f014'; }

#mywindow_1.predownload_popup #mywindow_close_button_1 { display: none; }

#button_go_up.visible {
	
    opacity: 1;
    
}

#button_go_up {
	
    position: fixed;
    bottom: 60px;
    right: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
    
    z-index: 9999999;
    
}

#button_go_up:before {
	
    background-color: rgba(255,255,255,0.95);
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    content: '\f106';
    cursor: pointer;
    display: inline-block;
    font-family: fontawesome;
    font-size: 25px;
    padding: 10px 15px;
    
}

div.itool span.left.downloadHistory { display: inline-block; }

.uploadnewitem,
.uploadnewevent,
.uploadnewsubev {
	
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-image: none;
    margin: auto !important;
    width: 100% !important;
    box-sizing: border-box;
    
}

div#new-items,
div#new-event,
div#new-subev { 
	
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	
}

div#new-items:before,
div#new-event:before,
div#new-subev:before {
	
	font-size: 80px;
	content: '\f0ee';
	color: var(--moma-gray);
	font-family: fontawesome;
	
}

div#new-event:hover:before { color: var(--moma-dark-green); }
div#new-items:hover:before,
div#new-subev:hover:before { color: var(--moma-orange); }

div#new-items.dndupload-area p,
div#new-event.dndupload-area p,
div#new-subev.dndupload-area p,
div#new-items.dndupload-area:before,
div#new-event.dndupload-area:before,
div#new-subev.dndupload-area:before { display: none; }

#active-lightbox-container .active-lightbox-buttons span[id^=active-lightbox-download] div { z-index: 1; }

 /* FIX COVER */
 div.cover_centered, img.cover_centered, #body.cover_centered { top: 0; }

 div.pageBar #button_area a#button-momaai {

    background: linear-gradient(135deg, #ff2ea1, #7f39fb, #2ec5ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-weight: var(--moma-bold);

    animation: gradientShift 2.5s ease-in-out infinite alternate;
    background-size: 200% 200%;


 }

 div.pageBar #button_area a#button-momaai:before {

    content: '\e907';
    margin-right: 5px;
    font-family: moma-icons;

 }
