.mp-tag,
.mp-tag:link,
.mp-tag:visited {
	display:inline-block;
	background:#479;
	height:24px;
	line-height:24px;
	color:#fff;
	padding:0 7px;
	margin-bottom:3px;
	border-radius:2px;
}
.mp-tag.mp-tag-samp {
	background:#C69F73;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color:#069;
}
h1 i.mp-header-icon {
	color:#aaa;
	padding-right:5px;
}
body.noscroll {
	overflow:hidden !important;
}

/* Search */
#mp-search {
	background:#fff;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	height:36px;
	position:relative;
}
#mp-search input {
	border:0;
	display:block;
	float:left;
	box-sizing:border-box;
	background:transparent;
	height:36px;
	padding:0 100px 0 10px;
	width:100%;
	font-family:play;
	font-size:14px;
	border-radius:0 3px 3px 0;
}
#mp-search a.mapsearch-link {
	position:absolute;
	right:100px;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	font-size:18px;
	color:#aaa;
}
#mp-search a.mapsearch-link:hover {
	color:rgb(66, 133, 244);
}
#mp-search button.submit {
	float:left;
	width:100px;
	margin-left:-100px;
	background:rgb( 66, 133, 244 );
	box-sizing:border-box;
	border:0;
	height:36px;
	color:#fff;
	font-family:play;
	font-size:14px;
	border-radius:0 2px 2px 0;
	transition:background 200ms;
}
#mp-search button i.fa {
	font-size:18px;
	padding-right:5px;
}
#mp-search button:focus {
	outline:none;
}
#mp-search button:hover {
	background:rgb( 59, 120, 231 );
}
#mp-search input:focus {
	outline:none;
	box-shadow:inset 0 0 0 1px rgb( 66, 133, 244 );
}
#mp-search-stats {
	clear:both;
	font-size:12px;
	color:#888;
	padding:10px 0;
}

/* Mapsearch */
#mp-mapsearch-map {
	width:100%; 
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}
#mp-mapsearch-map.minimized {
	padding-bottom:0px; 
	height:120px;
}
#mp-mapsearch-map-image {
	background:url(map-960.jpg); 
	background-size: cover; 
	width:100%; 
	padding-bottom:100%; 
	position:relative;
}
#mp-mapsearch-maximize-button {
	display:none;
	text-align:center;
	height:36px;
	line-height:36px;
	background:#fff;
	margin-bottom:15px;
	margin-top:-15px;
	font-size:18px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	box-shadow:0 1px 4px rgba(0,0,0,0.14);
	cursor:pointer;
}
#mp-mapsearch-map-marker {
	display:none;
	position:absolute;
	color:#fff;
	text-shadow:0 0 3px rgba(0,0,0,0.5);
	font-size:21px;
	width:24px;
	height:24px;
	text-align:center;
	line-height:24px;
	margin-top:-12px;
	margin-left:-12px;
}
#mp-mapsearch-map-marker i.fa {
	margin-top:-8px;
	display:block;
}
#mp-mapsearch-map-marker-range {
	position:absolute;
	left:50%;
	top:50%;
	width:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-25px;
	border-radius:999px;
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5), 0 1px 4px rgba(0,0,0,0.44);
	background:rgba(255,255,255,0.14);
}

/* index */
a.mp-index-biglink:link,
a.mp-index-biglink:visited {
	display:block;
	font-size:18px;
	color:#479;
	font-weight:normal;
	padding:0 15px;
	height:47px;
	transition:all 100ms;
	line-height:47px;
	text-align:center;
	border-bottom:2px solid #479;
}
a.mp-index-biglink:link i.fa,
a.mp-index-biglink:visited i.fa {
	margin-right:10px;
}
a.mp-index-biglink:hover {
	color:#257;
	background:rgba(255,255,255,1);
	text-decoration:none;
	box-shadow:0 1px 3px rgba(0,0,0,0.14);
}
a.mp-index-biglink:active {
	background:rgba(0,0,0,0.05);
	box-shadow:0 1px 2px rgba(0,0,0,0.0), inset 0 1px 2px rgba(0,0,0,0.15);
}
#mp-index-popular-tags {
	padding:0;
	margin:0;
}
#mp-index-popular-tags .mp-tag {
	margin-right:8px;
	margin-bottom:8px;
	padding:0 12px;
	height:32px;
	line-height:32px;
}
#mp-index-popular-tags .mp-tag i.fa {
	margin-right:8px;
}

#mp-items{
	margin-bottom:10px;
}
#mp-items .row {
	margin:0 -5px;
}
#mp-items .mp-item {
	display:block;
	padding:5px;
	width:100%;
	box-sizing:border-box;
	min-height:50px;
	cursor:pointer;
}
#mp-items .mp-item-content {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	padding-bottom:100%;
	box-shadow:0 1px 4px rgba(0,0,0,0.15);
}
#mp-items .mp-item:hover {
	text-decoration:none;
	transform:scale(1.04,1.04);
}
#mp-items .mp-item:hover .mp-item-content {
	box-shadow:0 1px 5px rgba(0,0,0,0.3);
}
#mp-items .mp-item.active:after {
	content:"";
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-8px;
	border-bottom:8px solid #479;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
}
#mp-items .mp-item.active {
	transform:scale(1,1);
}
#mp-items .mp-item.active .mp-item-content {
	box-shadow:0 0 0 2px #479;
}
#mp-items img.mp-item-image {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:0;
	margin:0;
	z-index:1;
}
#mp-items .mp-item-title {
	display:block;
	color:#555;
	font-size:12px;
	line-height:20px;
	height:20px;
	width:40px;
	box-sizing:border-box;
	padding-right:5px;
	background:#f8f8f8;
	z-index:2;
	position:absolute;
	right:0;
	bottom:0;
	text-align:right;
}
#mp-items .mp-item-title:before {
	content:"";
	position:absolute;
	display:block;
	left:-20px;
	bottom:0;
	height:0;
	width:0;
	border-right:20px solid #f8f8f8;
	border-top:20px solid transparent;
}
#mp-items .mp-item.active .mp-item-title {
	background:#479;
	color:#fff;
}
#mp-items .mp-item.active .mp-item-title:before {
	border-right-color:#479;
}
.mp-inline-preview {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:5px 5px;
	display:none;
	position:relative;
	z-index:2;
}
.mp-inline-preview-content {
	background:#fff;
	padding:15px;
	min-height:240px;
	box-shadow:0 1px 3px rgba(0,0,0,0.15);
	border-top:2px solid #479;
}
.mp-inline-preview-content h2 {
	padding:0;
	font-size:24px;
	margin-top:10px;
	margin-bottom:5px;
	color:#479;
}
.mp-inline-preview-content h3 {
	padding:0;
	font-size:18px;
	margin-top:10px;
	margin-bottom:5px;
	color:#479;
}
.mp-inline-preview-content p {
	padding:0;
	margin:0;
}
.mp-inline-preview-content input[type="text"] {
	min-width:200px;
	height:24px;
	padding:0 5px;
	border:1px solid #ccc;
}
.mp-inline-preview-content a.dt-button {
	margin-top:10px;
}
.mp-inline-preview-image-wrap {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	max-width:300px;
}
.mp-inline-preview-issamp {
	position:absolute;
	bottom:12px;
	right:22px;
	width:90px;
	height:24px;
	font-size:12px;
	z-index:5;
	line-height:24px;
	padding-left:8px;
	box-sizing:border-box;
	color:#b70;
	font-weight:bold;
	text-shadow:0 1px 0 #fff;
	background:linear-gradient(#f8f8f8, #f0f0f0) #fff;
	border-radius:33px;
	box-shadow:0 1px 3px rgba(0,0,0,0.25), inset 0 1px 0 #fff;
	transition:all 200ms;
}
.mp-inline-preview-issamp i.fa {
	padding-right:5px;
	font-size:12px;
}
.mp-inline-preview-image-color-toggle {
	position:absolute;
	bottom:8px;
	right:8px;
	width:32px;
	height:32px;
	z-index:6;
	color:#fff;
	overflow:hidden;
	background:#479;
	border-radius:33px;
	box-shadow:0 1px 3px rgba(0,0,0,0.25);
	cursor:pointer;
	transition:all 200ms;
}
.mp-inline-preview-image-color-toggle i.fa {
	height:32px;
	line-height:32px;
	width:34px;
	text-align:center;
	font-size:14px;
}
.mp-inline-preview-image-color-toggle:active {
	transform:translate(0,2px);
	box-shadow:0 0 1px rgba(0,0,0,0.15);
}
.mp-inline-preview-image-color-toggle.active {
	background:#fff;
	color:#479;
}
.mp-inline-preview-content img {
	max-width:100%;
	margin:0;
	margin-bottom:-15px;
}

#mp-index-custom-search {
	
}
#mp-index-custom-search h3 {
	margin:15px 0 5px 0;
	font-size:18px;
}
#mp-index-custom-search .tip {
	font-size:12px;
	color:#777;
	padding-bottom:5px;
}
#mp-index-custom-search label.mp-select-multiple {
	height:auto !important;
}
#mp-index-custom-search label.mp-select-multiple select {
	width:100%;
	box-sizing:border-box;
	height:120px;
}
#mp-index-custom-search label.mp-select select {
	width:100%;
	box-sizing:border-box;
	height:32px;
}
#mp-index-custom-search label.mp-checkbox {
	display:block;
}
#mp-index-custom-search label.mp-checkbox input {
	height:24px;
	vertical-align:middle;
	display:inline-block;
}
#mp-index-custom-search label.mp-checkbox span {
	height:24px;
	vertical-align:middle;
	padding-left:7px;
}

#mp-index-categories {
	
}
#mp-index-categories .mp-index-category {
	padding-left:24px;
}
#mp-index-categories > .mp-index-category {
	padding-left:0;
	margin-left:0;
	border-left:0;
}
#mp-index-categories .mp-index-category-name {
	height:24px;
	line-height:24px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
#mp-index-categories i.mp-index-category-toggle {
	width:24px;
	height:24px;
	float:left;
	display:block;
	line-height:24px;
	text-align:center;
	cursor:pointer;
	color:#48b;
}
#mp-index-categories .mp-index-category-toggle-placeholder {
	width:24px;
	height:24px;
	float:left;
}
#mp-index-categories i.mp-index-category-toggle:hover {
	color:#269;
}

/* tags */
#mp-tags {
	
}
#mp-tags-search-field {
	height:32px;
	padding:0 8px;
	font:14px play;
	background:#fff;
	border:none;
	box-shadow:0 1px 2px rgba(0,0,0,0.15);
	margin-bottom:15px;
	width:100%;
	box-sizing:border-box;
}
#mp-tags-search-field:focus {
	outline:none;
	box-shadow:inset 0 0 0 1px rgb( 66, 133, 244 );
}
#mp-tags .mp-tag {
	height:32px;
	line-height:32px;
	padding:0 10px;
	display:block;
	float:left;
	margin:0 8px 8px 0;
}
#mp-tags .mp-tag i.fa {
	padding-right:8px;
}

/* categories */
#mp-categories .row {
	margin:0 -5px;
}
#mp-categories .col {
	box-sizing:border-box;
	padding:5px;
}
#mp-categories .mp-categories-unit {
	box-shadow:0 1px 3px rgba(0,0,0,0.15);
	display:block;
	width:100%;
	position:relative;
	background:#fff;
	overflow:hidden;
}
#mp-categories .mp-categories-unit img {
	width:100%;
	display:block;
	position:relative;
	z-index:1;
	min-height:30px;
}
#mp-categories .mp-categories-unit span {
	display:block;
	height:0px;
	margin-top:0px;
	overflow:hidden;
	font-size:12px;
	position:relative;
	text-align:center;
	z-index:2;
	text-shadow:0 1px 1px #fff;
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.25);
}
#mp-categories .mp-categories-unit:hover span {
	height:30px;
	margin-top:-30px;
}

/* category */
#mp-category-children {
	margin-top:-10px;
}
#mp-category-children:after {
	content:"";
	clear:both;
	display:block;
}
#mp-category-children span {
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	padding:0;
	margin:10px 10px 0 0;
}
#mp-category-children a {
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	background:#479;
	color:#fff;
	padding:0 10px;
	margin:10px 10px 0 0;
}
#mp-category-children a:hover {
	text-decoration:none;
	background:#368;
}
#mp-category-menu {
	height:40px;
	box-sizing:border-box;
	padding:4px 0;
	margin-bottom:5px;
}
#mp-category-menu .unit {
	float:left;
}
#mp-category-menu .unit-right {
	float:right;
}
#mp-category-menu label {
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	padding-right:10px;
	margin-top:10px;
}
#mp-category-menu select {
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	border:0;
	padding:0 5px;
	margin-top:10px;
	box-shadow:0 1px 3px rgba(0,0,0,0.15);
}

/* model */
table#mp-model-info {
	background:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.15);
}
#mp-model-info tr {
	
}
#mp-model-info td {
	padding:10px 15px;
	border-bottom:1px solid #eee;
}
#mp-model-info tr:last-child td {
	border-bottom:none;
}
#mp-model-info td i.fa {
	width:18px;
	margin-right:5px;
	text-align:center;
}
#mp-model-info td input[type="text"] {
	width:100%;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:0 5px;
	height:24px;
	line-height:24px;
}
#mp-model-info td.description {
	border-bottom:2px solid #479;
	padding:15px;
}
#mp-model-social {
	clear:both;
	margin:15px 0;
}
#mp-model-social a {
	display:block;
	float:left;
	height:32px;
	width:32px;
	padding:0;
	margin:0;
	margin-right:8px;
	position:relative;
	z-index:2;
}
#mp-model-link-input-wrap {
	height:32px;
	margin-left:160px;
	background:#f90;
	position:relative;
}
#mp-model-link-input {
	height:32px;
	border:0;
	padding:0 8px;
	background:#fff;
	box-shadow:0 1px 3px rgba(0,0,0,0.14);
	box-sizing:border-box;
	width:100%;
	display:block;
}
#mp-model-small-map {
	width:100%; 
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}
#mp-model-small-map-image {
	background:url(map-480.jpg); 
	background-size: cover; 
	width:100%; 
	padding-bottom:100%; 
	position:relative;
}
#mp-model-small-map-image a {
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	margin-left:-12px;
	margin-top:-12px;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.56);
}
#mp-model-map {
	background:#222;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000;
	display:none;
}
#mp-model-map.visible {
	display:block;
}
#mp-model-map-header {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:48px;
	background:#222;
}
#mp-model-map-header span {
	display:block;
	float:left;
	height:48px;
	line-height:48px;
	color:#fff;
	padding-left:15px;
}
#mp-model-map-close-button {
	display:block;
	float:left;
	border:none;
	height:48px;
	width:48px;
	line-height:48px;
	text-align:center;
	font-size:21px;
	color:#fff;
	background:#222;
	cursor:pointer;
}
#mp-model-map-close-button:hover {
	background:#333;
}
#mp-model-map-wrap {
	overflow:scroll;
	position:absolute;
	top:48px;
	bottom:0;
	left:0;
	right:256px;
	background:#222;
}
#mp-model-map-container {
	width:6000px;
	height:6000px;
	background:url(/media/images/gtasa-map/6000.jpg) no-repeat top left;
	position:relative;
}
.mp-model-map-object-marker {
	position:absolute;
	font-size:28px;
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	margin-left:-14px;
	margin-top:-22px;
	color:#CCFF90;
	text-shadow:0 0 5px #000, 0 0 2px #000;
}
.mp-model-map-object-marker:hover {
	cursor:pointer;
	color:#fff;
	text-shadow:0 0 10px #000, 0 0 4px #000;
}
.mp-model-map-object-marker.active {
	color:#18FFFF;
}
#mp-model-map-menu {
	position:absolute;
	top:48px;
	bottom:16px;
	right:0;
	width:256px;
}
#mp-model-map-menu-list {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#222;
	overflow-y:scroll;
}
.mp-model-map-object-li {
	height:24px;
	line-height:24px;
	color:#fff;
	padding:0 10px;
	margin-bottom:1px;
	font-size:12px;
}
.mp-model-map-object-li span {
	display:inline-block;
	height:24px;
	line-height:24px;
}
.mp-model-map-object-li .coord {
	width:64px;
}
.mp-model-map-object-li .delim {
	color:rgba(255,255,255,0.56);
}
.mp-model-map-object-li .coord.x {
	color:#E57373;
}
.mp-model-map-object-li .coord.y {
	color:#81C784;
}
.mp-model-map-object-li .coord.z {
	color:#64B5F6;
}
.mp-model-map-object-li:hover {
	background:#333;
	cursor:default;
}
.mp-model-map-object-li.active {
	background:#444;
}
#mp-model-map-menu-buttons {
	position:absolute;
	bottom:0;
	left:0;
	right:16px;
	height:40px;
	display:none;
}
#mp-model-map-menu-buttons button {
	height:32px;
	line-height:32px;
	box-shadow:none;
	width:100%;
	box-sizing:border-box;
	margin-top:8px;
}
#mp-model-map-wrap::-webkit-scrollbar {
	width:16px;
	height:16px;
}
#mp-model-map-menu-list::-webkit-scrollbar {
	width:8px;
}
#mp-model-map-wrap::-webkit-scrollbar-track,
#mp-model-map-menu-list::-webkit-scrollbar-track {
	background:#222;
}
#mp-model-map-wrap::-webkit-scrollbar-thumb:vertical,
#mp-model-map-menu-list::-webkit-scrollbar-thumb:vertical {
	background:#333;
	box-shadow:inset 1px 0 0 #222, inset -1px 0 0 #222;
}
#mp-model-map-wrap::-webkit-scrollbar-thumb:horizontal {
	background:#333;
	box-shadow:inset 0 1px 0 #222, inset 0 -1px 0 #222;
}
#mp-model-map-wrap::-webkit-scrollbar-thumb:hover,
#mp-model-map-menu-list::-webkit-scrollbar-thumb:hover {
	background:#444;
}
#mp-model-map-wrap::-webkit-scrollbar-corner {
	background:#222;
}

/* customsearch */
.mp-customsearch-radio {
	display:block;
	height:32px;
	margin-bottom:8px;
	position:relative;
}
.mp-customsearch-radio:after {
	content:"";
	clear:both;
	display:block;
}
.mp-customsearch-radio i.radio-icon {
	width:32px;
	text-align:center;
	height:32px;
	display:block;
	float:left;
	line-height:32px;
	z-index:2;
	position:relative;
}
.mp-customsearch-radio .labels-wrap {
	display:block;
	float:left;
	width:100%;
	box-sizing:border-box;
	margin-left:-32px;
	padding-left:32px;
	z-index:1;
	position:relative;
}
.mp-customsearch-radio .labels-wrap-noicon {
	display:block;
	float:left;
	width:100%;
	box-sizing:border-box;
	z-index:1;
	position:relative;
}
.mp-customsearch-radio label {
	display:block;
	float:left;
	position:relative;
}
.mp-customsearch-radio label.col-3 {
	width:25%;
}
.mp-customsearch-radio label.col-4 {
	width:33.3333333%;
}
.mp-customsearch-radio label.col-6 {
	width:50%;
}
.mp-customsearch-radio label input {
	display:block;
	position:relative;
	width:100%;
	height:0;
	margin:0;
	padding:0;
}
.mp-customsearch-radio label input:after {
	display:block;
	height:32px;
	width:100%;
	background:#479;
	content:"";
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	box-shadow:inset 0 -2px 0 rgba(0,0,0,0.0), 0 1px 2px rgba(0,0,0,0.15), inset 1px 0 0 rgba(255,255,255,0.05), inset -1px 0 0 rgba(0,0,0,0.1);
	transition:all 200ms;
}
.mp-customsearch-radio label input:hover:after {
	background:#58a;
}
.mp-customsearch-radio label input:checked:after {
	background:#257;
	box-shadow:inset 0 2px 0 rgba(0,0,0,0.2);
}
.mp-customsearch-radio label span {
	height:32px;
	line-height:32px;
	display:block;
	box-sizing:border-box;
	text-align:center;
	font-size:12px;
	position:relative;
	z-index:2;
	color:#fff;
}
#mp-customsearch-menu {
	display:block;
}
#mp-customsearch-menu .block {
	margin-bottom:15px;
}
#mp-customsearch-menu h3 {
	margin:0 0 5px 0;
	font-size:18px;
}
#mp-customsearch-menu .mp-select select {
	width:100%;
	box-sizing:border-box;
	height:32px;
	background:#fff;
	border:none;
	box-shadow:0 1px 2px rgba(0,0,0,0.15);
	padding:0 5px;
}
#mp-customsearch-menu .mp-select-multiple {
	height:auto !important;
}
#mp-customsearch-menu .mp-select-multiple select {
	width:100%;
	box-sizing:border-box;
	height:178px;
	background:#fff;
	border:none;
	box-shadow:0 1px 2px rgba(0,0,0,0.15);
	padding:5px 0 5px 5px;
}
#mp-customsearch-menu.mp-customsearch-index-menu h3 {
	margin-top:15px;
}
#mp-customsearch-menu.mp-customsearch-index-menu .mp-select-multiple select {
	height:100px;
}
#mp-customsearch-menu .mp-checkbox {
	display:block;
}
#mp-customsearch-menu label.mp-checkbox {
	display:block;
}
#mp-customsearch-menu label.mp-checkbox input {
	height:24px;
	vertical-align:middle;
	display:inline-block;
}
#mp-customsearch-menu label.mp-checkbox span {
	height:24px;
	vertical-align:middle;
	padding-left:7px;
}