/*SITE ELEMENTS=======================================================================================================================*/
body {
	color: #7d7d7d;
    font-size: 14px;
    line-height: 1.42857;
    background: url('../images/bg.png');
}
a {
	outline: none;
	border: none;
}
.helvetica-fonts {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.container {
	max-width: 1154px;
	width: 100%;
}
#main {
	background-color: #e5e5e5;
	max-width: 1154px;
	width: 100%;
	margin: auto;
	box-shadow: 0 0 40px rgba(0,0,0,0.5);
}
.content {
	padding: 70px;
	margin-top: 85px;
	margin-bottom: 70px;
	-webkit-flex: 1 auto;
  	-moz-box-flex: 1 auto;
  	-webkit-flex: 1 auto;
  	-ms-flex: 1 auto;
	flex: 1 auto;
	
	/*
	-webkit-flex-direction: row;
  	-ms-flex-direction: row;
  	-moz-box-flex-direction: row;
  	-webkit-box-flex-direction: row;
  	flex-direction: row;
	-webkit-box-orient: horizontal;
	
	
	-webkit-box-flex: 1 1 auto;
  	-moz-box-flex: 1 1 auto;
  	-webkit-flex: 1 1 auto;
  	-ms-flex: 1 1 auto;
  	flex: 1 1 auto;
  	
  	*/
}
.content.no-padding {
	padding: 0;
}
.flex {
	min-height: 100vh;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	
  	-webkit-flex-flow: row nowrap;
  	-ms-flex-flow: row nowrap;
  	-moz-box-flex-flow: row nowrap;
  	-webkit-box-flex-flow: row nowrap;
  	flex-flow: row nowrap;
}
.content-box {
	box-shadow: 0 2px 0 #e0e0e0, 0 4px 2px #cfcfcf;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	position: relative;
}
.bg-green {
	background-color: #00a99d;
}
.bg-yellow {
	background-color: #eab310;
}
.bg-blue {
	background-color: #257bb6;
}
.bg-red {
	background-color: #ff6666;
}
.bg-light-green {
	background-color: #99cc66;
}
.bg-white {
	background-color: #fff;
}
.btn {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	transition: all 0.5s ease;
}
.content-box.thumb-padding {
	padding: 4px;
	border-radius: 0;
}
.content-box.margin-top {
	margin-top: 20px;
}
.line {
	border-top: 1px solid #e8e8e8;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	height: 2px;
}
.line.dark {
	border-color: #c6c6c6;
	margin-top: 30px;
	margin-bottom: 30px;
}
.image-upload-button:hover {
	box-shadow: 0 0 5px #b9b9b9;
}
.section {height: 900px;}
.content-box.height {
	height: 300px;
}
.home-page-model {
	height: 406px;
	display: inline-block;
	width: 100%;
}
.button-back {
	margin-bottom: 15px;
    height: 50px;
    line-height: 1.53;
    font-weight: normal;
    color: #7d7d7d;
    margin-left: 26px;
}
.subscription-popup .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: 30px;
}
.ratings {
	position: absolute;
	top: 0;
	right: 20px;
}
.ratings.free {
	right: 0;
	top: -3px;
}
.ratings.free div span {
	line-height: 18px;
}
.ui-autocomplete {
	background-color: #fff;
}
.ui-menu-item {
	color: #7d7d7d;
}
.ui-menu-item.ui-state-focus {
	font-weight: normal;
	color: #7d7d7d;
}
.login-popup .checkbox-label:before,
.login-popup .checkbox-label:after {
	top: 0;
}
.login-popup .checkbox-label,
.dialog-popup .checkbox-label {
	padding-left: 25px;
}
/*SITE ELEMENTS=======================================================================================================================*/

/*HEADER==============================================================================================================================*/
header > .container {
	background-color: #257bb6;
	border-bottom: 3px solid #050b0e;
}
/*HEADER==============================================================================================================================*/

/*MENU================================================================================================================================*/
.navbar-nav > li > a {
	color: #fff;
	font-weight: bold;
	border: 1px solid #257bb6;
}
.navbar-brand {
	height: auto;
}
.navbar-nav {
	margin-top: 20px;
}
.navbar-nav > li > a {
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 5px;
	border: 1px solid #257bb6;
	background-color: #257bb6;
	transition: all 0.5s ease;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.nav .open > a, .nav .open > a:hover,
.nav .open > a:focus {
	background-color: #0f5c91;
}
.navbar-nav > li.login > a {
	background-color: #0f5c91;
	border-radius: 5px;
	border: 1px solid #257bb6;
}
.navbar-nav > li.login > a:hover,
.navbar-nav > li.login > a:focus {
	background-color: #147cc4;
	border: 1px solid #0f5c91;
}
.navbar-nav > li.login,
.dropdown {
	margin-right: 90px;
	margin-left: 20px;
}
.logo {
	max-width: 350px;
	width: 100%;
}
.navbar-nav .dropdown-toggle {
	text-transform: capitalize;
	padding-right: 45px;
}
.notify img {
	margin-top: 13px;
	cursor: pointer;
}
.notify .notify-circle {
	position: absolute;
	top: 3px;
	right: -7px;
	background-color: #ff6666;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #000;
	font-size: 12px;
	padding-top: 1px;
	font-weight: bold;
	cursor: pointer;
}
.navbar-nav .dropdown-menu {
	right: 0;
	top: 64px;
	text-transform: capitalize;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-nav .dropdown-menu a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}
.navbar-nav .dropdown-menu:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	top: -7px;
	left: 70px;
}
.navbar-nav .dropdown > a:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	right: 16px;
	top: 19px;
}
.navbar-nav .dropdown > a:after {
	content: '';
	width: 0;
	height: 0;
	top: 16px;
	right: 16px;
	border-top: 5px solid #257bb6;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	transition: border-color 0.5s ease;
}
.navbar-nav .dropdown > a:hover:after {
	border-top: 5px solid #0f5c91;
}
.profile-icon {
	border-radius: 100%;
	border: 2px solid #0b497f;
	background: #0b497f url('../images/icons/profile-icon-small.png') center center no-repeat;
	background-size: 60% 60%;
	width: 46px;
	height: 46px;
	display: block;
	margin-left: 30px;
}
.profile-icon img {
	border-radius: 100%;
}
.profile-icon.profile {
	border-radius: 100%;
	border: 2px solid #58595b;
	background-color: #58595b;
	width: 46px;
	height: 46px;
	display: block;
	margin-left: 30px;
}
/*MENU================================================================================================================================*/

/*FOOTER==============================================================================================================================*/
#footer {
	z-index: 100;
}
.footer {
	background-color: #257bb6;
	height: 70px;
	border-bottom: 7px solid #0f5c91;
	padding-left: 50px;
	padding-right: 50px;
	color: #fff;
	z-index: 101;
	position: relative;
}
.footer > span:last-child {
	float: right;
	margin-top: 23px;
}
.footer > span:last-child a {
	background: none;
	color: #fff;
}
.footer > span:last-child a:hover,
.footer > span:last-child a:focus {
	color: #ccc;
}
.footer-index {
	background-color: #f2f2f2;
	height: 70px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 28px;
	color: #0c0c0c;
	z-index: 101;
	position: relative;
	text-align: center;
	font-size: 12px;
}
.footer-index > span:last-child a {
	background: none;
	color: #0c0c0c;
}
.footer-index > span:last-child a:hover,
.footer-index > span:last-child a:focus {
	color: #464646;
}
/*FOOTER==============================================================================================================================*/

/*SIDE MENU===========================================================================================================================*/
.side-menu {
	background-color: #003366;
	margin-top: 84px;
	margin-bottom: 70px;
	cursor: pointer;
	width: 75px;
	position: relative;
	
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	
  	-webkit-flex-flow: column nowrap;
  	-ms-flex-flow: column nowrap;
  	-moz-box-flex-flow: column nowrap;
  	-webkit-box-flex-flow: column nowrap;
  	flex-flow: column nowrap;
}
.side-menu-items {
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	z-index: 1029;
	
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	
  	-webkit-flex-flow: column nowrap;
  	-ms-flex-flow: column nowrap;
  	-moz-box-flex-flow: column nowrap;
  	-webkit-box-flex-flow: column nowrap;
  	flex-flow: column nowrap;
  	
	-webkit-box-flex: 1 1 100%;
  	-moz-box-flex: 1 1 100%;
  	-webkit-flex: 1 1 100%;
  	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
.side-menu-items .menu-item {
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	height: 75px;
	display: block;
	position: relative;
}
.side-menu-items .menu-item.events,
.side-menu-items .menu-item.subscribe,
.side-menu-items .menu-item.side-menu-calendar {
	border-bottom: 0;
}
.side-menu-items .menu-item .menu-item-expand {
	padding-left: 23px;
	padding-top: 24px;
	display: block;
	height: 75px;
	/*width: 193px;*/
	width: 245px;
	position: absolute;
	right: 0;
}
.side-menu-items .menu-item .menu-item-icon {
	display: block;
	height: 75px;
	width: 75px;
	z-index: 1;
	position: relative;
}
.side-menu-items .menu-item.home a {
	background-color: rgba(255,102,102,0.9);
	color: #993333;
}
.side-menu-items .menu-item.home .menu-item-icon {
	background: #ff6666 url('../images/icons/menu/home-menu-icon.png') center center no-repeat;
}
.side-menu-items .menu-item.models a {
	background-color: rgba(255,204,0,0.9);
	color: #996600;
}
.side-menu-items .menu-item.models .menu-item-icon {
	/*background: #ffcc00 url('../images/icons/menu/model-menu-icon.png') center center no-repeat;*/
	background: #ffcc00 url('../images/icons/menu/todo-menu-icon.png') center center no-repeat;
}
.side-menu-items .menu-item.events a {
	background-color: rgba(153,204,102,0.9);
	color: #336600;
}
.side-menu-items .menu-item.events .menu-item-icon {
	background: #99cc66 url('../images/icons/menu/events-menu-icon.png') center center no-repeat;
}
.side-menu-items .menu-item.side-menu-calendar a {
	background-color: rgba(51,204,204,0.9);
	color: #006666;
}
.side-menu-items .menu-item.side-menu-calendar .menu-item-icon {
	background: #33cccc url('../images/icons/menu/calendar-menu-icon.png') center center no-repeat;
}
.side-menu-items .menu-item.deals a {
	background-color: rgba(37,123,182,0.9);
	color: #003366;
}
.side-menu-items .menu-item.deals .menu-item-icon {
	background: #257bb6 url('../images/icons/menu/deals-menu-icon.png') center center no-repeat;
}
.side-menu-items .menu-item.health a {
	background-color: rgba(196,99,169,0.9);
	color: #620560;
}
.side-menu-items .menu-item.health .menu-item-icon {
	background: #a963a9 url('../images/icons/menu/health-menu-icon.jpg') center center no-repeat;
}
.side-menu-items .menu-item.subscribe a {
	background-color: rgba(0,174,239,0.9);
	color: #075099;
	transition: background-color 0.5s ease;
}
.side-menu-items .menu-item.subscribe .menu-item-icon {
	background: #00aeef url('../images/icons/menu/subscribe-menu-icon.png') center center no-repeat;
}
.side-menu .menu-item.contact-us a {
	background-color: rgba(255,255,255,0.9);
	color: #1c8bc4;
}
.side-menu-items .menu-item.contact-us .menu-item-icon {
	background: #fff url('../images/icons/menu/contact_menu_icon.png') center center no-repeat;
}
.side-menu-items .menu-item.subscribe-no-icon,
.side-menu-items .menu-item.events-no-icon,
.side-menu-items .menu-item.calendar-no-icon {
	height: 0;
	display: block;
}
.side-menu-items .menu-item.subscribe-no-icon span {
	height: 176px;
}
.side-menu-items .menu-item.events-no-icon span {
	height: 88px;
}
.side-menu-items .menu-item.calendar-no-icon span {
	height: 44px;
}
.side-menu-items .menu-item.subscribe-no-icon a,
.side-menu-items .menu-item.events-no-icon a,
.side-menu-items .menu-item.calendar-no-icon a {
	font-weight: normal;
	height: 44px;
    padding-top: 10px;
    font-size: 16px;
}
.side-menu-items .menu-item.subscribe-no-icon a {
	background-color: rgba(0,174,239,0.9);
	color: #075099;
}
.side-menu-items .menu-item.events-no-icon a {
	background-color: rgba(153,204,102,0.9);
	color: #336600;
}
.side-menu-items .menu-item.calendar-no-icon a {
	background-color: rgba(51,204,204,0.9);
	color: #006666;
}
.side-menu-items .menu-item.subscribe-no-icon a:hover,
.side-menu-items .menu-item.subscribe-no-icon a:focus,
.side-menu-items .menu-item.subscribe a:hover,
.side-menu-items .menu-item.subscribe a:focus {
	background-color: rgba(0,174,239,1);
}
.side-menu-items .menu-item.events-no-icon a:hover,
.side-menu-items .menu-item.events-no-icon a:focus,
.side-menu-items .menu-item.events a:hover,
.side-menu-items .menu-item.events a:focus {
	background-color: rgba(153,204,102,1);
}
.side-menu-items .menu-item.health a:hover,
.side-menu-items .menu-item.health a:focus {
	background-color: rgba(196,99,169,1);
}
.side-menu-items .menu-item.deals a:hover,
.side-menu-items .menu-item.deals a:focus {
	background-color: rgba(37,123,182,1);
}
.side-menu-items .menu-item.calendar-no-icon a:hover,
.side-menu-items .menu-item.calendar-no-icon a:focus,
.side-menu-items .menu-item.side-menu-calendar a:hover,
.side-menu-items .menu-item.side-menu-calendar a:focus {
	background-color: rgba(51,204,204,1);
}
.side-menu-items .menu-item.models a:hover,
.side-menu-items .menu-item.models a:focus {
	background-color: rgba(255,204,0,1);
}
.side-menu-items .menu-item.home a:hover,
.side-menu-items .menu-item.home a:focus {
	background-color: rgba(255,102,102,1);
}
.side-menu-items .menu-item.subscribe-no-icon a:nth-child(3),
.side-menu-items .menu-item.events-no-icon a:nth-child(3),
.side-menu-items .menu-item.calendar-no-icon a:nth-child(3) {
	top: 44px;
}
.side-menu-items .menu-item.subscribe-no-icon a:nth-child(4) {
	top: 88px;
}
.side-menu-items .menu-item.subscribe-no-icon a:nth-child(5) {
	top: 132px;
}
.side-menu-items .menu-item.subscribe-no-icon .menu-item-icon {
	background-color: #00aeef;
}
.side-menu-items .menu-item.events-no-icon .menu-item-icon {
	background-color: #99cc66;
}
.side-menu-items .menu-item.calendar-no-icon .menu-item-icon {
	background-color: #33cccc;
}
.menu-item.blank {
	background-color: rgba(0,51,102,0.9);
	position: relative;
	height: auto;
	
	-webkit-box-flex: 1 1 auto;
  	-moz-box-flex: 1 1 auto;
  	-webkit-flex: 1 1 auto;
  	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.menu-item-arrow {
	color: #fff;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.side-menu-items .menu-item.ad-stats a {
	background-color: rgba(37,123,182,0.9);
	color: #003366;
}
.side-menu-items .menu-item.ad-stats .menu-item-icon {
	background: #257bb6 url('../images/icons/menu/ad_stats_menu_icon.png') center center no-repeat;
}
.side-menu-items .menu-item.event-stats a {
	background-color: rgba(0,174,239,0.9);
	color: #075099;
}
.side-menu-items .menu-item.event-stats .menu-item-icon {
	background: #00aeef url('../images/icons/menu/event_stats_menu_icon.png') center center no-repeat;
}
.side-menu-items .menu-item.announcement a {
	background-color: rgba(169,99,169,0.9);
	color: #620560;
}
.side-menu-items .menu-item.announcement .menu-item-icon {
	background: #a963a9 url('../images/icons/menu/announcement.png') center center no-repeat;
}
/*SIDE MENU===========================================================================================================================*/

/*FORM ELEMENTS===============================================================*/
label {
	font-weight: normal;
}
.form-control {
	height: 50px;
}
label:first-letter {
	text-transform: uppercase;
}
.chosen-container {
	font-size: 14px;
}
.chosen-container-single .chosen-single{
	background: #fff;
    border-radius: 5px;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 10px;
}
.chosen-container-multi .chosen-choices {
	background: #fff;
    border-radius: 5px;
    box-shadow: none;
    padding: 0 0 0 10px;
}
.chosen-container-single .chosen-single div {
	top: 10px;
	right: 12px;
	width: 30px;
	height: 30px;
}
.chosen-container-single .chosen-single div b {
	background: #b9b9b9;
	border-radius: 4px;
	border: 1px solid #b9b9b9;
	box-shadow: none; 
	transition: all 0.5s ease;
}
.chosen-container-single .chosen-single div b:hover {
	border-color: #626262;
	box-shadow: 0 0 5px #b9b9b9;
}
.chosen-container-single .chosen-single div b:before {
	content: "";
	border-top: 9px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 12px;
	left: 5px;
	border-radius: 5px;
}
.chosen-container-single .chosen-single div b:after {
	content: "";
	border-top: 9px solid #b9b9b9;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 8px;
	left: 5px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	background: #fff;
}
.chosen-container .chosen-results li.highlighted {
	background: #3875d7;
	color: #fff;
}
.event-deals-popup .form-control,
.student-event-form-popup .form-control {
	height: 30px;
}
.event-deal-update {
	width: 48%;
}
.radio-group label {
	margin-bottom: 17px;
}
.subscribe-popup .checkbox-label:before,
.subscribe-popup .checkbox-label:after {
	top: 2px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #b0d4ec;
	border: 1px solid #003366;
    color: #003366;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #003366;
	background: #fff;
	color: #003366;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003366;
	background: #55baff;
	color: #003366;
}
.ui-widget-header {
	background: #257bb6;
	border-color: #003366;
	color: #003366;
}
.ui-datepicker-header a:after {
	content: "";
	border-radius: 100%;
	border: 1px solid #003366;
	width: 20px;
	height: 20px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 4px;
	z-index: -1;
	transition: background-color 0.5s ease;
}
.ui-datepicker-header a:hover:after {
	background-color: #003366;
	left: 2px;
	top: 3px;
}
.ui-icon-circle-triangle-e {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #003366;
	background-position: 0 0;
	width: 0;
	height: 0;
	margin-top: -5px !important;
	margin-left: -3px !important;
	transition: border-left 0.5s ease;
}

.ui-icon-circle-triangle-w {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #003366;
	background-position: 0 0;
	width: 0;
	height: 0;
	margin-top: -5px !important;
	margin-left: -5px !important;
	transition: border-right 0.5s ease;
}
.ui-datepicker-header a.ui-datepicker-prev:hover > span {
	border-right: 5px solid #fff;
}
.ui-datepicker-header a.ui-datepicker-next:hover > span {
	border-left: 5px solid #fff;
}
.ui-widget-header .ui-icon {
	background-image: none;
}
.ui-state-hover,
.ui-state-focus {
	border: 1px solid #003366;
	background: none;
}
.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
	top: 2px;
}
.ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker-next-hover {
	right: 2px;
}
.checkbox-label:before {
	box-shadow: none;
	background-color: #cdcdcd;
	border: 1px solid #bfbfbf;
	width: 18px;
	height: 18px;
}
input[type="checkbox"]:checked + .checkbox-label:after {
	content: "";
	text-shadow: none;
	background: url('../images/icons/checkmark-icon.jpg') center center;
}
.checkbox-label:after {
	top: -5px;
	left: 4px;
}
.checkbox-label:before {
	top: -9px;
}
.chosen-drop {
	z-index: 1061;
}
/*FORM ELEMENTS===============================================================*/


/*LANDING PAGE================================================================*/
a.register-for-free {
	text-transform: uppercase;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	transition: background-color 0.5s ease;
	height: 60px;
	width: 300px;
	text-align: center;
	display: inline-block;
	font-size: 25px;
	text-decoration: underline;
	line-height: 60px;
}
a.register-for-free.green {
	background-color: #45c2c5;
	box-shadow: -3px 3px 0 #02665f;
}
a.register-for-free.blue {
	background-color: #267bb4;
	box-shadow: -3px 3px 0 #154464;
}
a.register-for-free.yellow {
	background-color: #fdcd00;
	box-shadow: -3px 3px 0 #c29b00;
}
a.register-for-free.abs {
	margin-top: 40px;
}
a.register-for-free.green:hover,
a.register-for-free.green:focus {
	background-color: #2da1a4;
}
a.register-for-free.blue:hover,
a.register-for-free.blue:focus {
	background-color: #154464;
}
a.register-for-free.yellow:hover,
a.register-for-free.yellow:focus {
	background-color: #c29b00;
}
.index-page {
	background-color: #f2f2f2;
	position: relative;
	padding: 45px;
}
.index-bg {
	background-color: #fff;
	display: block;
}
.index-page.center {
	text-align: center;
}
.main {
	background-color: #fff !important;
}
.index-content {
	height: 381px;
}
.index-content img {
	/*float: left;*/
	display: block;
	margin: auto;
}
.features-text {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.index-text {
	font-size: 17px;
}
.index-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.index-title.top {
	margin-bottom: 0;
	margin-top: 25px;
}
.index-title.center {
	text-align: center;
	padding-top: 70px;
	margin-bottom: 0;
	color: #474e52;
	background-color: #f2f2f2;
}
.features {
	color: #474e52;
	padding: 75px 115px;
}
.features.bg {
	background-color: #f2f2f2;
}
.reg-free {
	margin-top: 10px;
	box-shadow: -3px 5px 0 #02665f !important;
}
.landing-page-footer {
	text-align: center;
	padding: 40px;
}
.landing-page-buttons a {
	margin-right: 20px;
}
.landing-page-buttons a:last-child {
	margin-right: 0;
}
.landing-page-text {
	font-size: 32px;
	color: #fff;
	padding-top: 30px;
}
.landing-page-text span {
	font-weight: 700;
}
.landing-page-text-reg {
	display: inline-block;
	text-align: center;
	font-size: 18px;
}
.landing-page-text-reg div {
	margin-top: 8px;
	color: #fff;
}
.landing-page-center {
	padding: 40px;
	text-align: center;
	font-size: 26px;
	background-color: #f2f2f2;
}
.landing-page-footer span {
	color: #267bb4;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 40px;
	display: block;
}
.landing-bg {
	background: url('../images/landing-bg.jpg') top center;
}
/*LANDING PAGE================================================================*/

/*REGISTRATION================================================================*/
.reg-form-popup .radio-group label {
	margin-bottom: 7px;
}
.reg-form-popup .form-control {
	height: 30px;
}
.reg-form-popup .chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
}
.reg-form-popup .chosen-container-single .chosen-single div {
	top: 10%;
	right: 5px;
	width: 25px;
	height: 80%;
}
.reg-form-popup .chosen-container-single .chosen-single div b:before {
	top: 8px;
	left: 3px;
}
.reg-form-popup .chosen-container-single .chosen-single div b:after {
	top: 4px;
	left: 3px;
}
.ui-datepicker-header a {
	z-index: 1;
}
.submitButton,
.nextButton,
.prevButton {
	float: right;
	width: 135px;
	height: 40px;
	padding-top: 9px;
}
.submitButton:hover,
.nextButton:hover {
	box-shadow: 0 0 5px #b9b9b9;
}
.registration-forms {
	background: #f1f1f1;
	border-radius: 5px;
}
.registration-forms form {
	padding: 15px 15px 30px;
}
.registration-wrapper {
	width: 823px;
}
.registration-wrapper-thin {
	width: 640px;
}
.registration-form-header.student {
	background-image: url('../images/register/student.png');
	background-color: #00a99d;
}
.registration-form-header.university {
	background-image: url('../images/register/university.png');
	background-color: #2c93d9;
}
.registration-form-header.group {
	background-image: url('../images/register/group.png');
	background-color: #ff8e8e;
	color: #993333;
}
.registration-form-header.subject {
	background-image: url('../images/register/subject.png');
	background-color: #b4ef79;
	color: #336600;
}
.registration-form-header.business {
	background-image: url('../images/register/business.png');
	background-color: #ffc928;
	color: #996600;
}



/*.registration {
	text-align: center;
	font-size: 1.5em;
	color: #fff;
}
#registration-options {
	width: 100%;
	max-height: 450px;
	height: 100%;
}
.registration-left {
	width: 30%;
}
.registration-right {
	width: 70%;
}
.registration-left,
.registration-right {
	float: left;
	height: 100%;
}
.registration-options {
	width: 50%;
	height: 50%;
	float: left;
}
.registration-options.student {
	width: 100%;
	height: 100%;
	background-color: #00a99d;
}
.registration-options.student a {
	color: #006666;
}
.registration-options a {
	height: 100%;
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	transition: background-color 0.5s ease;
}
.registration-options span {
    display: block;
}
.registration-options.student a img {
	margin-top: 40%;
}
.registration-options a img {
	margin-top: 12%;
}
.registration-options.university {
	background-color: #257bb6;
}
.registration-options.group {
	background-color: #ff6666;
}
.registration-options.subject {
	background-color: #99cc66;
}
.registration-options.business {
	background-color: #eab310;
}
.registration-options.university a {
	color: #0e4e83;
}
.registration-options.group a {
	color: #993333;
}
.registration-options.subject a {
	color: #336600;
}
.registration-options.business a {
	color: #996600;
}
.registration .header {
	margin-top: 5%;
	margin-bottom: 5%;
}
.registration .footnote {
	font-size: 14px;
	color: #257bb6;
	display: block;
	font-weight: 600;
	margin-top: 5%;
}*/




.registration {
	text-align: center;
	color: #fff;
	font-size: 24px;
	width: 1082px;
}
.registration-left {
	float: left;
}
.registration-right {
	float: left;
	width: 720px;
}
.registration .header {
	margin-top: 40px;
	margin-bottom: 40px;
}
/*#registration-options {
	width: 1082px;
}*/
.registration-options a {
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 40px;
	transition: background-color 0.5s ease;
}
.registration-options span {
	display: block;
}
.registration-options.student {
	background-color: #00a99d;
	height: 450px;
}
.registration-options.student a {
	color: #006666;
	padding-top: 150px;
	height: 100%;
}
.registration-options.university {
	background-color: #257bb6;
}
.registration-options.university a {
	color: #0e4e83;
}
.registration-options.group {
	background-color: #ff6666;
}
.registration-options.group a {
	color: #993333;
}
.registration-options.subject {
	background-color: #99cc66;
}
.registration-options.subject a {
	color: #336600;
}
.registration-options.business {
	background-color: #eab310;
}
.registration-options.business a {
	color: #996600;
}
.registration-options.student:hover,
.registration-options.student:focus {
	background-color: #00cabc;
}
.registration-options.university:hover,
.registration-options.university:focus {
	background-color: #2c93d9;
}
.registration-options.group:hover,
.registration-options.group:focus {
	background-color: #ff8e8e;
}
.registration-options.subject:hover,
.registration-options.subject:focus {
	background-color: #b4ef79;
}
.registration-options.business:hover,
.registration-options.business:focus {
	background-color: #ffc928;
}
.registration .footnote {
	font-size: 14px;
	color: #257bb6;
	display: block;
	font-weight: 600;
	margin-top: 68px;
}
.registration-form-header {
	font-size: 18px;
	color: #fff;
	padding: 15px 0 15px 100px;
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: 15px center;
	border-radius: 5px 5px 0 0;
	margin-bottom: 30px;
}
.registration-options:nth-child(2n+2) {
	margin-right: 0;
}
.registration-options {
	float: left;
	width: 358px;
	height: 223px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.registration-options a {
	display: block;
}
.registration .dialog-close span {
	top: -3px;
}
/*REGISTRATION================================================================*/

/*STUDENT REGISTRATION========================================================*/
.student-picker .ui-state-default,
.student-picker .ui-widget-content .ui-state-default,
.student-picker .ui-widget-header .ui-state-default {
	background: #9aebe5;
	border: 1px solid #006666;
    color: #006666;
}
.student-picker .ui-state-hover,
.student-picker .ui-widget-content .ui-state-hover,
.student-picker .ui-widget-header .ui-state-hover,
.student-picker .ui-state-focus,
.student-picker .ui-widget-content .ui-state-focus,
.student-picker .ui-widget-header .ui-state-focus {
	border: 1px solid #006666;
	background: #fff;
	color: #006666;
}
.student-picker .ui-state-active,
.student-picker .ui-widget-content .ui-state-active,
.student-picker .ui-widget-header .ui-state-active {
	border: 1px solid #9aebe5;
	background: #006666;
	color: #9aebe5;
}
.student-picker .ui-widget-header {
	background: #00a99d;
	border-color: #006666;
	color: #006666;
}
.student-picker .ui-datepicker-header a:after {
	content: "";
	border-radius: 100%;
	border: 1px solid #006666;
	width: 20px;
	height: 20px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 4px;
	z-index: -1;
	transition: background-color 0.5s ease;
}
.student-picker .ui-datepicker-header a:hover:after {
	background-color: #006666;
}
.student-picker .ui-icon-circle-triangle-e {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #006666;
	background-position: 0 0;
	width: 0;
	height: 0;
	margin-top: -5px !important;
	margin-left: -3px !important;
	transition: border-left 0.5s ease;
}

.student-picker .ui-icon-circle-triangle-w {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #006666;
	background-position: 0 0;
	width: 0;
	height: 0;
	margin-top: -5px !important;
	margin-left: -5px !important;
	transition: border-right 0.5s ease;
}
.student-picker .ui-datepicker-header a.ui-datepicker-prev:hover > span {
	border-right: 5px solid #fff;
}
.student-picker .ui-datepicker-header a.ui-datepicker-next:hover > span {
	border-left: 5px solid #fff;
}
.student-picker .ui-widget-header .ui-icon {
	background-image: none;
}
.student-picker .ui-state-hover,
.student-picker .ui-state-focus {
	border: 1px solid #00a99d;
	background: none;
}
.student-picker .ui-datepicker-prev-hover,
.student-picker .ui-datepicker-next-hover {
	top: 2px;
}
.student-picker .ui-datepicker-prev-hover {
	left: 2px;
}
.student-picker .ui-datepicker-next-hover {
	right: 2px;
}
.student-registration .radio-label:before {
	background-color: #fff;
	box-shadow: none;
	border: 1px solid #d6d6d6;
	top: 0;
}
.student-registration .radio-label:after {
	top: 3px;
}
.student-registration input[type=radio]:checked + .radio-label:after {
    background-color: #00a99d;
}
.student-registration .chosen-container-single .chosen-single div b {
	background: #00a99d;
	border-radius: 4px;
	border: 1px solid #00a99d;
	box-shadow: none; 
	transition: all 0.5s ease;
}
.student-registration .chosen-container-single .chosen-single div b:hover {
	border-color: #626262;
	box-shadow: 0 0 5px #b9b9b9;
}
.student-registration .chosen-container .chosen-results li.highlighted {
	background: #00a99d;
	color: #fff;
}
.student-registration .chosen-container-single .chosen-single div b:after {
	border-top: 9px solid #00a99d;
}
.student-registration .submitButton,
.student-registration .nextButton {
	background-color: #00a99d;
	border-color: #00a99d;
	color: #fff;
}
.student-registration .image-upload-button {
	background-color: #00a99d;
	border-color: #00a99d;
}
.student-registration .submitButton:hover,
.image-upload-button:hover,
.student-registration .nextButton:hover {
	border-color: #006666;
}
.student-registration .date-picker-icon .month {
	background-color: #00a99d;
	border-bottom: 1px dashed #006666;
	box-shadow: 0 2px 0 #00a99d;
}
.student-registration .date-picker-icon .day {
	color: #00a99d;
}
/*.student-registration #form_students_highest_qualification_chosen .chosen-drop,
.student-registration #form_students_faculty_chosen .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 40px;
}*/
/*.profile-wrapper.student-registration #form_students_university_chosen .chosen-drop {
    border-bottom: 1px solid #aaa;
    border-top: 0;
    bottom: auto;
    top: 40px;
}*/
.student-tabs {
	margin-left: 15px;
	margin-bottom: 15px;
}
.student-tab {
	float: right;
	border-top: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	text-transform: capitalize;
	font-size: 14px;
	color: #818181;
	width: 100px;
	height: 45px;
	background-color: #e5e5e5;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 50px;
	position: relative;
}
.student-tab.padding {
	padding-left: 30px;
}
.student-tab.active {
	border-top: 3px solid #00a99d;
	border-bottom: 3px solid #00a99d;
	border-left: 3px solid #00a99d;
	color: #00a99d;
	padding-left: 30px;
	z-index: 2;
}
.student-tab:first-child:before {
	content: "";
	border-top: 22px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 35px solid #e5e5e5;
	position: absolute;
	right: -35px;
	top: -3px;
}
.student-tab.active:before {
	content: "";
	border-top: 22px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 35px solid #00a99d;
	position: absolute;
	right: -35px;
	top: -3px;
}
.student-tab.active:after {
	content: "";
	border-top: 19px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #e5e5e5;
	position: absolute;
	right: -30px;
	top: 0;
}
/*STUDENT REGISTRATION========================================================*/

/*UNIVERSITY REGISTRATION=====================================================*/
.university-registration .submitButton {
	background-color: #257bb6;
	border-color: #257bb6;
}
.university-registration .submitButton:hover {
	border-color: #003366;
}
.university-registration .chosen-container-single .chosen-single div b {
	background: #257bb6;
	border-radius: 4px;
	border: 1px solid #257bb6;
	box-shadow: none; 
	transition: all 0.5s ease;
}
.university-registration .chosen-container-single .chosen-single div b:hover {
	border-color: #003366;
	box-shadow: 0 0 5px #003366;
}
.university-registration .chosen-container .chosen-results li.highlighted {
	background: #257bb6;
	color: #fff;
}
.university-registration .chosen-container-single .chosen-single div b:after {
	border-top: 9px solid #257bb6;
}
/*UNIVERSITY REGISTRATION=====================================================*/

/*GROUP REGISTRATION==========================================================*/
.group-registration .submitButton {
	background-color: #ff6666;
	border-color: #ff6666;
}
.group-registration .submitButton:hover {
	border-color: #993333;
}
.group-registration .chosen-container-single .chosen-single div b {
	background: #ff6666;
	border-radius: 4px;
	border: 1px solid #ff6666;
	box-shadow: none; 
	transition: all 0.5s ease;
}
.group-registration .chosen-container-single .chosen-single div b:hover {
	border-color: #993333;
	box-shadow: 0 0 5px #b9b9b9;
}
.group-registration .chosen-container .chosen-results li.highlighted {
	background: #ff6666;
	color: #fff;
}
.group-registration .chosen-container-single .chosen-single div b:after {
	border-top: 9px solid #ff6666;
}
.group-registration .form_groups_res label {
	margin-right: 15px;
}
/*GROUP REGISTRATION==========================================================*/

/*SUBJECT HEAD REGISTRATION===================================================*/
.subject-registration .submitButton {
	background-color: #99cc66;
	border-color: #99cc66;
}
.subject-registration .submitButton:hover {
	border-color: #336600;
}
.subject-registration .chosen-container-single .chosen-single div b {
	background: #99cc66;
	border-radius: 4px;
	border: 1px solid #99cc66;
	box-shadow: none; 
	transition: all 0.5s ease;
}
.subject-registration .chosen-container-single .chosen-single div b:hover {
	border-color: #336600;
	box-shadow: 0 0 5px #b9b9b9;
}
.subject-registration .chosen-container .chosen-results li.highlighted {
	background: #99cc66;
	color: #fff;
}
.subject-registration .chosen-container-single .chosen-single div b:after {
	border-top: 9px solid #99cc66;
}
/*SUBJECT HEAD REGISTRATION===================================================*/

/*BUSINESS REGISTRATION=======================================================*/
.business-registration .submitButton {
	background-color: #ffcc00;
	border-color: #eab310;
}
.business-registration .submitButton:hover {
	border-color: #996600;
}
.business-registration .chosen-container-single .chosen-single div b {
	background: #ffcc00;
	border-radius: 4px;
	border: 1px solid #ffcc00;
	box-shadow: none; 
	transition: all 0.5s ease;
}
.business-registration .chosen-container-single .chosen-single div b:hover {
	border-color: #996600;
	box-shadow: 0 0 5px #b9b9b9;
}
.business-registration .chosen-container .chosen-results li.highlighted {
	background: #ffcc00;
	color: #fff;
}
.business-registration .chosen-container-single .chosen-single div b:after {
	border-top: 9px solid #ffcc00;
}
.business-registration .chosen-container .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 40px;
}
/*BUSINESS REGISTRATION=======================================================*/

/*HOME SECTION================================================================*/
.events-wrapper {
	box-shadow: 0 1px 0 #e0e0e0, 0 3px 2px #cfcfcf;
	border-radius: 5px;
	margin-bottom: 11px;
}
.events-wrapper .panel-heading {
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	text-transform: capitalize;
}
.events-wrapper .panel-heading span {
	font-size: 13px;
	float: right;
}
.events-wrapper .panel-heading span a {
	color: #fff;
}
.events-wrapper .panel-heading span i {
	font-size: 10px;
	margin-left: 10px;
}
.events-wrapper .panel-heading.events {
	background-color: #99cc66;
}
.events-wrapper .panel-heading.deals {
	background-color: #257bb6;
}
.events-wrapper .list-group a span:first-child {
	font-weight: bold;
	font-size: 12px;
}
.events-wrapper .list-group a span:last-child {
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
}
.events-wrapper .list-group a .text-muted {
	font-weight: normal;
}
.events-wrapper .list-group.events a {
	color: #99cc66;
}
.events-wrapper .list-group.deals a {
	color: #257bb6;
}
.panel.mini-calendar-wrapper {
	box-shadow: 0 2px 0 #e0e0e0, 0 4px 2px #cfcfcf;
}
.mini-calendar-wrapper .panel-heading {
	background-color: #0a7979;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	border-radius: 5px 5px 0 0;
	border: 0;
	position: relative;
}
.mini-calendar-wrapper .calendar {
	border-radius: 0;
	background-color: #33cccc;
	border: 0;
}
.mini-calendar-wrapper .calendar .table{
	background-color: #33cccc;
	margin-bottom: 0;
}
.mini-calendar-wrapper .calendar .week_days td {
	background-color: #33cccc;
	color: #fff;
}
.mini-calendar-wrapper .calendar .table > thead > tr > th, 
.mini-calendar-wrapper .calendar .table > tbody > tr > th, 
.mini-calendar-wrapper .calendar .table > tfoot > tr > th, 
.mini-calendar-wrapper .calendar .table > thead > tr > td, 
.mini-calendar-wrapper .calendar .table > tbody > tr > td, 
.mini-calendar-wrapper .calendar .table > tfoot > tr > td {
	border-top: 0;
}
.mini-calendar-wrapper .calendar a,
.mini-calendar-wrapper .calendar .visualmonthyear {
	color: #fff;
	font-size: 15px;
}
.mini-calendar-wrapper .calendar .visualmonthyear {
	font-size: 17px;
}
.mini-calendar-wrapper .calendar .icon-arrow-left,
.mini-calendar-wrapper .calendar .icon-arrow-right {
	position: relative;
	cursor: pointer;
}
.mini-calendar-wrapper .calendar .icon-arrow-left:before {
	content: '';
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #fff;
	width: 0;
	height: 0;
	position: absolute;
	top: 3px;
	left: 1px;
}
.mini-calendar-wrapper .calendar .icon-arrow-left:after {
	content: '';
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #33cccc;
	width: 0;
	height: 0;
	position: absolute;
	top: 3px;
	left: 5px;
}
.mini-calendar-wrapper .calendar .icon-arrow-right:before {
	content: '';
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	width: 0;
	height: 0;
	position: absolute;
	top: 3px;
	right: 0px;
}
.mini-calendar-wrapper .calendar .icon-arrow-right:after {
	content: '';
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #33cccc;
	width: 0;
	height: 0;
	position: absolute;
	top: 3px;
	right: 5px;
}
.mini-calendar-wrapper .calendar .year {
	width: 72%;
}
.mini-calendar-wrapper .calendar .event {
	box-shadow: none;
	background: none;
	text-shadow: none;
}
.mini-calendar-wrapper .calendar .table a {
	line-height: 29px;
}
.mini-calendar-wrapper .calendar .table td.event a {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-color: #1ea2a2;
	border: 0;
	border-radius: 100%;
	transition: all 0.5s ease;
}
.mini-calendar-wrapper .calendar .table td.event a:hover,
.mini-calendar-wrapper .calendar .table td.event a:focus {
	border-color: #0a7979;
}
.mini-calendar-wrapper .popover-content,
.mini-calendar-wrapper .popover-title {
	color: #7d7d7d;
	text-shadow: none;
}
.mini-calendar-wrapper .popover-content {
	font-weight: normal;
}
.mini-calendar-wrapper .popover-title {
	font-weight: bold;
}
#mini-timetable .timetable-wrapper {
	width: 100%;
	background-color: #33cccc;
	color: #fff;
}
#mini-timetable .timetable-header {
	width: 100%;
	font-weight: 500;
	padding: 5px;
}
#mini-timetable .timetable-date {
	width: 72%;
	font-size: 17px;
	text-align: center;
}
#mini-timetable .timetable-next,
#mini-timetable .timetable-prev {
	width: 14%;
	position: relative;
	cursor: pointer;
	height: 25px;
	display: inline-block;
}
#mini-timetable .timetable-prev:before {
	content: '';
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #fff;
	width: 0;
	height: 0;
	position: absolute;
	top: 5px;
	left: 49%;
}
#mini-timetable .timetable-prev:after {
	content: '';
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #33cccc;
	width: 0;
	height: 0;
	position: absolute;
	top: 5px;
	left: 49%;
	margin-left: 4px;
}
#mini-timetable .timetable-next:before {
	content: '';
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	width: 0;
	height: 0;
	position: absolute;
	top: 5px;
	right: 49%;
}
#mini-timetable .timetable-next:after {
	content: '';
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #33cccc;
	width: 0;
	height: 0;
	position: absolute;
	top: 5px;
	right: 49%;
	margin-right: 4px;
}
#mini-timetable .timetable-time {
	width: 20%;
	background-color: #42d7d8;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	float: left;
	height: 100%;
	display: inline-block;
}
#mini-timetable .timetable-title {
	width: 80%;
	text-align: left;
	padding: 5px;
	float: left;
	line-height: 17px;
}
#mini-timetable .timetable-accordion {
	cursor: pointer;
	margin: 0;
}
#mini-timetable .timetable-description .timetable-title {
	font-size: 12px;
}
#mini-timetable .timetable-content > div {
	border-top: 1px solid #42d7d8;
}
#mini-timetable .timetable-content > div.timetable-description {
	border-top: 0;
}
#mini-timetable .timetable-empty {
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
}
.fold-bg {
	position: absolute;
	overflow: hidden;
	color: #fff;
	background: rgba(151, 192, 47, 0.99);
	border-radius: 0 5px 0 0;
	top: 0;
	right: 0;
	width: 100px;
	height: 44px;
	font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 30px;
}
.fold {
	position: relative;
	overflow: hidden;
	color: #fff;
	border-radius: 0 5px 0 0;
}
.fold a {
	color: #fff;
}
.fold:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100px;
	border-top: 43px solid rgba(151, 192, 47, 0.99);
	border-left: 30px solid rgba(101, 142, 21, 0.99);
	background: #0a7979;
	box-shadow: -2px 1px 0 rgba(0,0,0,0.2);
	display: block; 
	width: 0;
	height: 0;
	z-index: 100;
}
.varsity-buttons,
.health-and-fitness-buttons {
	position: fixed;
	top: 84px;
	z-index: 100;
	width: 940px;
	height: 45px;
	overflow: hidden;
}
.varsity-button,
.health-and-fitness-button {
	background-color: #cdcdcd;
	border-color: #b1b1b1;
    border-right: 1px solid #b1b1b1;
    box-shadow: 0 2px 5px #bbbbbb inset, 0 2px 0 #bbbbbb;
    color: #767676;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
    padding: 5px 15px;
    text-transform: capitalize;
    border-radius: 0;
}
.varsity-button:first-child,
.health-and-fitness-button:first-child {
	border-radius: 0 0 0 5px;
}
.varsity-button:last-child,
.health-and-fitness-button:last-child {
	border-radius: 0 0 5px 0;
}
.varsity-button.active,
.health-and-fitness-button.active {
	background-color: #9aca6b;
    border-color: #9aca6b;
    box-shadow: 0 2px 0 #87b25f;
    color: #fff;
}
.varsity-button:hover,
.health-and-fitness-button:hover {
	background-color: #7caf49;
	box-shadow: 0 2px 5px #99c274 inset, 0 2px 0 #99c274;
	color: #ffffff;
}
.varsity-buttons .mCSB_horizontal.mCSB_inside > .mCSB_container,
.health-and-fitness-button .mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-bottom: 0;
}
/*HOME SECTION================================================================*/

/*MODELS SECTION==============================================================*/
.h-strip {
	height: 45px;
	position: absolute;
	right: 10px;
	left: 10px;
	bottom: 10px;
	color: #363636;
	font-size: 14px;
	font-weight: bold;
}
.h-strip span {
	float: right;
	padding-top: 12px;
	padding-right: 20px;
}
.h-strip span .fa {
	padding-left: 10px;
	padding-top: 2px;
}
.v-strip {
	width: 45px;
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #363636;
}
.v-strip .model-name {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-webkit-backface-visibility: hidden;
	width: 330px;
	position: absolute;
	left: -143px;
	bottom: 212px;
}
.v-strip .model-name span {
	font-weight: bold;
}
.model-bg-green {
	background-color: rgba(153, 204, 102, 0.5);
	overflow: hidden;
}
.model-info-wrapper {
	float: right;
    width: 562px;
}
.model-title,
.model-info,
.model-about {
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 8px;
	color: #737373;
}
.model-title {
	font-size: 25px;
	text-transform: capitalize;
	height: 63px;
    padding-top: 12px;
}
.model-title span {
	font-weight: bold;
}
.model-title span.raty {
	font-weight: normal;
}
.raty {
	cursor: pointer;
}
.model-info {
	font-weight: bold;
	height: 40px;
    padding-top: 12px;
}
.model-info span {
	font-weight: normal;
	padding-right: 20px;
}
.model-about {
	height: 112px;
    padding-top: 12px;
}
.model-info,
.model-about {
	font-size: 12px;
}
.vg-model-logo {
	position: absolute;
	top: 30px;
	right: 30px;
}
.vg-model-logo.small {
	width: 25px;
	height: 25px;
	top: 20px;
	right: 20px;
}
.h-ad {
	float: right;
	width: 177px;
}
.models-list-items {
	float: left;
	max-width: 745px;
	width: 100%;
}
.models-list-items .content-box {
	float: left;
	margin: 0 12px 12px 0;
}
.models-list-items .content-box:nth-child(4n+4) {
	float: left;
	margin-right: 0;
}
.model-thumb-image {
	height: 144px;
	display: inline-block;
	width: 157px;
}
.model-list-item .h-strip {
	height: 18px;
}
.model-list-item .v-strip {
	width: 18px;
	font-size: 12px;
}
.model-list-item .v-strip .model-name {
	position: absolute;
	left: -91px;
	bottom: 115px;
}
.event-search input,
.model-search input,
.subscription-search input,
.calendar-search input {
	padding-left: 50px;
}
.subscription-search span,
.model-search span,
.notification-search span,
.event-search span,
.calendar-search span {
	position: absolute;
	top: 18px;
	left: 20px;
}
.model-popup {
	background: #fff;
	border-radius: 3px;
	/*width: 983px;*/
	width: 100%;
	height: 100%;
}
.model-popup-large-image {
	position: relative;
}
.model-popup-large-image-prev,
.model-popup-large-image-next {
	width: 20px;
	height: 36px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 45%;
}
.model-popup-large-image-prev {
	left: -50px;
}
.model-popup-large-image-next {
	right: -50px;
}
.model-popup-large-image-prev:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #8e8e8e;
	position: absolute;
	top: 0;
	left: 0;
}
.model-popup-large-image-prev:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #fff;
	position: absolute;
	top: 0;
	left: 11px;
}
.model-popup-large-image-next:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #8e8e8e;
	position: absolute;
	top: 0;
	left: 0;
}
.model-popup-large-image-next:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
	position: absolute;
	top: 0;
	left: -11px;
}
.model-popup-left {
	background-color: #fff;
	padding: 50px 75px 25px 75px;
	border-radius: 3px 0 0 3px;
	/*width: 682px;*/
	width: 70%;
	height: 100%;
	float: left;
}
.model-popup-right {
	background-color: #f8f8f8;
	border-left: 1px solid #e5e5e5;
	padding: 50px 25px 25px 25px;
	font-size: 12px;
	border-radius: 0 3px 3px 0;
	/*float: left;*/
	/*width: 300px;*/
	width: 30%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.model-popup-right span {
	font-weight: bold;
}
.my-popup-rating span {
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	width: 120px;
	display: inline-block;
}
.my-popup-rating {
	margin: 10px 0;
}
.model-popup-thumbs {
	display: block;
	height: 57px;
	margin-top: 18px;
}
.model-popup-thumbs div {
	float: left;
	display: inline-block;
	margin-left: 18.6px;
}
.model-popup-thumbs div:first-child {
	margin-left: 0;
}
.model-popup-thumbs div:nth-child(8n) {
	margin-left: 0;
}
.model-popup-name{
	font-size: 25px;
	text-transform: capitalize;
}
.model-popup-info {
	line-height: 20px;
	padding: 10px 0 5px 0;
	text-transform: capitalize;
}
.model-popup-image-footer {
	background-color: #f8f8f8;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 12px;
	margin-top: 2px;
}
.model-popup-image-footer a {
	margin-left: 12px;
}
.model-popup .wp-popup-close {
	font-size: 60px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 30px;
	right: 15px;
	line-height: 10px;
	cursor: pointer;
}
.model-slider div {
	margin-right: 6px;
	margin-bottom: 0;
	cursor: pointer;
	transition: box-shadow 0.5s ease;
}
.model-slider div:hover,
.model-slider div:focus {
	box-shadow: 0 0 10px #b9b9b9;
}
.pagination {
	float: right;
	margin-bottom: 0;
	margin-top: 8px;
}
.pagination > li > a {
	background-color: #d2d2d2;
	color: #fff;
}
.pagination li:first-child a,
.pagination li:last-child a {
	background-color: #257bb6;
	color: #fff;
}
.pagination > li > a.active {
	background-color: #fff;
	color: #257bb6;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 0;
}
.pagination li a {
	margin-left: 10px;
}
.content-box.thumb-padding-popup {
	padding: 3px;
	margin-top: 10px;
	margin-right: 10px;
}
.model-popup-thumbs .thumb-padding-popup:last {
	margin-right: 0;
}
.model-page-model {
	height: 284px;
	display: inline-block;
	width: 100%;
}
.fav-page-model {
	height: 164px;
	display: inline-block;
	width: 100%;
}
.raty.popup.model {
	text-align: left;
}
.vg-popup-show {
	cursor: pointer;
}
.favourite-model-image-wrapper {
	float: left;
    width: 350px;
}
/*MODELS SECTION==============================================================*/

/*FITNESS SECTION=============================================================*/
.fitness-list-items {
	float: left;
	width: 765px;
	margin-left: 15px;
}
.fitness-list-item {
	display: block;
}
.fitness-item-left {
	float: left;
	width: 258px;
	margin-right: 17px;
}
.fitness-item-right {
	float: left;
	width: 490px;
	height: 238px;
}
.fitness-page-image {
	height: 218px;
	display: inline-block;
	width: 100%;
}
.fitness-top {
	background-color: #fff;
	margin-bottom: 6px;
	padding: 10px 20px;
	height: 76px;
}
.fitness-top a {
	color: #7d7d7d;
}
.fitness-top div:first-child {
	font-weight: 600;
	font-size: 25px;
	text-transform: capitalize;
}
.fitness-top div:last-child span {
	font-weight: 700;
}
.fitness-bottom {
	background-color: #fff;
	padding: 17px 20px;
	font-size: 12px;
	height: 158px;
	position: relative;
}
.fitness-bottom ol {
	padding-left: 18px;
	/*padding-top: 5px;
	padding-bottom: 10px;*/
}
.fitness-read-more {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 12px;
	color: #5a8327;
	transition: all 0.5s ease;
	height: 29px;
    position: absolute;
    bottom: 3px;
    left: 38px;
}
.fitness-read-more:hover,
.fitness-read-more:focus {
	color: #78aa3a;
}
.fitness-bg-green {
	background-color: rgba(178, 212, 173, 0.5);
}
.h-strip-fitness {
	background-color: rgba(178, 212, 173, 0.5);
	height: 28px;
	position: absolute;
	right: 10px;
	left: 10px;
	bottom: 10px;
	color: #363636;
	font-size: 14px;
	font-weight: bold;
}
.h-strip-fitness.position {
	right: 0;
	left: 0;
	bottom: 0;
	height: 20px;
}
.h-strip-fitness span {
	float: right;
	padding-top: 12px;
	padding-right: 20px;
}
.h-strip-fitness span .fa {
	padding-left: 10px;
	padding-top: 2px;
}
.v-strip-fitness {
	background-color: rgba(178, 212, 173, 0.5);
	width: 28px;
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #363636;
}
.v-strip-fitness.position {
	top: 0;
	left: 0;
	bottom: 0;
	width: 20px;
}
.fitness-list-items .pagination {
	margin-right: 0;
}
.vg-model-logo.fitness {
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
}
.fitness-full {
	background-color: #fff;
	float: left;
	width: 765px;
	padding: 22px;
	margin-bottom: 19px;
}
.fitness-full ol {
	font-size: 12px;
	padding-left: 15px;
	padding-top: 10px;
}
.fitness-full > div:nth-child(2) {
	font-size: 25px;
	text-transform: capitalize;
	margin-left: -17px;
	line-height: 19px;
	margin-bottom: 10px;
	font-weight: 600
}
.fitness-full div:nth-child(3) span {
	font-weight: 700;
}
.fitness-full a {
	color: #7d7d7d;
}
.raty.fitness {
	float: right;
}
.raty.fitness img {
	margin-top: -3px;
}
.fitness-full-page-image-wrapper {
	position: relative;
	height: 170px;
	width: 170px;
	margin-right: 35px;
	margin-bottom: 15px;
	float: left;
}
.fitness-full-page-image {
	height: 170px;
	width: 170px;
	display: inline-block;
}
.fitness-health-list .content-box {
	float: left;
	margin-right: 19px;
}
.fitness-health-list .content-box:nth-child(4n+4) {
	margin-right: 0;
}
.view-more-tips {
	text-transform: capitalize;
	margin-bottom: 15px;
	font-size: 18px;
}
/*FITNESS SECTION=============================================================*/

/*MY-FAVOURITES SECTION=======================================================*/
.favourites-item {
	margin-bottom: 15px;
}
/*MY-FAVOURITES SECTION=======================================================*/

/*CALENDAR SECTION============================================================*/
.calendar-left {
	float: left;
	width: 790px;
}
.calendar-left.varsity {
	width: 795px;
}
.calendar-left.students {
	width: 100%;
}
.calendar-right {
	float: right;
	width: 142px;
}
.calendar-left .panel-heading {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	position: relative;
}
.calendar-left .panel-heading span {
	font-size: 14px;
	color: #4d4d4d;
	padding-top: 8px;
	float: left;
}
.calendar-left.varsity .panel-heading span {
    font-weight: bold;
    text-transform: capitalize;
}
.calendar-left .panel-heading .add-group-event,
.calendar-left .panel-heading .add-student-event {
	background-color: #2b7cb4;
	color: #fff;
	border-color: #1e5880;
	margin-right: 10px;
	padding: 7px 12px;
}
.calendar-left .panel-heading a:hover,
.calendar-left .panel-heading a:focus {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.calendar-left .btn-default {
	color: #4d4d4d;
	font-weight: normal;
}
.fc-header-title h2 {
	font-size: 14px;
	color: #4d4d4d;
	padding-top: 12px;
}
.fc-state-default.fc-corner-right {
	border: 0;
}
.fc-state-default.fc-corner-left {
    border: 0;
}
.fc-state-default {
    background-color: #fff;
    background-image: none;
    border-color: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}
.fc-icon-left-single-arrow:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #57585b;
	position: absolute;
	left: 0;
	top: 0;
}
.fc-icon-left-single-arrow:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	position: absolute;
	left: 6px;
	top: 0;
}
.fc-icon-right-single-arrow:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #57585b;
	position: absolute;
	left: 6px;
	top: 0;
}
.fc-icon-right-single-arrow:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.fc-header .fc-button {
	margin-top: 10px;
	margin-bottom: 5px;
}
.fc-header .fc-button-prev {
	margin-left: 15px;
}
.fc-header .fc-button-next {
	margin-right: 10px;
}
.event-options {
	padding: 9px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	text-align: center;
	height: 681px;
}
.event-options.varsity {
	height: 686px;
}
.event-options.business {
	height: 682px;
}
.notify-popup .panel {
	margin-bottom: 0;
}
.external-event {
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	margin-bottom: 10px;
	border: 0;
	text-align: left;
}
.external-event span {
	float: right;
}
#external-events div {
	font-weight: bold;
	font-size: 12px;
}
.draggable-calendar {
	background-color: #33cccc;
}
.draggable-personal {
	background-color: #33cccc;
}
/*.draggable-student-subject {
	background-color: #258484;
}
.draggable-student-group {
	background-color: #134848;
}*/
.draggable-event {
	background-color: #99cc66;
}
.draggable-deal {
	background-color: #257bb6;
}
.draggable-free-event {
	background-color: #99cc66;
}
.draggable-paid-event {
	background-color: #71aa39;
}
.draggable-free-deal {
	background-color: #2c94dc;
}
.draggable-paid-deal {
	background-color: #257bb6;
}
.draggable-subject {
	background-color: #ff6666;
}
.draggable-subject-test {
	background-color: #ff0000;
}
.draggable-subject-project {
	background-color: #b30000;
}s
.draggable-subscription {
	background-color: #00aeef;
}
.draggable-varsity {
	/*background-color: #ffcc00;*/
	background-color: #fff;
	border: 1px solid #000 !important;
	color: #000;
}
.draggable-varsity-term {
	background-color: #ffcc00;
}
.draggable-varsity-exam {
	background-color: #d8ad00;
}
.draggable-varsity-holiday {
	background-color: #b38f00;
}
.draggable-group {
	background-color: #a963a9;
}
.draggable-allgroups {
	background-color: #ccc;
	color: #000;
}
.fc-event {
	border: none;
	position: relative;
	box-shadow: 0 0 3px rgba(0,0,0, 0.2);
}
.fc-event i {
	position: absolute;
	cursor: pointer;
	top: 3px;
}
.fc-event i.fa-times-circle {
	right: 5px;
}
.fc-event i.fa-edit {
	right: 20px;
}
.fc-event i.fa-exclamation-triangle {
	right: 5px;
	color: #7e0009;
}
.fc-event i.fa-exclamation-triangle.push-right {
	right: 40px;
}
.fc-event i.fa-times-circle,
.fc-event i.fa-edit,
.fc-event i.fa-exclamation-triangle {
	font-size: 11px;
	z-index: 1000;
}
.fc-event-inner {
	padding: 0 5px;
}
.fc-grid .fc-event-time {
	font-weight: normal;
	display: block;
}
.fc-event-inner {
	padding-right: 35px;
}
#addToggle {
	position: absolute;
	font-size: 60px;
	font-weight: bold;
	color: #993333;
	background-color: rgba(255, 102, 102, 0.6);
	text-align: center;
	padding-top: 35%;
	top: -22px;
	left: -2px;
	line-height: 26px;
	cursor: pointer;
}
.addToggle {
	font-size: 60px;
	font-weight: bold;
	color: #993333;
	background-color: rgba(255, 102, 102, 0.6);
	text-align: center;
	cursor: pointer;
	display: block;
}
.fc-event-title {
	text-transform: capitalize;
}
.fc-header {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.event_popover .popover > .arrow, .popover > .arrow:after {
	border: none;
}
.fc-sat, .fc-sun {
    background-color: #cfffff;
}
.fc-state-highlight {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
	/*background-color: #c4e8ff;*/
}
.got-to,
.show-hide-results {
	cursor: pointer;
}
.calendar-button,
.timetable-button {
	font-size: 14px;
	padding: 5px 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	/*background-color: #9aca6b;
	border-color: #9aca6b;
	box-shadow: 0 2px 0 #87b25f;*/
	background-color: #cdcdcd;
	border-right: 1px solid #b1b1b1;
	box-shadow: inset 0 2px 5px #bbbbbb, 0 2px 0 #bbbbbb;
	border-color: #b1b1b1;
	margin-bottom: 10px;
}
.calendar-button:hover,
.timetable-button:hover
{
	background-color: #87b25f;
	border-color: #87b25f;
	box-shadow: 0 2px 0 #87b25f;
	/*border-color: #b1b1b1;
	background-color: #cdcdcd;*/
	color: #fff;
}
.calendar-button.active,
.timetable-button.active {
	/*background-color: #cdcdcd;
	box-shadow: inset 0 2px 5px #bbbbbb, 0 2px 0 #bbbbbb;
	border-right: 1px solid #b1b1b1;
	*/
	background-color: #9aca6b;
	box-shadow: 0 2px 0 #87b25f;
	border-color: #9aca6b;
	color: #fff;
}
.calendar-button.active:hover,
.timetable-button.active:hover {
	/*border-color: #b1b1b1;*/
	border-color: #9aca6b;
}
.timetable-button {
	border-radius: 0 4px 4px 0;
	/*border-left: 1px solid #9aca6b;*/
}
.calendar-button {
	border-radius: 4px 0 0 4px;
	/*border-right: 1px solid #9aca6b;*/
}
.form_my_calendar_notify label {
	margin-right: 10px;
}
/*CALENDAR SECTION============================================================*/

/*CALENDAR FORMS==============================================================*/
.custom-form {
	width: 500px;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0 0 10px rgba(0,0,0, 0.5);
}
.custom-form input {
	height: 30px;
	font-size: 12px;
}
.custom-form textarea {
	min-height: 100px;
}
.varisty-popup-title {
	font-size: 22px;
}
.varisty-popup-date {
	font-size: 14px;
}
.varisty-popup-date span {
	font-weight: bold;
}
.varisty-popup-note {
	font-size: 12px;
	margin-top: 15px;
}
.varisty-popup-note span {
	font-size: 14px;
	font-weight: bold;
}
/*CALENDAR FORMS==============================================================*/

/*NOTIFY POPUP================================================================*/
.notify-popup {
	width: 300px;
}
.notify-popup .wp-popup-close {
	position: absolute;
	right: 14px;
	top: 9px;
	cursor: pointer;
}
.media-body {
	color: #333;
}
.panel-heading {
	border-radius: 0;
}
.notify-popup .panel-default > .panel-heading {
	font-weight: bold;
	color: #6d6d6d;
	position: relative;
}
.notifications-list {
	max-height: 319px;
}
.notifications-list .mCSB_inside > .mCSB_container {
	margin-right: 0;
}
.notifications-list .mCSB_scrollTools_vertical {
	position: absolute;
}
.panel-footer a {
	color: #6d6d6d;
}
a.list-group-item:nth-child(2n+2) {
    background-color: rgba(0, 0, 0, 0.02);
}
.notify-icon {
	width: 30px;
	height: 40px;
}
.media > .pull-left {
	margin-right: 15px;
}
.notify-icon.event {
	background: url('../images/icons/menu/notify-events-icon.png') center center no-repeat;
}
.notify-icon.my_calendar{
	background: url('../images/icons/menu/notify-calendar-icon.png') center center no-repeat;
}
.notify-icon.deal {
	background: url('../images/icons/menu/notify-deals-icon.png') center center no-repeat;
}
.notify-icon.group,
.notify-icon.group_news_popup {
	background: url('../images/register/group.png') center center no-repeat;
	background-size: 30px;
}
.notify-icon.varsity {
	background: url('../images/register/university.png') center center no-repeat;
	background-size: 30px;
}
.notify-icon.subject {
	background: url('../images/register/subject.png') center center no-repeat;
	background-size: 30px;
}
.clash-icon {
	color: #ff0000;
	position: absolute;
	top: 32px;
	right: 14px;
	z-index: 1000;
	cursor: pointer;
}
.media {
	margin-top: 0;
	height: 54px;
}
a.list-group-item:hover,
a.list-group-item:focus {
	background-color: #eaeaea;
}
.panel-footer .fa-cog {
	margin-top: 3px;
	color: #414040;
}
.list-group-item.banner-image {
	padding: 0;
}
.dismiss-notification {
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 1000;
}
/*NOTIFY POPUP================================================================*/

/*PROFILE SECTION=============================================================*/
.profile-wrapper .form_students_photo label,
.profile-wrapper .form_university_logo label,
.profile-wrapper .form_business_logo label,
.profile-wrapper .form_groups_logo label,
.profile-wrapper .form_subject_heads_photo label,
.dialog-popup-model .form_events_image label,
.dialog-popup-model .form_events_banner_image label,
.dialog-popup-model .form_events_photos label,
.dialog-popup-model .form_great_deals_image label,
.dialog-popup-model .form_great_deals_banner_image label,
.dialog-popup-model .form_great_deals_photos label,
.dialog-popup-model .form_events_wide_banner_image label,
.dialog-popup-model .form_events_mobile_banner_image label {
	display: none;
}
.profile-wrapper .form_students_photo .help-block,
.profile-wrapper .form_university_logo .help-block,
.profile-wrapper .form_business_logo .help-block,
.profile-wrapper .form_groups_logo .help-block,
.profile-wrapper .form_subject_heads_photo .help-block,
.dialog-popup-model .form_events_image .help-block,
.dialog-popup-model .form_events_banner_image .help-block,
.dialog-popup-model .form_events_photos .help-block,
.dialog-popup-model .form_great_deals_image .help-block,
.dialog-popup-model .form_great_deals_banner_image .help-block,
.dialog-popup-model .form_great_deals_photos .help-block,
.dialog-popup-model .form_events_wide_banner_image .help-block,
.dialog-popup-model .form_events_mobile_banner_image .help-block {
	font-weight: bold;
}
.profile-wrapper .form_students_photo .previewImage,
.profile-wrapper .form_university_logo .previewImage,
.profile-wrapper .form_business_logo .previewImage,
.profile-wrapper .form_groups_logo .previewImage,
.profile-wrapper .form_subject_heads_photo .previewImage,
.dialog-popup-model .form_events_image .previewImage,
.dialog-popup-model .form_events_banner_image .previewImage,
.dialog-popup-model .form_great_deals_image .previewImage,
.dialog-popup-model .form_great_deals_banner_image .previewImage,
.dialog-popup-model .form_great_deals_wide_banner_image .previewImage,
.dialog-popup-model .form_events_wide_banner_image .previewImage {
	/*float: left;*/
	width: 104px;
	height: 104px;
	background-color: #58595b;
	border-radius: 5px;
	margin-right: 10px;
	background-image: url('../images/icons/profile-icon.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	border: 5px solid #fff;
	position: relative;
}
.dialog-popup-model .form_events_image .previewImage {
	float: left;
}
.dialog-popup-model .form_events_image .previewImage,
.dialog-popup-model .form_events_banner_image .previewImage,
.dialog-popup-model .form_great_deals_image .previewImage,
.dialog-popup-model .form_great_deals_banner_image .previewImage,
.dialog-popup-model .form_events_wide_banner_image .previewImage,
.dialog-popup-model .form_great_deals_wide_banner_image .previewImage {
	background: none;
	border: 1px solid #58595b;
}
.dialog-popup-model .form_events_banner_image .previewImage,
.dialog-popup-model .form_events_banner_image .previewImage .dynamic-image,
.dialog-popup-model .form_great_deals_banner_image .previewImage,
.dialog-popup-model .form_great_deals_banner_image .previewImage .dynamic-image {
	width: 482px;
	height: 56px;
}
.dialog-popup-model .form_events_wide_banner_image .previewImage,
.dialog-popup-model .form_events_wide_banner_image .previewImage .dynamic-image,
.dialog-popup-model .form_great_deals_wide_banner_image .previewImage,
.dialog-popup-model .form_great_deals_wide_banner_image .previewImage .dynamic-image {
	width: 482px;
	height: 92px;
}
.dialog-popup-model .form_events_image .previewImage,
.dialog-popup-model .form_events_image .previewImage .dynamic-image,
.dialog-popup-model .form_great_deals_image .previewImage,
.dialog-popup-model .form_great_deals_image .previewImage .dynamic-image {
	width: 170px;
	height: 72px;
}
.dialog-popup-model .form_events_image .previewImage img,
.dialog-popup-model .form_events_banner_image .previewImage img,
.dialog-popup-model .form_events_wide_banner_image .previewImage img {
	border-radius: 4px;
}
/*
.dialog-popup-model .form_events_image .previewImage .dynamic-image,
.dialog-popup-model .form_events_banner_image .previewImage .dynamic-image,
.dialog-popup-model .form_events_photos .previewImage .dynamic-image,
.dialog-popup-model .form_great_deals_image .previewImage .dynamic-image,
.dialog-popup-model .form_great_deals_banner_image .previewImage .dynamic-image,
.dialog-popup-model .form_great_deals_photos .previewImage .dynamic-image {
	width: 108px;
	height: 102px;
}
*/
.profile-wrapper .form_students_photo .image-button {
	margin-top: 34px;
	float: left;
}
.dialog-popup-model .form_events_image .image-button,
.dialog-popup-model .form_events_banner_image .image-button,
.dialog-popup-model .form_great_deals_image .image-button,
.dialog-popup-model .form_great_deals_banner_image .image-button,
.dialog-popup-model .form_events_wide_banner_image .image-button {
	/*float: left;*/
}
.dialog-popup-model .form_events_image .image-button {
	float: left;
}
#profile .form_student-password-reset_password,
#profile .form_student-password-reset_password_confirm {
	width: 450px;
}
#profile .form_student-password-reset_password {
	float: left;
}
#profile .form_student-password-reset_password_confirm {
	float: right;
}
#profile .form_student-password-reset_password_confirm label {
	visibility: hidden;
}
#profile .student-password-resetButton {
	float: right;
}
#profile .profile-preview-image {
	width: 100px;
	height: 94px;
}
#profile .previewImage button.close {
	opacity: 0.7;
}
.removeThumb {
	position: absolute;
	right: 3px;
	top: 0;
	z-index: 1000;
}
#previewImage_form_events_photos div img,
#previewImage_form_great_deals_photos div img {
	border: 1px solid #58595b;
	border-radius: 5px;
}
#previewImage_form_great_deals_image .removeThumb,
#previewImage_form_great_deals_banner_image .removeThumb,
#previewImage_form_great_deals_photos .removeThumb,
#previewImage_form_great_deals_wide_banner_image .removeThumb,
#previewImage_form_events_image .removeThumb,
#previewImage_form_events_banner_image .removeThumb,
#previewImage_form_events_photos .removeThumb,
#previewImage_form_events_wide_banner_image .removeThumb {
	right: -7px;
	top: -7px;
	background-color: #fff;
	border-radius: 100%;
	opacity: 1;
	width: 24px;
	height: 24px;
	border: 1px solid #000;
}
#previewImage_form_events_photos .removeThumb,
#previewImage_form_great_deals_photos .removeThumb {
	right: 7px;
}
.dialog-popup-model .profile-preview-image img {
	border-radius: 4px;
}
#profile .previewImage {
	position: relative;
	overflow: hidden;
}
.profile-left,
.profile-right {
	width: 460px;
}
.profile-left {
	float: left;
}
.profile-right {
	float: right;
}
#form_varsity-password-reset {
	margin-top: 118px;
}
.dialog-popup-model .chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
}
.dialog-popup-model .chosen-container-multi .chosen-choices input {
    min-height: 26px;
}
.dialog-popup-model .chosen-container-single .chosen-single div {
	top: 10%;
	right: 5px;
	width: 25px;
	height: 80%;
}
.dialog-popup-model .chosen-container-single .chosen-single div b:before {
	top: 8px;
	left: 3px;
}
.dialog-popup-model .chosen-container-single .chosen-single div b:after {
	top: 4px;
	left: 3px;
}
/*PROFILE SECTION=============================================================*/

/*NOTIFICATIONS SECTION=======================================================*/
.notifications-wrapper {
	float: left;
	width: 765px;
	margin-left: 15px;
}
.edit-notifications-button {
	background-color: #99cc67;
	height: 46px;
	box-shadow: 0 2px 0 #86b259, 0 4px 2px #cfcfcf;
	border-color: #99cc67;
	text-transform: uppercase;
	color: #fff;
	padding-top: 15px;
	width: 202px;
	font-size: 12px;
}
.edit-notifications-button:hover,
.edit-notifications-button:focus {
	background-color: #99cc67;
	border-color: #86b259;
	box-shadow: 0 2px 0 #86b259, 0 4px 2px #cfcfcf, 0 0 5px #b9b9b9;
	color: #fff;
}
.notification-search {
	position: relative;
	float: left;
	width: 347px;
}
.notification-item {
	background-color: #fff;
	padding: 11px 15px;
	display: block;
	width: 100%;
	margin-bottom: 4px;
	position: relative;
}
.notification-item .btn {
	padding: 3px 0;
	width: 37px;
	font-size: 12px;
}
.notification-item .btn.btn-primary {
	background-color: #cdcdcd;
	border-color: #cdcdcd;
	box-shadow: 0 2px 0 #b9b9b9;
}
.notification-item .btn.active.on {
	background-color: #8ec63f;
	border-color: #8ec63f;
	box-shadow: 0 2px 0 #7caf39;
}
.notification-item .btn.active.off {
	background-color: #ff6764;
	border-color: #ff6764;
	box-shadow: 0 2px 0 #e05a59;
}
.notification-item .btn.active:hover,
.notification-item .btn.active:focus {
	box-shadow: 0 2px 0 #7caf39, 0 0 4px #b9b9b9;
}
.notification-item .btn.active.off:hover,
.notification-item .btn.active.off:focus {
	box-shadow: 0 2px 0 #e05a59, 0 0 4px #b9b9b9;
}
.notification-item .btn:hover,
.notification-item .btn:focus {
	box-shadow: 0 2px 0 #b9b9b9, 0 0 4px #b9b9b9;
}
.notification-icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-right: 12px;
	background-size: 95%;
	background-position : center center;
	background-repeat: no-repeat;
	float: left;
	border: none;
}
.notification-title {
	font-weight: bold;
	padding-top: 2px;
	float: left;
}
.notification-item .btn-group {
	float: right;
	position: absolute;
	right: 11px;
	top: 9px;
	z-index: 100;
}
.notification-data {
	padding-top: 2px;
	float: right;
}
.notification-data span {
	font-weight: bold;
}
.notification-group {
	float: left;
    width: 765px;
}
.notification-group.margin {
	float: left;
    margin-left: 15px;
    width: 765px;
}
.notification-group-title {
	margin-top: 20px;
	margin-bottom: 10px;
}
.notification-icon.calendar {
	background-image: url('../images/icons/menu/notify-calendar-icon.png');
}
.notification-icon.events {
	background-image: url('../images/icons/menu/notify-events-icon.png');
}
.notification-icon.deals {
	background-image: url('../images/icons/menu/notify-deals-icon.png');
}
.notification-icon.groups {
	background-image: url('../images/register/group.png');
}
.notification-icon.subjects {
	background-image: url('../images/register/subject.png');
}
.notification-icon.varsity {
	background-image: url('../images/register/university.png');
}
.notification-icon.clash {
	font-size: 22px;
	color: #ff0000;
	margin-top: -5px;
}
.update-settings-wrapper {
	display:block;
	margin-top: 15px;
}
.update-settings {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	transition: all 0.5s ease;
	height: 35px;
	width: 78px;
	padding-top: 8px;
	background-color: #99cc66;
	border: 1px solid #99cc66;
	box-shadow: 0 2px 0 #86b35a;
	border-radius: 3px;
}
.update-settings:hover,
.update-settings:focus {
	box-shadow: 0 2px 0 #86b35a, 0 0 5px #b9b9b9;
	border-color: #86b35a;
	color: #fff;
}
.threshold span select{
	width: 62px;
	border: 1px solid #ccc;
}
/*NOTIFICATIONS SECTION=======================================================*/

/*EVENTS SECTION==============================================================*/
.event-list-wrapper {
	width: 745px;
	float: left;
}
.event-item {
	margin-bottom: 10px;
}
.event-wrapper {
	position: relative;
	padding-right: 75px;
}
.event-wrapper.popup {
	padding-right: 0;
}
.event-title {
	background: #fff;
	text-transform: capitalize;
	padding: 5px 10px;
	height: 74px;
}
.event-info {
	font-size: 14px;
}
.event-about {
	width: 460px;
	margin-right: 15px;
}
.event-info span {
	font-weight: bold;
}
.event-info span:last-child {
	float: right;
	color: #99cc66;
}
.event-name {
	font-size: 22px;
	line-height: 24px;
	/*margin-bottom: 12px;*/
	position: relative;
}
.event-about-wrapper {
	background: #fff;
	font-size: 12px;
	padding: 10px 18px;
	margin-top: 3px;
}
.event-about-wrapper span {
	font-size: 14px;
	font-weight: bold;
}
.event-name span,
.paid-event-name span {
	float: right;
	font-size: 14px;
	margin-left: 10px;
	color: #737373;
}
.event-name span:last-child,
.paid-event-name span:last-child {
	padding-top: 2px;
}
/*.paid-event-name > div {
	display: inline-block;
}*/
.company-name {
	font-size: 15px;
}
.company-name.popup {
	padding-top: 2px;
	padding-bottom: 2px;
}
.event-expand {
	display: block;
	background: #b6b6b6;
	width: 65px;
	box-shadow: 0 2px 0 #a3a3a3;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	bottom: 1px;
	transition: box-shadow 0.5s ease;
}
.event-expand.down:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	position: absolute;
	bottom: 22px;
	left: 12px;
}
.event-expand.down:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #b6b6b6;
	position: absolute;
	bottom: 33px;
	left: 12px;
}
.event-expand.up:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	position: absolute;
	bottom: 19px;
	left: 12px;
}
.event-expand.up:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #b6b6b6;
	position: absolute;
	bottom: 8px;
	left: 12px;
}
.event-expand:hover,
.event-expand:focus {
	box-shadow: 0 2px 0 #a3a3a3, 0 0 5px #b9b9b9;
}
.paid-event-info-wrapper {
	width: 562px;
	float: right;
}
.paid-event-name,
.paid-event-info {
	background-color: #fff;
    color: #737373;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.paid-event-name {
	font-size: 25px;
    text-transform: capitalize;
    height: 68px;
    padding-top: 4px;
    position: relative;
}
.paid-event-name span {
	margin-top: 7px;
}
.paid-event-info {
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	padding-top: 10px;
}
.paid-event-info span:first-child {
    font-weight: normal;
    padding-right: 20px;
}
.paid-event-info span:last-child {
    font-weight: bold;
    float: right;
    color: #99cc66;
    text-transform: capitalize;
}
.paid-event-wrapper {
	margin-bottom: 30px;
}
.event-search,
.model-search,
.subscription-search,
.calendar-search {
	width: 350px;
	margin-bottom: 15px;
	position: relative;
	float: left;
}
.event-paging .pagination{
	margin-right: 0;
	margin-top: 25px;
}
.calendar-add-icon {
	background-image: url('../images/icons/event-add-icon.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 43px;
	height: 43px;
	border-radius: 3px;
	background-color: #33cccc;
	box-shadow: 0 2px 0 #2db3b3; 
	border: 1px solid #33cccc;
	transition: all 0.5s ease;
}
.calendar-add-icon:hover,
.calendar-add-icon:focus {
	border-color: #2db3b3;
	box-shadow: 0 2px 0 #2db3b3, 0 0 5px #b9b9b9;
}
.buy-ticket {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	transition: all 0.5s ease;
	height: 43px;
	padding-top: 12px;
	margin-left: 10px;
}
.buy-ticket.event {
	background-color: #99cc66;
	border: 1px solid #99cc66;
	box-shadow: 0 2px 0 #86b35a;
}
.buy-ticket.deal {
	background-color: #257bb6;
	border: 1px solid #99cc66;
}
.buy-ticket:hover,
.buy-ticket:focus {
	color: #fff;
}
.buy-ticket.event:hover,
.buy-ticket.event:focus {
	box-shadow: 0 2px 0 #86b35a, 0 0 5px #b9b9b9;
	border-color: #86b35a;
}
.buy-ticket.deal:hover,
.buy-ticket.deal:focus {
	box-shadow: 0 2px 0 #86b35a, 0 0 5px #b9b9b9;
	border-color: #006666;
}
.vg-attending {
	background: -webkit-linear-gradient(left, #a2d46f, #c3f392, #a2d46f); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #a2d46f, #c3f392, #a2d46f);/* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(right, #a2d46f, #c3f392, #a2d46f); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #a2d46f, #c3f392, #a2d46f);
	color: #231027;
	font-weight: bold;
	font-size: 14px;
	border-top: 2px solid #8ab160;
	border-bottom: 2px solid #8ab160;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
}
.vg-attending.rotate {
	transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	-webkit-backface-visibility: hidden;
	top: 25px;
	left: -48px;
	width: 200px;
	position: absolute;
}
.event-image-wrapper {
	overflow: hidden;
	position: relative;
}
.event-video {
	background-color: #cf1413;
	height: 64px;
	width: 64px;
	box-shadow: 0 2px 0 #b61211, 0 4px 2px #b3b3b3;
	position: relative;
	display: inline-block;
	transition: all 0.5s ease;
	border: 1px solid #cf1413;
	float: left;
	margin-right: 8px;
}
.event-video.popup {
	box-shadow: none;
	height: 60px;
	width: 60px;
	margin-right: 0;
	/*margin-top: 18px;*/
}
.event-video:before {
	content: "";
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 24px solid #fff;
	width: 0;
	height: 0;
	left: 21px;
	top: 21px;
}
.event-video:hover,
.event-video:focus {
	box-shadow: 0 2px 0 #b61211, 0 4px 2px #b3b3b3, 0 0 10px #b9b9b9;
	border-color: #900f0e;
}
.event-info-button {
	display: inline-block;
	background-color: #b6b6b6;
	height: 64px;
	width: 64px;
	box-shadow: 0 2px 0 #a3a3a3;
	position: relative;
	transition: all 0.5s ease;
	border: 1px solid #b6b6b6;
	float: left;
}
.event-info-button:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
	position: absolute;
	left: 22px;
	top: 10px;
}
.event-info-button:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #b6b6b6;
	position: absolute;
	left: 11px;
	top: 10px;
}
.event-info-button:hover,
.event-info-button:focus {
	box-shadow: 0 2px 0 #a0a0a0, 0 4px 2px #b3b3b3, 0 0 10px #b9b9b9;
	border-color: #a0a0a0;
}
.vg-popup-icon {
	position: absolute;
	top: 20px;
	right: 20px;
}
.vg-attending.popup {
	position: relative;
	height: 33px;
}
.vg-attending.popup:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #f8f8f8;
	position: absolute;
	left: 0;
	top: 0;
}
.vg-attending.popup:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #f8f8f8;
	position: absolute;
	right: 0;
	top: 0;
}
.raty.popup {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
.paid-event-buttons {
	margin-top: 10px;
	margin-bottom: 10px;
}
.event-image {
	height: 172px;
	width: 100%;
	display: block;
	cursor: pointer;
}
.event-image-wrapper {
	width: 350px;
	float: left;
}
.event-image-attending {
	overflow: hidden;
	position: relative;
}
.filter {
	text-transform: capitalize;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	padding: 14px 10px 0 10px;
	height: 48px;
	font-weight: bold;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-left: 27px;
	width: 180px;
	position: relative;
}
.filter .filter-options {
	position: absolute;
	left: -1px;
	top: 46px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 180px;
	z-index: 1000;
	border-radius: 0 0 5px 5px;
}
.filter .fa {
	font-size: 18px;
	float: right;
}
.filter span .fa {
	float: none;
	font-size: 12px;
	margin-left: 10px;
}
.filter .filter-options a {
	display: block;
	background-color: #fff;
	padding: 5px 10px;
	color: #7d7d7d;
	transition: background-color 0.5s ease;
}
.filter .filter-options a:hover,
.filter .filter-options a:focus {
	background-color: #e2e2e2;
}
.filter .filter-options .fa {
	font-size: 12px;
}
.filter .filter-options a:last-child {
	border-radius: 0 0 4px 4px;
}
.event-deals-popup .help-block {
	font-size: 11px;
}
.popup-ad {
	width: 100%;
	/*height: 250px;*/
}
.popup-ad img {
	width: 100%;
}
#upcoming-week {
	cursor: pointer;
}
.category-filter {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.category-filter label {
	font-weight: bold;
}
.category-filter-item {
	border-left: 1px solid #f0f0f0;
	padding: 8px 10px 2px 10px;
}
.category-filter-item:first-child {
	border-left: 0;
}
.group-filters {
	float: right;
}
.group-filter {
	font-size: 12px;
	margin-right: 15px;
	width: 230px;
}
.group-filter-select {
	font-size: 12px;
	margin-right: 15px;
	width: 200px;
}
.group-radio-filter {
	padding: 0 !important;
	width: 20px;
}
.group-filter-select .chosen-container-single .chosen-single {
	height: 34px;
	line-height: 18px;
}
.group-filter-select .chosen-container-single .chosen-single div {
	top: 1px;
	right: 1px;
}
.group-filter .radio-label:before {
	top: -9px;
}
.group-filter .radio-label:after {
	top: -6px;
}
.search-filter-wrapper {
	background-color: #d2d0d1;
	padding: 20px 20px 5px 20px;
	border-radius: 5px 5px 0 0;
}
.upcoming-event-panel {
	background-color: transparent;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	color: #003169;
	text-transform: uppercase;
}
.upcoming-event-panel span {
	padding: 0 10px;
	float: left;
}
.upcoming-event-panel span:first-child {
	font-weight: bold;
	padding-left: 0;
}
.upcoming-event-panel span:last-child {
	font-weight: bold;
	padding-right: 0;
	float: right;
}
.upcoming-event-panel-heading {
	background-color: #8ab7d4 !important;
	border-radius: 8px 8px 0 0;
	border-bottom: 0;
	margin-bottom: 2px;
}
.upcoming-event-panel-heading h3 {
	color: #003169;
	font-size: 14px;
	font-weight: bold;
}
.upcoming-event-panel-body {
	background-color: #76caec;
	border-radius: 0 0 8px 8px;
}
.popup-about {
	height: 80px;
}
.popup-about .mCSB_inside > .mCSB_container {
	margin-right: 10px;
}
.empty-list {
	text-align: center;
	font-weight: bold;
}
.event-deal-popup {
	cursor: pointer;
}
/*EVENTS SECTION==============================================================*/

/*DEALS SECTION===============================================================*/
.paid-event-info.deals span:last-child {
    color: #257bb6;
}
.event-info.deals span:last-child {
    color: #257bb6;
}
.button-back.deals {
    margin-top: 0;
}
/*DEALS SECTION===============================================================*/

/*SUBSCRIPTIONS SECTION=======================================================*/
.group-icon {
	border-radius: 100%;
	position: absolute;
	left: 10px;
	top: 5px;
	width: 35px;
	height: 35px;
	border: 2px solid #0b497f;
	overflow: hidden;
}
.group-icon.bg {
	background: #0b497f url('../images/icons/profile-icon-small.png') center center no-repeat;
	background-size: 50% 50%;
}
.notification-title.padding {
	padding-left: 45px;
}
.event-button-action {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-backface-visibility: hidden;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	border: 1px solid #0b497f;
	color: #0b497f;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	line-height: 17px;
	cursor: pointer;
	background-color: #fff;
	box-shadow: none;
	transition: background-color 0.5s ease, box-shadow 0.5s ease;
	z-index: 100;
	margin-left: 20px;
}
.event-button-action:hover,
.event-button-action:focus {
	background-color: #9abbd8;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.view-group-events {
	color: #0b497f;
	/*padding: 5px;*/
}
.selected-group {
	margin: 20px 0;
}
.event-button-action.thumb {
	font-size: 15px;
}
.disallow .radio-label, .checkbox-label {
	margin-right: 0;
	padding-left: 18px;
}
.company-events {
	margin-left: 45px;
}
.accordion-click {
	cursor: pointer;
	position: relative;
}
.event-category,
.deal-category {
    font-weight: bold;
    margin-right: 20px;
}
.event-category {
    color: #99cc66;
}
.deal-category {
    color: #257bb6;
}
.about-group {
	cursor: pointer;
}
.about-group-info-left,
.about-group-info-right {
	float: left;
	width: 350px;
	height: 350px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.about-group-info-left {
	margin-right: 20px;
}
.about-group-info-title {
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.about-group-info-left .content-box,
.about-group-info-right .content-box {
	height: 100%;
}
.about-group-info-description {
	overflow: hidden;
	height: 300px;
}
.about-group-info-description .mCSB_inside > .mCSB_container {
	margin-right: 10px;
}
.available-groups {
	margin-top: 15px;
}
.group-notify {
	padding: 10px;
	background-color: #fff;
}
/*SUBSCRIPTIONS SECTION=======================================================*/

/*GROUP NEWS SECTION==========================================================*/
.news-title {
	font-size: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: #7d7d7d;
}
.news-title span {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	float: right;
	line-height: 20px;
}
.news-item {
	margin-bottom: 15px;
	box-shadow: 0 2px 0 #e0e0e0, 0 4px 2px #cfcfcf
}
.news-accordion {
	cursor: pointer;
}
/*GROUP NEWS SECTION==========================================================*/

/*FOOTER======================================================================*/
#footer {
	z-index: 1030;
}
.footer {
	background-color: #257bb6;
	height: 70px;
	border-bottom: 7px solid #0f5c91;
	padding-left: 50px;
	padding-right: 50px;
	color: #fff;
	z-index: 101;
	position: relative;
}
.footer > span:last-child {
	float: right;
	margin-top: 23px;
}
.footer > span:last-child a {
	background: none;
	color: #fff;
}
.footer > span:last-child a:hover,
.footer > span:last-child a:focus {
	color: #ccc;
}
.footer-index {
	background-color: #f2f2f2;
	height: 70px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 28px;
	color: #0c0c0c;
	z-index: 101;
	position: relative;
	text-align: center;
	font-size: 12px;
}
.footer-index > span:last-child a {
	background: none;
	color: #0c0c0c;
}
.footer-index > span:last-child a:hover,
.footer-index > span:last-child a:focus {
	color: #464646;
}
/*FOOTER======================================================================*/

/*DIALOG POPUP================================================================*/
.quick-popup,
.login-popup  {
	background-color: transparent;
}
.quick-popup .dialog-body,
.login-popup .dialog-body {
	background-color: rgba(0, 114, 188, 0.7);
	color: #dedede;
	position: relative;
	border-radius: 5px;
}
.quick-popup .dialog-body {
	padding-right: 60px;
}
.quick-popup .dialog-body span:last-child {
	padding-left: 82px;
}
.event-deals-popup-model {
	/*min-height: 700px;*/
}
.popup-logo-icon {
	background: rgba(199, 231, 252, 0.7) url('../images/icons/vg-logo-white.png') no-repeat center center;
	background-size: 50%;
	width: 80px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px 0 0 5px;
}
.quick-popup .dialog-close,
.login-popup .dialog-close {
	background-color: transparent;
	border: 1px solid #dedede;
	box-shadow: none;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-backface-visibility: hidden;
}
.quick-popup .dialog-close span,
.login-popup .dialog-close span {
	font-size: 29px;
	font-weight: lighter;
	color: #dedede;
}
.login-popup .dialog-header {
	background-color: rgba(0, 114, 188, 0.7);
	color: #dedede;
	border-bottom: 0;
	margin-bottom: 2px;
	padding: 5px 60px 5px 20px;
	position: relative;
}
.login-popup .dialog-body {
	border-radius: 0 0 5px 5px;
}
.forgot-password-button,
.login-button {
	color: #dedede;
}
.forgot-password-button:hover,
.forgot-password-button:focus,
.login-button:hover,
.login-button:focus {
	color: #fff;
}
.login-popup .submitButton:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.login-popup .checkbox-label:before,
.login-popup .checkbox-label:after {
	top: 2px;
}
.login-popup .dialog-header .event-name span,
.login-popup .dialog-header .paid-event-name span {
	color: #fff;
}
.login-popup .dialog-body .event-about-wrapper {
	background: none;
	color: #fff;
}
.login-popup .dialog-header .popup-logo {
	position: absolute;
	top: -70px;
	left: 265px;
}
.login-popup .dialog-body .popover-content {
	color: #7d7d7d;
}
/*DIALOG POPUP================================================================*/

/*CHARTS======================================================================*/
.select-date-range {
	margin-top: 20px;
}
.select-date-range input {
	height: 30px;
}
.select-date-range label {
	font-weight: bold;
}
.select-date-range .submitButton {
	height: 30px;
	padding-top: 5px;
}
.event-stats-left {
	width: 730px;
	float: left;
}
.event-stats-right {
	width: 200px;
	float: right;
}
.event-stats-buttons {
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	margin-bottom: 10px;
	border: 0;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}
.event-stats-buttons:last-child {
	margin-bottom: 0;
}
.event-stats-buttons.event {
	background-color: #99cc66;
}
.event-stats-buttons.deal {
	background-color: #257bb6;
}
.event-deals-filter {
	float: left;
	width: 90px;
}
.event-deals-radio-filter .radio-label{
	padding-left: 5px;
}
.event-deals-radio-filter .radio-label:before {
	top: -8px;
}
.event-deals-radio-filter .radio-label:after {
	top: -5px;
}
.event-stats-default {
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
}
/*CHARTS======================================================================*/

/*BUSINESS CALENDAR===========================================================*/
.business-tabs {
	margin-bottom: 15px;
}
.business-tab {
	float: right;
	text-transform: capitalize;
	font-size: 14px;
	width: 220px;
	height: 45px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 50px;
	position: relative;
	cursor: pointer;
}
.business-tab.padding {
	padding-left: 30px;
}
.business-tab.active {
	padding-left: 40px;
	z-index: 2;
}
.business-tab:first-child:before {
	content: "";
	border-top: 22px solid transparent;
	border-bottom: 23px solid transparent;
	position: absolute;
	right: -35px;
	top: -3px;
}
.business-tab.active:before {
	content: "";
	border-top: 22px solid transparent;
	border-bottom: 23px solid transparent;
	position: absolute;
	right: -35px;
	top: -3px;
}
.business-tab.active:after {
	content: "";
	border-top: 19px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -30px;
	top: 0;
}
.business-tabbed-section.event .submitButton,
.business-tabbed-section.event .nextButton,
.business-tabbed-section.event .prevButton {
	background-color: #99cc66;
	border-color: #336600;
	color: #336600;
}
.business-tab.event {
	border-top: 3px solid #99cc66;
	border-bottom: 3px solid #99cc66;
	color: #336600;
	background-color: #99cc66;
}
.business-tab.event.active {
	border-top: 3px solid #336600;
	border-bottom: 3px solid #336600;
	border-left: 3px solid #336600;
	color: #336600;
}
.business-tab.event:first-child:before {
	border-left: 35px solid #99cc66;
}
.business-tab.event.active:before {
	border-left: 35px solid #336600;
}
.business-tab.event.active:after {
	border-left: 30px solid #99cc66;
}
#form_events-dialog-popup .business-tabbed-section.event input,
#form_events-dialog-popup .business-tabbed-section.event textarea,
#form_events-dialog-popup .business-tabbed-section.event .chosen-container-single .chosen-single,
#form_events-dialog-popup .business-tabbed-section.event .chosen-container .chosen-drop,
#form_events-dialog-popup .business-tabbed-section.event .chosen-container-single .chosen-single div b {
	border-color: #336600;
}
#form_events-dialog-popup .business-tabbed-section.event .chosen-container-single .chosen-single div b {
	background-color: #99cc66;
}
#form_events-dialog-popup .business-tabbed-section.event .chosen-container-single .chosen-single div b:before {
	border-top: 9px solid #336600;
}
#form_events-dialog-popup .business-tabbed-section.event .chosen-container-single .chosen-single div b:after {
	border-top: 9px solid #99cc66
}

.business-tabbed-section.deal .submitButton,
.business-tabbed-section.deal .nextButton {
	background-color: #257bb6;
	border-color: #003366;
	color: #003366;
}
.business-tab.deal {
	border-top: 3px solid #257bb6;
	border-bottom: 3px solid #257bb6;
	color: #003366;
	background-color: #257bb6;
}
.business-tab.deal.active {
	border-top: 3px solid #003366;
	border-bottom: 3px solid #003366;
	border-left: 3px solid #003366;
	color: #003366;
}
.business-tab.deal:first-child:before {
	border-left: 35px solid #257bb6;
}
.business-tab.deal.active:before {
	border-left: 35px solid #003366;
}
.business-tab.deal.active:after {
	border-left: 30px solid #257bb6;
}
#form_great_deals-dialog-popup .business-tabbed-section.deal input,
#form_great_deals-dialog-popup .business-tabbed-section.deal textarea,
#form_great_deals-dialog-popup .business-tabbed-section.deal .chosen-container-single .chosen-single,
#form_great_deals-dialog-popup .business-tabbed-section.deal .chosen-container .chosen-drop,
#form_great_deals-dialog-popup .business-tabbed-section.deal .chosen-container-single .chosen-single div b {
	border-color: #003366;
}
#form_great_deals-dialog-popup .business-tabbed-section.deal .chosen-container-single .chosen-single div b {
	background-color: #257bb6;
}
#form_great_deals-dialog-popup .business-tabbed-section.deal .chosen-container-single .chosen-single div b:before {
	border-top: 9px solid #003366;
}
#form_great_deals-dialog-popup .business-tabbed-section.deal .chosen-container-single .chosen-single div b:after {
	border-top: 9px solid #257bb6
}
/*BUSINESS CALENDAR===========================================================*/

/*BUSINESS PAIDEVENTS=========================================================*/
.ad-filter {
	text-align: left;
}
.ad-filter .group-radio-filter {
	width: auto;
}
.events-deals-filter {
	float: left;
}
.event-text, .deal-text {
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.event-text {
	background-color: #99cc66;
}
.deal-text {
	background-color: #257bb6;
}
.gold-slot, .silver-slot {
	position: absolute;
	top: -22px;
	left: -2px;
	z-index: 0;
	cursor: pointer;
}
.gold-slot {
	background-color: #FDD017;
	color: #7f6600;
	border: 2px solid #FDD017;
	transition: border-color 0.5s ease;
}
.silver-slot {
	background-color: #BCC6CC;
	color: #414141;
	border: 2px solid #BCC6CC;
	transition: border-color 0.5s ease;
}
.gold-slot:hover {
	border-color: #bf9900;
}
.silver-slot:hover {
	border-color: #8d8d8d;
}
.fc-grid .fc-day-number {
	z-index: 2;
	position: relative;
}
.slot-count {
	font-size: 14px;
	font-weight: bold;
	margin-left: 2px;
	margin-top: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	line-height: 10px;
	display: inline-block;
}
.available-varsities {
	font-size: 10px;
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
	background-color: #fff;
	border-radius: 3px;
	padding: 3px;
	cursor: pointer;
}
.available-varsities:before {
	content: "";
	border-top: 10px solid transparent;
	border-right: 9px solid #fff;
	border-bottom: 10px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 10px;
	left: -8px;
}
.available-varsities span {
	font-weight: bold;
	font-size: 11px;
}
.available-varsities span.count {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0 2px;
	line-height: 10px;
	display: inline-block;
	margin-left: 5px;
}
.fc-view {
	overflow: visible;
}
/*.drop-up,
.chosen-container .chosen-drop {
	border-bottom: 0 !important;
    border-top: 1px solid #aaa !important;
    top: auto !important;
    bottom: 40px !important;
}*/
.drop-limit,
.chosen-container .chosen-results {
    max-height: 100px !important;
}
.alert-warning,
.image-error-popup {
	height: 100%
}
.alert-warning {
	font-size: 12px;
	padding: 5px;
}
.event-form .dialog-header {
	background-color: #99cc66;
	color: #336600;
}
.event-form .dialog-header h4 {
	font-weight: 700;
}
.deal-form .dialog-header {
	background-color: #257bb6;
	color: #003366;
}
.deal-form .dialog-header h4 {
	font-weight: 700;
}
.slots {
	margin-bottom: 10px;
	font-size: 12px;
	max-height: 230px;
}
.slots span {
	font-weight: 700;
}
.nextButton.disable {
	border-color: #3f3f3f !important;
	color: #3f3f3f !important;
	background-color: #a6a6a6 !important;
}
/*BUSINESS PAIDEVENTS=========================================================*/

/*TIMETABLE===================================================================*/
.timetable-popup .dialog-header {
	background-color: #33cccc;
	color: #006666;
}
.timetable-popup.center .dialog-body {
	text-align: center;
}
.add-subject, 
.add-lesson {
	background-color: #2b7cb4;
    border: 1px solid #1e5880;
    color: #fff;
    padding: 7px 12px;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 10px;
}
.colour-picker {
	cursor: pointer;
	border-radius: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	float: right;
	margin-left: 10px;
}
.timetable-popup input {
	height: 30px;
}
.timetable-subject {
	border-radius: 4px;
	cursor: pointer;
	text-align: left;
	padding: 5px;
	color: #fff;
	position: relative;
	font-weight: 600;
	margin-bottom: 5px;
}
.subject-options {
	position: absolute;
	right: 5px;
	top: 5px;
}
.timetable-subject .fa {
	font-size: 20px;
}
.timetable-popup .dialog-body {
	max-height: 500px;
}
.timetable-lesson {
	border-top: 1px solid #fff;
	padding-top: 5px;
	margin-top: 5px;
	position: relative;
}
.subject-name {
	width: 87%;
	display: inline-block;
}
.timetable-popup .mCSB_inside > .mCSB_container {
	margin-right: 10px;
}
.timetable-popup .mCSB_scrollTools {
	width: 5px;
}
/*TIMETABLE===================================================================*/

/*AD CAMPAIGN=================================================================*/
.ad-campaign-name {
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.ad-campaign-header {
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: 20px;
}
.ad-campaign-content {
	font-size: 12px;
}
.ad-campaign-left {
	float: left;
}
.ad-campaign-right {
	float: right;
	width: 660px;
	padding: 10px 30px;
}
.ad-campaign-left img {
	border: 3px solid #e6e6e6;
}
.ad-campaign-wrapper {
	padding: 20px;
}
/*AD CAMPAIGN=================================================================*/

/*TERMS OF USE================================================================*/
.terms-of-use-heading {
	font-weight: bold;
	padding: 0 0 20px;
	text-align: center;
	font-size: 16px;
}
.terms-of-use-title {
	font-weight: bold;
	padding: 20px 0;
}
/*TERMS OF USE================================================================*/

/*MOBILE======================================================================*/
.mobile .footer-index {
	padding-left: 0;
	padding-right: 0;
}
.mobile .logo {
	width: 200px;
}
.mobile .navbar-toggle {
	display: none;
}
.mobile .features {
	padding: 20px 10px;
}
.mobile .index-title.center {
	padding-top: 20px;
}
.mobile .index-title {
	font-size: 20px;
}
.mobile .index-text {
	padding: 30px;
}
.mobile .app-image {
	display: block;
	margin: 0 auto;
	height: 400px;
}
.mobile .app-image img {
	display: block;
	margin: 0 auto;
	width: 190px;
	padding-top: 20px;
}
.mobile .content.no-padding {
	margin-top: 65px;
}
/*MOBILE======================================================================*/

.coming-soon {
	font-size: 24px;
	text-align: center;
}
