/* Pages */
.pages_ {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
.pages_ li {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 4px;
	text-indent: -999px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	border: solid 2px #fd6a62;

	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.pages_ li:hover {
	background: #eee;
}
.pages_ li.active {
	background: #fd6a62;
}
.simple_carousel {
	width: 100%;
}
.simple_carousel .frame {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 336px;
	overflow: hidden;
	text-shadow: none;
}
.simple_carousel .frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 300px;
}
.simple_carousel .frame ul li {
	float: left;
	width: 252px;
	height: 336px;
	margin: 0 1px 0 0;
	padding: 0;
	background: #eee;
	color: #3a3c47;
	text-align: center;
	cursor: pointer;
	line-height: 336px;

	-webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
		-ms-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
			transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.simple_carousel .frame ul li.active {
	color: #fff;
	background: #fd6a62;
	text-shadow: 0 0 10px #FFF;
}
.simple_carousel .frame ul li a.foto {
	display: block;
	width: 252px;
	height: 336px;
	text-align: center;
	background-size: cover;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1200px) {
	.cbp-ig-grid li {
		width: 49.5%;
		border-top: 1px solid #dadada !important;
	}

	.cbp-ig-grid li:nth-child(-n+2){
		border-top: none !important;
	}

	.cbp-ig-grid li:nth-child(2n) {
		border-left: 1px solid #dadada !important;
	}

	.cbp-ig-grid li:nth-child(2n + 1) {
		border-left: 0 !important;
	}
}

@media (max-width: 979px) {
  
	.masthead {
		padding-top: 70px;
		padding-bottom: 50px;
	}

	.navbar-wrapper, .navbar {
		position: relative;
		height: auto;
	}

	.container.navbar-wrapper {
		margin-bottom: 0;
		width: auto;
	}
	.navbar-inner {
		border-radius: 0;
	}

	.featurette {
		height: auto;
		padding: 0;
	}
	.featurette-image.pull-left,
	.featurette-image.pull-right {
		display: block;
		float: none;
		max-width: 40%;
		margin: 0 auto 20px;
	}

	.featurette2 {
		margin-top: 20px;
	}

	ul.presets-container li {
		width: 50px;
		height: 50px;
	}
	.main {
		width: 100%;
		padding: 0;
	}
	.cbp-ig-grid li {
		width: 70%;
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
		border: 0 !important;
	}
}


@media (max-width: 767px) {

	.masthead {
		margin: 0 -20px;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 70px;
		padding-bottom: 50px;
	}

	.navbar-wrapper {
		margin: 0 -20px;
	}

	.masthead h1 {
		font-size: 45px;
	}

	.masthead p {
		font-size: 14px;
	}

	.featurette-heading {
		font-size: 30px;
	}
	.featurette .lead {
		font-size: 18px;
		line-height: 1.5;
	}

	.marketing .marketing-byline {
		font-size: 14px;
	}

	.marketing p, .hero-unit {
		font-size: 14px;
	}

	.hero-unit {
		padding: 30px;
	}

	.featurette2 {
		margin-left: -20px;
		margin-right: -20px;
	}

	.featurette_full {
		margin: 0 -20px;
	}

	ul.presets-container li {
		width: 40px;
		height: 40px;
	}
	.cbp-ig-grid li {
		width: 100%;
	}

}