a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,
dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,
html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,
strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;
	font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,
	section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,
	blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
.h1{
	font-family: Avenir;
}
.p{
	font-family:Raleway;
	color:white;
}
#index-h2{
    text-align: left;
    padding-top: 50px;
    padding-left:30px;
}
/*******         index page         **********/
.main-slider{
position:relative;
}

.pic-banner{
/*    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;*/
    height:500px;
    margin-top:20px;
    margin-bottom:20px;
}
/*.carousel{
	width:100%;
	height: 500px;
}*/

/*************   new banner    **************/
.js-transitions-disabled * {
  -webkit-transition: none !important;
  transition: none !important;
}
.carousel {
  position: relative;
  /*height: 100%;*/
  overflow: hidden;
  -webkit-perspective: 50vw;
          perspective: 50vw;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
}
.carousel__control {
  position: absolute;
  height: 160px;
  width: 40px;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.carousel__control a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  box-sizing: border-box;
}
.carousel__control a:hover:before {
  background-color: rgba(0,0,0,0.4);
}
.carousel__control a.active:before,
.carousel__control a.active:hover:before {
  background-color: rgba(0,0,0,0.6);
}
.carousel__control a:first-child {
  margin-top: 15px;
}
.carousel__control a:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  padding-top: 25%;
  width: 25%;
  background: rgba(0,0,0,0.2);
  content: '';
  display: block;
  margin-top: -12.5%;
}
.carousel__stage {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(calc(-50vh + 20px));
          transform: translateZ(calc(-50vh + 20px));
}
.spinner {
  position: absolute;
  width: calc(50vw - (20px));
  height: calc(100vh - 40px);
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.js-spin-fwd .spinner {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}
.js-spin-bwd .spinner {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.js-spin-fwd .spinner--right {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.js-spin-bwd .spinner--right {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}
.spinner--right {
  right: 0;
  left: auto;
}
.spinner__face {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.spinner__face.js-next {
  display: block;
  -webkit-transform: rotateX(90deg) translateZ(calc(50vh - 20px));
          transform: rotateX(90deg) translateZ(calc(50vh - 20px));
}
.spinner--right .spinner__face.js-next {
  -webkit-transform: rotateX(270deg) translateZ(calc(50vh - 20px));
          transform: rotateX(270deg) translateZ(calc(50vh - 20px));
}
.js-spin-bwd .spinner__face.js-next {
  -webkit-transform: rotateX(-90deg) translateZ(calc(50vh - 20px));
          transform: rotateX(-90deg) translateZ(calc(50vh - 20px));
}
.js-spin-bwd .spinner--right .spinner__face.js-next {
  -webkit-transform: rotateX(-270deg) translateZ(calc(50vh - 20px));
          transform: rotateX(-270deg) translateZ(calc(50vh - 20px));
}
.js-active {
  display: block;
  -webkit-transform: translateZ(calc(50vh - 20px));
          transform: translateZ(calc(50vh - 20px));
}
.content {
  position: absolute;
  width: 200%;
  height: 100%;
  left: 0;
}
.spinner--right .content {
  left: -100%;
}
.content__left,
.content__right {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.content__right {
  right: 0;
  left: auto;
}
.content__left {
  background-repeat: no-repeat;
  background-size: cover;
}
.content__left:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}
.content__left h1 {
  position: absolute;
  top: 50%;
  margin-top: -3vw;
  text-align: center;
  font-family: oswald;
  font-size: 5vw;
  height: 10vw;
  opacity: 1;
  color: #fff;
  width: 100%;
  letter-spacing: 0.15em;
  line-height: 0.6;
}
.content__left span {
  font-size: 1vw;
  font-weight: 300;
  letter-spacing: 0.2em;
  opacity: 0.9;
  font-family: Merriweather;
}
.content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content__right .content__main {
  position: absolute;
  font-family: Merriweather, serif;
  text-align: left;
  color: #fff;
  font-size: 1.3vw;
  padding: 0 8vw;
  line-height: 1.65;
  font-weight: 300;
  margin: 0;
  opacity: 0.8;
}
.content__right .content__main p:last-child {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.85em;
}
.content__right .content__index {
  font-size: 30vh;
  position: absolute;
  right: -1vh;
  top: 35vh;
  opacity: 0.04;
  font-family: oswald;
  color: #fff;
}
[data-type="iceland"] .content__left {
  background-image: url("https://images.unsplash.com/photo-1467139701929-18c0d27a7516?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=874439394c29dfb8f4b5a794a51a52f2&auto=format&fit=crop&w=1500&q=80");
}
.spinner--right [data-type="iceland"] .content__left {
  background-image: none;
}
[data-type="china"] .content__left {
  background-image: url("https://images.unsplash.com/photo-1529230117010-b6c436154f25?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=0f49868a8bfc4cf12aaae41a0c13836a&auto=format&fit=crop&w=2468&q=80");
}
.spinner--right [data-type="china"] .content__left {
  background-image: none;
}
[data-type="usa"] .content__left {
  background-image: url("https://images.unsplash.com/photo-1499871435582-a1d4ff236842?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=3ba5140446c5402fc7476bbe5adaa204&auto=format&fit=crop&w=1500&q=80");
}
.spinner--right [data-type="usa"] .content__left {
  background-image: none;
}
[data-type="peru"] .content__left {
  background-image: url("https://images.unsplash.com/photo-1496161341410-90ce6ad8b390?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=0d66e4ceeedc14bdc73443c98713e63b&auto=format&fit=crop&w=2534&q=80");
}
.spinner--right [data-type="peru"] .content__left {
  background-image: none;
}

/******        popular events       ******/
.popular-events-wrapper{
    background-color:#F7F7F7;
    /*text-align: center;*/
    /*padding-top: 40px;
    padding-bottom: 40px;*/
}

.popular-events-list{
    padding-bottom: 1em;
}

#popular_events_list_c1{
    margin-left:30px;
    margin-right:30px;
}
.event-card-container {
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 8px 0px;
  font-family: "adelle-sans", sans-serif;
  font-weight: 100;
  margin: 48px auto;
  width: 21rem;
}

.event-card-container:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.event-card-cover {
  /*background: url("http://placehold.it/336x192");*/
  background-size: cover;
  border-radius: 5px 5px 0 0;
  height: 12rem;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0 4px 4px 0px;
}

.event-card-host{
  margin: 0 auto;
  padding-top: .125rem;
  width: 80%;
}

.event-card-host h5::before{
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/17779/russ.jpeg");
  background-size: cover;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 32px;
  margin-right: .5rem;
  position: relative;
  top: 8px;
  width: 32px;
}

.event-card-host h5 {
  color: #fff;
  font-weight: 100;

}


.event-card-body {
  margin: 0 auto;
  width: 80%;
}


.event-card-summary p {
  color: #4d4d4d;
}

.event-card-tags ul {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom:5px;
}

.event-card-tags li + li {
  margin-left: .5rem;
}

.event-card-tags a {
  border: 1px solid #999999;
  border-radius: 3px;
  color: #999999;
  font-size: .75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  padding: 0 .5rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 5rem;
  text-decoration:none;
}

.event-card-tags a:hover{
    text-decoration: none;
    color:orange;
    border-color:orange;
}




.event-card-footer {
  border-top: 1px solid #e6e6e6;
  margin: 0 auto;
  padding-bottom: .125rem;
  padding-top: 10px;
  width: 80%;
}

.event-card-footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row;
      -ms-flex: row wrap;
          flex: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0;
  padding-top:0.125rem;
}

.event-card-footer li:first-child {
  margin-right: auto;
}

.event-card-footer li + li {
  margin-left: .5rem;
}

.event-card-footer li {
  color: #999999;
  font-size: .75rem;
  height: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
.event-card-footer li a {
  text-decoration: none;
}

.event-card-footer li a:hover {
  text-decoration: none;
  color:orange;
}


.published-date {
  /*border: 1px solid #999999;
  border-radius: 3px;
  padding: 0 .5rem;*/
}

.event-star,
.event-share,
.event-users{
  fill: #999999;
  height: 24px;
  margin-right: .5rem;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  /*width: 24px;*/
  color:#999999;
}

.like{ font-size:20px;  color:#ccc; cursor:pointer;}
.cs_like{font-size:20px;color:#ff4d4d;}

.like:hover,
.event-share:hover,
.event-users:hover{
  fill: #ff4d4d;
  text-decoration: none;
}

.span numero {
  position: relative;
  top: -0.5rem;
}

/***************  popular articles ************/
.popular-articles-wrapper{
    background:white;
    /*text-align: center;*/
    /*padding-top: 40px;
    padding-bottom: 40px;*/
}
.popular-articles-list{
    padding-bottom: 1em;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 3em;
}
.article-card-container {
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 2px -2px;
  font-family: "adelle-sans", sans-serif;
  font-weight: 100;
  margin: 48px auto;
  width: 70rem;
}
@media screen and (min-width: 480px) {
  .article-container {
    width: 28rem;
  }
}
@media screen and (min-width: 767px) {
  .article-container {
    width: 40rem;
  }
}
@media screen and (min-width: 959px) {
  .article-container {
    width: 50rem;
  }
}

.article-card-container a {
  color: #4d4dff;
  text-decoration: none;
  transition: .25s ease;
}
.article-card-container a:hover {
 /* border-color: #ff4d4d;
  color: #ff4d4d;*/
  text-decoration:none;
  color:orange;
}

.article-card-author{
  margin: 0 auto;
  padding-top: .125rem;
  width: 80%;
}

.article-card-author h3::before{
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/17779/russ.jpeg");
  background-size: cover;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 32px;
  margin-right: .5rem;
  position: relative;
  top: 8px;
  width: 32px;
}

.article-card-author h3 {
  color: #999999;
  font-weight: 100;
}

.article-card-body {
  margin: 0 auto;
  width: 80%;
}

.article-card-title h1 a {
  color: #333;
  font-weight: 100;
}

.article-card-summary p {
  color: #4d4d4d;
}

.article-card-tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.article-card-tags li + li {
  margin-left: .5rem;
}

.article-card-tags a {
  border: 1px solid #999999;
  border-radius: 3px;
  color: #999999;
  font-size: .75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  padding: 0 .5rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 5rem;
}

.article-card-tags a:hover{
    text-decoration:none;
    color:orange;
    border-color: orange;
}
.article-card-footer {
  border-top: 1px solid #e6e6e6;
  margin: 0 auto;
  padding-bottom: .125rem;
  width: 80%;
}

.article-card-footer ul {
  list-style: none;
  display: flex;
  flex: row wrap;
  justify-content: flex-end;
  padding-left: 0;
}

.article-card-footer li:first-child {
  margin-right: auto;
}

.article-card-footer li + li {
  margin-left: .5rem;
}

.article-card-footer li {
  color: #999999;
  font-size: .75rem;
  height: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
.article-card-footer li a {
  color: #999999;
}

.article-card-footer li a:hover {
  text-decoration: none;
  color:orange;
}


/**********************************************************************************************************************/


/**********        weekly events *************/
.weekly-events-wrapper{
    background-color:#F7F7F7;
    /*text-align: center;*/
    /*padding-top: 40px;
    padding-bottom: 40px;*/
}


/**********************************************************************************************************************/
/****       event list page style      ****/

/*---------------------------------------
            ABOUT
-----------------------------------------*/
section {
    position: relative;
    padding: 100px 0;
 }

#city-intro{
    padding-bottom: 0;

}

.city-info{
    padding: 0 6em 5em 0;
}

.city-info .city-title {
    padding-bottom: 20px;
}

.city-image {
    position: absolute;
}

.city-info .city-title h2 {
    margin: 0;
  }

.city-info .city-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }
.about-image img{
        width: 100%;
}

#event_list_display{
    justify-content:space-between;
}

/*read more button*/
/*.readmorebtn {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.readmorebtn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.readmorebtn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.readmorebtn:hover span {
  padding-right: 25px;
}

.readmorebtn:hover span:after {
  opacity: 1;
  right: 0;
}*/

/*category view more*/


/*.categoryview{
	text-align: center;
	padding: 25px;
	background-color:white;
}
.card {
    *//* Add shadows to create the "card" effect *//*
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin: 20px;
    width: 18rem;
    height: 10rem;
    background-size: cover;
	background:no-repeat; 
	background-position: 50% 50%;
}
#c1{
	background-image: url(../images/viewmore_opt.jpg);

}
*//* On mouse-over, add a deeper shadow *//*
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}*/

/* Add some padding inside the card container */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.bottominfo {
    color:white;
    height:300px;
}

.header-navbar-nav li,
.footer_info_box li{
	margin-top: 10px;
	margin-bottom: 10px;
	/*margin-left: 20px;*/
	margin-right:20px;
}

.footer_info_box li a{
	font-family: Light Avenir;
    color: white;
    padding: 16px;
    font-size: 1em;
    text-decoration: none;
}

.footer_info_box li a:hover {
	text-decoration: none;
    color: #111111;
}

/* Style all font awesome icons */
.social{
    padding: 20px;
    width: 70px;
    font-size: 36px;
    text-align: center;
    text-decoration: none;
    color: white;
}

/* Add a hover effect if you want */
.social:hover {
    opacity: 0.7;

}

#barcodeimg{
  	vertical-align: middle;
  	width:200px;
  	height:200px;
  	margin:5% 10% 10% 20%;
}

#content-holder{
  	vertical-align: middle;
  	margin-left:30px;
  	margin-top: 20px;
}

/************        EventList page style        ****************/
/* Dropdown Button */
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}