/* general style */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
html,body{
	height: 100%;
	width: 100%;
	font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue LT", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-size: 16px;
	font-weight: normal;

}
body{
	padding-bottom: 55px;
}
h1{
	font-size: 38px;
	
}
h2{
	font-size: 32px;
	
}
h3{
	font-size: 28px;
	
}
h4{
	font-size: 18px;
	
}
.text-vcenter{
	display: table-cell;
  text-align: center;
  vertical-align: middle;

}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
/* Menu*/
	nav{
		background-color: #000;
		z-index: 100010;
		-webkit-box-shadow: 0px -1px 1px rgba(50, 50, 50, 0.75);
  		-moz-box-shadow: 0px -1px 1px rgba(50, 50, 50, 0.75);
  		box-shadow: 0px -1px 1px rgba(50, 50, 50, 0.75);
	}
	.navbar{
		padding:0;
	}
	.navbar-header{
		background-color: #000;
	}
	.navbar-header button span{
		color:#fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background-color: #000;
	}
	nav li + li:before{
    	content: " | ";
    	color:#a0a2b1;
     	padding: 0;
        position: relative; 
        top: -2px;
        right:-1px;
        width: 1px;
        display: inline-block;
	}
	#navbarCollapse {
		background-color: #000;
	}
	li.nav-item{
		margin-right:-6px;
		padding:8px 0;
	}
	li.nav-item a.nav-link{
		color: #a0a2b1;
		display: inline-block;
		text-transform:uppercase;
		margin-left: 15px;
		margin-right: 15px;
		font-size: 14px;
	}
	li.nav-item:hover>a.nav-link, li.active>a.nav-link{
		color:#000;
		
	}
	li.nav-item:hover, li.active{
		background-color: #a0a2b1;

	}
/* Menu */

/*Intro */
	
#intro{
	background:url("../images/Banner.jpg") no-repeat;
	background-position: 0px calc(100% - 0px); 
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	
}
#logo{
	width: 18vw;
	height:auto;
	float:right;
	padding: 2% 2%;
}
.intro-title{
	font-size: 95px;
	text-transform: uppercase;
	color:#f4f0ee;
	font-weight: bold;
	text-align: center;
	margin-top:18%;
}
.intro-bar{
	border-top:#f4f0ee solid 1px;
	border-bottom: #f4f0ee solid 1px;

}
.intro-details{
	font-size:25px;
	text-transform: uppercase;
	color:#f4f0ee;
	text-align: center;
	padding:0px;
	margin: 10px;
}

.intro-ball{
	font-size:64px;
	text-transform: uppercase;
	color:#f4f0ee;
	text-align: center;
	padding:0px;
	margin: 10px 10px 0px 10px;
}

.gallery-title {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0em;
  left: 0;
  
}

.gallery-title:hover {
  background-color: rgba(170,170,170,0.4);
}

.gallery-title h3,.gallery-title a, .gallery-title img {
  
}
.gallery-block{
	border:none;
	margin:1.5em;
}

.gallery-title .title-box{
	background: rgba(0, 0, 0, 0.6);
	text-align: left;
	padding:1em;
	-webkit-box-shadow: 1px 1px rgba(50, 50, 50, 0.6);
  		-moz-box-shadow: 1px 1px rgba(50, 50, 50, 0.6);
  		box-shadow: 1px 1px rgba(50, 50, 50, 0.6);
}
.gallery-title .title-text {
  text-transform: uppercase;
  color: #faac88; 
  position: relative;
  font-size: 16px;
  padding:0px 10px;
  font-weight: bold;

  
}
.gallery-title a.link {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 14px;
  padding: 10px;
  
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* The Masonry Container */
.masonry {
  margin: 1.5em auto;
  max-width: 98%;
  column-gap: 1.5em;
}

/* The Masonry Brick */
.item {
  background: #fff;
  padding: 0;
  margin: 0;
  float:left;
  position: relative;
  overflow: hidden;
}
.item-img{
	
}

.portrait{
	overflow-y: hidden;
	max-height: 895px;
}
/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
  .masonry {
    column-count: 2;
  }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    column-count: 2;
  }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .masonry {
    column-count: 1;
  }
}


#about{
	padding-bottom: 55px;
	background-color:#fcf2ed;
	font-size: 14px;
	

}
#about ul{
	
	list-style-type: none;

}

#about ul li{
	text-indent: -20px;
	line-height: 25px;
	text-align: left;
	padding-left: 20px
}
#about ul li:before{
	content: "-";
	text-indent: -5px;
	margin-right: 15px;
}
.footer-links{
	display: block;
	margin-bottom: 10px;
	line-height: 25px;
	text-align: center;
	
}

.footer-middle h4{
	color:#a0a2b1;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 16px;
	text-align: left;
}
#about h2{
	color:#475b79;
	text-transform: uppercase;
	font-weight: bold;
	margin: 1rem 0;
}

.footer-top h4{
	color:#475b79;
	font-weight: bold;
	font-size: 16px;
	margin:0 0 1.5em 0;
}
.footer-top{
	color:#475b79;
	display: flex;
	padding-bottom: 100px;

}

.footer-top ul{
	margin: 0 0  1.5em 0;
	list-style-type: none;

}

.footer-top ul li{
	text-indent: -5px;
	line-height: 25px;
	text-align: left;
}
.footer-top ul li:before{
	content: "-";
	text-indent: -5px;
}
a.footer-links{
	color: #f4f0ee;
	text-decoration: underline;
	display: inline;
	text-align: left;
}

.footer-bottom{
	background-color: #475b79;
	z-index: -1;
	padding-bottom: 1.5em;
	color:#f4f0ee;
	font-size: 14px;
}

.footer-sub{
	max-width: 1140px;
	margin:0 auto;

	padding-top: 100px;
}

.footer-middle{

	background-color: #475b79;	
	color:#f4f0ee;
	text-align: center;
	padding:0 1.5em;
	
}
.small-thumb{
	margin:1.5em 1.5em 1.5em 0;

}
.emphasis{
	color:#faac88;
	font-weight: bold;
}
.social{
	text-align: left;
}
.sponsors .title{
	margin:0;
}
.sponsors h2,.performers h2{
	display: block;
	margin: 1rem 0 1rem 0;
	border-top: 1px solid #a0a2b1;
	border-bottom:  1px solid #a0a2b1;
	color:#faac88;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.gallery h2{
	display: block;
	margin:1rem 0 1em 0;
	border-top: 1px solid #a0a2b1;
	border-bottom:  1px solid #a0a2b1;
	
	color:#475b79;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.buyatable h2{
	display: block;
	margin:1rem 0;

	color:#475b79;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#sponsors h3{
	color:#475b79;
	text-align: center;
}
#sponsors .sponsor-list{
	margin: 1.5em 0;
}
#sponsors .sponsor-list h4{
	text-align: center;
	vertical-align: middle;
	color:#475b79;
	font-weight: bold;
}
.sponsor-list{
	text-align: center;

}
#sponsors .tier-1 h4 img, #sponsors .tier-2 h4 img{
	width: 30px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	line-height: 31px;
	filter: saturate(0.5);
}
#sponsors .tier-1 img{
	
	height: 75px;
	text-align: center;
	margin:10px;
	display: inline-flex;
	vertical-align: middle;


}
#sponsors .tier-2 img{
	
	height: 65px;
	text-align: center;
	margin:10px;
	display: inline-flex;
	vertical-align: middle;


}
.inkind-table{
	font-size: 16px;
	font-weight: normal;
	color:#475b79;
	margin:1.5em 0 0 0;
	padding:0px;
}
.inkind-table h3{
	color:#faac88;
	text-align: center;
	font-weight: normal;
	margin:1.5rem 0;
}
.inkind-table table tr th {
	font-weight: bold;
}
.inkind-table table tr th , .inkind-table table tr td{
	background-color: #faac88;
	text-align: center;
	word-break:break-all;
}
.inkind-info{
	margin:0 0 1.5em 0;
	padding:1.5em;
	background-color: #986a8d;
	color:#f4f0ee;
	line-height: 25px;
}
.inkind-box{
	border:1px solid #f4f0ee;
}



#team .card {
    border: none;
    background: #ffffff;
}

#team .btn-primary{
	background-color: #475b79;
	border-color: #475b79;
}

.image-flip:hover .backside{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.flip-0{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.image-flip:hover .frontside{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-180{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 16px;
    color: #475b79 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #475b79 !important;
}
.frontside .card .card-body img {
   
    border-radius: 50%;
}
#home{
	background: #f1c8b2 url("../images/home_bg.jpg") no-repeat;
	padding:1.5em 0;
}
#home h2{
	display: block;
	margin: 0.7em 0;
	color:#000;
	text-align: left;
	text-transform: uppercase;
}

#home h1{
	display: block;
	margin: 0 0 0.7em 0;
	border-top: 1px solid #000;
	border-bottom:  1px solid #000;
	color:#475b79;
	text-align: left;
	text-transform: uppercase;
}
.home p{
	
	line-height: 25px;
}
.home .highlight{
	color:#000;
	font-weight: bold;
}
.section-text p a ,.section-text i a{
	color:#000;
	text-decoration: underline;
}
.section-text i{
	color:#000;
	font-size:13px;
	font-weight:bold;
}

.donation-box{
	background-color: #fff;
	color:#475b79;
	font-size:16px;
	font-style: italic;
	padding:1.5em;
	text-align: center;
}
.donation-box p{
	text-align: left;
	margin-bottom: 8px;
}
.progress{
	margin: 1rem 0 0 0;
}
.current{
	color:#475b79;
	font-weight: bold;
	font-size:24px;
	font-style:normal;
	display: block;
	text-align: left;
}
.target{
	color:#986a8d;
	font-weight: bold;
	font-size:24px;
	font-style:normal;
	display: block;
	text-align: left;
}
.btn-donate{
	background-color: #986a8d;
	color:#f4f0ee;
	font-style:normal;
	font-weight: normal;
	padding:12px 40px 12px 40px;

}
.btn-donate:hover{
	color:#000;

}

.details{
	padding:1.5em;
	background-color: #475b79;
}
.detail-title{
	border-bottom: 1px solid #f4f0ee;
	border-top: 1px solid #f4f0ee;
	padding: 5px 1.5rem 5px 0;
	margin:0 0 0.5rem 0;
}
.detail-title img{
	display: inline-flex;
	vertical-align: middle;
	margin-right: 5px;
}
.detail-title h4{
	display: inline-flex;
	vertical-align: middle;
	margin-bottom: 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-size:20px;
	color:#f4f0ee;
}

.detail-left-content{
	color:#475b79;
}
.detail-right-content{
	
	color:#f4f0ee;
}
.map{
	
}
.map-overlay {
  position: absolute;
  top:  0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}

.map:hover .map-overlay {
  opacity: 0.7;
}

.map-link {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0.7;
}
.map-link:hover{
	opacity: 1;
	color:#fff;
}
.buyatable h3{
	color:#986a8d;
	font-weight: bold;
	text-align: center;
	margin:1.5rem;
}
.buyatable p, .buyatable ul li{
	color:#475b79;
	line-height: 25px;
}
.info-bar{
	padding:0.8rem 0;
	text-align: center;
	background-color:#475b79; 
	color:#f4f0ee;
}
.info-bar p, .info-bar p a {
	color:#f4f0ee;
	margin:0.8rem 0;
}
.info-bar p a{
	text-decoration: underline;
}

.buyatable i{
	font-size:14px;
	font-weight: bold;
	color:#475b79;
}

.btn-wrapper{
	width: 100%;
	text-align: center;
	margin:1.5em 0;
}
.btn-coporate{
	background-color: #475b79;
	color:#f4f0ee;
	font-style:normal;
	font-weight: normal;
	padding:12px 40px 12px 40px;

}
.btn-coporate:hover{
	background-color: #475b79;
	color:#000;
}

.buyatable h4{
	color:#986a8d;
	font-weight: normal;
	line-height: 25px;
}



.pricing-img{
	filter: saturate(0.5);
}

.card-header .pricing-header{
	margin:10px 0px;
	text-decoration: none;
	font-style: normal;
	font-size:24px;
	text-transform: uppercase;
	font-weight: normal;
}
.card-header .coporate,.card-block .coporate,.coporate-header .coporate{
	color:#475b79;
}
.card-header .personal,.card-block .personal,.coporate-header .personal,.list-group .personal{
	color:#986a8d;
}
.card-block h4{
	margin:10px 0px;
}
.card-block h3{
	margin:10px 0px;
	text-decoration: none;
	font-style: normal;
	font-size:24px;
	font-weight: normal;
}
.pricing-plan{
	margin:1.5em 0em;
}
.pricing-category{
	padding:1.5em;

}
.pricing-category h3{
	margin:0;
	font-weight: bold;
	text-transform: capitalize;
	font-style: normal;
	
}
.list-span-title{
	display: inline-flex;
	float: left;
	margin-right: 8px;
}
.list-span-value{
	display: table-cell;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	h1{
	font-size: 34px;
	
}
h2{
	font-size: 28px;
	
}
h3{
	font-size: 24px;
	
}
h4{
	font-size: 18px;
	
}
	#intro{
	background:url("../images/Banner.jpg") no-repeat;
	background-size: 100% 100%;
    background-position: contain;
    height: 100vh;
  	
	}
	.intro-title{
	font-size: 34px;
	margin-top: 45%;
}

.intro-details{
	font-size:20px;
	
}

.intro-ball{
	font-size:34px;
	
}
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	h1{
	font-size: 34px;
	
}
h2{
	font-size: 28px;
	
}
h3{
	font-size: 24px;
	
}
h4{
	font-size: 18px;
	
}
	#intro{
	background:url("../images/Banner.jpg") no-repeat;
	background-size: 100% 100%;
    background-position: contain;
    height: 100vh;
  	
	}
	.intro-title{
	font-size: 34px;
	margin-top:45%;
}

.intro-details{
	font-size:20px;
	
}

.intro-ball{
	font-size:34px;
	
}
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
	h1{
	font-size: 34px;
	
}
h2{
	font-size: 28px;
	
}
h3{
	font-size: 24px;
	
}
h4{
	font-size: 18px;
	
}
	#intro{
	background:url("../images/Banner.jpg") no-repeat;
	background-size: 100% 100%;
    background-position: contain;
    height: 100vh;
  	
	}
	.intro-title{
	font-size: 34px;
	margin-top:45%;
}

.intro-details{
	font-size:20px;
	
}

.intro-ball{
	font-size:34px;
	
}
} 
@media only screen and (max-width: 1024px) {
	.gallery-title .title-box{
		padding:0.5em;
}
	.gallery-title .title-text{
		padding:0px
	}
	.gallery-title a.link{
		padding:0px;
	}
}