body {
  font-family: 'Nunito', sans-serif;
  background-color: #e66b00;
  font-size: 17px;
  color: #111;
}

::selection {
  background: #e66b00;
}
::-moz-selection {
  background: #e66b00;
}

li {
  font-size: 16px;
}

a:hover {
	color: #0b0b0b;
}

a.btn:focus {
	outline: none;
}

.timeline {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    position: relative;
}
.timeline li {
    display: flex;
}
.timeline-point {
    width: 65px;
    position: relative;
    padding-bottom: 30px;
    text-align: center;
    display: inline-block;
    color: #e66b00;
    vertical-align: top;
}
.timeline-point i {
  z-index: 2;
}
.timeline-point:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    bottom: -19px;
    width: 2px;
    margin-left: -1px;
    background-color: #ff782030;
    z-index: 1;
}
.timeline-content {
    position: relative;
    text-align: left;
    display: inline-block;
    margin-bottom: 25px;
    width: calc(100% - 70px);
}

body.home {
  padding-top: 52px;
}

.wp-caption-text {
  font-style: italic;
}

a.external-link:after {
  content: "\f08e";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
  font-size: 12px;
}

a.btn {
  box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.08);
}

a.btn:hover {
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}

a.btn.btn-primary {
  border: none;
  background: #e66b00;
  box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.08);
}

a.btn.btn-primary:hover {
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}

a.btn.btn-inverse {
  color: #111111;
  background-color: #fff;
  box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.08);
}

a.btn.btn-inverse:hover {
  color: #111111;
  background-color: #fff;
  box-shadow: none;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}

a.btn {
	border-radius: 0;
	border: none;
	white-space: normal;
  transition: all 0.2s ease-out;
}

.home a.btn {
  padding: 25px 40px;
}

.home a.btn.btn-small {
  padding: 10px 30px;
  font-weight: 800;
}

nav.navbar {
	background-color: #ffffff;
}

div.jumbotron {
  background-color: #e66b00;
}

.page-template-default .jumbotron {
  background-image: url(../img/clouds.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.home div.jumbotron {
  _background: radial-gradient(ellipse at center, #fe8f2b 0%, #e66b00 100%);
  background-color: #e66b00;
  background-image: url(../img/clouds.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.promo-bar {
  background-color: #333;
  color: #fefefe;
  padding: 28px 0 20px 0;
  line-height: 40px;
}

.jumbotron.fancybg {
  overflow: hidden;
}

.jumbotron.fancybg .container {
  z-index: 2;
  position: relative;
}

.jumbotron.fancybg .background-cover {
  margin-bottom: -1000px;
  padding-bottom: 1000px;
  width: 100%;
  float: left;
  margin-top: -55px;
  opacity: 0.25;
  -webkit-filter: grayscale(100%) brightness(50%);
  filter: grayscale(100%) brightness(50%);
  z-index: 1;
}

.jumbotron.fancybg.blog .background-cover {
  background-image: url(../img/blog-background.png);
  background-size: contain;
}

body.single .navbar.navbar-inverse {
  margin-bottom: 0;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}

nav.navbar {
	border-bottom: none;
	color: #ffffff;
  margin-bottom: 0;
  transition: background 0.6s ease-in-out;
  padding: 5px 0;
}

nav.navbar .container-x {
	padding: 10px 0;
}

nav .text-logo {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-variant: small-caps;
}

.navbar-inverse {
  border: none;
}

nav .navbar-brand img.white {
  display: none;
}
nav .navbar-brand img.color {
  display: inline-block;
}
nav.active .navbar-brand img.white {
  display: inline-block;
}
nav.active .navbar-brand img.color {
  display: none;
}

nav .navbar-brand img {
	height: 30px;
  display: inline-block;
  margin: -3px 10px 0px 0;
	transition: transform 1.5s ease-in-out;
}

nav .navbar-brand img.logo-text {
  height: 20px;
  margin: 0;
  max-width: 100%;
}

nav .navbar-brand:hover img.rotate {
	 transform: rotate(360deg);
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

nav.navbar.active {
	background-color: #e66b00;
  border-bottom: thin solid rgba(255, 255, 255, 0.55);
}

.navbar-inverse .navbar-nav>li>a {
	color: #333;
	border: 1px solid transparent;
}

.navbar-inverse.active .navbar-nav>li>a {
  color: #fff;
}

.navbar-inverse.active .navbar-nav>li.buy>a {
  color: #e66b00;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav .buy a {
    color: #e66b00;
    background-color: rgba(255, 255, 255, 1);
}

.navbar-inverse .navbar-nav>li.buy>a:focus, .navbar-inverse .navbar-nav>li.buy>a:hover {
  background-color: #fafafa;
}

.navbar-inverse .navbar-nav>li.active a, .navbar-inverse .navbar-nav>li.active a:hover, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #e66b00;
    background-color: rgba(255, 255, 255, 1);
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ffffff;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #ffffff;
}

.navbar-inverse .navbar-toggle:focus span, .navbar-inverse .navbar-toggle:hover span {
    background-color: #e66b00;
}

.home .jumbotron {
	padding-bottom: 70px;
}

.jumbotron h1 {
	font-weight: 900;
	color: #fefefe;
	margin: 10px 0;
	font-family: 'Roboto', sans-serif;
  line-height: 100%;
  font-size: 50px;
}

.jumbotron h1 span {
  color: #111;
}

.home .jumbotron {
  padding: 45px 0;
}

.jumbotron p {
	font-weight: 900;
	color: #fff;
	margin: 10px 0 30px 0;
  font-size: 16px;
}

.jumbotron .buttons {
	margin: 70px 0 0 0;
	padding: 0;
}

.jumbotron a.btn span {
  display: inline;
  font-size: 28px;
}

.jumbotron .video-container {
  margin: 0 0 30px 0;
  border: 2px solid #fff;
}

.jumbotron .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.jumbotron  .video-container iframe, .jumbotron .video-container object, .jumbotron .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


.jumbotron a.btn {
	display: inline-block;
	border-radius: 0;
	padding: 20px 35px;
  color: #333;
  box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.08);
}
.jumbotron a.btn:hover {
  color: #333;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}

.lazy-video .fa {
    color: #ffffff;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    position: absolute;
}

.lazy-video:hover .fa {
    color: #cb181e;
}

.lazy-video img {
    max-width: 100%;
}

a.btn-wp {
	background-color: #009FB7;
}

a.btn-wp:hover, a.btn-wp:active, a.btn-wp:focus {
	background-color: #0091A7;
}

a.btn-non-wp {
	background-color: #D72638;
}

a.btn-non-wp:hover, a.btn-non-wp:active, a.btn-non-wp:focus {
	background-color: #C42333;
}

.jumbotron .buttons b {
	font-weight: 900;
}

#designs, #video {
	background-color: #f1f1f1;
}

.section {
	padding: 45px 0;
}

.section-title {
	font-weight: bold;
	margin: 0 0 10px 0;
  text-align: center;
}

h2 {
  font-weight: bold;
}
h2.entry-title {
	color: black;
}

.section-subtitle {
	font-weight: 100;
	margin: 0 0 30px 0;
	font-style: italic;
	font-size: 20px;
  text-align: center;
}

.design-box {
	text-align: left;
}

.design-box .license {
  background-color: #e66b00;
  display: inline-block;
  color: #fff;
  padding: 5px;
  margin-left: 20px;
  text-transform: uppercase;
}

.design-box img {
	transition-property: opacity;
	transition: transform 0.5s ease-in;
	max-width: 100%;
	box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.08);
}

.design-box img:hover {
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3)
}

.design-box span {
	text-align: center;
  display: block;
  margin: 10px 0 35px 0;
	font-style: italic;
}

.section.dark {
	background-color: #f9f9f9;
}

.home .section.special {
  color: #ffffff;
  _background: radial-gradient(ellipse at center, #fe8f2b 0%, #e66b00 100%);
  background-color: #009fb7;
  background-image: url(../img/clouds.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#reviews .fa {
	padding-right: 2px;
  color: #e66b00;
}

blockquote {
	border-left: 3px solid #e66b00;
	padding: 10px 20px 10px 105px;
}

.entry-content blockquote {
  padding: 20px;
}


blockquote a {
	color: #000000;
}

.round-avatar {
  border-radius: 50%;
  float: left;
  margin: 10px 15px;
  max-height: 80px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.round-avatar:hover {
  filter: none;
  -webkit-filter: none;
}

footer {
	margin: 40px 0;
}

footer a {
	color: black;
}

.navbar-center li {
  display: inline-block;
  float: none;
}

.navbar-center {
  text-align: center;
}

footer .nav>li>a:focus, footer .nav>li>a:hover {
    text-decoration: underline;
    background-color: inherit;
    color: #0b0b0b;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.vcenter {
  display: flex;
  align-items: center;
}

.modal-backdrop.in {
	opacity: 0.98;
	background-color: #ffffff;
}

.modal-content {
	border: none;
	box-shadow: none;
	font-size: 20px;
}

.modal-content li {
	padding: 5px 0;
}

.modal {
  text-align: center;
}

.modal-title {
	font-weight: 800;
}

@media screen and (max-width: 768px) {
  .entry-content div.quote-box.right, .entry-content div.quote-box.left {
    width: auto;
    max-width: none;
    float: none;
    margin: 0;
  }
  
  .mobile-new-line {
    display: block;
    margin-top: 20px;
  }

  #floating-footer-banner {
    display: none !important;
  }

  .modal.disabled:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .jumbotron {
    padding-top: 25px;
	padding-bottom: 0;
  }

  .jumbotron h1 {
    font-size: 30px;
  }

  nav .navbar-brand img {
	  display: none
  }

  .navbar-brand {
	  padding-left: 20px;
  }

  .nav.navbar-nav.navbar-right {
	  margin-left: 5px;
  }

  button.navbar-toggle {
	  margin-right: 20px;
  }

  .navbar-inverse .navbar-toggle {
    border-color: #000000;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000000;
  }

  .navbar-inverse.active .navbar-toggle {
    border-color: #ffffff;
  }

  .navbar-inverse.active .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }

  .design-box {
    text-align: center;
  }

  .design-box span {
    text-align: center;
  }

  .entry-content .interview div.interview-image {
    width: 100%;
    text-align: center;
  }

  .entry-content .interview div.interview-text {
    width: 100%;
    margin-top: 28px;
  }

  .comment-form-comment textarea {
    max-width: 100%;
    margin: 2px 0 0 2px;
  }

  .section.special .text-right {
    text-align: left;
  }

  .section.special .text-left {
    text-align: center;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.entry-content h2 {
	margin-top: 50px;
	border-left: 2px solid #e66b00;
  padding-left: 10px;
  overflow: hidden;
}


.featured-image{
  width:50%;
  float:left;
  padding:4px 20px 4px 0;
}

.featured-image-excerpt{
  text-align: justify;
  width:50%;
  float:left;
}

article.has-post-thumbnail{
  overflow:auto;
}

@media screen and (max-width: 900px) {
  .featured-image{
    width:100%;
    float:none;
    padding:4px;
  }

  .featured-image-excerpt{
    width:100%;
    float:none;
  }
  
}


.entry-content h3 {
  font-size: 24px;
  border-left: 1px solid #e66b00;
  padding-left: 8px;
  margin-top: 40px;
}

.entry-content > p:first-child:first-letter {
  color: #000000;
  float: left;
  font-size: 51px;
  line-height: 51px;
  padding-top: 0;
  padding-right: 8px;
  padding-left: 0px;
}

.entry-content p {
	margin: 0 0 25px 0;
	line-height: 175%;
	font-size: 16px;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content .quote-box {
	background-color: #ffffff;
  font-weight: 800;
  padding: 28px 30px 1px 30px;
  margin: 10px 0;
  border: thin solid black;
}

.entry-content .quote-box.right {
	width: 350px;
  max-width: 50%;
  float: right;
  margin: 0 0 0 10px;
}

.entry-content .quote-box.left {
	width: 350px;
  max-width: 50%;
  float: left;
  margin: 0 10px 0 0;
}

.entry-content .quote-box.light {
  font-weight: normal;
}

.entry-content .interview {
  padding: 28px 30px 28px 30px;
  background-color: #f9f9f9;
  margin: 10px 0;
}

.entry-content .interview ul {
  margin: 0;
  padding: 0 0 0 30px;
  list-style: circle;
}

.entry-content .interview li strong {
  font-weight: 600;
}

.entry-content .interview .interview-image {
  display: inline-block;
  width: 35%;
  vertical-align: top;
}

.entry-content .interview .interview-text {
  display: inline-block;
  width: 64%;
  vertical-align: top;
}

.entry-content .interview p {
  display: none;
}

.entry-content .interview .interview-text .name {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  margin: 0 0 20px 17px;
}

.entry-content .tweet-box {
	background-color: #fff;
  font-weight: 800;
  padding: 30px 30px 30px 30px;
  margin: 10px 0;
  position: relative;
  cursor: pointer;
  border: thin solid #b6e2fc;
}

.entry-content .tweet-box img {
	opacity: 0.1;
  height: 65px;
  right: 10px;
  top: 7px;
  position: absolute;
  float: right;
}

._entry-content .tweet-box:hover img {
    opacity: 1;
}

.entry-content .tweet-box:hover a {
  color: black;
	text-decoration: underline;
}

.entry-content .tweet-box a:hover, .entry-content .tweet-box a:focus {
  color: black;
	text-decoration: underline;
}

.jumbotron {
	margin-bottom: 0;
}

.page-template-page-simple .jumbotron {
  padding: 0;
}

.section {
  background-color: #fafafa;
}

.home .section {
  background-color: #f1f1f1;
}

#pricing {
  background-color: #ffffff;
}

.meta-info {
  font-style: italic;
}

.syntaxhighlighter .toolbar .item.printSource, .syntaxhighlighter .toolbar .item.about, .syntaxhighlighter .toolbar .item.copyToClipboard {
  display: none !important;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

li.depth-1 {
  margin-left: 65px;
}

#comments {
	clear: both;
	padding: 0;
}

h2.comments-title {
	font-size: 30px;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .children {
  margin-left: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	margin-bottom: 0.4em;
	position: relative;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: left;
}

.comment-form-comment label {
  vertical-align: top;
}

.comment-form-comment textarea {
  max-width: 100%;
}

#comments label {
  min-width: 80px;
}

.comment-list a{
    word-break: break-all;
}
/*--------------------------------------------------------------
Comments end
--------------------------------------------------------------*/

.download-count {
	display: block;
	font-weight: 900;
	font-size: 63px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
	font-style: italic;
  word-break: break-all;
}

#downloads {
  text-transform: uppercase;
}

.entry-content table {
  margin: 35px 0;
}

.entry-content table th {
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: 1px solid #333333;
}

.entry-content table.wide > tbody > tr:last-of-type {
  border-bottom: 1px solid #333333;
}

.entry-content table td {
  padding: 10px 10px;
  border-bottom: 1px solid #f9f9f9;
}

.entry-content table:not(.nozebra) tr:nth-child(even) {
  background-color: #f5f5f5;
}

tr.zebrarow {
  background-color: #f5f5f5;
}

table .fa.fa-star, table .fa.fa-plus-circle {
  color: #e66b00;
}

table.interactive span.toggle-control {
  margin-right: 25px;
}

table.interactive tr td:first-child {
  min-width: 250px;
}

table.interactive tr th:first-child {
  padding-left: 47px;
  min-width: 250px;
}

table tr td.details {
  width: 100%;
  flex: auto;
}

table.interactive tr:not(.header):hover {
  cursor: pointer;
  background-color: #f1f1f1;
}

table.interactive tr .details-table *:hover {
  cursor: pointer;
}

table.interactive td, table.interactive th {
    display: block;
    flex: 1;
}

table.interactive tr {
  display: flex;
  flex-wrap: wrap;
}

table.details-table {
  width: 100%;
  padding: 10px 10px 0 10px;
  margin: 0;
}

.entry-content table.details-table tr td {
  border: none;
}

table.details-table td.response-email {
  max-height: 300px;
  overflow: auto;
}

table.details-table td.response-email p {
  font-size: 14px;
}

.entry-content table.interactive td {
    border-bottom: none;
}

.entry-content table.wide {
  width: 100%;
}

.price-up {
  color: #cc0000;
}

.price-down {
  color: #006600;
}

.price-change {
  font-size: 12px;
  display: block;
}

@media screen and (min-width: 1200px) {
  .entry-content table.wide {
    position: relative;
    display: table;
    width: 1170px;
    left: -210px;
  }

  .entry-content table.wide .nowrap {
    white-space: nowrap;
  }
}

table.wide p:last-child {
  margin: 0;
}

/*********** comparison table ************************/

.comparison {
  width: 100%;
  border: none;
}
.comparison td, .comparison th {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.comparison tr td:first-child, .comparison thead tr:first-child th:first-child {
  text-align: left;
  border-right: 2px solid #757575;
  border-top: none;
}
.comparison thead tr:first-child th:first-child {
  border-left: none;
}
.comparison thead tr th {
  border-bottom: 2px solid #757575;
}
.comparison tr td:nth-child(2), .comparison tr th:nth-child(2) {
  background-color: rgb(245,245,245);
}
.comparison tr td:first-child span {
  margin-left: 10px;
  display: inline-block;
}
.tooltip.center:after, .center[data-tooltip]:after {
  text-align: center;
}
.comparison .fa {
  font-size: 20px;
}
.comparison .tooltip {
  display: inline;
}

/* *********************************** /


/**
 * Natural forms
 */

.natural-form {
  margin: 50px 0;
  font-size: 25px;
  line-height: 1.8;
  background-color: #fff;
  color: #333;
  border: thin solid #000;
  padding: 20px;
}

.natural-form .btn {
  font-size: 25px;
  line-height: 1.5;
  margin-top: 10px;
}

.natural-form .reset-form {
  color: #111111;
}

.natural-form .buttons {
  margin-top: 20px;
  display: block;
}

.natural-form .input-container {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #e66b00;
}

.natural-form .placeholder-arrow {
  color: #333;
  display: inline-block;
  font-size: 40px;
  margin-left: -8px;
  margin-right: -4px;
  line-height: 100%;
  vertical-align: bottom;
}

.natural-form .input-container:hover .placeholder-arrow {
  color: #e66b00;
}

.natural-form .placeholder { }

.natural-form .input-container.no-overflow {
  max-width: 100%;
}
.natural-form .input-container.no-overflow .input {
  max-width: 100%;
}
.natural-form .input-container.no-overflow .input input {
  max-width: 100%;
}
.natural-form .placeholder:hover {
  color: #e66b00;
  cursor: pointer;
}
.natural-form .input-container.active {
  z-index: 5000;
  cursor: default;
}
.natural-form .input-container.active:before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.natural-form .input-container.active .input {
  visibility: visible;
  opacity: 1;
}
.natural-form .input-container .newOption {
  padding: 6px 46px 6px 15px;
  background: #ffffff;
  position: relative;
  font-size: 20px;
  white-space: nowrap;
}
.natural-form .input-container .newOption:hover {
  background: #e66b00;
  color: white;
}
.natural-form .input-container .newOption:hover:after {
  color: white !important;
}
.natural-form .input-container .newOption.selected:after {
  content: '\f00c';
  font-family: FontAwesome;
  color: #e66b00;
  display: block;
  top: 6px;
  right: 10px;
  font-size: 20px;
  text-align: center;
  position: absolute;
}
.natural-form .input-container .placeholder {
  position: relative;
  z-index: 1;
}
.natural-form .input-container .input {
  display: block;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}

.natural-form input.hidden, .natural-form select.hidden {
  display: none;
}
/**
 * Natural forms
 */


 /* *********************************************************
  tooltip */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
  opacity: 1;
  display: inherit;
  font-size: inherit;
  font-family: inherit;
  z-index: 900;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 20px 25px;
  width: 350px;
  background-color: #000;
  background-color: hsla(212, 19%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: justify;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -175px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
/* tooltips */



 /* footer banner */
#floating-footer-banner {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    background-color: #e66b00;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    z-index: 1000;
    display: none;
}

#floating-footer-banner a {
  color: #333;
  font-weight: bold;
}

.vehicle {
  z-index: 101;
  position: absolute;
  left: -30%;
  bottom: -2px;
}

input:invalid {
  border: 1px solid red;
}

#site-test {
  background: #f9f9f9;
  padding: 10px;
}

#site-test .inputs {
  text-align: center;
  margin: 0;
}

#site-test .inputs input {
  height: 39px;
  margin: 2px 10px 0 5px;
  width: 50%;
}

#site-test .results {
  display: none;
  margin: 15px 0 0 0;
}

#site-test .results span {
  margin: 0 0 20px 0;
  display: inline-block;
}

#site-test .results .ucp-enabled b {
  color: #e66b00;
}

#site-test .screenshot {
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
}

#site-test .details {
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 0 0 15px;
  vertical-align: middle;
}

#site-test .error {
  color: red;
  display: none;
  font-weight: bold;
  margin: 15px 0 0 0;
}

.btn.loading {
  pointer-events: none;
  cursor: default !important;
  opacity: 0.6;
}

.btn span {
  display: none;
}

.btn.loading span {
  padding: 0;
  margin: 3px 7px 0 0;
  display: inherit;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  color: #e66b00;
  background-color: #fff;
  margin-bottom: -2px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  border-color: #fff;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #333;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li.active>a:hover {
    color: #000;
    text-decoration: none;
    background-color: #e2e2e2;
}

@media screen and (max-width: 767px) {
  #site-test .inputs input {
    height: 39px;
    margin: 2px 0 2px 5px;
    width: 75%;
  }

  #site-test .screenshot {
    width: 100%;
  }

  #site-test .details {
    width: 100%;
    padding: 10px 0 0 0;
    vertical-align: middle;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #e66b00;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }
}

/* pricing table */

.pre-header {
  background-color: #009fb7;
  color: #ffffff;
  font-weight: 900;
  padding: 5px 0;
  text-align: center;
  margin: -15px -20px 15px -20px;
}

.pre-header.empty {
  background-color: transparent;
  border: thin solid white;
}

.pricing-plan {
  padding: 15px 20px;
  border: thin solid #ffffff;
}

.pricing-plan.selected {
  background-color: #f9f9f9;
}

.pricing-plan .header {
  text-align: center;
  border-bottom: thin solid #333;
  padding: 0 0 15px 0;
}

.pricing-plan h3 {
  font-weight: 900;
  margin: 0 0 15px 0;
  color: #e66b00;
  text-transform: uppercase;
}

.pricing-plan .price {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.pricing-plan .price small {
  font-weight: normal;
}

.pricing-plan .price del {
  position: relative;
  text-decoration: none;
  margin: 0 10px 0 0;
}

.pricing-plan .price del:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 4px solid rgba(255, 121, 0, 0.75);
  height: calc(52% - 0px);
  width: 112%;
  transform: rotateZ(-10deg);
}

.pricing-plan .small {
  font-size: 12px;
  color: #666666;
  padding-left: 5px;
}

.pricing-plan .note {
  display: block;
  margin: 15px 0 0 0;
}

.pricing-plan .body {
  margin: 15px 0 0 0;
}

.pricing-plan .body ul {
  text-align: center;
  padding: 0px;
  margin: 0 0 30px 0;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 300;
  list-style: none;
}

.pricing-plan .body li a {
  color: #333333;
  text-decoration: underline;
}

.pricing-plan .body li a:focus, .pricing-plan .body li a:hover {
  color: #000;
  text-decoration: underline;
}

.pricing-plan .body ul li {
  padding: 4px 0;
}

.pricing-plan .body ul li .fa {
  padding: 0 5px 0 0;
}

.xx.pricing-plan a.btn:focus, .xx.pricing-plan a.btn:hover {
  background-color: #d5661c;
  box-shadow: none;
}

.pricing-plan .buy-btn {
  text-align: center;
}

.pricing-switch {
  border: 1px solid #333;
  display: inline-block;
  margin: 20px 20px 30px 20px;
}

.pricing-switch span {
  padding: 5px 10px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
}

.pricing-switch .active {
  background-color: #e66b00;;
  color: #ffffff;
}

.money-back {
  margin: 30px 0 0 0;
  background-color: #f9f9f9;
  padding: 30px;
}

/* pricing table end */

/* faq */
.faq {
  margin: 0;
}
.faq dt {
  font-weight: 600;
  padding: 15px 5px;
  border-bottom: thin solid #333;
}

.faq dt:hover {
  cursor: pointer;
  background-color: #f9f9f9;
}

.faq dt.active:hover {
  cursor: pointer;
  background-color: transparent;
}

.faq dt.active {
  border-bottom: none;
}

.faq dd {
  display: none;
  padding: 0 0 0 5px;
}

.faq dd.active {
  display: block;
  border-bottom: thin solid #333;
}

.faq dt .fa {
  margin: 0 10px 0 0;
  color: #e66b00;
}

.worker {
  max-height: 420px;
}

@media (min-width: 768px ) {
  .row-relative {
      position: relative;
  }

  .bottom-align-text {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* faq */

.feature-box {
  background-color: #ffffff;
  padding: 20px;
  margin: 25px 0 25px 0;
  box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.08);
}

.feature-box p {
  text-align: justify;
}

.feature-box b {
  text-align: center;
  display: block;
}

.feature-box .icon {
  text-align: center;
  margin-bottom: 20px;
}

.feature-box .icon .fa {
  background-color: #fff;
  color: #e66b00;
  font-size: 50px;
}

table.features {
  width: auto;
  margin: 0 auto;
}

table.features .yes {
  color: #e66b00;
}

table.features .no {
  color: gray;
}

table.features .license-type {
  width: 120px;
  text-align: center;
}

table.features td {
  text-align: center;
  padding: 15px 10px;
}

table.features tr td:first-child {
  text-align: left;
}

.page .jumbotron {
  padding: 30px 0;
}

.doc-nav {
  background-color: #e66b00;
  padding: 10px;
  color: white;
  text-align: left;
  font-size: 12px;
  margin: 15px 0;
  font-style: italic;
}

.doc-nav p {
  margin: 0;
}

.sidebar-widget .widget-title {
  margin-top: 0;
}

.sidebar-widget a {
  color: #111;
}

.documentation-contact {
    border: 1px solid #e66b00;
    padding: 20px;
    margin: 45px 0 0 0;
}

.documentation-contact h3 {
    margin-top: 0;
}

.documentation-content img {
  max-width: 100%;
  height: auto;
}


.documentation-content {
  border-right: 1px solid #e66b00;
}

.documentation-content h2 {
  margin-top: 60px;
}

.documentation-content a {
  color: #333;
  box-shadow: inset 0 -3px 0 #e66b00;
  transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  background-color: transparent;
}

.documentation-content a:hover, .documentation-content a:focus {
  text-decoration: none;
  background-color: #e66b00;
}

.sidebar-widget ul {
  list-style: none;
  list-style-position: inherit;
  padding: 0;
  margin: 0 0 0 20px;
}

footer .sidebar-widget ul {
  margin: 0 0 30px 0;
}

.sidebar-widget li {
  list-style: circle;
}
.sidebar-widget li.current_page_item {
  list-style: disc;
}

.template-license-selector label {
  font-weight: normal;
  background: #e66b00;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  margin: 0 20px 45px 0;
  cursor: pointer;
  min-width: 130px;
}

.template-license-selector input {
  display: none;
}

.template-license-selector span {
  font-style: italic;
}

.blackfriday h3 {
  margin-bottom: 25px;
}

.blackfriday img {
  padding-bottom: 10px;
}

.section.special h2 {
  margin: 6px 0;
}
