body {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	background-color: #d30f1a;
}

.navbar-default {
	border: none;
	border-radius: 0;
	background-color: #d30f1a;
}

.navbar-brand {
	height: 50px;
	margin: 23px 0 0 0;
	padding: 0 0 0 30px;
}

.navbar-brand {
	float: left;
	height: 50px;
	margin: 14px 0 0 20px;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand img {
	width: 95px;
}

.top-banner {
	position: relative;
	height: 60vh;
	overflow: hidden;
}

.pci-wrapper {
	position: relative;
	height: 80vh;
}

.pci-logo {
	width: 150px;
	position: absolute;
	bottom: 0;
	left: 2%;
}

.main {
	position: relative;
}

.t1 {
	display: block;
	width: 90%;
	margin: 0 auto 30px;
}

.t2 {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}

.fp50 {
	display: block;
	width: 45%;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

.ion, .ion-left, .ion-right {
	position: absolute;
}

.ion-left {
	width: 200px;
	top: 200px;
	left: 70px;
}

.ion-l1 {
	width: 65px;
	left: 70px;
}

.ion-l2 {
	width: 45px;
	top: 160px;
	left: 30px;
}

.ion-l3 {
	width: 35px;
	top: 80px;
	left: 10px;
}

.ion-l4 {
	width: 75px;
	top: 100px;
	left: 110px;
}

.ion-l5 {
	width: 35px;
	top: 220px;
	left: 130px;
}

.ion-right {
	top: 200px;
	right: 70px;
	width: 200px;
}

.ion-r1 {
	width: 60px;
	left: 60px;
}

.ion-r2 {
	width: 30px;
	top: 150px;
	left: 20px;
}

.ion-r3 {
	width: 45px;
	top: 70px;
}

.ion-r4 {
	width: 75px;
	left: 90px;
	top: 90px;
}

.ion-r5 {
	width: 25px;
	top: 220px;
	left: 40px;
}

.big {
	text-transform: uppercase;
}

.claim {
	padding: 30px 0;
	font-size: 50px;
	text-align: center;
	position: relative;
	background-color: #222;
	background-image: url(../img/world-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #eee;
}

.claim h1 {
	font-size: 32px;
	text-align: center;
	position: relative;
}

.claim h1:after {
	content: '';
	position: absolute;
	width: 200px;
	height: 2px;
	background-color: #fff;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%)
}

.claim-ion-left, .claim-ion-right {
	position: absolute;
}

.claim-ion-left {
	width: 120px;
	/*top: 290px;
	left: 350px;*/
	top: 160px;
	left: 0px;
}

.claim-ion-right {
	width: 100px;
	/*top: 370px;
	right: 380px;*/
	top: 160px;
	right: 20px;
}

.description-01 {
	padding: 40px 0 0;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../img/bg-lungs.png);
}

.description-01 h1 {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase
}

.description-01 h1 sup {
	font-size: 15px;
	top: -1em;
}

.description-01 .explaination {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #fff;
}

.description-01 .footnote {
	font-size: 15px;
	margin-top: 30px;
	padding-top: 10px;
	background-color: rgba(0, 0, 0, 0.1);
}

.description-01 .footnote h3 {
	font-size: 15px;
	font-weight: 300;
}

.description-01 .footnote ol {
	padding-left: 20px;
	padding-bottom: 20px;
	font-style: italic;
}

.description-01 .footnote li {
	margin-bottom: 10px;
}

.description-01 .footnote li span {
	font-weight: 600;
}

.description-02 {
	padding: 40px 0;
	color: #e6000d;
	background-color: #f7f7f7;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../img/bg-lungs-white.png);
}

.description-02 h1 {
	font-size: 24px;
}

.description-02 h1 span {
	font-size: 42px;
}

.product {
	padding: 50px 0 20px;
}

.product-left, .product-right {
	position: relative;
}

.product-info {
	position: relative;
	margin-bottom: 80px;
}

.product-info p {
	margin: 0;
	color: #888;
	font-size: 13px;
	font-style: italic;
	line-height: normal;
	text-align: center;
	letter-spacing: .5px;
}

.product-info p.series {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .7px;
	margin-top: -50px;
}

.p-fp50 {
	position: absolute;
	width: 200px;
	right: 0;
}

.logo-claim {
	margin-top: 20px;
}

.logo-claim-70 {
	width: 250px;
	display: block;
	margin: 40px auto 0;
}

footer {
	color: #888;
	font-size: 13px;
	background-color: #333;
	padding: 25px 0 20px;
}

footer p {
	margin: 0;
	text-align: center;
}

@-webkit-keyframes float-ion {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes float-ion {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@-webkit-keyframes float-ion-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes float-ion-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

.ion {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.ion {
	-webkit-animation-name: float-ion-float, float-ion;
	animation-name: float-ion-float, float-ion;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

.btn-box, .btn-box:link, .btn-box:visited {
	padding: 5px 15px 7px;
	text-decoration: none;
	border: 1px solid rgba(221, 221, 221, 1);
	display: block;
	width: 200px;
	margin-top: 20px;
	color: #fff;
}

.btn-box-reverse, .btn-box-reverse:link, .btn-box-reverse:visited {
	padding: 5px 15px 7px;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, .3);
	display: block;
	width: 200px;
	margin: 20px auto 10px;
	color: #888;
}

.btn-box:hover, .btn-box:active, .btn-box-reverse:hover, .btn-box-reverse:active {
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0.2);
	transition: all .2s ease-in-out;
}

.sp-ion {
	position: absolute;
	width: 100%;
	top: 150px;
}

.sp-left {
	width: 40%;
	position: absolute;
	right: 20px;
	top: 80px;
}

.sp-right {
	width: 30%;
	position: absolute;
	left: -10px;
	top: 80px;
}

@media only screen and (min-width:4800px) {
	.fp50 {
		width: 60%;
	}
}

@media only screen and (min-width:768px) {
	.navbar-brand img {
		width: 100%;
	}
	.navbar-brand {
		height: 50px;
		margin: 23px 0 -15px 0;
		padding: 0 0 0 30px;
	}
	.t1 {
		width: 80%;
		margin-top: 100px;
	}
	.t2 {
		font-size: 28px;
	}
	.claim h1 {
		font-size: 80px;
	}
	.claim {
		padding: 100px 0;
	}
	.top-banner {
		height: 100vh;
	}
	.logo-claim-70 {
		margin: 100px auto 0;
	}
	.description-01 {
		padding: 100px 0;
	}
	.description-01 h1 {
		font-size: 36px;
	}
	.description-01 .explaination {
		margin-top: 80px;
	}
	.description-02 {
		padding: 100px 0;
	}
	.description-02 h1 {
		font-size: 36px;
	}
	.description-02 h1 span {
		font-size: 50px;
	}
	.product-info {
		margin-bottom: 0px;
	}
	.product-info p.series {
		margin-top: 0px;
	}
	.description-01 .footnote {
		padding-top: 0px;
	}
	.fp50 {
		width: 75%;
		margin-top: 30px;
	}
	.ion-left {
		top: 400px;
		left: -70px;
	}
	.ion-right {
		top: 400px;
		right: -70px;
	}
}

@media only screen and (min-width:992px) {
	.t1 {
		width: 50%;
		margin-top: 0;
	}
	.fp50 {
		width: 45%;
		margin: 0 auto;
	}
	.ion-left {
		top: 200px;
		left: 70px;
	}
	.ion-right {
		top: 200px;
		right: 70px;
	}
	.claim h1 {
		font-size: 50px;
	}
}

@media only screen and (max-width:1024px) {
	.claim-ion-left, .claim-ion-right {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	#pci-tech img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
}