p {
  font-size: 18px;
  line-height: 1.75;
}

li {
  font-size: 18px;
  line-height: 1.75;
}

ol li {
	padding-top:5px;
}
li a {
	color: #ff7c75;
}

.text-primary a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #ff7c75;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #ff5656;
}
/* DONATE */
header {
  background-image: url('../img/header-bg8.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: left;
  color: white;
}

header .intro-text {
  padding-top: 100px;
  padding-bottom: 30px;
}
header .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
header .intro-text .intro-lead-in {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-style: italic;*/
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}

header .intro-text .intro-lead-in-10ks {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 200px;
}

.intro-text p {
	font-size: 12px;
	padding-top: 15px;
}
.intro-text li {
	font-size: 14px;
}
@media (max-width: 400px) {
header {
  background-image: url('../img/header-bg8_sm.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: left;
  color: white;
}	
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 200px;
    padding-bottom: 25px;
  }
    header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  header .intro-text .intro-lead-in {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .intro-text li {
	font-size: 18px;
}
header .intro-text .intro-lead-in-10ks {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 350px;
}
}

/*DONATE END*/
.logo img {
    width: 15%;
    height: auto;
	float: left;
	border-radius: 3px;
	
}

.navbar-custom {
  background-color: transparent;
  border-color: transparent;
  
}
.navbar-custom .navbar-brand {
  color: #ff7c75;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #ff5656;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
@media (max-width: 767px) {
.navbar-custom .navbar-collapse ul{
  border-color: #8C8C8C;
  background-color: #8C8C8C;
  /*border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);*/
}
}
.navbar-custom .navbar-toggle {
  background-color: #ff7c75;
  border-color: #ff7c75;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #ff7c75;
}
.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #ff7c75;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #ff7c75;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #ff5656;
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
  

}
  .navbar-custom2 {
    background-color: rgba(0, 0, 0, 0.8); 
	padding: 7px 0;
  }
  .navbar-custom.affix {
    background-color: rgba(34, 34, 34, 0.8);
    padding: 7px 0;
  }
  @media (min-width: 768px) {
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}

/* SLIDER */

	#slider{
		margin-top: 80px;
	}

	#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		width:100%;
		height: 700px;
	}

	#home-carousel .item:before{
		background-color: #000;
		content: "";
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.5;
		position: absolute;
		width: 100%;
	}
	

	.carousel-caption {
		left: 15px;
		right: 15px;
		top: 50%;
		font-size: 15px;
		text-align: left;
		color: #fff;
		text-shadow: none;
		margin-top: -100px;	
		
	}
	
	.carousel-caption h1 {
		font-size:20px;
		margin-bottom:5px;
		
		
	}
	
	.carousel-caption h3 {
		font-size:20px;
		margin-bottom:5px;
		font-weight:100;
	}


	.carousel-caption p {
		font-size:15px;
		margin-bottom:5px;
	}
	
@media (max-width: 767px) {
#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		width:100%;
		height: 700px;
	}
.carousel-caption {
		left: 5px;
		right: 5px;
		top: 50%;
		font-size: 15px;
		text-align: left;
		color: #fff;
		text-shadow: none;
		margin-top: -100px;	
		
	}
}
	
@media (min-width:768px) {
	.carousel-caption h1 {
		font-size:30px;
		margin-bottom:10px;
		width: 75%;
		/*line-height:27px;
		letter-spacing:2px;*/
		font-weight:100;
	}

	.carousel-caption h3 {
		font-size:30px;
		font-weight:300;
		margin-top:25px;
		text-transform:lowercase;
		/*letter-spacing:2px;*/
		margin-bottom:20px;
	}

	.carousel-caption p {
		font-size:20px;
		margin-bottom:5px;
	}
}

	
	.home-carousel-left, 
	.home-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.home-carousel-left {
		left:-32px;
	}

	.home-carousel-right {
		right:-32px;
	}

	#home-carousel:hover .home-carousel-left {
		left:0;	
	}

	#home-carousel:hover .home-carousel-right {
		right:0;
	}
	
	.home-carousel-left:hover {
		color: #ff2a2a;
	}
	.home-carousel-left:focus {
		color: #ff7c75;
	}
	.home-carousel-right:hover {
		color: #ff2a2a;
	}
	.home-carousel-right:focus {
		color: #ff7c75;
	}
	/* Carousel animation */

	#home-carousel .item h1, 
	#home-carousel .item h2, 
	#home-carousel .item h3,
	#home-carousel .item p {
		opacity:0;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	#home-carousel .item h1 {
		-webkit-transition: all 0.5s ease-in-out 0.15s;
		-moz-transition: all 0.5s ease-in-out 0.15s;
		-ms-transition: all 0.5s ease-in-out 0.15s;
		-o-transition: all 0.5s ease-in-out 0.15s;
		transition: all 0.5s ease-in-out 0.15s;
	}

	#home-carousel .item.active h1, 
	#home-carousel .item.active h2, 
	#home-carousel .item.active h3,
	#home-carousel .item.active p {
		opacity:1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	#home-carousel .item h2 {
		-webkit-transition: all 0.5s ease-in-out 0.30s;
		-moz-transition: all 0.5s ease-in-out 0.30s;
		-ms-transition: all 0.5s ease-in-out 0.30s;
		-o-transition: all 0.5s ease-in-out 0.30s;
		transition: all 0.5s ease-in-out 0.30s;
	}
	#home-carousel .item h3 {
		-webkit-transition: all 0.5s ease-in-out 0.30s;
		-moz-transition: all 0.5s ease-in-out 0.30s;
		-ms-transition: all 0.5s ease-in-out 0.30s;
		-o-transition: all 0.5s ease-in-out 0.30s;
		transition: all 0.5s ease-in-out 0.30s;
	}

	#home-carousel .item p {
		-webkit-transition: all 0.5s ease-in-out 0.45s;
		-moz-transition: all 0.5s ease-in-out 0.45s;
		-ms-transition: all 0.5s ease-in-out 0.45s;
		-o-transition: all 0.5s ease-in-out 0.45s;
		transition: all 0.5s ease-in-out 0.45s;
	}

section {
  padding: 70px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 22px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  section {
    padding: 75px 0;
  }
  .pjust p {
	  text-align: justify;
  }
  .section2 {
    padding: 45px 0;
  }
}

/*Timeline*/

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #ff5656;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(255, 124, 117, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

/*MEDIA*/

.st-border{
		width: 34px;
		height: 1px;
		display: block;
		background-color: #000;
	}
	
.overlay{
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.8;
	}
	
.isotope-item {
	    z-index: 2;
	}
	.isotope-hidden.isotope-item {
	    z-index: 1;
	}
	.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	    -webkit-transition-duration: 0.8s;
	    -moz-transition-duration: 0.8s;
	    transition-duration: 0.8s;
	}
	.isotope {
	    -webkit-transition-property: height, width;
	    -moz-transition-property: height, width;
	    transition-property: height, width;
	}
	.isotope .isotope-item {
	    -webkit-transition-property: -webkit-transform, opacity;
	    -moz-transition-property:-moz-transform, opacity;
	    transition-property:transform, opacity;
	}



	.portfolio-wrapper ul.filter{
		list-style: none;
		padding: 0;
		margin-bottom: 35px;
		margin-top: 28px;
		overflow: hidden;
	}

	.portfolio-wrapper ul.filter li{
		float: left;
		text-transform: uppercase;
		margin-right: 25px;
		font-weight: 600;
	}

	.portfolio-wrapper ul.filter li a{
		color: #909090;
	}

	.portfolio-wrapper ul.filter li a:hover,
	.portfolio-wrapper ul.filter li a.active{
		color: #000;
	}

	.portfolio-wrapper .portfolio-items{
		clear: both;
	}

	.portfolio-wrapper .portfolio-content{
		position: relative;
		margin-bottom: 30px;
	}

	.portfolio-wrapper .portfolio-overlay{
		position: absolute;
		background-color: rgba(0, 0, 0, 0.7);
		color: #fff;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding: 30px;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.portfolio-wrapper .portfolio-content:hover .portfolio-overlay{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.portfolio-wrapper .portfolio-overlay a{
		color: #fff;
		font-size: 35px;
	}
	.portfolio-wrapper .portfolio-overlay a:hover{
		color: #fff;
	}
	
	.btn-lg {
  color: white;
  background-color: #ff7c75;
  border-color: #ff7c75;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 16px;
  padding: 15px 25px;
}
.btn-lg:hover,
.btn-lg:focus,
.btn-lg:active,
.btn-lg.active,
.open .dropdown-toggle.btn-lg {
  color: white;
  background-color: #ff5656;
  border-color: #ff5656;
}

.btn-lgx {
  color: #ff7c75;
  background-color: transparent;
  border-color: #ff5656;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 16px;
  padding: 15px 25px;
}
.btn-lgx:hover,
.btn-lgx:focus,
.btn-lgx:active,
.btn-lgx.active,
.open .dropdown-toggle.btn-lgx {
  color: #ff5656;

}

	.btn-xl {
  color: white;
  background-color: #ff7c75;
  border-color: #ff7c75;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #ff5656;
  border-color: #ff5656;
}

@media only screen and (max-width: 767px) {
		.btn-lg {
  color: white;
  background-color: #ff7c75;
  border-color: #ff7c75;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  font-size: 12px;
  padding: 10px 10px;
}
.btn-lg:hover,
.btn-lg:focus,
.btn-lg:active,
.btn-lg.active,
.open .dropdown-toggle.btn-lg {
  color: white;
  background-color: #ff5656;
  border-color: #ff5656;
}

.btn-lgx {
  color: #ff7c75;
  background-color: transparent;
  border-color: #ff5656;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  font-size: 12px;
  padding: 10px 10px;
}
.btn-lgx:hover,
.btn-lgx:focus,
.btn-lgx:active,
.btn-lgx.active,
.open .dropdown-toggle.btn-lgx {
  color: #ff5656;

}
}
/*Footer*/
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #ff7c75;
}

/*Buttons*/
.btn-primary {
  color: white;
  background-color: #ff7c75;
  border-color: #ff7c75;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ff2a2a;
  border-color: #ff2a2a;
}

/*Slide 2*/

.inputx {
  display: flex;
  align-items: center;
  margin-top:25px;
}


.buttonx {
  height: 44px;
  border: none;
}

  
#emailx {
  width: 50%;
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 5%;
  border-radius: 5px 0 0 5px;
}


#submitx {
  width: 20%;
  height: 44px;
  background: #FF7C75;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  letter-spacing: 1px;
  text-indent: 25%;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background .3s ease-in-out;
}
  
@media (max-width:767px){
	#emailx {
  width: 65%;
	}
	#submitx {
  width: 35%;
	}
}
#submitx:hover {
  background: #FF5656;
}
  

inputx:focus {
  outline: none;
  outline: 2px solid #E86C8D;
  box-shadow: 0 0 2px #E86C8D;
}

.imgx {
	float:right;
	border-radius:5px;
	margin-left:10px;
	margin-top:10px;
	width:20%;
	border: 7px solid #f1f1f1;
}

/*Contact*/
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  opacity: 0.5;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  opacity: 0.5;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  opacity: 0.5;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  opacity: 0.5;
}

/*Events*/
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 20px 0;
  text-align: center;
}
.portfolio-modal .modal-content p {
  margin-bottom: 15px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
}

/*Team*/
.team-member {
  text-align: center;
  margin-bottom: 20px;
}
.team-member img {
	width: 200px;
	margin: 0 auto;
	border: 7px solid white;
}

@media (min-width: 768px) {
.team-member {
  margin-bottom: 30px;
}

/* Collapse */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #ff7c75;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #808080;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #ff7c75;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* The Strip */
aside.clients img {
  margin: 10px auto;
}

/*  ----------------------------------------------------
	PARTNERS SECTION
-------------------------------------------------------- */
.po-list li {
	font-size: 16px; text-decoration: underline; color: #ff7c75; font-weight: 600;
}
.portfolio-categories {
    overflow: hidden;
}
.portfolio-categories li {
    cursor: pointer;
    color: #616161;
    font-size: 18px;
    font-weight: 600;
    float: left;
    display: inline-block;
    margin-right: 40px;
}
.portfolio-categories li:last-child {
    margin-right: 0px;
}
.portfolio-categories li:hover,
.portfolio-categories li.active {
    color: #ff5656
}
.project_box {
    box-shadow: 0px 0px 5px 3px #afafaf;
    -moz-box-shadow: 0px 0px 5px 3px #afafaf;
    -webkit-box-shadow: 0px 0px 10px 3px #afafaf;
    margin: 20px;
    position: relative;
}
.filtr-item {
    padding: 0px;
    margin: 0px;
}
.product_info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-image: #FF7C75;
    /* fallback for old browsers */
    
    background-image: -webkit-linear-gradient(to left, #FF4460, #A916FF);
    /* Chrome 10-25, Safari 5.1-6 */
    
    background-image: linear-gradient(to left, #FF4460, #A916FF);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.filtr-item:hover .product_info {
    opacity: 0.9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product_info_text {
    margin-top: 70%;
    -webkit-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.product_info_text a {
    color: #fff;
    font-size: 18px;
}
.filtr-item:hover .product_info_text {
    -webkit-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.4s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -webkit-transform: translateY(-99px);
    -moz-transform: translateY(-99px);
    transform: translateY(-99px);
}
.project-detail-wrapper img {
    margin-bottom: 20px;
}
.project-detail-wrapper p {
    margin-bottom: 30px;
}
.project-info-box {
    overflow: hidden;
}
.project-info-box h4 {
    width: 120px;
    float: left;
}
.project-info-box .project-terms {
    float: left;
}
.project-terms a{
	margin-right:8px;
}
.project-info-box span {
    float: left;
}
.project-info-box a {
    color: #9656fd
}
/* - 11-1 PROJECT MODAL */

.modal-content {
    border-radius: 0px;
}
.modal-content h3 {
    font-size: 20px;
	font-weight: 500;
}

.modal-content h4,
h5,
h6 {
font-size: 15px;
font-weight: 400;
}
.modal-body {
    padding: 0px;
}
.folio-content {
    padding-left: 30px;
    padding-right: 30px;
}
.folio-content h3 {
    font-size: 25px;
}



/*  ----------------------------------------------------
3. GLOBAL CSS
-------------------------------------------------------- */

.img-full {
    width: 100%;
}
.bg-overlay-gradient {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #6613ff;
    /* fallback for old browsers */
    
    background: -webkit-linear-gradient(to left, #6613ff, #fd4efd);
    /* Chrome 10-25, Safari 5.1-6 */
    
    background: linear-gradient(to left, #6613ff, #fd4efd);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.opacity-1 {
    opacity: 0.1;
}
.opacity-2 {
    opacity: 0.2;
}
.opacity-3 {
    opacity: 0.3;
}
.opacity-4 {
    opacity: 0.4;
}
.opacity-5 {
    opacity: 0.5;
}
.opacity-6 {
    opacity: 0.6;
}
.opacity-7 {
    opacity: 0.7;
}
.opacity-8 {
    opacity: 0.8;
}
.opacity-9 {
    opacity: 0.9;
}
.white-bg {
    background: #ffffff;
}
.gray-bg {
    background: #f6f6f6;
}
/* - 3-1 GRADIENTS */

.gradient-text-full {
    -moz-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: #6613ff;
    /* fallback for old browsers */
    background-image: -webkit-linear-gradient(to left, #6613ff, #fd4efd);
    /* Chrome 10-25, Safari 5.1-6 */
    background-image: linear-gradient(to left, #6613ff, #fd4efd);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-weight: normal;
}
.gradient-border {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.gradient-border::before,
.gradient-border::after {
    content: '';
    position: absolute;
}
.gradient-border::before {
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    z-index: -2;
}
.gradient-border::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.gradient-border::before {
    background-image: linear-gradient(130deg, #5a0eff 0%, #ff4ffd 100%);
    background-image: -webkit-linear-gradient(130deg, #5a0eff 0%, #ff4ffd 100%);
    background-image: -moz-linear-gradient(130deg, #5a0eff 0%, #ff4ffd 100%);
    background-image: -ms-linear-gradient(130deg, #5a0eff 0%, #ff4ffd 100%);
    background-image: -o-linear-gradient(130deg, #5a0eff 0%, #ff4ffd 100%);
}
.gradient-border::after {
    background-color: #ffffff;
}
.gradient-border:hover::after {
    background: #ffffff;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* - 2-1 PADDING */

.pt20 {
    padding-top: 20px;
}
.pb20 {
    padding-bottom: 20px;
}
.pl20 {
    padding-left: 20px;
}
.pr20 {
    padding-right: 20px;
}
.pr15 {
    padding-right: 15px;
}
.pt30 {
    padding-bottom: 30px;
}
.pb30 {
    padding-top: 30px;
}
.pl30 {
    padding-left: 30px;
}
.pr30 {
    padding-right: 30px;
}
.pb35 {
    padding-bottom: 35px;
}
.pt45 {
    padding-top: 45px;
}
.pt40 {
    padding-top: 40px;
}
.pb40 {
    padding-bottom: 40px;
}
.pr40 {
    padding-right: 40px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.pt80 {
    padding-top: 80px;
}
.pb80 {
    padding-bottom: 80px;
}
.pb120 {
    padding-bottom: 120px
}
.pt210 {
    padding-top: 210px;
}
/* - 2-2 MARGIN */

.mb0 {
    margin-bottom: 0px;
}
.mb15 {
    margin-bottom: 15px;
}
.mt15 {
    margin-top: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mt20 {
    margin-top: 20px
}
.mb30 {
    margin-bottom: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt45 {
    margin-top: 45px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mt50 {
    margin-top: 50px;
}


/* - 3-3 BUTTONS */

.btn2 {
    border-radius: 0px;
    font-weight: 700;
    padding: 15px 60px;
    font-size: 16px;
}
.btn2:hover {
    background: #FF7C75;
    color: #ffffff;
    border: 1px solid #FF7C75;
}
.btn2_white {
    border: 1px solid #ffffff;
    color: #fff;
}
.btn2-gredient {
    border: 1px solid #ccc;
    color: #FF7C75;
}
.btn2-gredient:hover::before {
    background-image: none;
}
.btn2-gredient.gradient-border:hover::after {
    background-color: #FF7C75;
}
