/* CSS Document */
.navbar-toggler {
	z-index: 1;
}

@media (max-width: 576px) {
nav > .container {
	width: 100%;
}
}

p.helpInline {font-size:.9em; line-height:1.1em;}

/*toggle navbar logo to accomodate color change when scrolling down*/
		#mainNav.navbar .navbar-brand img.logo {display:block;}
		#mainNav.navbar .navbar-brand img.logo-inverse {display:none;}
		#mainNav.navbar-shrink .navbar-brand img.logo {display:none;}
		#mainNav.navbar-shrink .navbar-brand img.logo-inverse {display:block;}
		
#overview .portfolio-item .portfolio-caption p {
	font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;

	font-size: 16px;
	margin: 0;
	line-height:2.5em;
}

#overview .portfolio-item {
	margin: 0 0 15px;
	right: 0;

}
.portfolio-caption {min-height:100px;}
#overview .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	max-width: 375px;
	margin: 0 auto
}
#overview .portfolio-item .portfolio-link .portfolio-hover {
	background: rgba(254,209,54,.5);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s
}
#overview .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1
}
#overview .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	position: absolute;
	width: 100%;
	height: 20px;
	font-size: 20px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	color: #fff
}
#overview .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px
}
#overview .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #overview .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0
}
#overview .portfolio-item .portfolio-caption {
	max-width: 375px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding: 25px
}
#overview .portfolio-item .portfolio-caption h4 {
	text-transform: none;
	margin: 0
}


#overview * {
	z-index: 2
}

@media (min-width:767px) {
#overview .portfolio-item {
	margin: 0 0 30px
}
}

section {
	position: relative;

}

.box-white {
	background-color: rgba(255,255,255, 0.9);
	color: #000;
	padding: 20px;
	margin: 0px;
	border: 4px solid #999;
	box-shadow: -1px 1px 1px rgba(1,1,0, 0.7);
	border-radius: 10px;
	overflow: auto;
}
.box-white>li {
	font-size: .9em;
	margin-left:30px;
}


/*** Individual section styles and separators ***/

/* Common style for pseudo-elements */
section::before,
section::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

section a {text-decoration:underline;}
section.bg-primary a,section.bg-primary ul li,section.bg-primary h3 {color:#fff;}

/* Triangles */
.ss-style-triangles::before,
.ss-style-triangles::after {
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.ss-style-triangles::before {
	top: -50px;
}

.ss-style-triangles::after {
	bottom: -20px;
	z-index: 10;
	background: inherit;
}

.ss-style-triangles-WHITE::after {
	background: #fff;
}






/******iframe youtube video ***************/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}