/* Globals Navigation */

.fullwidth-carousel .flex-navigation .flex-prev,
.fullwidth-carousel .flex-navigation .flex-next,
.portfolio-carousel .flex-navigation .flex-prev,
.portfolio-carousel .flex-navigation .flex-next {
	display: inline-block;
	background: none;
	width: 36px;
	height: 36px;
	font-size: 18px;
	line-height: 32px;
	color: #999;
	text-align: center;
	border: 2px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
	padding: 0;
	margin: 0;
	margin-left: 5px
}
.fullwidth-carousel .flex-navigation .flex-prev:hover,
.fullwidth-carousel .flex-navigation .flex-next:hover,
.portfolio-carousel .flex-navigation .flex-prev:hover,
.portfolio-carousel .flex-navigation .flex-next:hover {
	color: #333;
	border-color: #333;
}
.portfolio-carousel .link-container a:hover {
	opacity: 0.8;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%)
}
.portfolio-carousel .link-container a {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%)
}
.fullwidth-carousel .flex-page span,
.features-carousel .flex-page span {
	/*height: 6px;
	width: 6px;
	margin: 5px 2px;*/
	width: 12px;
	height: 12px;
	border-radius: 50% !important;
	margin: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.fullwidth-carousel .flex-page.active-page span,
.features-carousel .flex-page.active-page span {
	background-color: #333;
	/*width: 25px*/
	width: 12px;
}
.fullwidth-carousel .flex-page span,
.features-carousel .flex-page span {
	display: block;
	background-color: #ccc;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.fullwidth-carousel .flex-page:hover span,
.features-carousel .flex-page:hover span {
	background-color: #777;
}

/* Fullwidth Carousel */

.fullwidth-carousel .flex-navigation {
	position: relative;
	margin-top: 10px;
	text-align: center
}
.fullwidth-carousel .link-container {
	/*top: 50%;*/
	top: 30%;
}
.fullwidth-carousel.image {
	margin-bottom: 10px;
}
.fullwidth-carousel.image .item:hover .media-holder {
	top: 0px
}

/* Portfolio Carousel */

.portfolio-carousel .detail-container h4 {
	line-height: 1.1;
	font-size: 18px;
	text-transform: none;
	font-weight: 500;
	margin: 0 0 5px 0;
}
.portfolio-carousel .detail-container h4 a {
	color: #108;
}
.portfolio-carousel .detail-container h4 a:hover {
	color: #222
}
.portfolio-carousel .detail-container p {
	font-family: "ubuntu", Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	line-height: 1.42857143;
	text-transform: none;
	color: #777;
	margin: 0 0 10px;
}
.portfolio-carousel .link-container a {
	display: inline-block;
	text-decoration: none;

	/*margin: 0 4px;
	color: #fff;
	font-size: 22px;
	width: 32px;
	line-height: 32px;*/

	margin: 0 5px;
	border: 2px solid #fff;
	width: 46px;
	height: 46px;
	line-height: 42px;
	border-radius: 50%;
}
.portfolio-carousel .detail-container h4,
.portfolio-carousel .detail-container p {
	/* Hyphenation CSS3 */
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

/* Features Carousel */

.features-carousel .item {
	color: #fff;
	text-align: center;
	background-color: transparent;
	padding: 30px 15px;
	margin: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.features-carousel .item h3,
.features-carousel .item h4 {
	color: #fff;
}
.features-carousel .item p {
	margin-bottom: 0;
}
.features-carousel .flex-page.active-page span {
	background-color: #fff;
	width: 12px;
}
.features-carousel .flex-page span {
	background-color: transparent;
	border: 1px solid #fff;
}
.fullwidth-carousel .flex-page:hover span,
.features-carousel .flex-page:hover span {
	background-color: #fff;
}
