.tooltip2{
   		display: inline;
    		position: relative;
		}

		.tooltip2:hover:after{
    		background: #333;
    		background: rgba(0,0,0,.8);
    		border-radius: 5px;
    		bottom: 26px;
    		color: #fff;
    		content: attr(title);
    		left: 20%;
    		padding: 5px 15px;
    		position: absolute;
    		z-index: 98;
    		width: 300px;
		}

		.tooltip2:hover:before{
    		border: solid;
    		border-color: #333 transparent;
    		border-width: 6px 6px 0 6px;
    		bottom: 20px;
    		content: "";
    		left: 50%;
    		position: absolute;
    		z-index: 99;
		}
		.container_calc {
			/*margin: 0px 0px 0px 12%;*/
		}

		.linearBg2 {
		/* fallback */
		background-color: #FFF;
		background-repeat: repeat-x;

		/* Safari 4-5, Chrome 1-9 */
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#B0B0B0));

		/* Safari 5.1, Chrome 10+ */
		background: -webkit-linear-gradient(top, #FFF, #B0B0B0);

		/* Firefox 3.6+ */
		background: -moz-linear-gradient(top, #FFF, #B0B0B0);

		/* IE 10 */
		background: -ms-linear-gradient(top, #FFF, #B0B0B0);

		/* Opera 11.10+ */
		background: -o-linear-gradient(top, #FFF, #B0B0B0);
		 /* Only round the top corners */
		-webkit-border-bottom-left-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
		-moz-border-radius-bottomleft: 15px;
		-moz-border-radius-bottomright: 15px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	 }

	/* Arrows */
	.arrow {
		background: transparent url(../../../../sites/all/themes/Porto/img/arrows.png) no-repeat 0 0;
		width: 47px;
		height: 120px;
		display: inline-block;
		position: relative;
	}

	.arrow.vbr {
		background-position: -101px -144px;
		width: 47px;
		height: 96px;
	}
	/*html  {
		background: url(http://refuelcolorado.com/calc_jq/test_simple/sample/css/images/money.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	 }
	 .transparent {
		background:transparent url('http://refuelcolorado.com/images/transparent.png') repeat center top;
	 }*/
	.outer {
		width: 100%;
		text-align: center;
	}

	.inner {
		display: inline-block;
	}