
body {
	background: #f1ffff url("http://www.voxox.com/img/paint.png") top center no-repeat;
	font-family: proxima-nova-reg, sans-serif;
	font-size: 16px;
}

h1 {
	font-family: proxima-nova-thin, sans-serif;
	letter-spacing: -1px;
	line-height: 48px;
	margin: 0;
}

h2 {
	font-family: proxima-nova-thin, sans-serif;
	color: #333333;
	font-size: 30px;
	line-height: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	margin: 0;
}

h3 {
	color: #333333;
	font-size: 17px;
	font-family: proxima-nova-semi-bold, sans-serif;
	letter-spacing: -1px;
	line-height: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin: 0;
}


h4 {
	font-family: proxima-nova-light, sans-serif;
	line-height: 28px;
	margin: 0;
}


p {
	color: #6f7689;
	font-family: proxima-nova-reg, sans-serif;
	padding-bottom: 30px;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
}

b {
	font-family: proxima-nova-semi-bold, sans-serif;
	letter-spacing: -1px;
}

mark {
	background: #ffffcc;
	color: #6f7689;
	padding: 0 5px;
}


/* sprite Shouldn't be nessary for you're sytsem */

.sprite, a.sprite {
   background: url("http://www.voxox.com/img/sprite.png");
   display: block;
   position: relative; 
}

div.header a.logo {
	background-position: 0 -50px;
	height: 45px;
	float: left;
	width: 185px;
}

.footer-logo, a.footer-logo, div.footer div.span4 a.footer-logo {
	background-position: -57px -59px;
	height: 27px;
	margin-bottom: 20px;
	width: 128px;
	float: none;
}

.sip-trunks-big, a.sip-trunks-big {
	background-position: -200px -135px;
	height: 131px;
	margin: 0 auto;
	width: 120px;
}

.check-mark {
	background-position: -8px -352px;
	height: 20px;
	width: 20px;
}

.sip-trunks-big, a.sip-trunks-big {
	background-position: -200px -135px;
	height: 131px;
	margin: 0 auto;
	width: 120px;
}

.hosted-pbx-big, a.hosted-pbx-big {
	background-position: -200px 0;
	height: 131px;
	margin: 0 auto;
	width: 120px;
}

.wholesale-big, a.wholesale-big {
	background-position: -200px -412px;
	height: 131px;
	margin: 0 auto;
	width: 120px;
}

.sms-big, a.sms-big {
	background-position: -200px -135px;
	height: 131px;
	margin: 0 auto;
	width: 120px;
}

.hosted-pbx-normal, a.hosted-pbx-normal {
	background-position: -3px -210px;
	height: 38px;
	width: 53px;
}

.sip-trunk-normal, a.sip-trunk-normal {
	background-position: -62px -210px;
	height: 38px;
	width: 53px;
}

.wholesale-normal, a.wholesale-normal {
	background-position: -62px -255px;
	height: 38px;
	width: 53px;
}

.sms-normal, a.sms-normal {
	background-position: -3px -300px;
	height: 38px;
	width: 53px;
}



/* div.header */
div.header {
	margin: 43px 0 25px;
	position: absolute !important;
	width: 100%;
}

	
div.header nav {
	border-bottom: 2px solid #9aa7a8;
	border-bottom: 2px solid rgba(255,255,255,.5);
	float: right;
}

div.header nav ul {
	margin: 0;
	padding: 0;
}

div.header nav ul li {
	float: left;
	position: relative;
}
				
div.header nav ul li a {
	color: #ffffff;
	font-size: 1em;
	font-weight: 300;
	padding: 0 25px 12px 16px;
	font-family: proxima-nova-light, sans-serif;
}
					
div.header nav ul li a:hover {
	color: #ff6666;
}
					
div.header nav ul li a:focus {
	color: #ffffff;
	outline: none;
}

div.header nav ul li ul {
	background: #fff;
	border: 1px solid #a7b6b4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0, 5px, 10px, rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0, 5px, 10px, rgba(0,0,0,0.2);
	-webkit-box-shadow: 0, 5px, 10px, rgba(0,0,0,0.2);
	display: none;
	list-style: none;
	margin: 0;
	min-width: 222px;
	padding: 10px;
	opacity: .95;
	position: absolute;
	top: 32px;
	z-index: 100;
}

div.header nav ul li ul li {
	float: none;
	padding: 0;
}						

div.header nav ul li ul li a {
	color: #333333;
	display: block;
	font-size: 0.87em;
	padding: 5px !important;
}	

div.header nav ul li ul li a:hover {
	background: #f6f6f6 !important;
	color: #ff6666 !important;
}
						
div.header nav ul li ul:before {
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #a7b6b4;
	content: "";
	display: block;
	height: 0;
	left: 20px;
	position: absolute;
	top: -13px;
	width: 0;
}
				   
div.header nav ul li ul:after {
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #ffffff;
	content: "";
	display: block;
	height: 0;
	left: 20px;
	position: absolute;
	top: -12px;
	width: 0;
}

div.header.div.header li:hover > ul {  
	 display: block;
} 




/* content */

div.bus-top {
	background-attachment: fixed;
	background: url("http://www.voxox.com/img/business-heading.png") no-repeat ; 
	background-position: top center;
	background-size: cover;
	height: 359px;
	position: relative;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="@{cdn-url}/img/business-heading.png", sizingMethod='scale');
}
div.bus-top	.row {
	margin-top: 145px;
}
	
div.bus-top h1 {
	color: #fcfefe;
	font-size: 2.5em;
	font-weight: 100;
	padding: 0 0 11px;
}
	
div.bus-top	h4 {
	color: #fcfefe;
	font-size: 1.125em;
	font-weight: 100;
	line-height: 28px;
}
	
div.bus-top	a {
	background: #ff6666;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 8px 0 0;
	padding: 14px 0;
	width: 300px;
}


div.bus-top	a:hover {
	background: #ff7d7d;

}

div.bus-top	a:focus {
	background: #fd4b4b;

}
	
div.bus-top	p {
	background: #2e3434;
	background: rgba(31, 35, 35, 0.81);
	color: #eeeeee;
	display: inline-block;
	float: none;
	text-align: center;
	width: 230px;
	padding: 8px 35px;
}


div.bus-mid {
	border-top: 1px solid #cccccc;
	padding: 50px 20px 100px;
}	
	
div.bus-mid	article {
	padding-bottom: 40px;
}		

div.bus-mid article:last-child {
padding-bottom: 0;
}

div.bus-mid h2 {
	color: #ff6666;
	padding-bottom: 35px;
	text-transform: uppercase;
}
		
div.bus-mid a {
	margin-top: 10px;
}
		
div.bus-mid p {
	line-height: 24px;
}	
		
div.bus-mid p:last-child {
	padding-bottom: 0;
}
		
div.bus-mid ul {
	padding-bottom: 0;
}
		
div.bus-mid table {
	margin-bottom: 0;
}
		
div.bus-mid .links {
	clear: both;
	padding: 20px 0 0 20px;
}
		
div.bus-mid:last-child {
	padding-bottom: 0;
}
	
div.bus-mid	article.npb {
	padding-bottom: 0;
}
	
div.bus-mid	hr {
	background: #cccccc;
	height: 2px;
	margin-right: 25px;
	width: auto;
}

	div.bus-mid	.aside.np { 
	padding: 0; 
}
	

div.bus-mid	.aside {
	border: 0;
}		

div.bus-mid .aside h2 {
	color: #333333;
	padding: 20px 0;
	text-align: center;
	text-transform: none;
}
		
div.bus-mid .aside ul {
	padding: 0;
}
div.bus-mid .aside ul li {
	padding: 15px 0;
}

div.bus-mid .aside ul li:last-child {
	padding-bottom: 0;
}


.bundle {
	padding: 30px 0 0;
}

.bundle strong {
	color: #6f7689;
	display: block;
	padding: 0 0 25px;
}
	
.bundle	span {
	color: #ff6666;
	font-size: 63.72px;
	line-height: 35px;		
}		

.bundle span sup {
	font-size: 37px;
}

ul.bis-list  {
	padding-right: 25px;	
	margin-bottom: 0;
}

ul.bis-list li {
	border-bottom: 1px solid #cccccc;
	color: #6f7689;
	font-weight: normal;
	padding: 15px 10px 10px 0;
	text-transform: none;
	width: auto;
}

ul.bis-list li	span {
	display: inline-block;
	margin: 0 5px -5px 0;
}
	
ul.bis-list li:last-child {
	border: 0;
	padding-bottom: 0;
}
	
ul.bis-list li	dl {
	margin: 0px;
	padding: 0px;
}	

ul.bis-list li	dt {
	width: 20px;
	margin: 0px;
	float: left;
}
		
ul.bis-list li dd {
	margin: 0;
	padding: 0 0 0 30px;	
}

div.bus-bottom {
	background:  #fefeed;
	border-top: 1px solid #cccccc;
	padding: 10px 20px 15px;
}
	
div.bus-bottom a {
	color: #1e7299;
	margin: 12px 0 0;
}

div.bus-bottom a:hover {
	color: #ff6666;
	text-decoration: none;
}
	
div.bus-bottom a.sprite {
	box-shadow: 2px, 2px, 2px, rgba(0,0,0,0.07);
	-webkit-box-shadow: 2px, 2px, 2px, rgba(0,0,0,0.07);
	-moz-box-shadow: 2px, 2px, 2px, rgba(0,0,0,0.07);
	float: left;
	margin: 0 8px 0 0;
	
}
	
div.bus-bottom .look-for-apps {
	color: #333333;
	margin-top: 13px;
}

div.footer {
	background: #434a4a;
	padding: 60px 20px;
}	

div.footer img {
	padding: 0 0 30px;
}
	
div.footer h4 {
	line-height: 25px;
	font-family: proxima-nova-bold, sans-serif;
	padding: 0 20px 25px 0;
}	
	
div.footer a, div.footer h4 {
	color: #aabcbc;
}
	
div.footer strong {
	color: #ffffff;
	font-family: proxima-nova-bold, sans-serif;
	font-size: 14px;
}
	
div.footer ul {
	font-weight: 200;
	padding: 25px 0 0;
}	
	
div.footer ul li {
		padding: 10px 0 0;
}
			
div.footer ul li a {
	font-size: .875em;
	font-family: proxima-nova-light, sans-serif;
}

div.footer ul li a:hover {
	color: #ff6666;
	text-decoration: none;
}
			
div.footer ul li a:first-child {
	padding: 0;
}
	
div.footer div.span4 div {
	/*height: 33px;
	padding: 0 0 35px;*/
}
	
div.footer div.span4 div a {
	color: #ff6666;
	font-size: 2.5em;
	float: left;
	margin: 0 15px 0 0;
}
				
div.footer div.span4 div a:hover {
	color: #ffffff;	
}
				
div.footer div.span4 div a:last-child {
	margin: 0;
}
	
div.footer .copyright {
	color: #aabcbc;
	font-weight: 200;
	padding: 40px 0 0;
	position: absolute;
}


/*  VIEO FIXES  -------------------------------------------------------------------------------- */
body .row-fluid [class*="span"] {
	min-height: inherit;
}
body .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
body .row-fluid [class*="span"]:first-child {
	
}
body #main-header .span7 {
	margin-left: 20px;
	width: 540px;
}
body #main-header .span5 {
	width: 300px;
	margin-left: 100px;
}

body #aside.span4 {
	width: 220px;
	margin-left: 20px;
	float: right;
}
div.bus-bottom {
	min-height: 34px;
}
#bus-bottom {
	width: 940px;
	margin: auto;
	float: none;
}
#bus-bottom .pull-right {
	float: right;
	text-align: right;
}
.footer>.row-fluid-wrapper {
	width: 940px;
	margin: auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
	body {
		padding: 0px;
	}
	body #main-header .span7 {
		margin-left: 20px;
		width: 414px;
	}
	body #main-header .span5 {
		width: 228px;
		margin-left: 32px;
	}
	div.header {
		margin-left: 20px;
	}
	div.bus-top	h4 {
		color: #fcfefe;
		font-size: .9em;
		font-weight: 100;
		line-height: 23px;
	}

}

@media (max-width: 767px) {
	body #main-header .span7 {
	    width: 99.9999%;
	    *width: 99.9999%;
	    padding-right: 30px;
	    float: none;
	}
	body #main-header .span5 {
	    width: 99.9999%;
	    *width: 99.9999%;
	    padding-left: 20px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    margin-top: 10px;
	    float: none;
	    margin-left: 0px;
	    margin-bottom: 20px;
	}
	div.header {
		margin-left: 20px;
	}
	div.bus-top {
		height: auto;
	}
	div.bus-top	p {
		width: 190px;
	}
	div.bus-top	a {
		width: 260px;
	}
	div.bus-top h1 {
		color: #fcfefe;
		font-size: 1.5em;
		font-weight: 100;
		padding: 0 0 11px;
	}
	div.bus-top	h4 {
		color: #fcfefe;
		font-size: 14px;
		font-weight: 100;
		line-height: 23px;
	}
}

@media (max-width: 480px) {
	body #main-header .span7 {
    width: 99.9999%;
    float: none;
	}
	body #main-header .span5 {
    width: 99.9999%;
    float: none;
	}
}

@media (max-width: 979px) {
	body {
		padding: 0px;
	}
	body #aside.span4 {
		width: 100%;
		margin-left: 0px;
		float: right;
	}
	body #aside {
		margin-bottom: 40px;
	}
	#bus-bottom, .footer>.row-fluid-wrapper {
		width: 99.999%;
		margin: auto;
		float: none;
	}
	#bus-bottom .span6 {
		min-height: 34px;
	}
	#bus-bottom .pull-right {
		float: none;
		text-align: left;
	}
}


