


.tool-box {
	/*background: url(../../images/toolbox/sponsor-form.png) center 80% no-repeat #ffffff;*/
	position: relative;
}

.owl-theme .owl-controls {
	display: none !important;
}

.process {
	padding-top: 140px;
	padding-bottom: 140px;
	background-color: #404556;
	min-height: 750px;
}

.process .row {
	position: relative;
}

.process h1, .process h2, .process h3, .process h4, .process h5 {
	color: #ffffff;
}

.process-bubble {
	width: 80%;
	margin-top: 20%;
	margin-bottom: 15px;
		
		
		/*border-radius: 50%;*/
	border: 2px dashed rgba(255, 255, 255, 0.46);
	
	-webkit-border-radius: 50%;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 50%;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 50%;
	border-bottom-left-radius: 5px;
}

.process-bubble {
/*            animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    
    animation-iteration-duration: 3s;
       -moz-animation-iteration-duration: 3s;
    -webkit-animation-iteration-duration: 3s;*/
/*    
    animation-name: floating;
    -webkit-animation-name: floating;
    -moz-animation-name: floating;*/
}



.process-bubble.sponsor {
	background: url(../../images/toolbox/sponsorSVG.svg) center center no-repeat;
	background-size: 50%;
}

.process-bubble.event {
	background: url(../../images/toolbox/eventSVG.svg) center center no-repeat;
	background-size: 60%;
}

.process-bubble.propose {
	background: url(../../images/toolbox/proposeSVG.svg) center center no-repeat;
	background-size: 50%;
}

.process-bubble.activate {
	background: url(../../images/toolbox/activationSVG.svg) center center no-repeat;
	background-size: 50%;
}

.row.sub-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
	max-width: 100%;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
	background-color: rgba(8, 8, 8, 0.39);
}

.tool-box .content-panel{
	/*padding-bottom: 100px;*/
	padding-top: 160px;
	z-index: -3;
	height: 998px;


}

.tool-box .content-panel p {
	font-size: 1.1em;
}


.pricing-slide {
	/*background: url(../../images/toolbox/calculatorBG.jpg) center bottom no-repeat #ffffff;*/
	background-size: cover;
	background-color: #293149;
}



.sponsor-slide {
	background: url(../../images/toolbox/skylineBG.png) center bottom no-repeat #f0fefa;
	background-size: 100%;
}

.proposal-slide {
	background-color: #f0fefa;
}

.proposal-sample {
/*	background: url(../../images/toolbox/proposalsample.jpg) right center no-repeat #ffffff;
	background-size: 50%;*/
	background-color: #f0fefa;
}

.agreement-slide {
	background-color: #293149;
}

.activation-slide {
	background-color: #f0fefa;
}




.sponsor-form {
	background: url(../../images/toolbox/sponsor-form.png) center center no-repeat;
	width: 600px;
	height: 350px;
	border: 1px solid #b9b9b9;
	margin-right: auto;
	margin-left: auto;
	background-size: 100% 100%;
}

.pricing-form {
	background: url(../../images/toolbox/pricing-form.png) center center no-repeat;
	width: 893px;
	height: 414px;
	margin-right: auto;
	margin-left: auto;
	background-size: 100% 100%;
}


.sponsor-wrapper {

	opacity: 1;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.sponsor-figure {
	width: 70px;
	height: 190px;
	background: url(../../images/toolbox/sponsor-figure.png) center top no-repeat;
	 background-size: 100% 100%;
	display: inline-block;
}

.sponsor-figure.two {
	/*height: 300px;*/
	margin-bottom: 50px;
}

.sponsor-figure.one, .sponsor-figure.three {

}

.hand {
	width: 220px;
	height: 300px;
	background: url(../../images/toolbox/hand-click.png) center center no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	float: right;
	margin-top: -60px;
}

.hand-angle {
	width: 260px;
	height: 343px;
	background: url(../../images/toolbox/hand-angle.png) center center no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	position: a;
	bottom: 0;
	margin-top: -180px;
	margin-left: 290px;
}



.advance {
	/*width: 20px;*/
	height: 70px;
	margin-top: -30px;

	top: 50%;
	position: absolute;
	background-color: #484848;
	color: #ffffff;
}

.advance.forward {
		right: 0;
}

.advance.backward {
	left: 0;
}