/* General Sections */
body {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 300;
}
a:link, a:visited, a:hover {
	color: #FFDF00;
}
a:hover {
	text-decoration: none;
	color: #ff9323;
}
h2 {
	color: #FFDF00;
	font-size: 34px;
	font-weight: 300;
}
h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}
.section-container {

}
.section-row {

}
.section-column {

}
#section1 {
	background: #db8e79 url(../images/bg-header.jpg) no-repeat top center;
}
#section2 {
	background: #0e5e7a url(../images/bg-odyssea.jpg) no-repeat top center;
	padding-top: 100px;
	padding-bottom: 60px;
	text-align: center;
}
#section-bb {
	background: #a62752 url(../images/bg-babytrax.jpg) no-repeat top center;
	text-align: center;
	padding: 60px 0;
}
#section3 {
	background: #db8e79 url(../images/bg-footer.jpg) no-repeat top center;
	text-align: center;
}

/* Odyssea Section */
#phone-slider-container {
	background: url(../images/bg-slider-phone.png) no-repeat 0 0;
	max-width: 319px;
	height: 663px;
	padding-top: 105px;
	padding-left: 33px;
	margin: 0 0;
}
p.intro {
	font-size: 18px;
}
.bullets-description {
	text-align: right;
	padding-top: 100px;
}
p.bullet {
	color: #FFDF00;
	font-size: 24px;
	font-weight: 300;
	margin-top: 20px;
}
span.bullet-extra {
	color: #fff;
	font-size: 18px;
	display: block;
}
.video-container {
	position: relative;
	margin-top: 100px;
	max-width: 1200px;
	padding-top: 56.25%; /* force padding to keep ratio */
	background: url(../images/bg-video.png) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
}
.video-container .video-column {
	position: absolute;
	top: 13%;
}
.white {
	color: #fff;
}



/* BabyTrax Section */
.row-babytrax .bullets-description {
	padding-top: 70px;
}


/* Slider iPhone */
ol.bjqs-markers {
	padding-top: 8px !important;
}
ol.bjqs-markers li a {
	background: url(../images/bullet-slider.png);
	background-position: 0 0;
	text-indent: 100%;
	width: 12px;
	height: 12px;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}
ol.bjqs-markers li.active-marker a {
	background-position: 0 -13px;
}


/* Press Release */
.press-column {
	font-size: 18px;
}
a.press-link:link, a.press-link:visited, a.press-link:hover {
	display: inline-block;
	padding: 0 0 10px 0;
	font-size: 16px;
}
a.press-link:hover {
	
}
blockquote {
	font-size: 14px;
	font-style: italic;
}
.press-text small {
	color: #d6f0fb;
}


/* As Seen On */
.seen-column {
	text-align: center;
}
a.part-logo {
	display: inline;
}
a.part-logo img {
	display: inline;
}

/* Footer */
#section3 {
	padding: 30px 0;
}
a.footer-link:link, a.footer-link:visited, a.footer-link:hover {
	display: inline-block;
	color: #fff;
	padding: 10px 0;
	font-size: 26px;
	font-weight: 300;
	line-height: 26px;
}
a.footer-link:hover {
	color: #b84b46;
}



@media (max-width: 991px) {
	.row { margin-left: 0; margin-right: 0; }
	.bullets-description { text-align: center; padding-top: 50px; }
	#phone-slider-container  { margin: 0 auto };
	.col-sm-12.slider-right { 
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (max-width: 767px) {
	h2 { font-size: 30px; }
	p.intro { font-size: 16px; }
	p.bullet { line-height: 28px; }
	a.footer-link:link, a.footer-link:visited, a.footer-link:hover { 
		font-size: 22px;
		line-height: 22px;
	}
	.col-sm-12.slider-right { 
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: -15px;
		margin-right: -15px;
	}
	.row.section-row { 
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: -15px;
		margin-right: -15px;
	}
	.row.section-row .section-column .row .inner-column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.video-container .video-column {
		top: 2%;
	}
}