/* CSS included on all public facing (logged out) pages. */




/* Featurettes
(Margins modded from 80, 120, -120)
------------------------- */

.featurette-divider {
margin: 60px 0; /* Space out the Bootstrap <hr> more */
}

/* modifed for the login page */
.featurette {
padding-top: 40px; /* Vertically center images part 1: add padding above and below text. */
overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
margin-top: -100px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
margin-right: 40px;
}
.featurette-image.pull-right {
margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
font-size: 50px;
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
}
#data-sheet-signup h2 {
  border-bottom: 1px solid rgb(200,200,200);
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 25px;
  padding-top: 40px;
  padding-bottom: 25px;
  text-align: center;
}
#data-sheet-signup .featurette-divider {
  margin: 30px 0;
} 
#data-sheet-signup  p {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
#data-sheet-signup a:hover {
  text-decoration: none;
}
#get_started h2 {
  border-bottom: 1px solid rgb(200,200,200);
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 25px;
  padding-top: 40px;
  padding-bottom: 25px;
  text-align: center;
}
#get_started .featurette-divider {
  margin: 30px 0;
} 
#get_started  p {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
#get_started a:hover {
  text-decoration: none;
}

/* Header dropdown Styles */
.navbar .nav .dropdown-menu li {
  text-align: left;
  float: none;
}
body .dropdown-menu li > a:hover,
body .dropdown-menu li > a:focus,
body .dropdown-submenu:hover > a {
  color: #ffffff;
  background: #ffe0dc; 
}

body .dropdown-menu .active > a,
body .dropdown-menu .active > a:hover {
  color: #ffffff;
  background: #ffe0dc; 
}

footer {
  height: auto;
}
.social {
  margin: -5px auto 15px;
  text-align: center;
  width: 120px;
}
.social img {
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
/* Button overrides */

.btn {
border: none;
background: #34495e;
color: white;
font-size: 16.5px;
text-decoration: none;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
-webkit-backface-visibility: hidden;
}

.btn:hover, .btn:focus {
background-color: #4e6d8d;
color: white;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
-webkit-backface-visibility: hidden;
}

.btn:active, .btn.active {
background-color: #2c3e50;
color: rgba(255, 255, 255, 0.75);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.btn.disabled, .btn[disabled] {
background-color: #95a5a6;
color: white;
}

.btn.btn-large {
padding-bottom: 12px;
padding-top: 13px;
}

.btn.btn-primary {
background-color: #1abc9c; }
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #2fe2bf; }
.btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #16a085; }
.btn.btn-info {
background-color: #3498db; }
.btn.btn-info:hover, .btn.btn-info:focus {
  background-color: #5dade2; }
.btn.btn-info:active, .btn.btn-info.active {
  background-color: #2383c4; }
.btn.btn-danger {
background-color: #e74c3c; }
.btn.btn-danger:hover, .btn.btn-danger:focus {
  background-color: #ec7063; }
.btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #dc2d1b; }
.btn.btn-success {
background-color: #2ecc71; }
.btn.btn-success:hover, .btn.btn-success:focus {
  background-color: #55d98d; }
.btn.btn-success:active, .btn.btn-success.active {
  background-color: #27ad60; }
.btn.btn-warning {
background-color: #f1c40f; }
.btn.btn-warning:hover, .btn.btn-warning:focus {
  background-color: #f4d03f; }
.btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #cea70c; }

.btn.btn-red {
background-color: #e53c2e; }
.btn.btn-red:hover, .btn.btn-red:focus {
  background-color: #ff4932; }
.btn.btn-red:active, .btn.btn-red.active {
  background-color: #b01400; }
.btn.btn-green {
background-color: #00a412; }
.btn.btn-green:hover, .btn.btn-green:focus {
  background-color: #00d718; }
.btn.btn-green:active, .btn.btn-green.active {
  background-color: #00710c; }
.btn.btn-purple {
background-color: #8300d8; }
.btn.btn-purple:hover, .btn.btn-purple:focus {
  background-color: #aa25ff; }
.btn.btn-purple:active, .btn.btn-purple.active {
  background-color: #6400a5; }

.btn.btn-gray {
background-color: #8d8d8d; }
.btn.btn-gray:hover, .btn.btn-gray:focus {
  background-color: #a6a6a6; }
.btn.btn-gray:active, .btn.btn-gray.active {
  background-color: #808080; }

.btn-toolbar .btn {
font-size: 18px;
padding: 10px 14px 9px; }
.btn-toolbar .btn:first-child {
-webkit-border-radius: 6px 0 0 6px;
-moz-border-radius: 6px 0 0 6px;
border-radius: 6px 0 0 6px; }
.btn-toolbar .btn:last-child {
-webkit-border-radius: 0 6px 6px 0;
-moz-border-radius: 0 6px 6px 0;
border-radius: 0 6px 6px 0; }

/* blog signup page */
#blog-signup-page {
  background-color: white;
  padding: 45px 0 45px;
}
#blog-signup-page h2 {
  color: #1b1b1b;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  padding: 0 20% 15px;
  text-align: center;
  margin-bottom: 0;
}
#blog-signup-page p {
  color: rgb(150,150,150);
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  padding: 0 27%;
  margin-bottom: 25px;
  text-align: center;
}
#blog-signup-page input.email {
  border: 1px solid rgb(230,230,230);
  color: rgb(75,75,75);
  line-height: 30px;
  font-size: 20px;
  font-weight: normal;
  height: 60px;
  width: 45%;
  margin: 20px auto 15px;
  padding: 0 12px;
  display: block;
}
#blog-signup-page .btn {
  background-color: #e53c2e;
  border-radius: 30px;
  display: block;
  font-size: 20px;
  margin: 25px auto;
  padding: 16px 120px;
}
#blog-signup-page input.email.mce_inline_error {
  color: #e53c2e;
  border-color: #e53c2e;
}
div.mce_inline_error { display: none!important; }
#blog-signup-page #mce-error-response {
  background-color: #fde8e5;
  color: #e53c2e;
  font-size: 13px;
  padding: 10px;
  margin: 0 auto 15px;
  width: 45%;
}
#blog-signup-page #mce-success-response {
  background-color: #e9f9f1;
  color: #00ab31;
  font-size: 13px;
  padding: 10px;
  margin: 0 auto 15px;
  width: 45%;
}
  

.about-text {
	padding-left: 0;
}
.about-text p {
	color: #4B4B4B;
	font-size: 15px;
	line-height: 25px;
	margin: 20px 0;
	font-weight: 300;
}
#about {
	padding-top: 40px;
}
#about img {
   margin: 5px 15px 0 0;
}
#about h3 {
	color: #969696;
	font-size: 50px;
	font-weight: 300;
	margin: 20px 0 40px;
}
#about a {
	color: #e53c2e;
}
#about a:hover {
	color: #FF1200;
	text-decoration: none;
}
.middle-wrapper {
	background-color: #C2B49C;
	padding: 30px 0;
	margin-top: 20px;
}
.middle-wrapper .col-xs-8 {
	color: white;
	font-size: 24px;
	line-height: 28px;
	font-weight: 100;
	letter-spacing: .05em;
	text-align: left;
	margin: 0;
	padding: 0;
}
.bottom-wrapper {
	background-color: rgb(245,245,245);
	padding-bottom: 30px;
	padding-top: 38px;
}
.bottom-wrapper img {
	margin-right: 15px;
}
.bottom-wrapper .col-xs-8 {
	color: #4b4b4b;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	text-align: left;
	padding: 0 0 35px;
}
.about footer {
	background-color: #fff;
}
#docs .sidebar-nav-fixed li {
  list-style-type: none;
  font-size: 12px;
  padding: 3px 0;
}
#docs .sidebar-nav-fixed ul {
  padding-left: 0;
}
#docs .sidebar-nav-fixed ul ul {
  padding-left: 15px;
}
#docs pre {
  margin-top: 10px;
}
#docs .sidebar-nav-fixed li.nav-header {
  color: #999999;
  display: block;
  padding: 3px 0 3px 0;
  font-size: 12px;
  letter-spacing: .06em;
  line-height: 20px;
  margin-top: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

#docs .sidebar-nav-fixed li.nav-header:first-child {
  margin-top: 10px;
}
#docs .table {
  margin-bottom: 15px;
}
#docs .table td {
  border-bottom: 1px solid rgb(230,230,230);
  border-top: none;
}
#docs {
  margin-top: 30px;
}

#docs ul{
  line-height: 2.4em;
}

#docs ul li{
  line-height: 1.8em;
}
.sidebar-nav-fixed {
  padding: 9px 0;
	margin-left: 10px;
	font-size: 13px;
  position: fixed;
  width: 180px;
}
.sidebar-nav-fixed li {
	text-indent: -7px;
}
.row > .span-fixed-sidebar {
    margin-left: 240px;
}
.span-fixed-sidebar img {
  max-width: 700px;
  margin: 12px 0;
}

.screenshot {
   padding-top: 10px;
   padding-bottom: 10px;
}

#param_column {
   min-width: 120px; 
}

#required_column {
   min-width: 80px;
}

#requirements_column {
   min-width: 200px;
}

#description_column {
   min-width: 300px;
}

.table {
   margin-bottom: 10px;
}

#docs {
   margin-bottom: 100px;
}

.docs .template-conversion h3{
  border-bottom:none !important;
}
.docs h1 {
  font-size: 40px;
  font-weight: 300;
  margin-top: 0;
}
.docs h3 {
  border-bottom: 1px solid rgb(230,230,230);
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 5px;
}
.docs h4 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 30px;
}
.docs a:hover {
  text-decoration: none;
}
.docs thead tr {
  background-color: rgb(150,150,150);
  color: white;
}
#docs p {
  margin-bottom: 15px;
}
.docs .table {
  table-layout: fixed;
  max-width: 700px;
}
/*.docs p,
.docs table th,
.docs table td {
  font-size: 13px;
  line-height: 15px;
}*/
.docs table th,
.docs table td {
  word-wrap: break-word;
}
.docs thead tr th {
  border-bottom: none;
  font-weight: normal;
}
.docs .table-hover > tbody > tr:hover > td, 
.docs .table-hover > tbody > tr:hover > th {
  background-color: transparent;
}
.table-striped > tbody > tr:nth-child(2n+1):hover > td, 
.table-striped > tbody > tr:nth-child(2n+1):hover > th {
  background-color: #F9F9F9;
}
.docs code {
  word-wrap: break-word;
  white-space: normal;
}



#login_form .btn{
	border-radius: 23px;
   font-size: 20px;
}

#login_form .help-block{
   font-size: 12px;
   color:#666666; 
   
}

#login_form a{
   color:#666666;
}

#getstarted p{
   font-size: 16px;
   font-weight: 300;
   line-height: 1;
}

#login-page h1{
   font-size: 31.5px;
}

   

#app.get_started {
	background-color: rgb(245,245,245);
}

/* style header */
#info h1 {
	border-bottom: 1px solid rgb(200,200,200);
	color: #2b2b2b;
	font-size: 40px;
	font-weight: 300;
	line-height: 40px;
	margin: 0 auto 30px;
	padding-bottom: 25px;
	padding-top: 10px;
	text-align: center;
	width: 460px;
}
/* style form */
#signup-form input {
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	color: rgb(75,75,75);
	font-size: 15px;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
}
#name-field input { float: left; }
#name-field #first_name {
	width: 130px;
	margin-right: 10px;
}
#name-field #last_name { width: 200px; }
#signup-form input::-webkit-input-placeholder { color: rgb(150,150,150); }
#signup-form input:focus::-webkit-input-placeholder { color: rgb(200,200,200); }
#signup-form input:-moz-placeholder { color: rgb(150,150,150); }
#signup-form input:focus:-moz-placeholder{ color: rgb(200,200,200); }
#signup-form input::-moz-placeholder { color: rgb(150,150,150); }
#signup-form input:focus::-moz-placeholder { color: rgb(200,200,200); }
#signup-form input:-ms-input-placeholder { color: rgb(150,150,150); }
#signup-form input:focus:-ms-input-placeholder { color: rgb(200,200,200); }
#signup-form .preferred-method { margin-top: 9px; }
#signup-form .preferred-method span {
	font-size: 13px;
	font-weight: bold;
}
#signup-form .preferred-method select { width: 140px; margin-left: 10px; }
#signup-form input.btn {
	border-radius: 30px;
	border-color: #1485cc;
	background-color: #1485cc;
	color: white;
	font-size: 20px;
	font-weight: 300;
	height: 60px;
	letter-spacing: .1em;
	margin-top: 22px;
	text-transform: uppercase;
	transition: none;
}
#signup-form input.btn:hover { background-color: #2b2b2b; transition: none; border-color: #2b2b2b; }

#signup-form .has-error
{
	color: #e53c2e;
	border-color: #e53c2e;
}


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* @import url("http://fonts.googleapis.com/css?family=Lato:400,700,900,400italic"); */


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing h2 {
font-weight: normal;
}

/* Full Span Button
-------------------------------------------------- */

#try-button .btn {
      padding: 20px;
      margin-top: 20px;
      font-size: 20px;
    }

#bottom-button {
      padding-top: 60px;
}


/* Featurettes
(Margins modded from 80, 120, -120)
------------------------- */



#jobs .featurette-divider {
margin: 10px 0; /* Space out the Bootstrap <hr> more */
}

#jobs .featurette {
padding-top: 40px; /* Vertically center images part 1: add padding above and below text. */
overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
#jobs .featurette-image {
margin-top: -100px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
#jobs .featurette-image.pull-left {
margin-right: 40px;
}
#jobs .featurette-image.pull-right {
margin-left: 40px;
}

/* Thin out the marketing headings */
#jobs .featurette-heading {
font-size: 50px;
font-weight: 300;
line-height: 0.9;
letter-spacing: -1px;
}

/* Thin out job title headings */
#jobs .job-title-heading {
  font-size: 32px;
  font-weight: 500;
  line-height: 0.9;
}

#jobs .job-desc {
  font-weight: 400;
  line-height: 20px;
  width: 620px;
}

#jobs .job-sub-desc {
  text-indent: 0;
}

#jobs .job-sub-desc ul {
  margin: 20px 15px;
  padding: 0;
}

#jobs .job-sub-desc li {
  margin: 10px 0;
}

#hello a {
color: #333333;
}

#sig p {
font-size: 14px;
line-height: 1.5;
}






/* GLOBAL STYLES
-------------------------------------------------- */
body { padding-bottom: 60px; }

body a { color: #1485cc; }

body a:hover, 
body a:focus { text-decoration: none; }

.landing .header {
  background-color: #fff;
  background-color: rgba(255,255,255,.95);
  left: 0;
  min-width: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}


.landing #main_body { margin-top: 60px; }


/* CAROUSEL
-------------------------------------------------- */
.landing .carousel-indicators
{
  display: none;
}

.landing .carousel-fade .carousel-inner .item {
  filter: alpha(opacity=0);
  opacity: 0;
 -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.landing .carousel-fade .carousel-inner .active {
  filter: alpha(opacity=100);
  opacity: 1;
}

.landing .carousel-fade .carousel-inner .active.left,
.landing  .carousel-fade .carousel-inner .active.right {
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
}

.landing .carousel-fade .carousel-inner .next.left,
.landing .carousel-fade .carousel-inner .prev.right {
  filter: alpha(opacity=100);
  opacity: 1;
}
.landing .carousel-control 
{
  background: none;
  filter: none;
  height: 80px;
  width:40px;
  top: 40%;
  margin-top: 0;
}
.landing .carousel-control .icon-next, 
.landing .carousel-control .icon-prev {
  font-family: inherit;
  height: 80px;
  width:40px;
  margin: 0;
  font-size: 120px;
  top: 0;
  line-height: 30px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  cursor: pointer;
  border: 0;
  z-index: 10;
  outline: none;
  font-weight:100;
  text-align: center;
}

.landing .carousel-control.right
{
  right: 15px;
}
.landing .carousel-control.left
{
  left: 15px;
}
.landing #item1, .landing .carousel{
  background-color: rgb(75,75,75);
  line-height: 1.25;
  min-width: 980px;
}

.landing #item2 {
  background-color: rgb(0,0,0);
}

.landing .carousel .container {
  height: 500px;
  width: 100%;
  margin: 0;
  z-index: 9;
}

.landing #item1 .container { 
  background: url("../img/landing/slide_1.jpg") left -100px no-repeat transparent; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/static/lib/backgroundsize.min.htc);
}

.landing #item2 .container { background: url("../img/landing/slide_2.jpg") center top no-repeat transparent; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/static/lib/backgroundsize.min.htc);
}
.landing #item3 { background-color: #e4e4e4; }
.landing #item3 .container {
  background: url("../img/landing/dyn-banner.jpg") left 60px no-repeat #e4e4e4; 
  /* #fce501 */
}
.landing #item1 .carousel-caption h1,
.landing #item2 .carousel-caption h1,
.landing #item3 .carousel-caption h1  {
  color: #fff;
  font-size: 64px;
  font-weight: 100;
  line-height: 70px;
  margin: 0 auto 30px;
  width: 940px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
  position: relative;
}
.landing #item1 .carousel-caption .lead,
.landing  #item2 .carousel-caption .lead,
.landing  #item3 .carousel-caption .lead  {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 auto;
  width: 940px;
  position: relative;
}

.landing .carousel-caption h1 span {
  font-size: 20px;
  right: 15px;
  top: -19px;
  position: relative;
}

.landing #item1 .carousel-caption,
.landing #item2 .carousel-caption,
.landing #item3 .carousel-caption  {
  background-color: transparent;
  text-align: left;
  margin-top: 60px;
  padding: 0;
  position: static;
}
.get-started-wrap {
  width: 940px;
  margin: 40px auto 0;
}
.landing #item1 .btn,
.landing #item2 .btn,
.landing #item3 .btn {
  display: block;
  border-radius: 30px;
  font-size: 20px;
  padding: 20px;
  line-height: 20px;
  width: 250px;
}
.landing #item3 .btn { 
  margin: 75px 0 0 45px;
}
.landing .carousel #item3 .container { width: 940px; margin: 0 auto; }


/* FEATURES
-------------------------------------------------- */

.go-down { 
	background: black; 
	color: white;
	display: none;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    outline: 0;
    padding: 8px 20px;
	position: relative;
	text-align: center;
    text-transform: uppercase;
}
.features-arrow {
	position: absolute;
	z-index: 100;
	left: 47%;
	top: 45px;
}
.marketing { position: relative; padding-top: 60px; }

.marketing h2 { 
  font-weight: normal; 
  margin-top: 10px; 
  font-size: 31.5px;
  height: 40px;
}


/* TAB HEADERS
-------------------------------------------------- */
.tab-wrap {
  background: white;
  margin: 70px 0 0;
}
ul.nav-tabs 
{
  width: 940px;
  margin: 0 auto;
  cursor: pointer;
}
.nav-tabs > li {
  float: left;
  text-align: center;
  width: 50%;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  background: rgb(200,200,200);
  border-radius: 0;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 40px;
  margin: 8px 0 0 0;
  margin-bottom: 0;
  padding: 8px 20px;
  text-transform: uppercase;
  outline: 0;
}
.nav.nav-tabs > .active > a,
.nav.nav-tabs > .active > a:hover,
.nav.nav-tabs > .active > a:focus {
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  cursor: default;
  color: #2b2b2b;
  margin-bottom: 0px;
}
.nav.nav-tabs > li > a:hover, .nav .nav-tabs > li > a:focus {
  background: rgb(220,220,220);
  color: #2b2b2b;
}

/* TABS
------------------------- */
.tab-content {
  background-color:#f0f0f0;
  padding: 75px 0 60px;
}

#landing .featurette {
  padding: 0;
  overflow: hidden;
  text-align: center;
}

#landing .featurette.right-col-stagger {
  padding-top: 130px;
}

.landing .featurette-image {
  margin-bottom: 5px;
  margin-top: 0px;
}

#landing .featurette-heading {
  font-size: 32px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0;
}

#landing .datasheet_dl {
  margin-top: 20px;
  height: 0;
}

#landing .datasheet_dl a, #landing .datasheet_dl a:link, #landing .datasheet_dl a:visited 
{
  font-size: 16px;
  line-height: 22px;
  color:#fff;
}

/* Bottom CTA */
.vendors-wrap {
  background-color: white;
  position: relative;
  padding: 65px 0 75px;
  text-align: center;
}

.vendors-wrap .container div {

}

.vendors-wrap .featurette-image {
  margin-top: 15px;
}

#try-it {
  background-color: rgb(75,75,75);
  position: relative;
  padding: 65px 0 75px;
  text-align: center;
}
#try-it h1 {
  color: white;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}
#try-it .btn {
  border-radius: 30px;
  font-size: 20px;
  margin-top: 20px;
  padding: 16px 50px;
}
#try-it .arrow-down {
  left: 50%;
  margin-left: -40px;
  position: absolute;
  top: -85px;
  z-index: 50;	
}
#news {
  background-color: rgb(230,230,230);
  position: relative;
  padding: 45px 0 45px;
  text-align: center;
}
#news h1 {
  color: rgb(75,75,75);
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}
#blog-signup {
  background-color: rgb(245,245,245);
  position: relative;
  padding: 45px 0 65px;
  text-align: center;
}
#blog-signup h1 {
  color: rgb(75,75,75);
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}
#blog-signup input.email {
  border: 1px solid rgb(230,230,230);
  color: rgb(75,75,75);
  line-height: 30px;
  font-size: 20px;
  font-weight: normal;
  height: 60px;
  width: 50%;
  margin-top: 20px;
  padding: 15px 12px;
}
#blog-signup input.email.mce_inline_error {
  color: #e53c2e;
  border-color: #e53c2e;
}
div.mce_inline_error { display: none!important; }
#blog-signup .btn {
  background-color: #e53c2e;
  border-radius: 30px;
  font-size: 20px;
  margin-top: 10px;
  padding: 16px 50px;
}
#blog-signup #mce-responses {
  padding-top: 10px;
  margin: 0 auto;
  width: 50%;
}
#news ul.rss-items { 
  padding-left: 0; 
  overflow: hidden;
  padding-top: 45px;
}
#news li.rss-item {
  float: left;
  list-style: none;
  padding-right: 15px;
  padding-top: 195px;
  position: relative;
  text-align: left;
  width: 33%;
}
#news li.rss-item img {
  width: 295px;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
}
#news .rss-item a.rss-item {
  color: #1b1b1b;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  display: block;
}
#news .rss-item span.rss-item-auth  {
  font-size: 11px;
  display: block;
}
#news li.rss-item iframe,
#news li.rss-item p,
#news li.rss-item h1,
#news li.rss-item h2,
#news li.rss-item h3,
#news li.rss-item h4,
#news li.rss-item h5,
#news li.rss-item h6,
#news li.rss-item ul,
#news li.rss-item ol {
  display: none;
}
#onehop {
  background: url('/static/img/background.jpg') center 60px no-repeat #1b1b1b fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 65px 0 85px;
  text-align: center;
}
#onehop h1 {
  color: white;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .06em;
}
#onehop img {
  display: block;
  margin: 0 auto;
}
#onehop p {
  color: #d2c2d7;
  font-size: 30px;
  line-height: 35px;
}
#onehop .btn {
  background-color: #1b1b1b;
  border-radius: 30px;
  font-size: 20px;
  margin-top: 20px;
  padding: 16px 50px;
  height: 60px;
}
#onehop .btn:hover {
  color: white;
  background-color: rgb(175,33,232);
}
@media all and (max-width: 650px) {
  .landing #item1 .carousel-caption h1,
  .landing #item2 .carousel-caption h1 {
    text-align: center;
  }
  .landing #item1 .carousel-caption .lead,
  .landing  #item2 .carousel-caption .lead {
    text-align: center;
  }
  .landing #item1 .btn,
  .landing #item2 .btn {
    margin: 0 auto;
  }
}

/*@media all and (max-width: 980px) {
	.landing .header {
		background-color: #fff;
		background-color: rgba(255,255,255,.95);
		border-bottom: none;
		position: relative;
		z-index: 900;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		min-width: none;
	}
	.landing #main_body {
		margin-top: 0;
	}
}*/
@media all and (min-width: 1400px) {
  .landing #item1 .container { 
    background-position:  left -200px; 
  }
}

@media all and (min-width: 1800px) {
  .landing #item1 .container { 
    background-position:  left -350px; 
  }
}

@media all and (min-width: 2300px) {
  .landing #item1 .container { 
    background-position:  left -550px; 
  }
}

#login_page #error_bar
{
    margin-top:5px;
}

#login_page input.form-control
{
    height: 42px;
}

#pricing_view {
  background-color: white;
}

/* welcome intro */
#pricing-welcome {
  background: url('/static/img/pricing/background.jpg') left center no-repeat #1b1b1b;
  background-size: cover;
  padding-bottom: 69px;
  padding-top: 29px;
  position: relative;
}
#pricing-welcome h2 {
  color: white;
  font-size: 50px;
  line-height: 60px;
  font-weight: 100;
}
#pricing-welcome .signup-btn {
  background-color: #e53c2e;
  bottom: -35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  font-weight: 300;
  color: white;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 70px;
  margin-top: 12px;
  text-align: center;
  border: none;
  width: 100%;
  position: absolute;
  width: 290px;
  left: 50%;
  margin-left: -145px;
  text-transform: uppercase;
  z-index :5;
}
#pricing-welcome .signup-btn:hover {
  background-color: #FF1200;  
}
#pricing-welcome p {
  color: #e53c2e;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  left: 50%;
  margin-left: -115px;
  bottom: -80px;
}

/* pricing packages */
#pricing-plans {
  padding-bottom: 90px;
  position: relative;
}
.pricing_box_header {
  border-bottom: 1px solid rgb(230,230,230);
  color: #2b2b2b;
  font-size: 20px;
  letter-spacing: .1em;
  padding-top: 90px;
  padding-bottom: 11px;
  text-transform: uppercase;
  text-align: center;
  margin: 105px 0 3px 0;
}
#pricing-plans .fine-print {
  position: absolute; 
  left: 10px; 
  bottom: 50px; 
  font-size: 11px; 
  color: rgb(150,150,150)
}
#begin .pricing_box_header {
  background: url('/static/img/pricing/basic.png') 120px top no-repeat transparent;
}
#professional .pricing_box_header {
  background: url('/static/img/pricing/enterprise.png') center top no-repeat transparent;
}
#enterprise .pricing_box_header {
  background: url('/static/img/pricing/professional.png') center top no-repeat transparent;
}
.pricing_box {
  padding: 15px 0 25px;
  text-align: center;
}
.pricing_box p {
  color: rgb(75,75,75);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.pricing_box p span {
  color: rgb(150,150,150);
  font-size: 13px;
}
#pricing-plans .plan {
  background-color: white;
  border: none;
  text-align: left;
}
#pricing-plans .plan h3 {
  background-color: rgb(230,230,230);
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 1px 0;
  padding: 15px 30px 15px;
}
#pricing-plans .plan ul {
  margin: 0;
  padding: 0;
}
#pricing-plans .plan ul li {
  background-color: rgb(245,245,245);
  color: rgb(75,75,75);
  font-size: 13px;
  line-height: 20px;
  list-style: none;
  margin-bottom: 1px;
  padding: 15px 30px 15px;
}
#pricing-plans .plan ul li:hover {
  color: #e53c2e;
}
#pricing-plans .tooltip-inner {
  max-width: 240px;
  padding: 20px;
  color: white;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  background-color: rgb(75,75,75);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#pricing-plans .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
#pricing-plans .tooltip.top .tooltip-arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
  border-top-color: rgb(75,75,75);
  border-width: 15px 15px 0;
}

/* Satisfaction Guaranteed */
.satisfaction {
  background-color: #1485cc;
  padding: 40px 0 20px;
}
.satisfaction h1 {
  color: white;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 20px;
  font-weight: 100;
  margin-bottom: 20px;
}
.satisfaction h2 {
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 2px;
}
.satisfaction p {
  color: white;
  color: rgba(255,255,255,.7);
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 24px;
  font-weight: 100;
  margin-bottom: 45px;
  width: 75%;
}
#privacy {margin-bottom: 100px;}

#security {margin-bottom: 100px;}

h4 {margin-top: 30px;};

#support {
	margin-bottom: 100px;
	margin-top: 30px;
}
#support h1 {
	color: rgb(150,150,150);
	font-size: 40px;
	font-weight: 300;
	line-height: 40px;
	padding-bottom: 10px;
}
#support h2 {
	color: rgb(75,75,75);
	font-size: 25px;
	line-height: 40px;
}
#support p,
#support li {
	color: rgb(75,75,75);
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}
#support ul { padding-left: 18px; }
#terms {margin-bottom: 100px}
