.row,p,h1,h2,h3{
	margin: 0;
	font-weight: normal;
}

img{
	margin: auto;
}

.tac{
	text-align: center;
}

.cb{
	clear: both;
}

*{
	font-family: HelveticaNeue;
	text-shadow: none;
	outline: none;
}

@font-face {
	font-family: HelveticaNeue;
	src: url('HelveticaNeue.otf');
}

.helv{
	font-family: HelveticaNeue;
}

@font-face {
	font-family: HelveticaNeue-Bold;
	src: url('HelveticaNeue-Bold.otf');
}

.helvb{
	font-family: HelveticaNeue-Bold !important;
}

@font-face {
	font-family: HelveticaNeue-Light;
	src: url('HelveticaNeue-Light.otf');
}

.helvl{
	font-family: HelveticaNeue-Light !important;
}


@font-face {
	font-family: HelveticaNeue-Medium;
	src: url('HelveticaNeue-Medium.otf');
}

.helvm{
	font-family: HelveticaNeue-Medium !important;
}

.tar{
	text-align: right;
}

body{
	background-color: transparent;
	background-image: url('../images/shape3.png') !important;
	background-size: cover;
}

.part1{
	background-image: url('../images/shape1.png');
	background-size: cover;
	background-position: top right;
}

.part2{
	background-image: url('../images/shape2.png');
	background-size: cover;
	background-position: top right;
}

.part3{
	background-image: url('../images/shape3.png');
	background-size: cover;
	background-position: top right;
}

.col-sm-3,.col-sm-6, .col-sm-4{
	height: 100vh;
}

.part1, .part2, .part3{
	padding-top: 11%;
}

.part1 *, .part2 *{
	color: white;
}

.part3 *{
	color: #561833;
}

h1{
	font-size: 3.2em;
}

p{
	font-size: 16px;
}

.orb{
	background-image: url('../images/buttonback.png');
	background-position: top right;
	background-size: cover;
	width: 93%;
	height: 45px;
	position: absolute;
	bottom: 3%;
	border: 0;
	font-weight: bold;
	background-color: transparent;
	outline: none;
	text-align: left;
	padding: 0 20px;
	font-size: 20px;
}

.purb{
	background-image: url('../images/purpb.png');
	background-position: top right;
	background-size: cover;
	height: 45px;
	position: absolute;
	bottom: 3%;
	border: 0;
	font-weight: bold;
	background-color: transparent;
	outline: none;
	text-align: left;
	padding: 0 20px;
	font-size: 20px;
	color: white !important;
}

.purb .fa{
	color: white !important;
}

.orb .fa{
	float: right;
	line-height: 28px;
}

form label{
	font-family: HelveticaNeue-Bold !important;
}

form input{
	margin-bottom: 10px;
	width: 100%;
	padding: 5px;
	background: white;
	    border: 3px solid #561833;
    border-radius: 10px;
}

label{
	margin-bottom: 0;
}

#fp-nav ul, .fp-slidesNav ul{
	display: none;
}

.fp-section{
	height: 100% !important;
}

.slightorange{
	background: #ff8126;
	text-align: right;
	padding: 20px;
	position: absolute;
    width: 94%;
    bottom: 10%;
}

.whitebox{
	background: white;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}

.whitebox table{
	margin: auto;
}

.whitebox select{
	padding-left: 5%;
	background: #73024c url(../images/selecticon.png) no-repeat 90%;
	-webkit-appearance: none;
	color: #fff;
	width: 100%;
	height: 40px;
}

.whitebox td{
	padding: 10px;
}

.whitebox option{
	color: white;
}

.play10{
	border: 0;
	color: white;
	text-transform: uppercase;
	background: #73024c;
	font-size: 20px;
    padding: 10px 30px;
}

@media screen and (min-width: 768px){
	.whitebox{
		width: 98%;
	}

	.shapepng{
		width: 75%;	
	}
}

@media screen and (max-width: 768px){
	.horizontal-layout{
		overflow-y: scroll;
	}

	.col-sm-3, .col-sm-6, .col-sm-4{
		height: auto;
	}

	.part1, .part2, .part3{
		padding-bottom: 11%;
	}

	.purb, .orb, .slightorange{
		position: relative;
	}

	.slightorange{
		width: 100%;
	}
}