@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic-webfont.eot');
    src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: 300;
    font-style: italic;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;

}




/* #Reset
================================================== */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	body, button {
		-webkit-font-smoothing: antialiased;
	}
		
	/**
	 * For modern browsers
	 * 1. The space content is one way to avoid an Opera bug when the
	 *    contenteditable attribute is included anywhere else in the document.
	 *    Otherwise it causes space to appear at the top and bottom of elements
	 *    that are clearfixed.
	 * 2. The use of `table` rather than `block` is only necessary if using
	 *    `:before` to contain the top-margins of child elements.
	 */
	.cf:before,
	.cf:after {
	    content: " "; /* 1 */
	    display: table; /* 2 */
	}
	
	.cf:after {
	    clear: both;
	}
	
	/**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
	.cf {
	    *zoom: 1;
	}

/* #Basic Styles
================================================== */
	body {
		font: 13px/21px 'Open Sans', arial, sans-serif;
		color: #555555;
		-webkit-text-size-adjust: 100%;
		background: #efefef;
 }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #555;
		font-family: "Open Sans", arial, serif;
		font-weight: normal; 
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 29px; line-height: 38px; margin-bottom: 14px;}
	h2 { font-size: 21px; line-height: 28px; margin-bottom: 10px; }
	h3 { font-size: 18px; line-height: 26px; margin-bottom: 8px; }
	h4 { font-size: 16px; line-height: 24px; margin-bottom: 8px; margin-top: 4px; }
	h5 { font-size: 15px; line-height: 21px; }
	h6 { font-size: 14px; line-height: 21px; }

/* #Links
================================================== */
	a, a:visited { color: #444; outline: 0; text-decoration: none;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;			
	}
	a:hover, a:focus { color: #7159a5; }
	p a, p a:visited { line-height: inherit; }
	p a.button, p a.button:visited { line-height: normal; }

/* #Forms
================================================== */

.submit-form {
	text-align: center;
	padding-top: 15px;
}
label {
	width: 120px;
	display: inline-block;
	height: 36px;
	box-sizing: border-box;
	vertical-align: top;
	line-height: 36px;
	white-space: nowrap;
}
input {
	display: inline-block;
	height: 36px;
	box-sizing: border-box;
	vertical-align: top;
	border: 1px solid #ddd;
	margin: 0;
}
input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  border: 1px solid #ddd;
}
 
input[type=text]:focus, textarea:focus {
	box-shadow: 0 0 5px #bba5ea;
	border: 1px solid #bba5ea;
}
.form-dropdown {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: url("../images/dropdown.png") no-repeat right center #fff;
    height: 36px;
}
.form-dropdown select {
    padding: 8px 30px 8px 10px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    margin: 0;
    font-family: "open sans";
}
.form-dropdown select:focus {
    outline: none;
}
.form-dropdown:hover {
	box-shadow: 0 0 5px #bba5ea;
	border: 1px solid #bba5ea;
}
.input-container {
	margin-bottom: 10px;
}
.disabled {
	opacity: 0.5;
}
.disabled .button, .disabled input[type=submit] {
	display: none;
}
small {
	display: block;
	margin: 0 0 0 120px;
	color: #777;
}


/* #Buttons
================================================== */

.button, a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		border-style: solid;
		border-width: 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		
	/*	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 0;*/
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
		background-repeat: repeat-x;
	/*	border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.15);*/
		color: white;
		text-shadow: 0 1px rgba(0, 0, 0, 0.3);
		background-color: #374045;
		text-decoration: none;
		font-size: 16px;
		font-family: "Open Sans", arial;
		font-weight: 400;

		display: inline-block;
		cursor: pointer;
		line-height: normal;
		padding: 5px 14px;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}


.button:hover, a:hover.button,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {

		background-color: #7159a5;
	  
	  }

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		
		background-color: #3d494f;
		
		}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

.button_hilite, a.button_hilite{
	background-color: #7159a5;
}	
.button_hilite:hover, a:hover.button_hilite{
	background-color: #374045;
}

.button_pale, a.button_pale{
	color: #374045;
	background-color: #f8f8f8;
	text-shadow: 0 1px 0 rgba(256, 256, 256, 0.4);
}	
a:hover.button_pale{
	color: #fff;
	background-color: #374045;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.button, button.sm_button, a.sm_button,
	input[type="submit"].sm_button,
	input[type="reset"].sm_button,
	input[type="button"].sm_button {
		
		font-size: 13px;
}
.button_highlight, a.button_highlight{
	background-color: #4dbe67;
}	
.button_highlight:hover, a:hover.button_highlight{
	background-color: #374045;
}

/* #Main Navigation
================================================== */
#menu {
	background: #7159a5;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-align: center;	
    margin-bottom: 30px;	
}
#menu ul {
	white-space: nowrap;
}
#menu > ul > li > a {
	font-size: 20px;	
	text-decoration: none;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	z-index: 6;
	position: relative;
	border-bottom: 1px solid #634e90;
	border-top: 1px solid #8e73c9;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#menu > ul > li > a:hover, #menu > ul > li > a.active {
	background: #4dbe67;
	box-shadow: inset 1px 3px 4px #228539;
}
#menu  a#compare, #menu  a#compare:hover, #menu  a#compare.active {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top: 0;
}
#menu a#international, #menu a#international:hover, #menu a#international.active {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom: 0;
}

/* #Main containers + Common styles
================================================== */

#wrapper{
	
	background: white;
	padding: 25px;
	text-align: left;
	position: relative;
	
}
#wrapper.full_wrapper{
	width: 100%;
	margin: 0px auto;
	padding: 20px 0 0;
}
.h10 {
	height: 10px;
}
.divider_bgr {
	background: url('../images/header_bgr_diag.png') left top;
}
.page_divider {
	margin: 35px 0;
}
.title, .post_description h2.title {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
	background: url('../images/header_bgr_diag.png') left top;
	font-size: 20px;
	line-height: 18px;
	margin: 20px 0 22px;
	letter-spacing: -1px;
}
.title span{
	background: #fff;
	padding-right: 12px;
}
.blurb {
	text-align: center;
}
.blurb p {
	margin: 15px 0;
	line-height: 24px;
}
.points {
	margin: 20px auto;
	width: auto;
}
.blurb .page_heading h1 {
	font-weight: 400;
	text-transform: uppercase;
	color: #7159a5;
	line-height: normal;
}
.blurb .title {
	margin-top: 0;
}
.points h4 {
	margin-top: 0;
}
.points li, #benefits-tab li, #free-tab li {
	background: url(../images/check.png) 0 center no-repeat;
	background-size: 14px;
	padding-left: 20px;
	margin: 4px 0;
}
.points li {
	background: url(../images/phone.png) 0 center no-repeat;
}
.call-to-action {
	margin: 20px 0 30px;
	text-align: center;
}
.call-to-action h3 {
	color: white;
	background: #7159a5;
	padding: 6px 10px 8px;
	font-size: 22px;
	display: inline-block;
	letter-spacing: -2px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Open Sans", arial, serif;
	font-weight: normal;
}
.tabs {
	margin-bottom: 15px;
}
.tabs a.active {
	background: #444;
}
#header {
	background: url('../images/tripudio_logo.png') 50% 20px no-repeat;
	height: 160px;
	position: relative;
	margin: 0 auto 30px;
}
.header_phone{
	position: absolute;
	top: 70px;
	left: 50%;
	background: url('../images/header_phone.png') left center no-repeat;
	padding-left: 20px;
	color: #888;
	font-weight: 300;
	font-size: 16px;
	box-sizing: border-box;
	width: 200px;
	margin: 0 0 0 -100px;
}
.header_social {
	position: absolute;
	right: 0;
	top: 120px;
}
.header_mail{
	float: right;
	padding-left: 23px;
	background: url('../images/header_mail.png') left center no-repeat;
}
.header_soc_twitter {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_twitter.png') left -16px no-repeat;
	margin: 8px 0 0 12px;
	text-indent: -10000px;	
}
a:hover.header_soc_twitter {
	background: url('../images/header_soc_twitter.png') left top no-repeat;
}
.header_soc_google {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_google.png') left -16px no-repeat;
	margin: 8px 0 0 12px;
	text-indent: -10000px;	
}
a:hover.header_soc_google {
	background: url('../images/header_soc_google.png') left top no-repeat;
}
.header_soc_skype {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_skype.png') left -16px no-repeat;
	margin: 8px 0 0 12px;
	text-indent: -10000px;	
}
a:hover.header_soc_skype {
	background: url('../images/header_soc_skype.png') left top no-repeat;
}
.header_soc_facebook {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_fb.png') left -16px no-repeat;
	margin: 8px 0 0 12px;
	text-indent: -10000px;	
}
a:hover.header_soc_facebook {
	background: url('../images/header_soc_fb.png') left top no-repeat;
}
.header_soc_pinterest {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_pinterest.png') left -16px no-repeat;
	margin: 8px 0 0 12px;
	text-indent: -10000px;	
}
a:hover.header_soc_pinterest {
	background: url('../images/header_soc_pinterest.png') left top no-repeat;
}
.header_soc_rss {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_rss.png') left -16px no-repeat;
	margin: 8px 0 0 12px;
	text-indent: -10000px;
}
a:hover.header_soc_rss {
	background: url('../images/header_soc_rss.png') left top no-repeat;
}
.header_soc_linkedin {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_linkedin.png') left -16px no-repeat;
	margin: 8px 0 0 12px;
	text-indent: -10000px;	
}
a:hover.header_soc_linkedin {
	background: url('../images/header_soc_linkedin.png') left top no-repeat;
}
.header_soc_youtube {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_soc_youtube.png') left -16px no-repeat;
	margin: 8px 0 0 12px;
	text-indent: -10000px;	
}
a:hover.header_soc_youtube {
	background: url('../images/header_soc_youtube.png') left top no-repeat;
}
.header_soc_mail {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../images/header_mail.png') left -16px no-repeat;
	margin: 8px 0 0 12px;
	text-indent: -10000px;	
}
a:hover.header_soc_mail {
	background: url('../images/header_mail.png') left top no-repeat;
}
#hero {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: #444;
	letter-spacing: -1px;
	text-align: center;
}

/* #Footer
================================================== */

#footer {
	
	padding: 25px;
	clear: both;
	background: #2d3032;
	font-size: 12px;

}

#wrapper.full_wrapper #footer {
	width: 100%;
}
#wrapper.full_wrapper .footer_inside {
	width: 960px;
	margin: 20px auto;
}

#footer h3 {
	color: #d1d6d9;
	font-size: 15px;
	line-height: 21px;	
	margin: 14px 0;
}
#footer-phone div {
	padding-bottom: 14px;
}


/* Footer Icons*/
.icon_twitter {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_tweet.png') center -23px no-repeat;
	text-indent: -9999px;
	margin-left: 12px;
}
a.icon_twitter:hover {
	background: url('../images/icon_tweet.png') center top no-repeat;
}
.icon_facebook {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_facebook.png') center -23px no-repeat;
	text-indent: -9999px;
	margin-left: 12px;	
}
a.icon_facebook:hover {
	background: url('../images/icon_facebook.png') center top no-repeat;
}
.icon_pinterest {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_pinterest.png') center -23px no-repeat;
	text-indent: -9999px;
	margin-left: 12px;	
}
a.icon_pinterest:hover {
	background: url('../images/icon_pinterest.png') center top no-repeat;
}
.icon_skype {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_skype.png') center -23px no-repeat;
	text-indent: -9999px;
	margin-left: 12px;	
}
a.icon_skype:hover {
	background: url('../images/icon_skype.png') center top no-repeat;
}
.icon_google {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_google.png') center -23px no-repeat;
	text-indent: -9999px;
	margin-left: 12px;
}
a.icon_google:hover {
	background: url('../images/icon_google.png') top center no-repeat;
}
.icon_linkedin {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_linkedin.png') center -23px no-repeat;
	text-indent: -9999px;
	margin-left: 12px;
}
a.icon_linkedin:hover {
	background: url('../images/icon_linkedin.png') top center no-repeat;
}


.icon_phone {
	font-size: 13px;
	line-height: 24px;
	background: url('../images/icon_footer_phone.png') left 4px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 6px;
}
.icon_mail {
	font-size: 13px;
	line-height: 24px;
	background: url('../images/icon_footer_mail.png') left 5px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 6px;
}
.icon_loc {
	font-size: 13px;
	line-height: 24px;
	background: url('../images/icon_footer_loc.png') left 3px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 6px;
}

#footer.footer_dark .icon_phone, #footer.footer_dark .icon_mail, #footer.footer_dark .icon_loc{
	color: #748188;
	text-shadow: none;
}

#footer .columns ul ul.sub-menu {
	margin-top: 3px;
}
	
#footer .columns ul {
	margin: 0px 0 0 0px;
	list-style: none;
	padding: 0;
}
#footer .columns ul li {
	margin-bottom: 4px;
	background: url('../images/arrow_footer_list.png') -5px 1px no-repeat;
	padding-left: 16px;
}
.margined_left, #footer .columns ul.margined_left {
	margin-left: 18px;
}
#footer a {
	text-decoration: none;
	padding: 0px;
	font-size: 12px;
	line-height: 15px;
	color:#949ea3;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;			
}
#footer a:hover {
	color:#7159a5;
}

#footer .boc_latest_post img{
	float:left;
	border: 3px solid #666;
	margin: 2px 14px 22px 0;
	padding: 0;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
	width: 42px;
	height: 42px;	
}
#footer .boc_latest_post img:hover{
	border: 3px solid #7159a5;
}

#footer .boc_latest_post p.date{
	color: #757D82;
}

#footer .boc_latest_post p.boc_latest_post_title{
	padding-top: 0;
	line-height: 16px;
}

#powered {
	float: left;
	margin-top: 1px;
	margin-right: 120px;
	font-size: 11px;
	color: #748188;
}
#powered a{
	font-size: 11px;
}
.footer_btm {
	clear: both;
	overflow: auto;
	padding: 10px 20px 10px;
	margin: 0 -25px -25px;
	background: #222425;
	border-top: 1px solid #373737;
	
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

#wrapper.full_wrapper .footer_btm_inner {
	width: 960px;
	margin: 0px auto;
}
#wrapper.full_wrapper .footer_btm {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
#footer-phone div.uk-phone {
	background: url('../images/uk-flag.jpg') 0 50% no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
}
#footer-phone div.us-phone {
	background: url('../images/us-flag.jpg') 0 50% no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
}
#footer-phone div.es-phone {
	background: url('../images/es-flag.jpg') 0 50% no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
}

/* #compare
================================================== */

.compare-table {
	width: 100%;
	border-collapse: collapse;
	border: 5px solid #eee;
	margin: 30px 0;
	display: none;
}
.compare-table th, .compare-table td {
	border: 1px solid #ddd;
	text-align: center;
	padding: 10px 0;
}
.compare-table tfoot td {
	border: 0;
	text-align: center;
}
.compare-table td.feature {
	text-align: left;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	line-height: 24px;
}
.compare-table .button {
	font-size: 11px;
}
.compare-table h3 {
	white-space: nowrap;
	font-size: 28px;
	line-height: 36px;
	margin: 0;
	color: #7159a5;
}
.compare-table h3.international-compare {
	font-size: 14px;
}
.yes, .free, .unlimited {
	color: #4dbe67;
	font-weight: bold;
}
.compare-matrix {
	text-align: center;
	margin: 60px 0;
}
.compare-prefix {
	box-sizing: border-box;
	background: #fff;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	text-align: center;
	position: relative;
	
	vertical-align: top;
	
	font-size: 20px;
	width: 222px;
	border: 1px solid #eee;
	border-width: 0 1px 1px;
	margin: 0 auto 10px;
}
.compare-prefix i {
	font-style: normal;
	color: #aaa;
}
.compare-prefix div {
	border: 1px solid #eee;
	border-width: 1px 0 0; 
	height: 75px;
	padding: 10px 0 0;
	display: inline-block;
	vertical-align: top;
	width: 110px;
}
.compare-prefix small {
	margin: 0;
	font-size: 10px;
	text-shadow: none;
}
.compare-meta {
	font-size: 12px;
}
.compare-prefix div.compare-prefix-class {
	text-shadow: 0 1px 1px #222;
	font-size: 11px;
	color: #fff;

	background: rgb(68,68,68); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM1MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(53,53,53,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(53,53,53,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(53,53,53,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(53,53,53,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(53,53,53,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(68,68,68,1) 0%,rgba(53,53,53,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#353535',GradientType=0 ); /* IE6-8 */
	
	border: 1px solid #3b3d3e;
	border-bottom: 1px solid #212223;
}
.compare-prefix h2 {
	color: #fff;
	font-size: 28px;
	margin: 0;
	padding-top: 10px;
}
.compare-prefix h2.compare-prefix-international {
	font-size: 18px;
}
.compare-prefix div.compare-prefix-fee, 
.compare-prefix div.compare-prefix-minutes, 
.compare-prefix div.compare-prefix-landline,
.compare-prefix div.compare-prefix-rebate {
	background: #f6f6f6;
}
.compare-prefix div.compare-prefix-calltoaction {
	padding: 20px 0;
	border-width: 0;
}

/* #Error
================================================== */
.exception {
	font-size: 24px;
	line-height: 48px;
	color: #7159a5;
	margin: 100px;
	text-align: center;
}

/* #Select form (three panels)
================================================== */

.select-description {
	margin: 20px;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.form-container {
	padding: 20px;
	margin: 40px -20px 70px;
}
#international-select {
	text-align: center;
	margin-bottom: 40px;
}
#international-select .button_international_hilite {
	background-color: #4dbe67;
}	
#select h4 {
	background: url(../images/select.png) right center no-repeat #393B3C;
}
#configure h4 {
	background: url(../images/redirect.png) right center no-repeat #393B3C;
}
.number-preview {
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	margin: 0 20px 10px 0;
	font-size: 11px;
	font-weight: bold;
	box-sizing: border-box;
}
.number-preview.loading {
	background-position: 160px 50%;
}
#loading {
	background: url(../images/load.gif) center center no-repeat;
	height: 300px;
	padding-top: 50px;
	border: 5px solid #f6f6f6;
	text-align: center;
	box-sizing: border-box;
}
#aliasbuffer {
	display: none;
}
#add-number {
	padding: 0 0 0 20px;
}
#configure .form-dropdown {
	width: 110px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	box-sizing: border-box;
}
#configure .country-prefix {
	width: 120px;
	padding-right: 25px;
}
.redirect-input {
	display: inline-block;
	vertical-align: top;
	
}
.redirect-input input {
	box-sizing: border-box;
	width: 120px;
	height: 36px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 0 10px;
	font-family: "open sans";
	margin: 0;
}
.redirect-input input.with-prefix {
	width: 155px;
}
.redirect-prefix {
	margin: 0 10px 0 0;
	padding-left: 20px;
	background: url(../images/plus.png) left 50% no-repeat;
}
.redirect-prefix input {
	width: 55px;
}
.prefix-tooltips {
	position: relative;
	font-size: 9px;
	padding-left: 20px;
	color: #aaa;
}
.prefix-tooltips span {
	position: absolute;
	left: 85px;
}
#topcart {
	position: absolute;
	top: 140px;
	left: 25px;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 13px;
}
#topcart span {
	display: none;
}
#topcart .grand-total {
	display: inline-block;
	font-size: 13px;
	padding: 0;
	margin: 0;
}
#topcart .view-basket {
	color: #7159a5;
	font-weight: bold;
}
#cart {
	margin: 20px 20px 0;
}
.cart-item {
	height: 36px;
	line-height: 36px;
	background: url(../images/close.png) right center no-repeat #7159a5;
	color: #fff;
	padding: 0 10px;
	white-space: nowrap;
	border: 1px solid #7159a5;
	box-sizing: border-box;
	border-radius: 2px;
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
	
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	
	cursor: pointer;
}
.cart-item:hover {
	background-color: #fff;
	color: #555;
	border-color: #eee;
	padding-left: 80px;
}
.cart-item:hover:before {
	content: '';
	background: #888;
	border-radius: 2px;
	color: #fff;
	height: 100%;
	width: 70px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
#purchase .cart-item:hover:before {
	content: 'Remove';
}
#payment-cart .cart-item:hover:before {
	content: 'Edit';
}
.cart-item:last-child {
	margin-bottom: 20px;
}
.cart-number {
	display: inline-block;
	padding-right: 20px;
	background: url('../images/arrow_footer_list.png') right center no-repeat;
}
.redirect-target {
	display: inline-block;
}
.cart-item:hover .redirect-target {
	display: none;
}
#number-lines {
	font-weight: bold;
}
.cart-total {
	line-height: 30px;
	position: relative;
}
.cart-total b {
	position: absolute;
	top: 0;
	right: 0;
}
#totals {
	margin: 0 20px;
}
#grand-total, #sub-total {
	border-top: 1px solid #aaa;
	font-weight: bold;
	background: none;
	line-height: 30px;
}
#grand-total b, #sub-total b {
	font-size: 18px;
}
.form-all {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.buy-containers {
	box-sizing: border-box;
	border: 10px solid #f6f6f6;
	background: #fafafa;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .5);
	text-align: left;
	position: relative;
}
.buy-containers h4 {
	background-color:#393B3C;
	color:#FFFFFF;
	text-shadow:#111111 0 1px 0;
	padding: 10px 0 10px 20px;
	margin: 0;
	font-size: 13px;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-radius-top-left: 4px;
	border-radius-top-right: 4px;
}
.select-container {
	padding: 0 20px;
}
#international-country-select {
	display: inline-block;
	margin-right: 10px;
}
#select #international-town-select {
	box-sizing: border-box;
	width: 150px;
	display: inline-block;
	margin: 10px 10px 10px 0;
	background-position: 125px center;
}
#international-prefix-select {
	box-sizing: border-box;
	width: 80px;
	display: inline-block;
	margin: 10px 0;
}
#international-info {
	padding: 20px;
	background: #f6f6f6;
}
.international-contact h4 {
	background: url(../images/international.png) right center no-repeat #393B3C;
}
.select-numbers {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.select-numbers .button {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.loading {
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#select.loading {
	background-position: center 200px;
}
#popup {
	border-radius: 5px;
	background: #fff;
	text-align: center;
	padding: 20px;
	width: 300px;
}
#popup .button {
	margin-top: 20px;
	width: 120px;
}

/* #International Content
================================================== */

.intl-form, #international-select, #international-content {
	display: none;
}

/* #Create New Account
================================================== */

.purchase-container {
	margin: 20px 0 0;
}
.payment-container {
	padding: 20px;
	position: relative;
}
.contact-info-input {
	width: 730px;
	margin: 40px auto;
}
.contact-info-input div div {
	white-space: nowrap;
	margin: 0 0 10px;
}
.contact-info-input input {
	width: 240px;
	box-sizing: border-box;
	height: 36px;
	padding: 0 10px;
}
.contact-info-one {
	float: left;
	position: relative;
}
.contact-info-two {
	margin-left: 380px;
	position: relative;
}
#country-select {
	display: inline-block;
	margin: 0;
	width: 240px;
	box-sizing: border-box;
	background-position: 210px center;
}
#create-account .message {
	text-align: center;
	font-weight: bold;
	color: #7159a5;
}

/* #Contact Form
================================================== */

#contact-form {
	background: #fafafa;
	margin: 15px 0 0;
	padding: 15px 0 30px 15px;
	position: relative;
}
#contact-form div {
	position: relative;
}
.contact-label {
	display: inline-block;
	width: 70px;
	vertical-align: top;
	white-space: nowrap;
	line-height: 36px;
	font-weight: normal;
}
#contact-form .error {
	left: 80px;
}
#contact-form input, #contact-form textarea {
	box-sizing: border-box;
	display: inline-block;
	width: 220px;
	vertical-align: top;
	margin-bottom: 5px;
	height: 36px;
	border: 1px solid #ddd;
	padding: 0 10px;
}
#contact-form textarea {
	height: 100px;
	margin: 0;
	padding: 10px;
}
#contact-form .icon_mail {
	margin-bottom: 15px;
}
.contact-status {
	text-align: center;
	padding: 10px 0 0;
	color: #7159a5;
	font-weight: bold;
}

/* #Logos
================================================== */

.logos-header {
	text-align: center;
}
.logos-header em {
	font-style: normal;
	color: #7159a5;
}
.logos {
	text-align: center;
	margin: 20px 0;
}
.logos img {
	margin: 20px;
}

/* #Payment
================================================== */

#payment h4 {
	background: url(../images/secure.png) right center no-repeat #393B3C;
}
.payment-page {
	text-align: right;
	position: relative;
}
#purchase h4 {
	background: url(../images/cart.png) right center no-repeat #393B3C;
}
.payment-container #number {
	width: 200px;
}
.payment-container #name, .payment-container #address {
	width: 305px;
}
.payment-type {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}
.payment-type div {
	width: 50px;
	height: 32px;
	display: inline-block;
	vertical-align: top;
	text-indent: 1000%;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 1px;
	margin: 2px 0;
	box-sizing: border-box;
}
.payment-type div.disabled {
	-webkit-filter: grayscale(1); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);
	opacity: 0.5;
}
#visa {
	background: url(../images/icon_visa.png) center center no-repeat #fff;
}
#mastercard {
	background: url(../images/icon_mastercard.png) center center no-repeat #fff;
}
#discover {
	background: url(../images/icon_discover.png) center center no-repeat #fff;
}
#amex {
	background: url(../images/icon_amex.png) center center no-repeat #fff;
}
label#cvv-label {
	width: auto;
	padding: 0 10px 0 0;
}
#cvv-container {
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
}
#cvv {
	width: 60px;
}
#expiry-month {
	display: inline-block;
	width: 70px;
	vertical-align: top;
	margin: 0;
	background-position: 40px center;
}
#expiry-year {
	display: inline-block;
	width: 80px;
	vertical-align: top;
	margin: 0;
	background-position: 50px center;
}
.same-address {
	padding: 10px 0 0 120px;
}
.same-address label, .same-address input {
	width: auto;
	height: auto;
	line-height: normal;
	font-weight: normal;
	vertical-align: middle;
}
.same-address label {
	display: block;
}
#payment {
	float: left;
	width: 620px;
}
#checkout-button {
	font-size: 24px;
	margin: 0 auto;
	width: 320px;
	display: block;
	text-align: center;
	padding: 8px 0 10px;
}
#checkout-button-container {
	margin: 20px auto;
	width: 340px;
	height: 60px;
	text-align: center;
}
#payment-cart {
	float: right;
	min-height: 300px;
}
#address-container {
	margin-top: 30px;
}
#add-address {
	display: none;
}
#thankyou-container {
	padding: 100px 0;
	text-align: center;
}

/* #Validation
================================================== */

label.error {
	position: absolute;
	z-index: 9999;
	display: block;
	
	background: #333;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
	
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px;
	margin: 2px 0;
	
	border-radius: 2px;
	box-shadow: 0 3px 7px rgba(25,25,25,0.5);
}
label.error:after {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	left: 10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #333 transparent;
	
}
label.error {
	width: auto;
	height: auto;
	display: block;
	line-height: 28px;
}
#create-account label.error, #payment #name-container label.error, #payment #number-container label.error {
	left: 140px;
}

/* #Tabs
================================================== */

.tab {
	display: none;
}
.tab table {
	width: 100%;
	border-collapse: collapse;
}
.tab table td, .tab table th {
	padding: 10px;
	border: 1px solid #fff;
	font-size: 18px;
	text-align: center;
	
}
.tab table th {
	background: #f6f6f6;
	font-size: 14px;
	text-align: left;
}
.tab table thead th {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.tab table tbody th {	
	border-bottom-left-radius: 10px;
}
.tab table td {
	width: 50%;
}

/* #Errors
================================================== */

.alert {
	margin-bottom: 40px;
	background: #ffc;
	padding: 10px;
	text-align: center;
	position: relative;
	font-size: 14px;
}
.alert button {
	display: none;
}
.alert h4 {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	color: #cc9;
}

/* #Cookie Bar
================================================== */

.cookies {
	padding: 10px;
	text-align: center;
	background: #444;
	color: #ccc;
}
a.cookies-read {
	font-size: 11px;
	margin: 0 15px;
}
a.cookies-dismiss {
	font-size: 11px;
}

/* #Back Button
================================================== */

.back {
	margin-top: 20px;
	background: #f6f6f6;
	padding: 0 15px 0 30px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	position: relative;
}
.back:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #888 transparent transparent;
	display: block;
	position: absolute;
	top: 13px;
	left: 13px;
}
.back:hover {
	background: #7159a5;
	color: #fff;
}
.back:hover:before {
	border-color: transparent #fff transparent transparent;
}

/* #Login
================================================== */

#login {
	padding: 10px;
}
#login a {
	color: #7159a5;
	font-weight: bold;
}
#login-form {
	border-radius: 5px;
	background: #fff;
	text-align: center;
	padding: 20px;
	width: 300px;
	min-height: 280px;
}
#login-form input,
#login-form label {
	width: 100%;
	display: block;
	text-align: left;
	padding: 0 5px;
}
#login-form button {
	margin-top: 20px;
	width: 120px;
}
#login-form .alert {
	margin: 20px 0 0;
}
#create-account .alert {
	margin: 0 25px 25px;
}
#create-account .alert a {
	color: #7159a5;
}

@media only screen and (min-width: 450px) {
	#topcart {
		background: url(../images/cart.png) left 50% no-repeat #f6f6f6;
		padding: 10px 15px 10px 50px;
	}
	#topcart span {
		display: inline;
	}
}
@media only screen and (min-width: 570px) {
	#header {
		background-position: 20px 60px;
		margin: 0;
		height: 130px;
	}
	.header_phone {
		top: 0;
		right: 0;
		width: auto;
		margin: 0;
		left: auto;
	}
	.header_social {
		top: -5px;
		left: -10px;
		right: auto;
	}
	#topcart {
		top: 85px;
		left: auto;
		right: 25px;
	}
	.compare-prefix {
		width: 333px;
	}
}

@media screen and (max-device-width: 640px){
  /* Mobile Phones Portrait or Landscape */
}

@media screen and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2){
  /* Retina Phones */
}

@media only screen and (min-width: 768px) {	
	#menu > ul > li > a {
		padding: 0 5px;
	}
	#header {
		text-align: left;
	}
	.header_phone {
		font-size: 24px;
	}
	.header_social {
		top: 65px;
		right: 0;
		left: auto;
	}
	#topcart {
		right: 200px;
	}
	#footer-solutions {
		float: right;
		width: 180px;
		margin-bottom: 20px;
	}
	#footer-contact {
		float: right;
		width: 220px;
		margin-right: 50px;
	}
	#footer-about {
		margin: 0 550px 20px 0;
	}
	.blurb {
		float: left;
		width: 40%;
		text-align: left;
	}
	.blurb p {
		width: auto;
	}
	.points {
		margin: 0;
		width: 50%;
		float: right;
	}
	#footer h3 {
		margin-top: 0;
	}
	.compare-prefix {
		width: 662px;
	}
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
  /* Tablets */
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2){
  /* Retina Tablets */
}

@media only screen and (min-width: 840px) {	
	.compare-prefix {
		width: auto;
		border: 0;
		margin: 0;
	}
	.compare-prefix div.compare-prefix-calltoaction {
		border-width: 1px 1px 0 0;
	}
	#menu > ul > li {
		position: relative;
		display: inline-block;
		z-index: 1015;
		padding: 0px 2px 0px 0px;
		background: url('../images/main_nav_bgr_sep_dark.png') right top no-repeat;	
		
	}
	#menu li:last-child {
		background: none
	}
	#menu > ul > li > a {
		font-size: 13px;
		border: 0;
	}
	#menu  a#compare:hover, #menu  a#compare.active {
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
	}
	#menu a#international:hover, #menu a#international.active {
		-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
	}
	.compare-table {
		display: block;
	}
}

@media only screen and (min-width: 894px) {	
	#menu > ul > li > a {
		padding: 0px 8px;
	}
}

@media only screen and (min-width: 925px) {	
	#menu > ul > li > a {
		padding: 0px 10px;
	}
}

@media only screen and (min-width: 1010px) {
	#menu > ul > li > a {
		padding: 0px 14px;
	}
	#wrapper {
		width: 990px;
		margin: 20px auto;
	
		-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);	
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	#menu ul {
		white-space: nowrap;
	}
	#footer {
		width: 990px;
		
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		-khtml-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
		
		border-top: 4px solid #242628;
		color: #757d82;
		margin: 0 auto 20px;
	}
	.blurb {
		float: left;
		width: 550px;
		text-align: left;
	}
	.blurb p {
		width: 550px;
	}
	.points {
		margin-left: 570px;
		float: none;
		width: auto;
	}
	.compare-prefix {
		width: 130px;
		box-sizing: border-box;
		background: #fff;
		
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		
		text-align: center;
		position: relative;
		
		vertical-align: top;
		display: inline-block;
		font-size: 20px;
	}
	.compare-prefix div {
		border: 1px solid #eee;
		border-width: 0 1px 1px;
		height: 75px;
		padding: 10px 0 0;
		display: block;
		width: auto;
	}
	.compare-prefix div.compare-prefix-fee {
		border-top: 3px solid #ddd;
	}
	.compare-prefix div.compare-prefix-calltoaction {
		border-width: 0 1px 1px;
		border-bottom: 1px solid #ddd;
	}
	.compare-prefix h2.compare-prefix-international {
		font-size: 20px;
	}
	#select {
		position: absolute;
		top: 0;
		left: 0;	
	}
	#configure {
		position: absolute;
		top: 0;
		left: 320px;
	}
	#purchase {
		padding-bottom: 80px;
	}
	.redirect-input input.with-prefix {
		width: 155px;
		margin-top: 10px;
	}
	.redirect-prefix {
		margin: 10px 10px 0 0;
		padding-left: 20px;
		background: url(../images/plus.png) left 50% no-repeat;
	}
	#select-container {
		position: relative;
		min-height: 370px;
		text-align: right;
	}
	.select-numbers {
		display: inline-block;
		width: 300px;
		min-height: 370px;
		height: 100%;
		margin: 0;
	}
	#select #international-country-select {
		margin: 0;
	}
	#login {
		padding: 0;
		height: 20px;
		width: 990px;
		margin: 10px auto -10px;
		border-radius: 5px;
		border-top-right-radius: 5px;
		line-height: 20px;
	}
}

@media only screen and (min-width: 1382px) {	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}
