@import url(normalize.css);
@import url(main.css);
/*

	Ooma Microsites Mixins

*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Misc */
/* Colors */
/* Media Queries */
/* -----------------------------
	DEFAULTS - Telo
----------------------------- */
html {
  -webkit-text-size-adjust: none;
  /* Prevent font scaling in landscape */
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #717073;
  line-height: 1.5em;
  font-family: Arial, Helvetica, san-serif;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  line-height: normal;
}

h2 {
  font-size: 30px;
  color: #005581;
  font-weight: normal;
  margin-bottom: 15px;
}

h1, h2 {
  font-family: "Century Gothic W01", sans-serif;
}

p {
  margin: 0 0 18px 0;
  padding: 0;
  font-size: 16px;
}

a {
  text-decoration: none;
}

.cleaner {
  clear: both;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.spacer60 {
  clear: both;
  height: 60px;
}

/* -----------------------------
	MISC
----------------------------- */
a.btn {
  line-height: 35px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 9px 28px 9px 18px;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
}
a.btn.orange {
  background: url("telo/icon-arrows.png") no-repeat right #f99d31;
}
a.btn.blue {
  background: url("telo/icon-arrows.png") no-repeat right #005581;
}

.video-lightbox {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  border: 10px solid #FFF;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
.video-lightbox .vjs-default-skin .vjs-big-play-button {
  top: 40%;
  left: 40%;
  display: block;
}

/* -----------------------------
	RESPONSIVE
----------------------------- */
@media screen and (min-width: 320px) and (max-width: 600px) {
  .visible-phone {
    display: block;
  }

  .hidden-phone {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .visible-tablet {
    display: block;
  }

  .hidden-tablet {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .visible-desktop {
    display: block;
  }

  .hidden-desktop {
    display: none;
  }
}
/* -----------------------------
	FORM
----------------------------- */
input[type=text] {
  width: 320px;
  height: 35px;
  border: 1px solid #c8c5c5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 8px;
  text-indent: 12px;
  font-size: 15px;
  zoom: 1;
  color: #717073;
}
input[type=text]:before, input[type=text]:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
input[type=text]:after {
  clear: both;
}

input[type=submit] {
  zoom: 1;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: auto;
  border: 0;
  background: url("telo/icon-arrows.png") no-repeat right #005581;
  color: #FFF;
  padding: 10px 30px 10px 20px;
}
input[type=submit]:before, input[type=submit]:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
input[type=submit]:after {
  clear: both;
}

/* -----------------------------
	WRAPPERS
----------------------------- */
#page {
  -webkit-box-shadow: 0px 0px 15px #c1c1c1;
  -moz-box-shadow: 0px 0px 15px #c1c1c1;
  box-shadow: 0px 0px 15px #c1c1c1;
  zoom: 1;
  background: #FFF;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
  z-index: 99;
}
#page:before, #page:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
#page:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  #page {
    width: 100%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  #page {
    width: 100%;
  }
}

.container {
  zoom: 1;
  margin: 0 auto;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.container:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

/* -----------------------------
	HEADER
----------------------------- */
header {
  width: 100%;
  height: 80px;
  -webkit-box-shadow: 0px 4px 4px #c1c1c1;
  -moz-box-shadow: 0px 4px 4px #c1c1c1;
  box-shadow: 0px 4px 4px #c1c1c1;
  position: fixed;
  z-index: 100;
  background: #FFF;
}
header .container {
  padding: 0 40px;
}
header #logo {
  float: left;
  width: 225px;
  height: 53px;
  margin-top: 11px;
}
header #logo img {
  max-width: 100%;
}
header #toolbar {
  position: absolute;
  right: 40px;
  top: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header #toolbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header #toolbar ul li {
  color: #717073;
  font-size: 20px;
  text-align: right;
  float: left;
  padding-left: 10px;
  line-height: 1.0em;
}
header #toolbar ul li span {
  color: #00aeef;
  font-size: 14px;
}
header #toolbar input[type=submit] {
  margin-top: -3px;
  background: url("telo/icon-arrows.png") no-repeat right #f99d31;
}
@media screen and (max-width: 767px) {
  header .container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  header #logo {
    width: 120px;
    margin-top: 10px;
    margin-left: -10px;
  }
  header #logo img {
    max-width: 100%;
  }
  header .phone {
    clear: both;
    float: left;
    margin-top: -22px;
    font-size: 12px;
    margin-left: -10px;
    line-height: 1.3em;
  }
  header .phone span {
    color: #00aeef;
  }
  header .toolbar {
    right: 20px;
  }
}

/* -----------------------------
	SECTIONS
----------------------------- */
/* Base Columns */
.column {
  float: left;
  width: 500px;
}

.marker {
  zoom: 1;
  float: left;
  margin-left: -40px;
  padding: 7px 15px 7px 40px;
  background: #f99d31;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.marker:before, .marker:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.marker:after {
  clear: both;
}
.marker span {
  text-transform: none;
}
.marker-price {
  zoom: 1;
  float: left;
  padding: 7px 15px 7px 40px;
  background: #f99d31;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top:-59px;
}
.marker-price:before, .marker:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.marker-price:after {
  clear: both;
}
.marker-price span {
  text-transform: none;
}

section#hero {
  width: 100%;
  position: relative;
  zoom: 1;
}
section#hero:before, section#hero:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
section#hero:after {
  clear: both;
}
section#hero .callout {
  width: 30%;
  position: absolute;
  left: 35px;
  top: 45px;
  z-index: 50;
}
section#hero .callout h1 {
  color: #005581;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2em;
}
section#hero .callout h1 span {
  color: #00aeef;
  font-size: 36px;
  font-weight: bold;
}
section#hero .callout p {
  padding-right: 80px;
}
section#hero .img {
  width: 100%;
  max-width: 1000px;
  position: relative;
  z-index: 49;
}
section#hero .img img {
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  section#hero .callout h1 {
    font-size: 35px;
  }
  section#hero .callout h1 span {
    font-size: 50px;
  }
  section#hero .callout p {
    padding-right: 150px;
  }
}
@media screen and (max-width: 767px) {
  section#hero {
    width: 100%;
  }
  section#hero .callout {
    position: relative;
    top: 40px;
    left: 0;
    padding: 0 30px;
    width: 100%;
  }
  section#hero .callout h1 {
    font-size: 30px;
  }
  section#hero .callout h1 span {
    font-size: 50px;
  }
  section#hero .callout p {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.4em;
    padding-right: 0;
  }
  section#hero .hero {
    margin-top: 20px;
    float: left;
    width: 100%;
  }
  section#hero .hero img {
    max-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  section#hero .callout {
    top: 20px !important;
  }
  section#hero .callout h1 {
    font-size: 30px;
  }
  section#hero .callout h1 span {
    font-size: 45px;
  }
  section#hero .callout p {
    font-size: 16px;
  }
}

section#intro {
  width: 100%;
  background: url("telo/bg-sec2.png") repeat-x white;
  position: relative;
  zoom: 1;
}
section#intro:before, section#intro:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
section#intro:after {
  clear: both;
}
section#intro .column {
  position: relative;
  z-index: 5;
  width: 50%;
}
section#intro .column.one {
  padding: 75px 20px 0 40px;
}
section#intro .column.two {
  position: relative;
  bottom: 0;
}
section#intro .column.two img {
  width: 100%;
}
section#intro h2 {
  font-size: 27px;
  line-height: 1.4em;
}
section#intro p {
  font-size: 16px;
}
section#intro .bg-logo {
  width: 100%;
  height: 418px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-align: right;
}
section#intro .bg-logo img {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  section#intro .column.one {
    padding-top: 30px;
  }
  section#intro h2 {
    font-size: 20px;
  }
  section#intro p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  section#intro {
    width: 100%;
    height: auto;
  }
  section#intro .column {
    width: 100%;
  }
  section#intro .column.one {
    padding: 60px 30px 0 30px;
    width: 100%;
  }
  section#intro .column.two {
    text-align: center;
  }
  section#intro .column.two img {
    max-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  section#intro .column.one {
    padding-top: 40px;
  }
}

section#calculator {
  width: 100%;
  padding: 70px 40px 40px 40px;
  background: #f3f0ee;
  font-size: 16px;
  zoom: 1;
}
section#calculator:before, section#calculator:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
section#calculator:after {
  clear: both;
}
section#calculator .column {
  width: 48.91304%;
}
section#calculator .column.two {
  margin-top: 10px;
  padding-left: 20px;
}
section#calculator .column h2 {
  margin-bottom: 10px;
}
section#calculator .column h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
section#calculator .column p {
  line-height: 1.3em;
}
section#calculator .cal-form {
  float: left;
  background: #f99d31;
  margin-left: -40px;
  width: 100%;
  max-width: 425px;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  padding: 15px 15px 15px 40px;
}
section#calculator .cal-form label {
  float: left;
  color: #FFF;
  padding-top: 6px;
  background: url("telo/icon-monthlybill.png") no-repeat 0 6px;
  margin-right: 15px;
  padding-left: 20px;
  display: inline-block;
  font-weight: bold;
}
section#calculator .cal-form input[type=text] {
  width: 128px;
  height: 33px;
  border: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  background: #d4862a;
  display: inline-block;
}
section#calculator .cal-form input[type=submit] {
  clear: both;
  float: right;
  background: url("telo/icon-arrows.png") no-repeat right;
  padding: 0;
  width: 128px;
  outline: none;
}
section#calculator .cal-form .cents {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  section#calculator .cal-form input[type=text] {
    float: left;
    clear: left;
    margin-left: 20px;
    width: auto;
    margin-top: 10px;
  }
  section#calculator .cal-form input[type=submit] {
    clear: both;
  }
}
section#calculator .months {
  margin-top: 20px;
}
section#calculator .bar {
  padding: 9px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}
section#calculator .bar span {
  float: right;
}
section#calculator .bar.one {
  width: 55%;
  background: #85ba44;
}
section#calculator .bar.two {
  width: 80%;
  background: #9cc667;
}
section#calculator .bar.three {
  width: 100%;
  background: #bed79b;
}
@media screen and (max-width: 767px) {
  section#calculator {
    width: 100%;
    height: auto;
    padding: 55px 30px 70px 30px;
    background: url("telo/bg-calculator.png") no-repeat center bottom #f3f0ee;
  }
  section#calculator .column {
    width: 100%;
    clear: both;
  }
  section#calculator .column.two {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  section#calculator input[type=text] {
    margin-left: 40px;
    width: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  section#calculator {
    padding-top: 30px;
  }
  section#calculator h2 {
    font-size: 25px;
  }
  section#calculator .cal-form {
    width: auto;
  }
  section#calculator .cal-form input[type=text] {
    float: left;
    margin-left: 0px;
    width: auto;
    margin-top: 5px;
  }
  section#calculator .cal-form input[type=submit] {
    float: right;
    clear: both;
    margin-right: 20px;
  }
}

section#features {
  width: 100%;
  min-height: 691px;
  background: url("telo/bg-sec4.png") no-repeat left bottom;
  padding: 55px 40px;
  zoom: 1;
}
section#features:before, section#features:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
section#features:after {
  clear: both;
}
section#features h2 {
  text-align: center;
}
section#features .column {
  width: 50%;
  margin-top: 50px;
  padding: 20px 20px 20px 20px;
  background: #f2f5f7;
}
section#features .column.two {
  padding-left: 20px;
  margin-left: -70px;
}
section#features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 230px;
  float: left;
  margin-bottom: 50px;
}
section#features ul li {
  background: url("telo/blue-bullet.png") no-repeat 0 8px;
  padding-left: 15px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1.4em;
}
section#grayFeatures {
  width:100%;
  position:relative;
  background: #f2f5f7;
}
section#grayFeatures:before, section#grayFeatures:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
section#grayFeatures:after {
  clear: both;
}

section#featuresHeadline h2 {
  text-align: center;
  padding: 50px 20px 20px 20px; 
}
@media screen and (max-width: 767px) {
  section#features {
    width: 100%;
    height: auto;
    padding: 60px 30px 230px 30px;
  }
  section#features .column {
    width: 100%;
    padding-right: 0;
  }
  section#features .column.two {
    margin-top: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  section#features {
    padding-top: 30px;
    background: url("telo/bg-sec4-sm.png") no-repeat left bottom;
    padding-bottom: 130px;
  }
  section#features h2 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  section#features .column {
    margin-top: 30px;
  }
}

section#serviceFeatures {
  background: url("telo/bg-sec5.png") repeat-x bottom white;
  padding: 50px 40px 0 40px;
  zoom: 1;
}
section#serviceFeatures:before, section#serviceFeatures:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
section#serviceFeatures:after {
  clear: both;
}
section#serviceFeatures .content {
  clear: both;
}
section#serviceFeatures ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 230px;
  float: left;
  margin-bottom: 50px;
}
section#serviceFeatures ul li {
  background: url("telo/blue-bullet.png") no-repeat 0 8px;
  padding-left: 15px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  section#serviceFeatures {
    padding-bottom: 40px;
  }
  section#serviceFeatures ul {
    width: 100%;
    clear: both;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  section#serviceFeatures h2 {
    font-size: 25px;
  }
}

section#additionalFeatures {
  background: url("telo/bg-additionalFeatures-fade.png") repeat-y;
  zoom: 1;
}
section#additionalFeatures:before, section#additionalFeatures:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
section#additionalFeatures:after {
  clear: both;
}
section#additionalFeatures .bg {
  width: 100%;
  min-height: 605px;
  padding: 60px 40px;
  background: url("telo/bg-additionalFeatures-logo.png") no-repeat;
}
section#additionalFeatures .column {
  width: 50%;
  margin-top: 50px;
}
section#additionalFeatures h2 {
  text-align: center;
  margin-bottom: 5px;
}
section#additionalFeatures h3 {
  color: #f99d31;
  font-size: 20px;
  text-align: center;
}

section#additionalFeatures .block {
  float: left;
  width: 100%;
  padding-right: 30px;
  position: relative;
  zoom: 1;
}

section#additionalFeatures .block .icon {
  position: absolute;
  left: 0;
  width: 60px;
  height: 44px;
  margin-top: 0px;
}

section#additionalFeatures .block .desc {
  padding-left: 60px;
  width: 100%;
  min-height: 44px;
  text-align: left;
}
section#additionalFeatures .block .desc h3 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  section#additionalFeatures {
    background-size: 100% 100%;
  }
  section#additionalFeatures .bg {
    padding: 40px 30px;
    zoom: 1;
  }
  section#additionalFeatures .bg:before, section#additionalFeatures .bg:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  section#additionalFeatures .bg:after {
    clear: both;
  }
  section#additionalFeatures h3 {
    margin-bottom: 50px;
  }
  section#additionalFeatures .column {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  section#additionalFeatures h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}


section#setup {
  zoom: 1;
  background: #FFF;
  padding: 60px 40px;
}
section#setup:before, section#setup:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
section#setup:after {
  clear: both;
}
section#setup img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  section#setup {
    padding: 60px 30px;
    text-align: center;
  }
  section#setup h2, section#setup p {
    text-align: left;
  }
  section#setup img {
    max-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  section#setup {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section#setup h2 {
    font-size: 25px;
  }
}

section#videos {
  background: url("telo/bg-sec8.png") repeat-y;
  padding: 60px 40px;
  zoom: 1;
}
section#videos:before, section#videos:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
section#videos:after {
  clear: both;
}
section#videos h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section#videos {
    padding: 60px 30px;
    background-size: 100% 100%;
    text-align: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  section#videos {
    padding: 40px 30px;
  }
  section#videos h2 {
    font-size: 30px;
  }
}

section#pricing {
  background: #f7f7f7;
  padding: 60px 40px;
  zoom: 1;
}
section#pricing:before, section#pricing:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
section#pricing:after {
  clear: both;
}
section#pricing .column {
  width: 50%;
}
section#pricing .note {
  font-size: 11px;
  font-style: italic;
  line-height: 1.5em;
}
section#pricing .ratesBox {
  width: 320px;
  margin: 50px auto 40px auto;
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 8px #c1c1c1;
  -moz-box-shadow: 0px 0px 8px #c1c1c1;
  box-shadow: 0px 0px 8px #c1c1c1;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  text-align: center;
  position: relative;
}
section#pricing .ratesBox .title {
  font-size: 28px;
  color: #FFF;
  height: 129px;
  line-height: 129px;
  font-weight: normal;
  font-family: "Century Gothic W01", sans-serif;
  background: url("telo/pricing-header.png") no-repeat top left #052437;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
}
section#pricing .ratesBox .badge {
  width: 94px;
  height: 94px;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -45px;
  background: url("telo/pricebadge.png") no-repeat center center;
}
section#pricing .ratesBox .content {
  padding: 25px 30px 30px 30px;
  height: 180px;
}
section#pricing .table-header {
  display: block;
  margin-top: 30px;
  background: #cccccc;
  padding: 10px 20px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0px 0px 4px #c1c1c1;
  -moz-box-shadow: 0px 0px 4px #c1c1c1;
  box-shadow: 0px 0px 4px #c1c1c1;
  zoom: 1;
}
section#pricing .table-header:before, section#pricing .table-header:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
section#pricing .table-header:after {
  clear: both;
}
section#pricing .table-header label {
  font-weight: bold;
  font-size: 20px;
  float: left;
}
section#pricing .table-header input[type=submit] {
  padding: 6px 30px 6px 18px;
  font-size: 16px;
}
section#pricing .table-header .styled-select {
  width: auto;
  float: left;
  height: 30px;
  overflow: hidden;
  margin: 0 10px;
  background: url("telo/select-arrow.gif") no-repeat right white;
  border: 1px solid #b6b6b8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
section#pricing .table-header .styled-select select {
  background: transparent;
  width: 110%;
  padding: 5px 5px 5px 0;
  font-size: 16px;
  line-height: 1;
  border: 0px solid #b6b6b8;
  height: 30px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: '';
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #717073;
  outline: none;
}
section#pricing .international-table {
  -webkit-box-shadow: 0px 0px 4px #c1c1c1;
  -moz-box-shadow: 0px 0px 4px #c1c1c1;
  box-shadow: 0px 0px 4px #c1c1c1;
}
section#pricing .international-table table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  background: #FFF;
}
section#pricing .international-table table th, section#pricing .international-table table td {
  padding: 12px 20px;
  text-align: left;
}
section#pricing .international-table table tbody tr {
  border-top: 1px solid #cccccc;
}
section#pricing .international-table table tbody tr:nth-child(odd) {
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  section#pricing {
    padding: 60px 30px;
  }
  section#pricing .column {
    width: 100%;
  }
   section#pricing img {
    max-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  section#pricing {
    padding: 40px 20px;
  }
  section#pricing h2 {
    font-size: 25px;
  }
   section#pricing img {
    max-width: 100%;
  }
  section#pricing .ratesBox {
    width: 100%;
  }
  section#pricing .ratesBox .content {
    height: auto;
  }
  section#pricing .table-header label {
    margin-bottom: 5px;
  }
  section#pricing .table-header .styled-select {
    margin: 0;
  }
  section#pricing .table-header .styled-select select {
    text-indent: 5px;
    font-size: 14px;
  }
  section#pricing .table-header .btn {
    margin-top: 5px;
  }
  section#pricing .international-table {
    font-size: 15px;
  }
  section#pricing .international-table table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    background: #FFF;
  }
  section#pricing .international-table table th, section#pricing .international-table table td {
    padding: 12px 10px;
    text-align: left;
    line-height: 1.3em;
  }
  section#pricing .international-table table th {
    vertical-align: middle;
  }
  section#pricing .international-table table tbody tr {
    border-top: 1px solid #cccccc;
  }
  section#pricing .international-table table tbody tr:nth-child(odd) {
    background: #f1f1f1;
  }
}

section#buyNow {
  background: #FFF;
  padding: 60px 40px;
  line-height: 1.3em;
  zoom: 1;
}
section#buyNow:before, section#buyNow:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
section#buyNow:after {
  clear: both;
}
section#buyNow .column {
  width: 50%;
  padding-right: 20px;
}
section#buyNow .column span {
  color: #00aeef;
}
section#buyNow .column.one input[type=submit] {
  margin-top: -3px;
  background: url("telo/icon-arrows.png") no-repeat right #f99d31;
}
section#buyNow .column.one .floatLeft {
  margin-bottom: 125px;
}

section#buyNow .column.one p.small {
font-size: 11px;
font-family: Arial, sans-serif;
}

section#buyNow .column.two {
  padding-left: 25px;
}
section#buyNow .column.two input[type=text] {
  width: 250px;
  height: 33px;
  float: left;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}


section#buyNow .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  border: 0;
  float: left;
  height: 35px;
  width: 32px;
  padding: 0;
  background: url("telo/btn-go.png") no-repeat;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: -43px;
  margin-left: 265px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  section#buyNow .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  
   margin-top: -63px;
  
    }
}
section#buyNow #mktoForm_42 {
margin-left: -20px;
}
section#buyNow  .mktoForm .mktoRequiredField .mktoAsterix {
  display:none;
}
section#buyNow input#Email {
height: 33px;
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  section#buyNow .floatLeft img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section#buyNow {
    padding: 40px 30px;
  }
  section#buyNow .column {
    float: none;
    width: 400px;
    padding-right: 0;
    margin: 0 auto;
    zoom: 1;
  }
  section#buyNow .column:before, section#buyNow .column:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  section#buyNow .column:after {
    clear: both;
  }
  section#buyNow .column.one {
    margin-bottom: 20px;
  }
  section#buyNow .column.one .floatLeft {
    margin-bottom: 80px;
  }
  section#buyNow .column.two {
    padding-left: 0;
  }
  section#buyNow .column.two h2 {
    margin-top: 40px;
  }
  section#buyNow .column input[type=text] {
    width: 336px;
  }
}
@media screen and (max-width: 480px) {
  section#buyNow .column {
    float: none;
    display: block;
    margin: 0 auto;
    width: 260px;
  }
  section#buyNow .column img {
    max-width: 100%;
  }
  section#buyNow .column.two h2 {
    font-size: 23px;
    margin-top: 40px;
  }
  section#buyNow .column input[type=text] {
    width: 225px !important;
  }
  section#buyNow .column .floatLeft {
    width: 40%;
    height: 250px;
  }
}

section#callNow {
  zoom: 1;
  background: url("telo/bg-sec8.png") repeat-y;
  padding: 60px 40px;
}
section#callNow:before, section#callNow:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
section#callNow:after {
  clear: both;
}
section#callNow .column {
  width: 50%;
}
section#callNow .column.two {
  padding-left: 30px;
}
section#callNow .column.two a.btn {
  margin-left: 68px;
}
section#callNow h2 {
  font-size: 30px;
  color: #f99d31;
  font-weight: bold;
}
section#callNow blockquote {
  background: url("telo/quotes.png") no-repeat top left;
  padding: 20px 0 0 70px;
  font-size: 24px;
  font-family: "Century Gothic W01", sans-serif;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 20px 15px 0;
}
section#callNow cite {
  font-size: 12px;
  margin-left: 70px;
  font-style: italic;
  display: block;
  margin-bottom: 15px;
}
section#callNow #mktoForm_38 {
margin-left: -20px;
}
section#callNow input[type=submit] {
  margin-top: 10px;
}

section#callNow .mktoForm .mktoRequiredField .mktoAsterix {
  display:none;
}

section#callNow input#FirstName, input#Email, input#Phone {
height: 35px;
text-indent: 12px;
font-size: 15px;
}

section#callNow .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
zoom: 1!important;
-moz-border-radius: 20px!important;
-webkit-border-radius: 20px!important;
border-radius: 20px!important;
width: auto!important;
border: 0!important;
background: url("telo/icon-arrows.png") no-repeat right #005581!important;
color: #FFF!important;
padding: 10px 30px 10px 20px!important;
font-size: 16px!important;
}

section#callNow .mktoForm .mktoButtonWrap {
margin: 0 0 0 22px!important;
}
@media screen and (max-width: 767px) {
  section#callNow {
    padding: 40px 30px;
  }
  section#callNow .column {
    width: 100%;
  }
  section#callNow .column.two {
    padding-left: 0;
    margin-top: 50px;
  }
  section#callNow .column.two a.btn {
    margin-left: 0;
  }
  section#callNow .column input[type=text] {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  section#callNow blockquote {
    font-size: 18px;
  }
}

.block {
  float: left;
  width: 33%;
  position: relative;
  zoom: 1;
}
.block:before, .block:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.block:after {
  clear: both;
}
.block .icon {
  margin: 0 auto;
  left: 0;
  width: 60px;
  height: 44px;
  margin-top: 20px;
}
.block .icon.voicemail {
  background: url("telo/icons-sprite.png") no-repeat 0 0;
}
.block .icon.voice {
  background: url("telo/icons-sprite.png") no-repeat 0 -46px;
}
.block .icon.usa {
  background: url("telo/icons-sprite.png") no-repeat 0 -92px;
}
.block .icon.current-phone {
  background: url("telo/icons-sprite.png") no-repeat 0 -138px;
}
.block .icon.setup {
  background: url("telo/icons-sprite.png") no-repeat 0 -184px;
}
.block .icon.believers {
  background: url("telo/icons-sprite.png") no-repeat 0 -230px;
}
.block .icon.wave {
  background: url("telo/icons-sprite.png") no-repeat 0 -286px;
}
.block .icon.qos {
  background: url("telo/icons-sprite.png") no-repeat 0 -340px;
}
.block .icon.lock {
  background: url("telo/icons-sprite.png") no-repeat 0 -386px;
}
.block .icon.adaptive {
  background: url("telo/icons-sprite.png") no-repeat 0 -432px;
}
.block .icon.hd-voice {
  background: url("telo/icons-sprite.png") no-repeat 0 -478px;
}
.block .desc {
  width: 100%;
  min-height: 44px;
  text-align: center;
  margin: 0 auto;
}
.block .desc h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 10px;
}

.videoWrap {
  float: left;
  margin-top: 20px;
}
.videoWrap .videoBox {
  float: left;
  width: 285px;
  overflow: hidden;
  margin-right: 29px;
  margin-bottom: 20px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  background: url("telo/bg-videobox.png") repeat-x bottom left #dce1e5;
  -webkit-box-shadow: 0px 0px 4px #c1c1c1;
  -moz-box-shadow: 0px 0px 4px #c1c1c1;
  box-shadow: 0px 0px 4px #c1c1c1;
}
.videoWrap .videoBox.last {
  margin-right: 0;
}
.videoWrap .videoBox span.title {
  padding: 10px 20px;
  display: block;
  color: #005581;
  background: url("telo/btn-play.png") no-repeat right;
}
@media screen and (max-width: 767px) {
  .videoWrap {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    zoom: 1;
  }
  .videoWrap:before, .videoWrap:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .videoWrap:after {
    clear: both;
  }
  .videoWrap .videoBox {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
  .videoWrap .mobile {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 980px) {
  .videoWrap .mobile {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .videoWrap .videoBox {
    width: auto;
  }
  .videoWrap .videoBox span.title {
    text-align: left;
  }
}

/* -----------------------------
	FOOTER
----------------------------- */
footer {
  background: #a1a1a4;
  color: #FFF;
  font-size: 12px;
}
footer .container {
  padding: 35px 40px;
}
footer .column {
  width: 50%;
  font-size: 12px;
  padding-right: 15px;
}
footer .column.two {
  padding-left: 20px;
}
footer a {
  color: #FFF;
}
footer p {
  font-size: 12px;
  line-height: 1.6em;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
footer ul li {
  float: left;
  border-left: 1px solid #FFF;
  padding: 0 10px;
  line-height: 1.1em;
}
footer ul li.first {
  border-left: 0;
  padding-left: 0;
  font-weight: bold;
}
footer ul li a {
  color: #FFF;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .copyright {
  clear: both;
  float: left;
  margin-top: 20px;
}
footer .facebook {
  float: right;
  height: 56px;
  padding-top: 20px;
  text-align: right;
  line-height: 1.5em;
  padding-right: 65px;
  background: url("telo/icon-facebook-footer.png") no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  footer .container {
    padding: 35px 30px;
  }
  footer .column {
    width: 100%;
  }
  footer .column.two {
    padding-left: 0;
  }
  footer .facebook {
    float: left;
    text-align: left;
    line-height: 1.5em;
    padding-left: 65px;
    background: url("telo/icon-facebook-footer.png") no-repeat left bottom;
  }
}

#BVRRContainer {
  padding: 20px 30px;
}

/* Fonts */
/*
	font-family:'Century Gothic W01';
	font-family:'CenturyGothicW01-Italic';
	font-family:'Century Gothic W01 Bold';
	font-family:'CenturyGothicW01-BoldIt';
	font-family:'Century Gothic W02';
	font-family:'CenturyGothicW02-Italic';
	font-family:'Century Gothic W02 Bold';
	font-family:'CenturyGothicW02-BoldIt';
	font-family:'Century Gothic W15';
	font-family:'CenturyGothicW15-Italic';
	font-family:'Century Gothic W15 Bold';
	font-family:'CenturyGothicW15-BoldIt';
*/
