@font-face {
    font-family: myFont;
    src: url(../fonts/Lato-Lig.ttf)
}
body {
	background-color: #323248;
}
.UGPMenuBackground {
    background-color: #fff;
    z-index: 9999 !important;
    width: 0 !important;
    position: fixed !important;
    top: 0 !important
}

.UGPMenuButtonsSpacers {
    background-color: #999
}

.UGPMenuButtonBackgroundNormal {
    background-color: #c1c1c1;
    padding: 0;
    margin: 0
}

.UGPMenuButtonBackgroundSelected {
    background-color: #FFF;
    padding: 0;
    margin: 0;
    display: none !important
}

.UGPMenuButtonTextNormal {
    font-family: myFont, Arial;
    font-size: 14px;
    color: #FFF;
    padding: 10px
}

.UGPMenuButtonTextSelected {
    font-family: myFont, Arial;
    font-size: 14px;
    color: #323248;
    padding: 10px
}

.searchClassName {
/**	transform: translate3d(20px, 0, 0)!important;**/
    color: #fff !important;
    padding: 10px !important;
    background: url(../images/search_white.png) no-repeat 95% 50% !important;
    background-size: 10% !important;
    /**border: 1px solid #aaaab3 !important;**/
    width: 200px;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	font-family: 'Source Sans Pro', sans-serif;
		position:absolute !important;
		top:-4px !important;
		left:-204px !important;
		/**height:8px;
		width: 200px;
       font-size: 14px;**/
	   z-index:-99;
}

.searchClassName:hover {
    color: #7cdc28 !important;
    border: 1px solid #7cdc28 !important;
    background: url(../images/search_green.png) no-repeat 95% 50% !important;
    background-size: 10% !important;
}

.searchNotFound {
    font-family: myFont, Arial;
    font-size: 14px;
    color: #aaa !important;
    padding: 8px !important;
    font-weight: 800 !important;
    letter-spacing: 1px
}

.UGPLoadMoreButtonBackgroundNormal {
    background-color: #c1c1c1;
    padding: 0;
    margin: 0
}

.UGPLoadMoreButtonBackgroundSelected {
    background-color: #FFF;
    padding: 0;
    margin: 0
}

.UGPLoadMoreButtonTextNormal {
    font-family: myFont, Arial;
    font-size: 14px;
    color: #FFF;
    padding: 10px
}

.UGPLoadMoreButtonTextSelected {
    font-family: myFont, Arial;
    font-size: 14px;
    color: #323248;
    padding: 10px
}

.ThumbText {
    font-family: myFont, Arial;
	font-size: 12px;
    color: #7cdc28;
    text-align: center;
    padding: 8px;
    margin: 0;
	text-overflow: ellipsis;
}
.ThumbMetadata {
    display:none;
}

.ItemDescriptionTitle {
	font-family: myFont, Arial;
	color: #fff;
	text-shadow: text-shadow: 0 0 5px #000;
    font-size: 20px;
	padding: 5px 10px 0 10px;
}

.ItemDescriptionText {
	font-family: myFont, Arial;
	color: #fff;
	text-shadow: text-shadow: 0 0 5px #000;
    font-size: 12px;
    line-height: 18px;
	padding:5px 10px 10px 10px;
}

#gradientbkg {
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMjMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzIzMzMiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(35, 35, 51, 1) 0, rgba(35, 35, 51, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(35, 35, 51, 1)), color-stop(100%, rgba(35, 35, 51, 0)));
    background: -webkit-linear-gradient(top, rgba(35, 35, 51, 1) 0, rgba(35, 35, 51, 0) 100%);
    background: -o-linear-gradient(top, rgba(35, 35, 51, 1) 0, rgba(35, 35, 51, 0) 100%);
    background: -ms-linear-gradient(top, rgba(35, 35, 51, 1) 0, rgba(35, 35, 51, 0) 100%);
    background: linear-gradient(to bottom, rgba(35, 35, 51, 1) 0, rgba(35, 35, 51, 0) 100%)
}

.mi-logo img {
    position: fixed;
    top: 10px;
    left: 5px;
    width: 200px;
}

@media screen and (max-width:800px) {
	#stickit .menu-inner {
    width: 100%;
    margin: 0 auto;
    padding: 32px 0;
    margin-left: 140px;
	font-size:8px!important;
	}
	#stickit .main-item span {
    padding-left: 1px;
    font-size: 14px;
    display: inline-block;
	}
	#stickit .lvl-0 {
    margin-left: 5px;
	}
	#stickit .navigation .main-item, #stickit .lvl-0 .main-item {
    font-size: 14px;
	}
	[class*="entypo-"]:before {
	display:none;
	}
	.searchClassName {
		display:none!important;
		}
.ItemDescriptionTitle {
	font-family: myFont, Arial;
	color: #fff;
	text-shadow: 1px 1px 2px #111;
    font-size: 14px;
	padding: 0 10px 0 10px;
	}
.ItemDescriptionText {
	font-family: myFont, Arial;
	color: #fff;
	text-shadow: 1px 1px 2px #111;
    font-size: 10px;
    line-height: 10px;
	padding:5px 10px 10px 10px;
	}
	.mi-logo img {
    left: -30px;
    scale: 60%;
	}
}

