html, body{
    height: 100%;
}
body{
    background-image: url('../../img/groovepaper.png');
}
.section-white {
    background: transparent;
}
a:hover, a:focus, a:visited{
    color: #840093;
}
#footer a{
    color: #fff4fc !important;
}
#footer a:hover{
    color: #c2c0b9 !important;
}

.btn-default, .btn-primary{
    /*background-color: #a00;
    border-color: #890000;*/
    background-color: #840093;
    border-color: #840093;
}
.btn-default:active, .btn-primary:active,
.btn-default:focus, .btn-primary:focus{
    background-color: #840093;
    border-color: #840093;
}
a {
    color: #840093;
    outline: 0;
}
#wrapper{
    position:relative;
    min-height: 100%;
}
.footer{
    background: #2e2e2e;
    border-top-color: #840093;
}
a{
    cursor: pointer;
}
.navbar-default {
    background-color: #FFF;
    border-color: #CCC;
}
.navbar {
	background:#2e2e2e;
    }
@media(min-width:767px) {
    .navbar {
        padding: 10px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	
    .top-nav-collapse {
        padding: 0;
    }
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #840093;
    color: #fff;
    -webkit-transition: all 0ms ease-out 200ms;
    -moz-transition: all 0ms ease-out 200ms;
    -o-transition: all 0ms ease-out 200ms;
    transition: all 0ms ease-out 200ms;
}
.navbar-brand{
    display: block;
    max-height: 100%;
    padding: 0px;
    text-transform: uppercase;
}
.navbar-brand h3{
    color: #999;
    margin-left: 15px;
}
.navbar-brand .img-responsive{
    height: 75px;
    width: auto;
}
.payment-information-form{
    padding: 10px;
    border: 1px solid #eee;
    background: #efefef;
}
.payment-information-footer{
    padding: 10px;
}
.payment-information-footer img,
.payment-information-form img {
    margin-bottom: 10px;
}
.content-wrapper{
  position: relative;
  margin-top:90px;
}
#main-slider {
  position: relative;
  margin-top:90px;
}s
@media(max-width:767px) {
#main-slider {
  margin-top:50px;
}
}
#main-slider .carousel h2 {
  font-size: 72px;
  line-height:60px;
  color:#FFF;
  text-transform:uppercase;
  margin-top:20%;
  font-weight:700;
  padding-left:0;
}
#main-slider .carousel p {
  font-size: 24px;
  line-height:24px;
  color:#FFF;
  text-transform:uppercase;
  font-weight:400;
  padding-left:0;
}
#main-slider .carousel .btn {
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
  outline: 0;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

@media(max-width:767px) {
	#main-slider .carousel h2 {
	  font-size: 42px;
	  line-height:36px;
	  color:#FFF;
	  text-transform:uppercase;
	  margin-top:30%;
	  font-weight:700;
	  padding-left:0;
	}
}




/* Section Title */
.section-title h1{
	font-size:48px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:30px;
}

.section-title h1:before{
	content: url(title-before.png);
	display:block;
	float:left;
}

@media(max-width:767px) {
.section-title h1{
	font-size:32px;
	text-transform:uppercase;
	font-weight:700;
    margin-bottom:20px;
}
}





/* Portfolio Grid and Hover Effects */

.grid {
	padding: 20px 20px 100px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: left;
}

.grid figure {
	margin: 0;
	position: relative;
	margin-top:20px;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #000;
	color: #ed4e6e;
}

.grid figcaption h3 {
	font-size:18px;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 0;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}


.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 80px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 2 */
.cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.cs-style-2 figcaption {
	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0;
}

.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}

.thumbnail{
    display: inline-block;
}
#main-wrapper{
     -webkit-transition: all 50ms ease-in-out;
     -moz-transition: all 50ms ease-in-out;
     -o-transition: all 50ms ease-in-out;
      transition: all 50ms ease-in-out;
      height: auto;
    position: relative;
}
.anim-in-setup{
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
#review .item{
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
#review .item p{
    padding: 10px 10px 0px 10px;
}
#review .item:nth-child(even){
    background: rgba(150, 150, 150, 0.1);
}
#review .item:last-child{
    border-bottom: 0px;
}
.container .list-item{
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;

}
.container .list-item .description{
    text-align: justify;  
}
.container .list-item h1{
    text-align: left;
}
.container .list-item:last-child{
    border: none;
}
.small-images .thumbnail{
    margin: 0px 5px;
}

.fc-agenda-days .fc-widget-header{
    min-width: 120px !important;
}
.fc-agenda-days .fc-widget-header:first-child{
    min-width: 50px !important;
}
@media (max-width: 480px)  {
    .fc-header-title h2{
        font-size: 20px;
    }
    .flex-btn-group{
        border-radius: 5px;
        overflow: hidden;
    }
    .flex-btn-group .btn{
        border-radius: 0px !important;
    }
    .flex-btn-group.btn-group-lg .btn{
        display: block;
        width: 100%
    }
}

.calendar-wrapper .fc-content {
    overflow-x: auto !important;
}
.calendar-wrapper .fc-content > div{
    overflow-x: auto !important;
}
.calendar-wrapper{
    overflow-x: auto;
}
.calendar-wrapper .fc-view{
    display: table;
}
#search-box{
    margin-top: 10px;
}
.date-label, .place-label {
    background: rgba(150, 150, 150, 0.2);
    padding: 10px;
    border-radius: 2px;
}
.place-label .place{
    font-size: 22px;
    font-weight: bold;
    line-height: 31px;
}
.place-label i.fa{
    font-size: 34px;
    position: relative;
    top: 3px;
    margin-right: 8px;
}
.date-label .date {
	display: inline-block;
	background: #840093;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	float: left;
	margin-right: 10px;
}

.date-label .date > span {
	display: block;
	background: #ffffff;
	color: #303C42;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0 3px;
}
.date-label .text{
    font-weight: bold;
    font-size: 20px;
    margin-left: 5px;
    line-height: 36px;
}
.date-label .year{
    font-weight: bold;
    font-size: 40px;
    margin-left: 5px;
    line-height: 36px;
}
.event-list .list-item{
    padding: 10px 15px;
    margin: 0px;
}
@media (max-width:700px){
    #main-wrapper .section.section-white:first-child{
       padding-top: 0px;
    }
    .content-wrapper{
        margin-top: 60px;
    }
}
@media (max-width:767px){
    .row h1{
        margin-top: 10px !important;
        text-align: center;
    }
    .row h1:before{
        display: none;
    }
    #search-box{
        margin: 15px 0px;
    }
}
@media (max-width:480px){
    h1{
        font-size: 22px;
    }
    h3{
        font-size: 1.3em;
    }
}
#gmap-mixed{
    height: 500px;
}
.wrap_controls .active{
    background: rgba(200, 200, 200, 0.2);
}
.green-text{
    color: #840093;
}
.social-share .pull-left{
    margin-right: 20px;
}
.table-striped{
    margin-bottom: 10px;
}
.table-striped td, .table-striped th{
    padding: 5px;
}
.papers-container{

}
.margin-bottom-0{
    margin-bottom: 0px !important;
}
.form-separator hr{
    margin-top: 0px;
}
h3{
    margin-top: 10px !important;
}
h3 i{
    color: #ccc;
}
.more-button{
    position: relative;
    top: -20px;
}
.important{
  color: #d23030 ;
}
.event-list{
  padding-bottom: 25px;  
}
tr.bg-success td{
    background: #dff0d8 !important;
}
#reviews-show .review blockquote footer{
    font-size: 26px;
}
#reviews-show .review blockquote p{
    font-size: 44px;
    line-height: normal;
}
.review-container{
    width: 90%;
    margin: 0px auto;
}
.review-container h1{
    font-size: 50px;
}

ol > li { list-style-type: upper-roman; }
ol > li > ol > li { list-style-type: upper-alpha; }
ol > li > ol > li > ol > li { list-style-type: decimal; }
ol > li > ol > li > ol > li > ol > li { list-style-type: lower-latin; }
ol > li > ol > li > ol > li > ol > li > ol > li { list-style-type: lower-roman; }