@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);

html {
  position: relative;
  min-height: 100%;
}

body {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  margin-bottom: 420px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 220px;
  /*background-color:#4e558f;*/
  background: #505050;
}

#dyn_cont {
    margin-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
a:focus {
  outline: none;
}

.section-title {
  text-align: center;
  text-transform: uppercase;
  /*color: #4e558f;*/
  color: #8b8b8b;
  font-size: 35px;
  font-weight: 700;
  padding: 35px 15px;
}
.section-title span {
  color: #333;
}
::selection {
  /*background: #4e558f;*/
  background: #6c6c6c;
  /*color: #fff;*/
}
::-moz-selection {
  background: #4e558f;
  color: #fff;
}
#portfolio-items .mix {
  float: left;
  display: none;
}

.btn-border {
  /*border: 2px solid #4e558f;*/
  /*border: 2px solid #505050;*/
  border: 2px solid #FBC515;
  /*color: #4e558f;*/
  color: #505050;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.btn-border:hover,
.btn-border:active {
  color: #ffffff;
  /*background: #4e558f;*/
  background: #505050;
}
.btn-common {
  /*background: #4e558f;*/
  background: #505050;
}
.btn-common:hover {
  background: #585858;
}
#header .main-navigation {
  /*background: #ffffff;*/
  background: #333333;
  /*border-bottom: 2px solid #4e558f;*/
  border-bottom: 2px solid #595959;
  
}
#header .navbar-brand {
  height: auto;
}
#header .nav {
  list-style: none;
  margin-top: 35px;
}
#header .nav li {
  margin: 0 0 0 24px;
}
#header .nav li a {
  text-transform: uppercase;
  padding: 5px 0;
  /*color: #4e558f;*/
  color: #a6a6a6;
  font-weight: 300;
  position: relative;
}
#header .nav li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  /*border-bottom: 2px solid #4e558f;*/
  border-bottom: 2px solid #fbc515;
  width: 100%;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
#header .nav li.active a:after,
#header .nav li.active a,
#header .nav li a:hover::after,
#header .nav li a:hover,
#header .nav li a:focus {
  background: none;
  opacity: 1;
  /*color: #4e558f;*/
  color: #a6a6a6;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
#header .affix {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
#header .affix .navbar-brand {
  padding: 12px;
}
#header .affix .navbar-brand img {
  width: 80%;
}
#header .affix .nav {
  margin-top: 10px;
}

#about {
  background: url('../img/background.png') repeat;
  /*background-size: cover;*/
  color: #ffffff;
  /*background-color: #4e558f;*/
  background-color: #515151;
}

#event_page_wrap  {
    /*min-height: 100%;*/
    /*margin: 100px auto -60px;*/
    background: url('../img/28.jpg') no-repeat center center fixed;
    background-size: cover;
}

#about .section-title span {
  color: #fff;
}
#about .side-left {
  text-align: center;
}
#about .side-left img {
  border-radius: 4px;
  padding-bottom: 12px;
  /*width: 100%;*/
}
#about .side-left h4 {
  font-size: 22px;
  font-weight: 300;
  line-height: 12px;
}
#about .side-left p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1.1px;
  position: relative;
}
#about .side-left p:after {
  background: #ffffff;
  content: "";
  height: 5px;
  left: 32%;
  position: absolute;
  top: 125%;
  width: 34%;
}
#about .side-right p {
  padding: 0px 20px;
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
}
#about .owl-theme .owl-controls .owl-page span {
  background: none;
  display: none;
}
#portfolio .controls {
  text-align: center;
  margin-bottom: 20px;
}
#portfolio .controls .btn {
  margin: 10px 5px;
  text-transform: uppercase;
  font-weight: 300;
}
#portfolio .portfolio-items .mix {
  width: 33%;
  overflow: hidden;
}
#portfolio .portfolio-items figure {
  background: #ffffff;
  float: left;
  margin: 5px;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 1px solid #F3F3F3;
  position: relative;
}
#portfolio .portfolio-items figure .img {
  position: relative;
}
#portfolio .portfolio-items figure .img img {
  min-width: 100%;
  height: auto;
  vertical-align: middle;
}
#portfolio .portfolio-items figure .img .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 20;
  opacity: 0;
}
#portfolio .portfolio-items figure .img a {
  background: #ffffff;
  font-size: 22px;
  padding: 8px 14px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#portfolio .portfolio-items figure .img .link-left {
  left: -70%;
  top: 45%;
  margin: 0 auto;
}
#portfolio .portfolio-items figure .img .link-right {
  right: -22%;
  top: 45%;
  margin: 0 auto;
}
#portfolio .portfolio-items figure:hover .overlay {
  opacity: 1;
}
#portfolio .portfolio-items figure:hover a.link-left {
  left: 40%;
  opacity: 1;
  color: #6377B7;
}
#portfolio .portfolio-items figure:hover a.link-right {
  right: 40%;
  opacity: 1;
  color: #6377B7;
}
#portfolio .portfolio-items .item-description {
  padding: 4px 12px;
  text-align: center;
  background-color: #6377B7;
/*  border-top: 3px solid #FAC434;
  border-bottom: 6px solid #EC4E43;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#portfolio .portfolio-items .item-description:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0px 22px 22px;
  top: -25px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -24px;
  position: absolute;
  width: 25px;
  z-index: 22;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio .portfolio-items .item-description h4 {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio .portfolio-items .item-description p {
  color: #FEF2F6;
  font-weight: 300;
  line-height: 22px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio .portfolio-items figure:hover .item-description {
  background: #ffffff;
  border-bottom: 6px solid #ffffff;
  border-top: 3px solid #ffffff;
}
#portfolio .portfolio-items figure:hover .item-description:after {
  opacity: 1;
}
#portfolio .portfolio-items figure:hover h4,
#portfolio .portfolio-items figure:hover p {
  color: #6377B7;
}

#contact {
  background: #333;
  background-size: cover;
}
#contact .section-title span {
  color: #fff;
}
#contact .contact-form .controls {
  padding-bottom: 20px;
}
#contact .contact-form .controls input.contact_input {
  color: #000;
  background-color: #ffffff;
  float: left;
  border: 1px solid #4e558f;
  font-size: 14px;
  font-weight: 300;
  height: 48px;
  padding: 0 12px;
  width: 88%;
}
#contact .contact-form .controls i {
  font-size: 18px;
  color: #4e558f;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  padding: 12px;
  text-align: center;
  border: 1px solid #4e558f;
  border-left: none;
}
#contact .contact-form textarea {
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #4e558f;
  width: 100%;
  padding: 2% 3%;
  height: 185px;
  border-radius: 0px;
}
#contact .contact-form textarea:focus {
  box-shadow: none;
}
#contact .contact-form .btn {
  color: #ffffff;
  font-weight: 300;
  margin-top: 30px;
  font-size: 24px;
  width: 100%;
  margin: 20px 0;
}

#connected {
  color: #ffffff;
  text-align: center;
}
#connected .section-title {
  color: #ffffff;
}
#connected .discription {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  position: relative;
}
#connected hr {
  width: 200px;
  text-align: center;
}
#connected .contact-item {
  margin-top: 35px;
}
#connected .contact-item a {
  padding-bottom: 12px;
  color: #ffffff;
}
#connected .contact-item a i {
  font-size: 30px;
  color: #ffffff;
  padding-bottom: 16px;
}
#connected .contact-item h5 {
  color: #FDF2F0;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
#connected .contact-item h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

#connected .developer a {
  color: #fff;
  text-decoration: none;
}
#connected .developer a:hover {
  color: #34495E;
}

.scroll-top {
  right: 30px;
  bottom: 30px;
  background: #000;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  z-index: 9999;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.scroll-top i {
  padding: 0px 10px;
  font-size: 36px;
  color: #fff;
}
.scroll-top i:hover {
  color: #0bafa0;
}
#settings-panel {
  position: fixed;
  top: 172px;
  right: -158px;
  border-right: none;
  background: #fff;
  padding: 10px;
  text-align: center;
  z-index: 99;
}
#panel-opener {
  position: absolute;
  font-size: 1.4em;
  line-height: 1.6em;
  top: 10px;
  left: -40px;
  background: #fff;
  width: 40px;
  height: 40px;
  color: #4e558f;
  line-height: 40px;
  cursor: pointer;
}
#panel-opener:hover {
  color: #1a88c4;
}
.color-container {
  width: 138px;
  margin-bottom: -8px;
  float: left;
}
.color-container .color {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 4px 0 0;
}
.color-container .color-1 {
  background: #4e558f;
}
.color-container .color-2 {
  background: #3498db;
}
.color-container .color-3 {
  background: #e74c3c;
}
.color-container .color-4 {
  background: #34495e;
}

/* -- Latest Blog */
.latest-blog {
	display: inline-block;
	width: 100%;
	/*margin-left: 15px;*/
}
.latest-blog .type-post .col-md-6:nth-child(2){
	padding-left: 5px;
}
.latest-blog .section-header h3 {
	font-size: 34px;
	font-weight: 600;
}

.type-post {
	display: inline-block;
	width: 100%;
	margin-bottom: 43px;
}
.latest-blog .section-padding:last-of-type {
	padding-top: 36px;
	padding-bottom: 35px;
}
.blog.upcoming-event.latest-blog .type-post .entry-cover,
.latest-blog .type-post .entry-cover {
	position: relative;	
	z-index: 2;
}
.latest-blog .type-post .entry-cover::before,
.blog.upcoming-event.latest-blog .type-post .entry-cover::before {
	position: absolute;
	content: "";
	left: -18px;
	right: 18px;
	top: -18px;
	bottom: 18px;
	border: 1px solid #ebebeb;
	z-index: -1;
}
.latest-blog .type-post .entry-meta {
	position: relative;
	padding: 11px 0;
	color: #a9a9a9;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	color: #a9a9a9;
	font-size: 11px;
	letter-spacing: 0.11px;
	line-height: 28px;
	margin-top: -18px;
}
.latest-blog .type-post .entry-meta [class*="post-"] {
	float: left;
	margin-right: 13px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.latest-blog .type-post .entry-meta [class*="post-"]:last-of-type {
	margin-right: 0;
}

.latest-blog .type-post .entry-meta [class*="post-"]:hover i,
.latest-blog .type-post .entry-meta [class*="post-"] a:hover {
	color: #4e558f;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.latest-blog .type-post a> i,
.latest-blog .type-post i {
	font-size: 14px;
	color: #a9a9a9;
	margin-right: 6px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.latest-blog .type-post .post-admin > span{
	margin-right: 3px;
}
.latest-blog .type-post .entry-meta a {
	color: #a9a9a9;
	text-decoration: none;
}
.latest-blog .type-post .entry-title {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.latest-blog .type-post .entry-title a,
.latest-blog .type-post .entry-title h3 {
	margin: 7px 0 0;
	text-transform: uppercase;
	color: #222;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.6px;
	line-height: 28px;
	text-decoration: none;	
	display: inline-block;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.latest-blog .type-post .entry-title:hover a h3,
.latest-blog .type-post .entry-title:hover a {
	color: #4e558f;
}
.latest-blog .type-post .entry-content p {
	color: #777;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.45px;
}
.latest-blog .type-post .learn-more {
	text-decoration: none;
	padding: 3px 22px;
	/*border: 2px solid #4e558f;*/
	border: 2px solid #505050;
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.8px;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	margin-top: 12px;
	display: inline-block;
	position: relative;
}
.latest-blog .type-post .learn-more::after {
	content: "";
                position: absolute;
                transition: all 0.3s ease 0s;
                z-index: -1;
	background-color: #4e558f;
	background-color: #505050;
	height: 103%;
	left: 50%;
	opacity: 0;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 0;
}
.latest-blog .type-post .learn-more:hover::after {
	opacity: 1;
    width: 100%;
}
.latest-blog .type-post .learn-more:hover {
	color: #fff;
}

/* -- Content Area */
.eventlist .content-area .type-post .entry-cover {
	width: 37%;
	float: left;
}
.eventlist .content-area .type-post .entry-block {
	width: 63%;
	float: left;
}
.blog.upcoming-event.latest-blog .type-post {
	margin-bottom: 90px;
}
.blog.upcoming-event.latest-blog .type-post:first-of-type{
	margin-top: 18px;
}
.blog.upcoming-event.latest-blog .type-post:last-of-type{
	margin-bottom: 57px;
}
.blog.eventlist .content-area .type-post .entry-block {
	left: 20px;
}
.blog.upcoming-event.latest-blog .entry-meta {
	background-color: #4e558f;	
	padding-left: 18px;
	color: #fff;
	line-height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 28px;
}
.blog.upcoming-event.latest-blog .entry-meta a {
	color: #fff;
}
.blog.upcoming-event.latest-blog .post-date {
	position: relative;
	background-color: transparent;	
	padding: 0;
	line-height: 34px;
	font-weight: 400;
}
.blog.upcoming-event.latest-blog .post-date::before {
	border: none;
}
.blog.upcoming-event.latest-blog .post-date a {
	font-size: 11px;
	letter-spacing: 0.44px;
	color: #fff;	
}
.blog.latest-blog .type-post a > i,
.blog.latest-blog .type-post i {
	color: #fff;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
}
.blog.latest-blog .type-post .entry-meta [class*="post-"]:hover i,
.blog.latest-blog .type-post .entry-meta [class*="post-"] a:hover{
	color: #000;
}
.blog.upcoming-event.latest-blog .post-date span {
	display: inline-block;
}
.blog.upcoming-event.latest-blog .type-post .entry-meta [class*="post-"] {
	margin-right: 30px;
}
.blog.latest-blog .type-post .entry-title {
	margin-bottom: 14px;
}
.blog.upcoming-event.latest-blog .type-post .entry-title a,
.blog.upcoming-event.latest-blog .type-post .entry-title h3 {
	font-size: 15px;
}

/* -- UpComing Event */
.upcoming-event.latest-blog .type-post  {
	position: relative;
	margin-bottom: 40px;
}
.upcoming-event.latest-blog .type-post .entry-cover::before {
	border: none;
}
.upcoming-event.latest-blog .entry-cover {
	float: left;
}
.upcoming-event.latest-blog  .entry-block {
	position: absolute;
	top: 50%;
	left: 160px;
	right: 50px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #f7f8f9;
	padding: 30px 27px 20px 30px;
	z-index: 2;
}
.upcoming-event.latest-blog .type-post .entry-title a,
.upcoming-event.latest-blog .type-post .entry-title h3 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.64px;
	text-transform: capitalize;	
	word-wrap: break-word;
}
.upcoming-event.latest-blog .type-post .entry-meta {
	border: none;
	margin-top: -12px;	
}
.upcoming-event.latest-blog .post-date {
	/*background-color: #4e558f;*/
	background-color: #505050;
	position: absolute;
	color: #fff;
	padding-left: 18px;
	padding-right: 12px;
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.56px;
	line-height: 20px;
}
.upcoming-event.latest-blog .post-date::before {
	position: absolute;
	content: "";
	left: 11px;
	right: 6px;
	top: -3px;
	bottom: -3px;
	/*border: 1px solid #4e558f;*/
	border: 1px solid #505050;
}
.upcoming-event.latest-blog .post-date span{
	display: block;
}
.upcoming-event.latest-blog .type-post .entry-meta [class*="post-"] {
	margin-right: 0;
}
.upcoming-event .post-metablock {
    margin-bottom: 4px;
	padding-left: 64px;
}
.upcoming-event.latest-blog .post-time {
	display: inline-block;
	width: 100%;
	position: relative;
	color: #777;
	font-size: 13px;
	letter-spacing: 0.65px;
	padding-bottom: 3px;
	padding-left: 16px;
	text-align: left;
}
.upcoming-event.latest-blog .post-time::before,
.upcoming-event.latest-blog .post-time::after {
	position: absolute;
	content: "";
	height: 1px;
	bottom: 0;
	right: 0;
}
.upcoming-event.latest-blog .post-time::before {	
	left: -4px;	
	background-color: #e3e3e3;
	width: 100%;
}
.upcoming-event.latest-blog .post-time::after {
	background-color: #4e558f;
	width: 37px;
}
.upcoming-event.latest-blog .post-location {
	text-transform: capitalize;
	color: #777;
	font-size: 13px;
	padding-left: 16px;
	text-align: left;
}

/* -- Our History */
.our-history.upcoming-event.latest-blog .entry-cover {
	float: none;
}
.our-history.upcoming-event.latest-blog .entry-block {
	position: relative;
	left: 0;
	transform: none;
	background-color: transparent;
	padding: 0;
	margin-top: 25px;
}
.our-history.upcoming-event.latest-blog .type-post .entry-title a,
.our-history.upcoming-event.latest-blog .type-post .entry-title h3 {
	text-transform: uppercase;
}

/* -- Eventlist */
.eventlist .content-area {
	padding-right: 30px;
}
.eventlist.latest-blog .type-post .entry-content p {
	padding-right: 20px;
	word-wrap: break-word;
}
.eventlist.upcoming-event.latest-blog .entry-cover {
	/*float: none;*/
}
.eventlist.upcoming-event.latest-blog .entry-block {
	background-color: transparent;
    left: 38px;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    right: 0;
    top: -5px;
    transform: none;
}
.eventlist.upcoming-event.latest-blog .type-post .entry-title a,
.eventlist.upcoming-event.latest-blog .type-post .entry-title h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0;
}

/* -- Event Categories */
.event-categories {
	display: inline-block;
	width: 100%;
	margin-bottom: 55px;
}
.event-select-option {
	width: 26.80%;
	float: left;
	margin-right: 30px;
}
.event-select-option .form-control {
	border-radius: 0;
	box-shadow: none;
}
.event-select-option .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.event-select-option .btn {
	min-height: 40px;
	border-radius: 0;
	color: #b5b5b5;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.91px;
	padding: 0 17px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.event-select-option .btn.active,
.event-select-option .btn:active {
	box-shadow: none;
}
.event-select-option .btn-default:hover,
.event-select-option .btn-default:focus,
.event-select-option .btn:hover,
.event-select-option .btn:focus {
	outline: none !important;
}
.event-select-option .btn-default.active,
.event-select-option .btn-default:active,
.event-select-option .open > .dropdown-toggle.btn-default {
	background-color: #4e558f;
	color: #222;
	border-color: #222;
}
.event-select-option .filter-option i {
	margin-right: 3px;
}
.event-select-option .btn-default {
	color: #b5b5b5;
	border-color: #e0e0e0;
	background-color: transparent;
}
.event-select-option .btn-default:active,
.event-select-option .btn-default:hover {
	background-color: #4e558f;
	color: #222;
	border-color: #222;
}
.event-select-option .btn-group.open .dropdown-toggle {
	box-shadow: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.event-select-option .dropdown-menu {
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border-color: #000;
	border-top: none;
}
.event-select-option .dropdown-menu > li > a {
	padding: 8px 20px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.event-select-option .dropdown-menu > li > a:focus,
.event-select-option .dropdown-menu > li > a:hover {
	background-color: #4e558f;
	color: #222;
}
.event-select-option .bootstrap-select .dropdown-toggle:focus {
	outline: none;
}
.event-categories > a {
	float: right;
	text-decoration: none;
	padding: 8px 38px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	letter-spacing: 1.68px;
	background-color: transparent;
	border: 2px solid #4e558f;
	min-height: 40px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.event-categories > a:hover {
	background-color: #4e558f;
	border-color: #222;
	color: #222;
}

.form-box {
	margin-top: 70px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #f3f3f3;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.middle-border {
    min-height: 300px;
    margin-top: 50px;
    border-right: 1px solid #ddd;
}


@media (max-width: 767px) {
	
	.middle-border { min-height: auto; margin: 45px 20px 0 20px; border-right: 0; border-top: 1px solid #ddd; }
	
}

.login-description {
    margin: 20px 0 10px 0;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/Preloader_3.gif) center no-repeat #fff;
}

.event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
}
.event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
}
.event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(98, 118, 185);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.event-list > li:nth-child(even) > time {
    background-color: rgb(251, 197, 21);
}
.event-list > li > time > span {
    display: none;
}
.event-list > li > time > .day {
    display: block;
    font-size: 56pt;
    font-weight: 100;
    line-height: 1;
}
.event-list > li time > .month {
    display: block;
    font-size: 24pt;
    font-weight: 900;
    line-height: 1;
}
.event-list > li > img {
    width: 100%;
}
.event-list > li > .info {
    padding-top: 5px;
    text-align: center;
}
.event-list > li > .info > .title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
}
.event-list > li > .info > .desc {
    font-size: 13pt;
    font-weight: 300;
    margin: 0px;
}
.event-list > li > .info > ul,
.event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.event-list > li > .social > ul {
    margin: 0px;
}
.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
}
.event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
} 
.event-list > li > .social > ul > li {    
    padding: 0px;
}
.event-list > li > .social > ul > li > a {
    padding: 3px 0px;
} 
.event-list > li > .info > ul > li:hover,
.event-list > li > .social > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
}
.facebook a,
.twitter a,
.google-plus a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
}
.twitter a {
    color: rgb(79, 213, 248) !important;
}
.google-plus a {
    color: rgb(221, 75, 57) !important;
}
.facebook:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
}
.twitter:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important;
}
.google-plus:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important;
}

@media (min-width: 768px) {
    .event-list > li {
        position: relative;
        display: block;
        width: 100%;
        height: 120px;
        padding: 0px;
    }
    .event-list > li > time,
    .event-list > li > img  {
        display: inline-block;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        float: left;
    }
    .event-list > li > .info {
        background-color: rgb(245, 245, 245);
        overflow: hidden;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        height: 120px;
        padding: 0px;
        margin: 0px;
    }
    .event-list > li > .info {
        position: relative;
        height: 120px;
        text-align: left;
        padding-right: 40px;
    }	
    .event-list > li > .info > .title, 
    .event-list > li > .info > .desc {
        padding: 0px 10px;
    }
    .event-list > li > .info > ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .event-list > li > .social {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 40px;
    }
    .event-list > li > .social > ul {
        border-left: 1px solid rgb(230, 230, 230);
    }
    .event-list > li > .social > ul > li {			
        display: block;
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        display: block;
        width: 40px;
        padding: 10px 0px 9px;
    }
}

.category_div {
    border: 1px solid grey;
}