.plain_link a, a:visited{
    text-decoration:none !important;
    color:white !important;
}
/*
.zoom {
    zoom: 100%;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
}*/
.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 3;
    background-color: #F0F0F0;
    filter:alpha(opacity=80); /* IE */
    opacity: 0.8; /* Safari, Opera */
    -moz-opacity:0.80; /* FireFox */
    background-repeat:no-repeat;
    background-position:center;
    top: 0px;
    left: 0px;
}

.overlay_popup {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 6;
    background-color: #F0F0F0;
    filter:alpha(opacity=80); /* IE */
    opacity: 0.8; /* Safari, Opera */
    -moz-opacity:0.80; /* FireFox */
    background-repeat:no-repeat;
    background-position:center;
    top: 0px;
    left: 0px;
}

#loading_popup {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}
	
body {
    //background-color:#2F2136;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    //font-family:Verdana,Geneva,sans-serif;
    font-weight: 300;
    max-width: 900px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
	min-height: 2000px;
}
.header {
	margin-top: 2px;
    max-width: 900px;
    min-width: 296px;
    height: 350px;
    border-style: solid;
    border-width: 2px;
    border-color: #57007f;
	border-bottom: 0px;
}
.header .text {
    margin-top: 10px;
    font-size: 25px;
    color: #57007f;
    text-align: center;
}
.ui_header {
    position:relative;
    top: 0px;
    margin-bottom: 1px;
    max-width: 900px;
    min-width: 300px;
    background-color: #57007F;
    z-index: 1;
    color: white;
}

.ui_header_bar {
    min-height: 50px;
}

.fb_bar {
    border-top-style: solid;
    border-top-width: 2px;
    border-color: #FFFFFF;
    color: white;
    text-align: center;
    height: 39px;
	line-height: 39px;
    background-color: #3B579D;
}

.fb_bar img {
	height: 37px;
	position: absolute;
	left: 0px;
}

.ui_header_bar_moving {
    position: relative;
    top: 0px;
    margin-bottom: 3px;
    background-color: #57007F;
    min-height: 50px;
    float: left;
}

#menu_hamburger {
    font-size: 35px;
    float: right;
	margin-top: 4px;
    margin-right: 7px;
    cursor: pointer;
}

#hamburger_dropdown {
    display: none;
    z-index: 3;
    width: 100%;
    position: absolute;
    background-color: white;
    right: 0px;
	margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 0 -5px 8px #7c7472;
    -webkit-box-shadow: 0 -5px 8px #7c7472;
    box-shadow: 0 -5px 8px #7c7472;
    padding-bottom: 35px;
    padding-left: 10px;
	opacity: 0.97;
}

.menu_item {
    margin-top: 25px;
    float: left;
    height: 125px;
    cursor: pointer;
    width: 140px;
    min-width: 120px;
}

.menu_item_icon {
	height: 100px;
    width: 100px;
    padding: 20px;
    font-size: 50px;
    background-color: #57007F;
    color: white;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 0px 2px 5px #111;
    -webkit-box-shadow: 0px 2px 5px #111;
    box-shadow: 0px 2px 5px #111;
}

.menu_item_description {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    color: #57007F;
}

.ui_header_date {
    display: inline-block;
    font-size: 28px;
    padding-top: 5px;
    padding-left: 2px;
    text-align: center;
    color: white;
    cursor: pointer;
}
.popup_menue {
    display: none;
    position: fixed;
    z-index: 10;
    height: 100%;
    background-color: #57007F;
    color: white;
    padding: 20px;
    padding-top: 70px;
    -moz-box-shadow: 2px 4px 20px #111;
    -webkit-box-shadow: 2px 4px 20px #111;
    box-shadow: 2px 4px 20px #111;
}
.popup_menue_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
}
.popup_menu_title {
    font-size: 30px;
    margin-bottom: 15px;
}
.popup_menu_text {
    overflow: auto;
    height: 90%;
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.event_frame {
    position: relative;
}
.event_search_date_picker {
	padding-top: 50px;
    z-index: 2;
    margin-left: 2px;
    font-size: 15.5px;
}
.event_search {
    display: none;
    z-index: 2;
    position: relative;
    border-top:2px solid white;
    margin-bottom: 3px;
    background-color: #57007F;
    max-width: 900px;
    min-width: 300px;
    -moz-box-shadow: 0px 5px 5px #111;
    -webkit-box-shadow: 0px 5px 5px #111;
    box-shadow: 0px 5px 5px #111;
	padding-bottom: 1px;
}
.menu_element {
    height: 50px;
    border-top:2px solid white;
    font-size: 28px;
    cursor: pointer;
}
.menu_element img{
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.menu_element span{
    display: inline-block;
    padding-top: 9px;
    text-align: center;
}
.map_popup {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5;
    top: 0px;
    left: 0px;
    background-color: #57007F;
}
.event_location_popup {
    display: none;
    position: fixed;
    z-index: 5;
    width: 850px;
    height: 80%;
    background-color: #57007F;
    color: white;
    top: 5%;
    margin-left: 1.5%;
    -moz-box-shadow: 2px 4px 20px #111;
    -webkit-box-shadow: 2px 4px 20px #111;
    box-shadow: 2px 4px 20px #111;
}
.event_edit_popup {
    display: none;
    position: fixed;
    z-index: 5;
    height: 90%;
    background-color: #57007F;
    color: white;
    top: 5%;
    margin-left: 1.5%;
    -moz-box-shadow: 2px 4px 20px #111;
    -webkit-box-shadow: 2px 4px 20px #111;
    box-shadow: 2px 4px 20px #111;
}
.event_edit_popup_wrap {
	margin-right: 2%;
	padding-left: 5%;
	padding-right: 5%;
	height: 80%;
	overflow: auto;
}
.event_edit_header {
	text-align: center;
}
.event_location_popup_wrap {
    padding-top: 50px;
    overflow: auto;
    height: 90%;
}
.event_location {
    float: left;
    padding: 20px;
}
.event_location_picture {
    width: 300px;
    height: 200px;
    float: left;
}
.location_link_btn {
    max-width: 230px;
    text-align: center;
    margin-top: 20px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}
.location_map_btn {
    max-width: 230px;
    text-align: center;
    margin-top: 20px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}
.popup_close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
    z-index: 20;
}
.event {
    margin-bottom: 3px;
    width: 300px;
    height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    float: left;
}
.event:hover {
    -moz-box-shadow: 0px 2px 10px #111;
    -webkit-box-shadow: 0px 2px 10px #111;
    box-shadow: 0px 2px 10px #111;
}
.time_slot {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 45px;
    background-color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.time_slot .text {
    margin-top: 7px;
    font-size: 22px;
    color: #57007f;
    font-weight: bold;
    text-align: center;
}
.content_title {
    position: absolute;
    height: 52px;
    bottom: 0;
    right: 0;
    left: 0;
}
.content_title .text {
    position: absolute;
    max-width: 220px;
    font-size: 17px;
    color: white;
    text-align: left;
    margin-left: 10px;
    margin-top: 2px;
}
.content_title .content_bg {
    position: absolute;
    height: 52px;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.7;
    background-color: #57007F;
    filter: alpha(opacity=70);
}
.event_details_button {
    position: absolute;
    right: 10px;
    bottom: 1px;
}
.event_details {
    display: none;
    position: relative;
    min-height: 200px;
    width: 900px;
    min-width: 300px;
    background-color: #57007F;
    margin-bottom: 3px;
    float: left;
}
.event_details_content {
    color: white;
    margin: 20px;
}
.event_details_content_text {
    margin-top: 80px;
    margin-bottom: 80px;
}
.share_event_btn {
    position: absolute;
    left: 20px;
    top: 20px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}
.details_event_up_right_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}
.details_location_btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}
.details_event_link_btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}
.no_events {
    padding: 25px;
    text-align: center;
    font-size: 25px;
    min-width: 250px;
    background-color: #57007F;
    margin-bottom: 3px;
    color: white;
}
.my_event_control {
    padding: 25px;
    text-align: center;
    font-size: 25px;
    min-width: 250px;
    background-color: #57007F;
    margin-bottom: 3px;
    color: white;
}
.btn_put_live {
    position:absolute;
    right: 0px;
    top: 0px;
    background-color: #8DDC00;
	color: white;
    opacity: 0.9;
    width:100px;
    height:60px
}

.btn_edit_event {
    position:absolute;
    right: 0px;
    top: 65px;
    background-color: #E60079;
	color: white;
    opacity: 0.9;
    width:100px;
    height:60px
}

.cke_editor_content_info {
	color: black;
}

.message {
	position: relative;
    padding: 25px;
    font-size: 15px;
    min-width: 250px;
    background-color: #57007F;
    margin-bottom: 3px;
    margin-right: 3px;
    color: white;
}

.message_seen_btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
	cursor: pointer;
}

.business_login_popup {
	width: 280px;
	max-height: 400px;
    display: none;
    position: fixed;
    z-index: 5;
    height: 90%;
    background-color: #57007F;
    color: white;
    top: 50%;
    left: 50%;
	margin-top: -200px;
	margin-left: -140px;
    -moz-box-shadow: 2px 4px 20px #111;
    -webkit-box-shadow: 2px 4px 20px #111;
    box-shadow: 2px 4px 20px #111;
}
.business_login_popup_wrap {
	margin-right: 2%;
	margin-right: 10%;
	margin-left: 10%;
	height: 80%;
	overflow: auto;
}

.category {
	-moz-box-shadow: 0px -1px 2px #111;
    -webkit-box-shadow: 0px -1px 2px #111;
    box-shadow: 0px -1px 2px #111;
	margin: 5px;
	margin-bottom: 3px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: white;
	cursor: pointer;
}

.category_selected {
	margin-right: -5px;
	margin-left: -5px;
}

#category_bar {
	margin-top: 10px;
}

#search_close {
    font-size: 35px;
    float: right;
	margin-top: 4px;
    margin-right: 7px;
    cursor: pointer;
}

.has-error {
	background-color: #BA8F8F;
}